From 6df361cae3dced15ca9e7956930d2f8966172b3e Mon Sep 17 00:00:00 2001 From: Octokit Bot Date: Tue, 9 Apr 2024 12:02:00 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20`PropertyTargetDefinition#Prope?= =?UTF-8?q?rtyTargetDefinition`=20again=20...=20nothing=20to=20see=20here?= =?UTF-8?q?=20=F0=9F=A4=A3=20=20(#926)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * WIP: schema.graphql changed - please review * build: schema.json and schema.d.ts updated --------- Co-authored-by: Octokit Bot --- schema.d.ts | 4 ---- schema.graphql | 10 ---------- schema.json | 22 ---------------------- 3 files changed, 36 deletions(-) diff --git a/schema.d.ts b/schema.d.ts index 9800d9625..44f1e04c0 100644 --- a/schema.d.ts +++ b/schema.d.ts @@ -17353,8 +17353,6 @@ export type PropertyTargetDefinition = { name: Scalars['String']['output']; /** The values to match for */ propertyValues: Array; - /** The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified */ - source?: Maybe; }; /** A property that must match */ @@ -17363,8 +17361,6 @@ export type PropertyTargetDefinitionInput = { name: Scalars['String']['input']; /** The values to match for */ propertyValues: Array; - /** The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified */ - source?: InputMaybe; }; /** A user's public key. */ diff --git a/schema.graphql b/schema.graphql index c8975a15a..924b6e28e 100644 --- a/schema.graphql +++ b/schema.graphql @@ -34046,11 +34046,6 @@ type PropertyTargetDefinition { The values to match for """ propertyValues: [String!]! - - """ - The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified - """ - source: String } """ @@ -34066,11 +34061,6 @@ input PropertyTargetDefinitionInput { The values to match for """ propertyValues: [String!]! - - """ - The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified - """ - source: String } """ diff --git a/schema.json b/schema.json index ec2528d66..9a0c4b2b6 100644 --- a/schema.json +++ b/schema.json @@ -88687,18 +88687,6 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "source", - "description": "The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -88747,16 +88735,6 @@ } }, "defaultValue": null - }, - { - "name": "source", - "description": "The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null } ], "interfaces": null,