chore(docs): Generated DML JSON files (automated) (#13790)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-21 11:56:47 +03:00
committed by GitHub
co-authored by olivermrbl
parent 858b3e3b9b
commit 5bc9de9d2e
24 changed files with 342 additions and 2 deletions
@@ -7,6 +7,9 @@
"metadata": "Holds custom data in key-value pairs.",
"created_by": "The ID of the user that created the customer group.",
"customers": "The associated customers.\n\n@expandable"
},
"deprecated": {
"is_deprecated": false
}
},
"CustomerGroupCustomer": {
@@ -17,6 +20,9 @@
"metadata": "Holds custom data in key-value pairs.",
"customer": "The associated customer.\n\n@expandable",
"customer_group": "The associated customer group.\n\n@expandable"
},
"deprecated": {
"is_deprecated": false
}
},
"Customer": {
@@ -33,6 +39,9 @@
"created_by": "The ID of the user that created the customer.",
"groups": "The associated groups.\n\n@expandable",
"addresses": "The associated addresses.\n\n@expandable"
},
"deprecated": {
"is_deprecated": false
}
},
"CustomerAddress": {
@@ -54,6 +63,9 @@
"phone": "The phone of the customer address",
"metadata": "Holds custom data in key-value pairs.",
"customer": "The associated customer.\n\n@expandable"
},
"deprecated": {
"is_deprecated": false
}
}
}