diff --git a/packages/graphql/schema.graphql b/packages/graphql/schema.graphql index df25a930b8..4a5cedac2a 100644 --- a/packages/graphql/schema.graphql +++ b/packages/graphql/schema.graphql @@ -6864,7 +6864,7 @@ input UnknownFeedRuleConfig { executeOn: [FeedRuleExecuteOn!]! """Optional rule configuration parameters""" - config: [AnyKeyValueInput!] + params: [AnyKeyValueInput!] } input UnknownGraphRuleConfig { @@ -6873,7 +6873,7 @@ input UnknownGraphRuleConfig { executeOn: [GraphRuleExecuteOn!]! """Optional rule configuration parameters""" - config: [AnyKeyValueInput!] + params: [AnyKeyValueInput!] } input UnknownGroupRuleConfig { @@ -6882,7 +6882,7 @@ input UnknownGroupRuleConfig { executeOn: [GroupRuleExecuteOn!]! """Optional rule configuration parameters""" - config: [AnyKeyValueInput!] + params: [AnyKeyValueInput!] } input UnknownNamespaceRuleConfig { @@ -6891,7 +6891,7 @@ input UnknownNamespaceRuleConfig { executeOn: [NamespaceRuleExecuteOn!]! """Optional rule configuration parameters""" - config: [AnyKeyValueInput!] + params: [AnyKeyValueInput!] } type UnknownPostActionContract { @@ -6905,7 +6905,7 @@ input UnknownPostRuleConfig { executeOn: [PostRuleExecuteOn!]! """Optional rule configuration parameters""" - config: [AnyKeyValueInput!] + params: [AnyKeyValueInput!] } input UnknownRuleProcessingParams { diff --git a/packages/graphql/src/graphql-env.d.ts b/packages/graphql/src/graphql-env.d.ts index 35858e8464..fc4a813eed 100644 --- a/packages/graphql/src/graphql-env.d.ts +++ b/packages/graphql/src/graphql-env.d.ts @@ -696,12 +696,12 @@ export type introspection_types = { 'UnknownAction': { kind: 'OBJECT'; name: 'UnknownAction'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'metadata': { name: 'metadata'; type: { kind: 'OBJECT'; name: 'ActionMetadata'; ofType: null; } }; }; }; 'UnknownActionConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownActionConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; }; defaultValue: null }]; }; 'UnknownActionExecute': { kind: 'INPUT_OBJECT'; name: 'UnknownActionExecute'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; }; defaultValue: null }]; }; - 'UnknownFeedRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownFeedRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'FeedRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; - 'UnknownGraphRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownGraphRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'GraphRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; - 'UnknownGroupRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownGroupRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'GroupRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; - 'UnknownNamespaceRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownNamespaceRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'NamespaceRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; + 'UnknownFeedRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownFeedRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'FeedRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; + 'UnknownGraphRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownGraphRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'GraphRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; + 'UnknownGroupRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownGroupRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'GroupRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; + 'UnknownNamespaceRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownNamespaceRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'NamespaceRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; 'UnknownPostActionContract': { kind: 'OBJECT'; name: 'UnknownPostActionContract'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'metadata': { name: 'metadata'; type: { kind: 'OBJECT'; name: 'ActionMetadata'; ofType: null; } }; }; }; - 'UnknownPostRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownPostRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'PostRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; + 'UnknownPostRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownPostRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'PostRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; 'UnknownRuleProcessingParams': { kind: 'INPUT_OBJECT'; name: 'UnknownRuleProcessingParams'; isOneOf: false; inputFields: [{ name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RuleId'; ofType: null; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; }; 'UpdateAccountFollowRulesRequest': { kind: 'INPUT_OBJECT'; name: 'UpdateAccountFollowRulesRequest'; isOneOf: false; inputFields: [{ name: 'graph'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: "\"0xAA4073eb869aC7A4F4fc720612f2eA92Ee11Fba6\"" }, { name: 'toAdd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AccountRulesConfigInput'; ofType: null; }; }; defaultValue: "{required: [], anyOf: []}" }, { name: 'toRemove'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RuleId'; ofType: null; }; }; }; }; defaultValue: "[]" }]; }; 'UpdateAccountFollowRulesResponse': { kind: 'OBJECT'; name: 'UpdateAccountFollowRulesResponse'; fields: { 'hash': { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'TxHash'; ofType: null; }; } }; }; };