Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Mx Connection
Créé
il y a 2 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
3 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
87 lignes
Copier tout
2 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
87 lignes
Copier tout
"""
"""
Copier
Copié
Copier
Copié
MX Member
data.
Mx Connection
data.
"""
"""
Copier
Copié
Copier
Copié
type
MxConnection
{
type
RemoteDataMxMember
{
"""
"""
The date and time the most recent aggregation-type job was started, given in
The date and time the most recent aggregation-type job was started, given in
ISO 8601 format with a time component. A job will automatically be started
ISO 8601 format with a time component. A job will automatically be started
when a member is created or its credentials are updated, unless the
when a member is created or its credentials are updated, unless the
`skip_aggregation` parameter is used. Jobs can also be started via manual
`skip_aggregation` parameter is used. Jobs can also be started via manual
aggregations, background aggregations, API endpoints, or when opening an MX
aggregations, background aggregations, API endpoints, or when opening an MX
widget. A job can be a normal aggregation, or a premium job such as
widget. A job can be a normal aggregation, or a premium job such as
identification, verification, fetching statements, or fetching an extended
identification, verification, fetching statements, or fetching an extended
transaction history.
transaction history.
"""
"""
aggregatedAt: String
aggregatedAt: String
"""
"""
This indicates whether background aggregation is disabled for the member.
This indicates whether background aggregation is disabled for the member.
"""
"""
Copier
Copié
Copier
Copié
backgroundAggregationIsDisabled: Boolean
!
backgroundAggregationIsDisabled: Boolean
"""
"""
This indicates the state of a member’s aggregation. See member connection statuses for more information.
This indicates the state of a member’s aggregation. See member connection statuses for more information.
"""
"""
connectionStatus: String
connectionStatus: String
"""
"""
The unique identifier for the member. Defined by MX.
The unique identifier for the member. Defined by MX.
"""
"""
guid: String
guid: String
"""
"""
The partner-defined unique identifier for the member.
The partner-defined unique identifier for the member.
"""
"""
id: String
id: String
"""
"""
The unique identifier for the institution associated with the member. Defined by MX.
The unique identifier for the institution associated with the member. Defined by MX.
"""
"""
institutionCode: String
institutionCode: String
"""
"""
This indicates whether the member was being aggregated at the time of the request.
This indicates whether the member was being aggregated at the time of the request.
"""
"""
isBeingAggregated: Boolean
isBeingAggregated: Boolean
"""
"""
This indicates whether the member is managed by the user or the MX partner.
This indicates whether the member is managed by the user or the MX partner.
Members created with the managed member feature will have this field set to false.
Members created with the managed member feature will have this field set to false.
"""
"""
isManagedByUser: Boolean
isManagedByUser: Boolean
"""
"""
This indicates whether the member uses OAuth to authenticate. Defaults to `false`.
This indicates whether the member uses OAuth to authenticate. Defaults to `false`.
"""
"""
isOauth: Boolean
isOauth: Boolean
"""
"""
Additional information you can store on this member.
Additional information you can store on this member.
"""
"""
metadata: String
metadata: String
"""
"""
The name of the member.
The name of the member.
"""
"""
name: String
name: String
"""
"""
"""
"""
oauthWindowUri: String
oauthWindowUri: String
"""
"""
The date and time the member was last successfully aggregated.
The date and time the member was last successfully aggregated.
"""
"""
successfullyAggregatedAt: String
successfullyAggregatedAt: String
"""
"""
The unique identifier for the user associated with the member. Defined by MX.
The unique identifier for the user associated with the member. Defined by MX.
"""
"""
userGuid: String
userGuid: String
"""
"""
The unique partner-defined identifier for the user associated with the member.
The unique partner-defined identifier for the user associated with the member.
"""
"""
userId: String
userId: String
}
}
Différences enregistrées
Texte d'origine
Ouvrir un fichier
""" MX Member data. """ type MxConnection { """ The date and time the most recent aggregation-type job was started, given in ISO 8601 format with a time component. A job will automatically be started when a member is created or its credentials are updated, unless the `skip_aggregation` parameter is used. Jobs can also be started via manual aggregations, background aggregations, API endpoints, or when opening an MX widget. A job can be a normal aggregation, or a premium job such as identification, verification, fetching statements, or fetching an extended transaction history. """ aggregatedAt: String """ This indicates whether background aggregation is disabled for the member. """ backgroundAggregationIsDisabled: Boolean! """ This indicates the state of a member’s aggregation. See member connection statuses for more information. """ connectionStatus: String """ The unique identifier for the member. Defined by MX. """ guid: String """ The partner-defined unique identifier for the member. """ id: String """ The unique identifier for the institution associated with the member. Defined by MX. """ institutionCode: String """ This indicates whether the member was being aggregated at the time of the request. """ isBeingAggregated: Boolean """ This indicates whether the member is managed by the user or the MX partner. Members created with the managed member feature will have this field set to false. """ isManagedByUser: Boolean """ This indicates whether the member uses OAuth to authenticate. Defaults to `false`. """ isOauth: Boolean """ Additional information you can store on this member. """ metadata: String """ The name of the member. """ name: String """ """ oauthWindowUri: String """ The date and time the member was last successfully aggregated. """ successfullyAggregatedAt: String """ The unique identifier for the user associated with the member. Defined by MX. """ userGuid: String """ The unique partner-defined identifier for the user associated with the member. """ userId: String }
Texte modifié
Ouvrir un fichier
""" Mx Connection data. """ type RemoteDataMxMember { """ The date and time the most recent aggregation-type job was started, given in ISO 8601 format with a time component. A job will automatically be started when a member is created or its credentials are updated, unless the `skip_aggregation` parameter is used. Jobs can also be started via manual aggregations, background aggregations, API endpoints, or when opening an MX widget. A job can be a normal aggregation, or a premium job such as identification, verification, fetching statements, or fetching an extended transaction history. """ aggregatedAt: String """ This indicates whether background aggregation is disabled for the member. """ backgroundAggregationIsDisabled: Boolean """ This indicates the state of a member’s aggregation. See member connection statuses for more information. """ connectionStatus: String """ The unique identifier for the member. Defined by MX. """ guid: String """ The partner-defined unique identifier for the member. """ id: String """ The unique identifier for the institution associated with the member. Defined by MX. """ institutionCode: String """ This indicates whether the member was being aggregated at the time of the request. """ isBeingAggregated: Boolean """ This indicates whether the member is managed by the user or the MX partner. Members created with the managed member feature will have this field set to false. """ isManagedByUser: Boolean """ This indicates whether the member uses OAuth to authenticate. Defaults to `false`. """ isOauth: Boolean """ Additional information you can store on this member. """ metadata: String """ The name of the member. """ name: String """ """ oauthWindowUri: String """ The date and time the member was last successfully aggregated. """ successfullyAggregatedAt: String """ The unique identifier for the user associated with the member. Defined by MX. """ userGuid: String """ The unique partner-defined identifier for the user associated with the member. """ userId: String }
Trouver la différence