@adminide-stack/integration-api
Advanced tools
Comparing version 9.1.1-alpha.102 to 9.2.1-alpha.0
@@ -205,61 +205,61 @@ import*as Apollo from'@apollo/client/index.js';const defaultOptions = {}; | ||
const ConfigurationFragmentDoc = { | ||
"kind": "Document", | ||
"definitions": [{ | ||
"kind": "FragmentDefinition", | ||
"name": { | ||
"kind": "Name", | ||
"value": "Configuration" | ||
kind: 'Document', | ||
definitions: [{ | ||
kind: 'FragmentDefinition', | ||
name: { | ||
kind: 'Name', | ||
value: 'Configuration' | ||
}, | ||
"typeCondition": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "IConfigurationModel" | ||
typeCondition: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'IConfigurationModel' | ||
} | ||
}, | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "resource" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'resource' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "target" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'target' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "contents" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'contents' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "keys" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'keys' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "overrides" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'overrides' | ||
}, | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "contents" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'contents' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "identifiers" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'identifiers' | ||
} | ||
@@ -269,6 +269,6 @@ }] | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "__typename" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: '__typename' | ||
} | ||
@@ -280,56 +280,56 @@ }] | ||
const CreateIntegrationConfigurationDocument = { | ||
"kind": "Document", | ||
"definitions": [{ | ||
"kind": "OperationDefinition", | ||
"operation": "mutation", | ||
"name": { | ||
"kind": "Name", | ||
"value": "CreateIntegrationConfiguration" | ||
kind: 'Document', | ||
definitions: [{ | ||
kind: 'OperationDefinition', | ||
operation: 'mutation', | ||
name: { | ||
kind: 'Name', | ||
value: 'CreateIntegrationConfiguration' | ||
}, | ||
"variableDefinitions": [{ | ||
"kind": "VariableDefinition", | ||
"variable": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "data" | ||
variableDefinitions: [{ | ||
kind: 'VariableDefinition', | ||
variable: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'data' | ||
} | ||
}, | ||
"type": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "IntegrationConfigurationInput" | ||
type: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'IntegrationConfigurationInput' | ||
} | ||
} | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "createIntegrationConfiguration" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'createIntegrationConfiguration' | ||
}, | ||
"arguments": [{ | ||
"kind": "Argument", | ||
"name": { | ||
"kind": "Name", | ||
"value": "data" | ||
arguments: [{ | ||
kind: 'Argument', | ||
name: { | ||
kind: 'Name', | ||
value: 'data' | ||
}, | ||
"value": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "data" | ||
value: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'data' | ||
} | ||
} | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
} | ||
@@ -367,56 +367,56 @@ }] | ||
const CreateOrUpdateIntegrationConfigurationDocument = { | ||
"kind": "Document", | ||
"definitions": [{ | ||
"kind": "OperationDefinition", | ||
"operation": "mutation", | ||
"name": { | ||
"kind": "Name", | ||
"value": "CreateOrUpdateIntegrationConfiguration" | ||
kind: 'Document', | ||
definitions: [{ | ||
kind: 'OperationDefinition', | ||
operation: 'mutation', | ||
name: { | ||
kind: 'Name', | ||
value: 'CreateOrUpdateIntegrationConfiguration' | ||
}, | ||
"variableDefinitions": [{ | ||
"kind": "VariableDefinition", | ||
"variable": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "data" | ||
variableDefinitions: [{ | ||
kind: 'VariableDefinition', | ||
variable: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'data' | ||
} | ||
}, | ||
"type": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "IntegrationConfigurationCreateOrUpdateInput" | ||
type: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'IntegrationConfigurationCreateOrUpdateInput' | ||
} | ||
} | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "createOrUpdateIntegrationConfiguration" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'createOrUpdateIntegrationConfiguration' | ||
}, | ||
"arguments": [{ | ||
"kind": "Argument", | ||
"name": { | ||
"kind": "Name", | ||
"value": "data" | ||
arguments: [{ | ||
kind: 'Argument', | ||
name: { | ||
kind: 'Name', | ||
value: 'data' | ||
}, | ||
"value": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "data" | ||
value: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'data' | ||
} | ||
} | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
} | ||
@@ -454,26 +454,26 @@ }] | ||
const DeleteIntegrationConfigurationDocument = { | ||
"kind": "Document", | ||
"definitions": [{ | ||
"kind": "OperationDefinition", | ||
"operation": "mutation", | ||
"name": { | ||
"kind": "Name", | ||
"value": "DeleteIntegrationConfiguration" | ||
kind: 'Document', | ||
definitions: [{ | ||
kind: 'OperationDefinition', | ||
operation: 'mutation', | ||
name: { | ||
kind: 'Name', | ||
value: 'DeleteIntegrationConfiguration' | ||
}, | ||
"variableDefinitions": [{ | ||
"kind": "VariableDefinition", | ||
"variable": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
variableDefinitions: [{ | ||
kind: 'VariableDefinition', | ||
variable: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
} | ||
}, | ||
"type": { | ||
"kind": "NonNullType", | ||
"type": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "String" | ||
type: { | ||
kind: 'NonNullType', | ||
type: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'String' | ||
} | ||
@@ -483,21 +483,21 @@ } | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "deleteIntegrationConfiguration" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'deleteIntegrationConfiguration' | ||
}, | ||
"arguments": [{ | ||
"kind": "Argument", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
arguments: [{ | ||
kind: 'Argument', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
}, | ||
"value": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
value: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
} | ||
@@ -535,26 +535,26 @@ } | ||
const FilterIntegrationConfigurationDocument = { | ||
"kind": "Document", | ||
"definitions": [{ | ||
"kind": "OperationDefinition", | ||
"operation": "query", | ||
"name": { | ||
"kind": "Name", | ||
"value": "FilterIntegrationConfiguration" | ||
kind: 'Document', | ||
definitions: [{ | ||
kind: 'OperationDefinition', | ||
operation: 'query', | ||
name: { | ||
kind: 'Name', | ||
value: 'FilterIntegrationConfiguration' | ||
}, | ||
"variableDefinitions": [{ | ||
"kind": "VariableDefinition", | ||
"variable": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "filter" | ||
variableDefinitions: [{ | ||
kind: 'VariableDefinition', | ||
variable: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'filter' | ||
} | ||
}, | ||
"type": { | ||
"kind": "NonNullType", | ||
"type": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "IntegrationConfigurationFilterInput" | ||
type: { | ||
kind: 'NonNullType', | ||
type: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'IntegrationConfigurationFilterInput' | ||
} | ||
@@ -564,67 +564,67 @@ } | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "filterIntegrationConfiguration" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'filterIntegrationConfiguration' | ||
}, | ||
"arguments": [{ | ||
"kind": "Argument", | ||
"name": { | ||
"kind": "Name", | ||
"value": "filter" | ||
arguments: [{ | ||
kind: 'Argument', | ||
name: { | ||
kind: 'Name', | ||
value: 'filter' | ||
}, | ||
"value": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "filter" | ||
value: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'filter' | ||
} | ||
} | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "name" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'name' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "integrationName" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'integrationName' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "status" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'status' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "updatedAt" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'updatedAt' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "integrationInfo" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'integrationInfo' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "settings" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'settings' | ||
} | ||
@@ -675,207 +675,207 @@ }] | ||
const GetAllIntegrationConfigurationsDocument = { | ||
"kind": "Document", | ||
"definitions": [{ | ||
"kind": "OperationDefinition", | ||
"operation": "query", | ||
"name": { | ||
"kind": "Name", | ||
"value": "GetAllIntegrationConfigurations" | ||
kind: 'Document', | ||
definitions: [{ | ||
kind: 'OperationDefinition', | ||
operation: 'query', | ||
name: { | ||
kind: 'Name', | ||
value: 'GetAllIntegrationConfigurations' | ||
}, | ||
"variableDefinitions": [{ | ||
"kind": "VariableDefinition", | ||
"variable": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "criteria" | ||
variableDefinitions: [{ | ||
kind: 'VariableDefinition', | ||
variable: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'criteria' | ||
} | ||
}, | ||
"type": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "AnyObject" | ||
type: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'AnyObject' | ||
} | ||
} | ||
}, { | ||
"kind": "VariableDefinition", | ||
"variable": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "limit" | ||
kind: 'VariableDefinition', | ||
variable: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'limit' | ||
} | ||
}, | ||
"type": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "Int" | ||
type: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'Int' | ||
} | ||
} | ||
}, { | ||
"kind": "VariableDefinition", | ||
"variable": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "skip" | ||
kind: 'VariableDefinition', | ||
variable: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'skip' | ||
} | ||
}, | ||
"type": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "Int" | ||
type: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'Int' | ||
} | ||
} | ||
}, { | ||
"kind": "VariableDefinition", | ||
"variable": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "sort" | ||
kind: 'VariableDefinition', | ||
variable: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'sort' | ||
} | ||
}, | ||
"type": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "Sort" | ||
type: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'Sort' | ||
} | ||
} | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "getAllIntegrationConfigurations" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'getAllIntegrationConfigurations' | ||
}, | ||
"arguments": [{ | ||
"kind": "Argument", | ||
"name": { | ||
"kind": "Name", | ||
"value": "criteria" | ||
arguments: [{ | ||
kind: 'Argument', | ||
name: { | ||
kind: 'Name', | ||
value: 'criteria' | ||
}, | ||
"value": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "criteria" | ||
value: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'criteria' | ||
} | ||
} | ||
}, { | ||
"kind": "Argument", | ||
"name": { | ||
"kind": "Name", | ||
"value": "limit" | ||
kind: 'Argument', | ||
name: { | ||
kind: 'Name', | ||
value: 'limit' | ||
}, | ||
"value": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "limit" | ||
value: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'limit' | ||
} | ||
} | ||
}, { | ||
"kind": "Argument", | ||
"name": { | ||
"kind": "Name", | ||
"value": "skip" | ||
kind: 'Argument', | ||
name: { | ||
kind: 'Name', | ||
value: 'skip' | ||
}, | ||
"value": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "skip" | ||
value: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'skip' | ||
} | ||
} | ||
}, { | ||
"kind": "Argument", | ||
"name": { | ||
"kind": "Name", | ||
"value": "sort" | ||
kind: 'Argument', | ||
name: { | ||
kind: 'Name', | ||
value: 'sort' | ||
}, | ||
"value": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "sort" | ||
value: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'sort' | ||
} | ||
} | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "totalCount" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'totalCount' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "data" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'data' | ||
}, | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "name" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'name' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "integrationName" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'integrationName' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "status" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'status' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "updatedAt" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'updatedAt' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "integrationInfo" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'integrationInfo' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "settings" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'settings' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "settingsConfiguration" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'settingsConfiguration' | ||
}, | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "FragmentSpread", | ||
"name": { | ||
"kind": "Name", | ||
"value": "Configuration" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'FragmentSpread', | ||
name: { | ||
kind: 'Name', | ||
value: 'Configuration' | ||
} | ||
@@ -891,59 +891,59 @@ }] | ||
}, { | ||
"kind": "FragmentDefinition", | ||
"name": { | ||
"kind": "Name", | ||
"value": "Configuration" | ||
kind: 'FragmentDefinition', | ||
name: { | ||
kind: 'Name', | ||
value: 'Configuration' | ||
}, | ||
"typeCondition": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "IConfigurationModel" | ||
typeCondition: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'IConfigurationModel' | ||
} | ||
}, | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "resource" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'resource' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "target" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'target' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "contents" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'contents' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "keys" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'keys' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "overrides" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'overrides' | ||
}, | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "contents" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'contents' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "identifiers" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'identifiers' | ||
} | ||
@@ -953,6 +953,6 @@ }] | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "__typename" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: '__typename' | ||
} | ||
@@ -1004,26 +1004,26 @@ }] | ||
const GetIntegrationConfigurationDocument = { | ||
"kind": "Document", | ||
"definitions": [{ | ||
"kind": "OperationDefinition", | ||
"operation": "query", | ||
"name": { | ||
"kind": "Name", | ||
"value": "GetIntegrationConfiguration" | ||
kind: 'Document', | ||
definitions: [{ | ||
kind: 'OperationDefinition', | ||
operation: 'query', | ||
name: { | ||
kind: 'Name', | ||
value: 'GetIntegrationConfiguration' | ||
}, | ||
"variableDefinitions": [{ | ||
"kind": "VariableDefinition", | ||
"variable": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
variableDefinitions: [{ | ||
kind: 'VariableDefinition', | ||
variable: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
} | ||
}, | ||
"type": { | ||
"kind": "NonNullType", | ||
"type": { | ||
"kind": "NamedType", | ||
"name": { | ||
"kind": "Name", | ||
"value": "String" | ||
type: { | ||
kind: 'NonNullType', | ||
type: { | ||
kind: 'NamedType', | ||
name: { | ||
kind: 'Name', | ||
value: 'String' | ||
} | ||
@@ -1033,67 +1033,67 @@ } | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "getIntegrationConfiguration" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'getIntegrationConfiguration' | ||
}, | ||
"arguments": [{ | ||
"kind": "Argument", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
arguments: [{ | ||
kind: 'Argument', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
}, | ||
"value": { | ||
"kind": "Variable", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
value: { | ||
kind: 'Variable', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
} | ||
} | ||
}], | ||
"selectionSet": { | ||
"kind": "SelectionSet", | ||
"selections": [{ | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "id" | ||
selectionSet: { | ||
kind: 'SelectionSet', | ||
selections: [{ | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'id' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "name" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'name' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "integrationName" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'integrationName' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "status" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'status' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "updatedAt" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'updatedAt' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "integrationInfo" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'integrationInfo' | ||
} | ||
}, { | ||
"kind": "Field", | ||
"name": { | ||
"kind": "Name", | ||
"value": "settings" | ||
kind: 'Field', | ||
name: { | ||
kind: 'Name', | ||
value: 'settings' | ||
} | ||
@@ -1100,0 +1100,0 @@ }] |
{ | ||
"name": "@adminide-stack/integration-api", | ||
"version": "9.1.1-alpha.102", | ||
"version": "9.2.1-alpha.0", | ||
"description": "Integration core for higher packages to depend on", | ||
@@ -24,3 +24,3 @@ "license": "ISC", | ||
"dependencies": { | ||
"@adminide-stack/core": "9.1.1-alpha.102", | ||
"@adminide-stack/core": "9.2.1-alpha.0", | ||
"xstate": "^5.16.0" | ||
@@ -34,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "26771e5031febcd9f574d782f40ca38a2a9082e2" | ||
"gitHead": "51bb42d8b26d285f0381f684d0f0ca45b27675e0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
223689
4175
+ Added@adminide-stack/core@9.2.1-alpha.0(transitive)
- Removed@adminide-stack/core@9.1.1-alpha.102(transitive)