Diff
checker
文本
文本
圖像
文檔
Excel
文件夾
Legal
Enterprise
桌面版
定價
登入
下載 Diffchecker 桌面版
比較文本
尋找兩個文字檔案之間的差異
工具
歷史
即時編輯器
摺疊未變更行
關閉換行
檢視
拆分
統一
比對精度
智能
單詞
字符
語法突出顯示
選擇語法
忽略
文字轉換
前往第一個差異
編輯輸入
Diffchecker Desktop
執行Diffchecker最安全的方式。取得Diffchecker桌面應用程式:您的差異永遠不會離開您的電腦!
取得桌面版
Plaid Connections
建立於
2 年前
差異永不過期
清除
匯出
分享
解釋
10 刪除
行
總計
刪除
字符
總計
刪除
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
141 行
全部複製
4 新增
行
總計
新增
字符
總計
新增
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
141 行
全部複製
"""
"""
複製
已複製
複製
已複製
Plaid
Item
data.
Plaid
Connection
data.
"""
"""
複製
已複製
複製
已複製
type
PlaidConnection
{
type
RemoteDataPlaidItem
{
"""
"""
A list of products available for the Item that have not yet been accessed. The
A list of products available for the Item that have not yet been accessed. The
contents of this array will be mutually exclusive with `billed_products`.
contents of this array will be mutually exclusive with `billed_products`.
"""
"""
複製
已複製
複製
已複製
availableProducts: [String!]
!
availableProducts: [String!]
"""
"""
A list of products that have been billed for the Item. The contents of this
A list of products that have been billed for the Item. The contents of this
array will be mutually exclusive with `available_products`. Note -
array will be mutually exclusive with `available_products`. Note -
`billed_products` is populated in all environments but only requests in
`billed_products` is populated in all environments but only requests in
Production are billed. Also note that products that are billed on a
Production are billed. Also note that products that are billed on a
pay-per-call basis rather than a pay-per-Item basis, such as `balance`, will
pay-per-call basis rather than a pay-per-Item basis, such as `balance`, will
not appear here.
not appear here.
"""
"""
複製
已複製
複製
已複製
billedProducts: [String!]
!
billedProducts: [String!]
"""
"""
The RFC 3339 timestamp after which the consent provided by the end user will
The RFC 3339 timestamp after which the consent provided by the end user will
expire. Upon consent expiration, the item will enter the `ITEM_LOGIN_REQUIRED`
expire. Upon consent expiration, the item will enter the `ITEM_LOGIN_REQUIRED`
error state. To circumvent the `ITEM_LOGIN_REQUIRED` error and maintain
error state. To circumvent the `ITEM_LOGIN_REQUIRED` error and maintain
continuous consent, the end user can reauthenticate via Link’s update mode in
continuous consent, the end user can reauthenticate via Link’s update mode in
advance of the consent expiration time.
advance of the consent expiration time.
Note - This is only relevant for certain OAuth-based institutions. For all other institutions, this field will be null.
Note - This is only relevant for certain OAuth-based institutions. For all other institutions, this field will be null.
"""
"""
consentExpirationTime: DateTime
consentExpirationTime: DateTime
"""
"""
Beta: A list of products that have gone through consent collection for the
Beta: A list of products that have gone through consent collection for the
Item. Only present for those enabled in the beta.
Item. Only present for those enabled in the beta.
"""
"""
consentedProducts: [String!]
consentedProducts: [String!]
"""
"""
We use standard HTTP response codes for success and failure notifications, and
We use standard HTTP response codes for success and failure notifications, and
our errors are further classified by `error_type`. In general, 200 HTTP codes
our errors are further classified by `error_type`. In general, 200 HTTP codes
correspond to success, 40X codes are for developer- or user-related failures,
correspond to success, 40X codes are for developer- or user-related failures,
and 50X codes are for Plaid-related issues. An Item with a non-`null` error
and 50X codes are for Plaid-related issues. An Item with a non-`null` error
object will only be part of an API response when calling `/item/get` to view
object will only be part of an API response when calling `/item/get` to view
Item status. Otherwise, error fields will be `null` if no error has occurred;
Item status. Otherwise, error fields will be `null` if no error has occurred;
if an error has occurred, an error code will be returned instead.
if an error has occurred, an error code will be returned instead.
"""
"""
複製
已複製
複製
已複製
error:
PlaidError
error:
RemoteData
PlaidError
"""
"""
The Plaid Institution ID associated with the Item. Field is `null` for Items created via Same Day Micro-deposits.
The Plaid Institution ID associated with the Item. Field is `null` for Items created via Same Day Micro-deposits.
"""
"""
institutionId: String
institutionId: String
"""
"""
The Plaid Item ID. The `item_id` is always unique; linking the same account at
The Plaid Item ID. The `item_id` is always unique; linking the same account at
the same institution twice will result in two Items with different `item_id`
the same institution twice will result in two Items with different `item_id`
values. Like all Plaid identifiers, the `item_id` is case-sensitive.
values. Like all Plaid identifiers, the `item_id` is case-sensitive.
"""
"""
複製
已複製
複製
已複製
itemId: String
!
itemId: String
"""
"""
A list of authorized products for the Item.
A list of authorized products for the Item.
"""
"""
複製
已複製
複製
已複製
products: [String!]
!
products: [String!]
"""
"""
Indicates whether an Item requires user interaction to be updated, which can
Indicates whether an Item requires user interaction to be updated, which can
be the case for Items with some forms of two-factor authentication.
be the case for Items with some forms of two-factor authentication.
`background` - Item can be updated in the background
`background` - Item can be updated in the background
`user_present_required` - Item requires user interaction to be updated
`user_present_required` - Item requires user interaction to be updated
"""
"""
複製
已複製
複製
已複製
updateType: String
!
updateType: String
"""
"""
The URL registered to receive webhooks for the Item.
The URL registered to receive webhooks for the Item.
"""
"""
webhook: String
webhook: String
}
}
"""
"""
We use standard HTTP response codes for success and failure notifications, and
We use standard HTTP response codes for success and failure notifications, and
our errors are further classified by `error_type`. In general, 200 HTTP codes
our errors are further classified by `error_type`. In general, 200 HTTP codes
correspond to success, 40X codes are for developer- or user-related failures,
correspond to success, 40X codes are for developer- or user-related failures,
and 50X codes are for Plaid-related issues. An Item with a non-`null` error
and 50X codes are for Plaid-related issues. An Item with a non-`null` error
object will only be part of an API response when calling `/item/get` to view
object will only be part of an API response when calling `/item/get` to view
Item status. Otherwise, error fields will be `null` if no error has occurred; if
Item status. Otherwise, error fields will be `null` if no error has occurred; if
an error has occurred, an error code will be returned instead.
an error has occurred, an error code will be returned instead.
"""
"""
複製
已複製
複製
已複製
type
PlaidError {
type
RemoteData
PlaidError {
"""
"""
In the Assets product, a request can pertain to more than one Item. If an
In the Assets product, a request can pertain to more than one Item. If an
error is returned for such a request, `causes` will return an array of errors
error is returned for such a request, `causes` will return an array of errors
containing a breakdown of these errors on the individual Item level, if any
containing a breakdown of these errors on the individual Item level, if any
can be identified.
can be identified.
`causes` will only be provided for the `error_type` `ASSET_REPORT_ERROR`.
`causes` will only be provided for the `error_type` `ASSET_REPORT_ERROR`.
`causes` will also not be populated inside an error nested within a `warning` object.
`causes` will also not be populated inside an error nested within a `warning` object.
"""
"""
causes: [String!]
causes: [String!]
"""
"""
A user-friendly representation of the error code. `null` if the error is not related to user action.
A user-friendly representation of the error code. `null` if the error is not related to user action.
This may change over time and is not safe for programmatic use.
This may change over time and is not safe for programmatic use.
"""
"""
displayMessage: String
displayMessage: String
"""
"""
The URL of a Plaid documentation page with more information about the error
The URL of a Plaid documentation page with more information about the error
"""
"""
documentationUrl: String
documentationUrl: String
"""
"""
The particular error code. Safe for programmatic use.
The particular error code. Safe for programmatic use.
"""
"""
複製
已複製
複製
已複製
errorCode: String
!
errorCode: String
"""
"""
A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use.
A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use.
"""
"""
複製
已複製
複製
已複製
errorMessage: String
!
errorMessage: String
"""
"""
A broad categorization of the error. Safe for programmatic use.
A broad categorization of the error. Safe for programmatic use.
"""
"""
複製
已複製
複製
已複製
errorType: String
!
errorType: String
"""
"""
A unique ID identifying the request, to be used for troubleshooting purposes.
A unique ID identifying the request, to be used for troubleshooting purposes.
This field will be omitted in errors provided by webhooks.
This field will be omitted in errors provided by webhooks.
"""
"""
requestId: String
requestId: String
"""
"""
The HTTP status code associated with the error. This will only be returned in
The HTTP status code associated with the error. This will only be returned in
the response body when the error information is provided via a webhook.
the response body when the error information is provided via a webhook.
"""
"""
status: Float
status: Float
"""
"""
Suggested steps for resolving the error
Suggested steps for resolving the error
"""
"""
suggestedAction: String
suggestedAction: String
}
}
已保存差異
原始文本
開啟檔案
""" Plaid Item data. """ type PlaidConnection { """ A list of products available for the Item that have not yet been accessed. The contents of this array will be mutually exclusive with `billed_products`. """ availableProducts: [String!]! """ A list of products that have been billed for the Item. The contents of this array will be mutually exclusive with `available_products`. Note - `billed_products` is populated in all environments but only requests in Production are billed. Also note that products that are billed on a pay-per-call basis rather than a pay-per-Item basis, such as `balance`, will not appear here. """ billedProducts: [String!]! """ The RFC 3339 timestamp after which the consent provided by the end user will expire. Upon consent expiration, the item will enter the `ITEM_LOGIN_REQUIRED` error state. To circumvent the `ITEM_LOGIN_REQUIRED` error and maintain continuous consent, the end user can reauthenticate via Link’s update mode in advance of the consent expiration time. Note - This is only relevant for certain OAuth-based institutions. For all other institutions, this field will be null. """ consentExpirationTime: DateTime """ Beta: A list of products that have gone through consent collection for the Item. Only present for those enabled in the beta. """ consentedProducts: [String!] """ We use standard HTTP response codes for success and failure notifications, and our errors are further classified by `error_type`. In general, 200 HTTP codes correspond to success, 40X codes are for developer- or user-related failures, and 50X codes are for Plaid-related issues. An Item with a non-`null` error object will only be part of an API response when calling `/item/get` to view Item status. Otherwise, error fields will be `null` if no error has occurred; if an error has occurred, an error code will be returned instead. """ error: PlaidError """ The Plaid Institution ID associated with the Item. Field is `null` for Items created via Same Day Micro-deposits. """ institutionId: String """ The Plaid Item ID. The `item_id` is always unique; linking the same account at the same institution twice will result in two Items with different `item_id` values. Like all Plaid identifiers, the `item_id` is case-sensitive. """ itemId: String! """ A list of authorized products for the Item. """ products: [String!]! """ Indicates whether an Item requires user interaction to be updated, which can be the case for Items with some forms of two-factor authentication. `background` - Item can be updated in the background `user_present_required` - Item requires user interaction to be updated """ updateType: String! """ The URL registered to receive webhooks for the Item. """ webhook: String } """ We use standard HTTP response codes for success and failure notifications, and our errors are further classified by `error_type`. In general, 200 HTTP codes correspond to success, 40X codes are for developer- or user-related failures, and 50X codes are for Plaid-related issues. An Item with a non-`null` error object will only be part of an API response when calling `/item/get` to view Item status. Otherwise, error fields will be `null` if no error has occurred; if an error has occurred, an error code will be returned instead. """ type PlaidError { """ In the Assets product, a request can pertain to more than one Item. If an error is returned for such a request, `causes` will return an array of errors containing a breakdown of these errors on the individual Item level, if any can be identified. `causes` will only be provided for the `error_type` `ASSET_REPORT_ERROR`. `causes` will also not be populated inside an error nested within a `warning` object. """ causes: [String!] """ A user-friendly representation of the error code. `null` if the error is not related to user action. This may change over time and is not safe for programmatic use. """ displayMessage: String """ The URL of a Plaid documentation page with more information about the error """ documentationUrl: String """ The particular error code. Safe for programmatic use. """ errorCode: String! """ A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use. """ errorMessage: String! """ A broad categorization of the error. Safe for programmatic use. """ errorType: String! """ A unique ID identifying the request, to be used for troubleshooting purposes. This field will be omitted in errors provided by webhooks. """ requestId: String """ The HTTP status code associated with the error. This will only be returned in the response body when the error information is provided via a webhook. """ status: Float """ Suggested steps for resolving the error """ suggestedAction: String }
更改後文本
開啟檔案
""" Plaid Connection data. """ type RemoteDataPlaidItem { """ A list of products available for the Item that have not yet been accessed. The contents of this array will be mutually exclusive with `billed_products`. """ availableProducts: [String!] """ A list of products that have been billed for the Item. The contents of this array will be mutually exclusive with `available_products`. Note - `billed_products` is populated in all environments but only requests in Production are billed. Also note that products that are billed on a pay-per-call basis rather than a pay-per-Item basis, such as `balance`, will not appear here. """ billedProducts: [String!] """ The RFC 3339 timestamp after which the consent provided by the end user will expire. Upon consent expiration, the item will enter the `ITEM_LOGIN_REQUIRED` error state. To circumvent the `ITEM_LOGIN_REQUIRED` error and maintain continuous consent, the end user can reauthenticate via Link’s update mode in advance of the consent expiration time. Note - This is only relevant for certain OAuth-based institutions. For all other institutions, this field will be null. """ consentExpirationTime: DateTime """ Beta: A list of products that have gone through consent collection for the Item. Only present for those enabled in the beta. """ consentedProducts: [String!] """ We use standard HTTP response codes for success and failure notifications, and our errors are further classified by `error_type`. In general, 200 HTTP codes correspond to success, 40X codes are for developer- or user-related failures, and 50X codes are for Plaid-related issues. An Item with a non-`null` error object will only be part of an API response when calling `/item/get` to view Item status. Otherwise, error fields will be `null` if no error has occurred; if an error has occurred, an error code will be returned instead. """ error: RemoteDataPlaidError """ The Plaid Institution ID associated with the Item. Field is `null` for Items created via Same Day Micro-deposits. """ institutionId: String """ The Plaid Item ID. The `item_id` is always unique; linking the same account at the same institution twice will result in two Items with different `item_id` values. Like all Plaid identifiers, the `item_id` is case-sensitive. """ itemId: String """ A list of authorized products for the Item. """ products: [String!] """ Indicates whether an Item requires user interaction to be updated, which can be the case for Items with some forms of two-factor authentication. `background` - Item can be updated in the background `user_present_required` - Item requires user interaction to be updated """ updateType: String """ The URL registered to receive webhooks for the Item. """ webhook: String } """ We use standard HTTP response codes for success and failure notifications, and our errors are further classified by `error_type`. In general, 200 HTTP codes correspond to success, 40X codes are for developer- or user-related failures, and 50X codes are for Plaid-related issues. An Item with a non-`null` error object will only be part of an API response when calling `/item/get` to view Item status. Otherwise, error fields will be `null` if no error has occurred; if an error has occurred, an error code will be returned instead. """ type RemoteDataPlaidError { """ In the Assets product, a request can pertain to more than one Item. If an error is returned for such a request, `causes` will return an array of errors containing a breakdown of these errors on the individual Item level, if any can be identified. `causes` will only be provided for the `error_type` `ASSET_REPORT_ERROR`. `causes` will also not be populated inside an error nested within a `warning` object. """ causes: [String!] """ A user-friendly representation of the error code. `null` if the error is not related to user action. This may change over time and is not safe for programmatic use. """ displayMessage: String """ The URL of a Plaid documentation page with more information about the error """ documentationUrl: String """ The particular error code. Safe for programmatic use. """ errorCode: String """ A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use. """ errorMessage: String """ A broad categorization of the error. Safe for programmatic use. """ errorType: String """ A unique ID identifying the request, to be used for troubleshooting purposes. This field will be omitted in errors provided by webhooks. """ requestId: String """ The HTTP status code associated with the error. This will only be returned in the response body when the error information is provided via a webhook. """ status: Float """ Suggested steps for resolving the error """ suggestedAction: String }
尋找差異