chore(docs): Generated DML JSON files (automated) (#11394)
* chore(docs): Generated DML JSON files (automated) * fixes --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
olivermrbl
Shahed Nasser
parent
43180c1116
commit
f22c5fa6af
@@ -7,7 +7,8 @@
|
|||||||
"parent_name": "The parent name of the index relation",
|
"parent_name": "The parent name of the index relation",
|
||||||
"child_name": "The child name of the index relation",
|
"child_name": "The child name of the index relation",
|
||||||
"parent_id": "The ID of the parent index relation.",
|
"parent_id": "The ID of the parent index relation.",
|
||||||
"child_id": "The ID of the child index relation."
|
"child_id": "The ID of the child index relation.",
|
||||||
|
"staled_at": "The date the index relation was staled."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"IndexData": {
|
"IndexData": {
|
||||||
@@ -15,7 +16,26 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"id": "The ID of the index data.",
|
"id": "The ID of the index data.",
|
||||||
"name": "The name of the index data",
|
"name": "The name of the index data",
|
||||||
"data": "The data of the index"
|
"data": "The data of the index",
|
||||||
|
"staled_at": "The date the index data was staled."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"IndexMetadata": {
|
||||||
|
"filePath": "packages/modules/index/src/models/index-metadata.ts",
|
||||||
|
"properties": {
|
||||||
|
"id": "The ID of the index metadata.",
|
||||||
|
"entity": "The entity of the index metadata",
|
||||||
|
"fields": "The fields of the index metadata",
|
||||||
|
"fields_hash": "The fields hash of the index metadata",
|
||||||
|
"status": "The status of the index metadata"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"IndexSync": {
|
||||||
|
"filePath": "packages/modules/index/src/models/index-sync.ts",
|
||||||
|
"properties": {
|
||||||
|
"id": "The ID of the index sync.",
|
||||||
|
"entity": "The entity of the index sync",
|
||||||
|
"last_key": "The last key of the index sync"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -89,15 +89,14 @@
|
|||||||
"created_by": "The created by of the capture"
|
"created_by": "The created by of the capture"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"PaymentMethodToken": {
|
"AccountHolder": {
|
||||||
"filePath": "packages/modules/payment/src/models/payment-method-token.ts",
|
"filePath": "packages/modules/payment/src/models/account-holder.ts",
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": "The ID of the payment method token.",
|
"id": "The ID of the account holder.",
|
||||||
"provider_id": "The ID of the Payment Module Provider this token belongs to.",
|
"provider_id": "The ID of the payment provider storing the account holder's saved payment methods.",
|
||||||
"data": "The data of the payment method token useful for retrieving the payment details from the third-party service.",
|
"external_id": "The ID of the account holder in the payment provider's system.",
|
||||||
"name": "The name of the associated saved payment method.",
|
"email": "The email of the account holder",
|
||||||
"type_detail": "The details of the saved payment method's type.",
|
"data": "The data returned by the payment provider when the account holder is created.",
|
||||||
"description_detail": "The details of the saved payment method's description.",
|
|
||||||
"metadata": "Holds custom data in key-value pairs."
|
"metadata": "Holds custom data in key-value pairs."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"transaction_id": "The transaction id of the workflow execution",
|
"transaction_id": "The transaction id of the workflow execution",
|
||||||
"execution": "The execution of the workflow execution",
|
"execution": "The execution of the workflow execution",
|
||||||
"context": "The context of the workflow execution",
|
"context": "The context of the workflow execution",
|
||||||
"state": "The state of the workflow execution"
|
"state": "The state of the workflow execution",
|
||||||
|
"retention_time": "The retention time of the workflow execution"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -7,7 +7,8 @@
|
|||||||
"transaction_id": "The transaction id of the workflow execution",
|
"transaction_id": "The transaction id of the workflow execution",
|
||||||
"execution": "The execution of the workflow execution",
|
"execution": "The execution of the workflow execution",
|
||||||
"context": "The context of the workflow execution",
|
"context": "The context of the workflow execution",
|
||||||
"state": "The state of the workflow execution"
|
"state": "The state of the workflow execution",
|
||||||
|
"retention_time": "The retention time of the workflow execution"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user