chore(docs): Generated DML JSON files (automated) (#10634)
* 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
2ad08c4c44
commit
0a40b69276
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"StockLocationAddress": {
|
||||
"filePath": "packages/modules/stock-location/src/models/stock-location-address.ts",
|
||||
"properties": {
|
||||
"id": "The ID of the stock location address.",
|
||||
"address_1": "The first line of the stock location address",
|
||||
"address_2": "The second line of the stock location address",
|
||||
"company": "The company of the stock location address",
|
||||
"city": "The city of the stock location address",
|
||||
"country_code": "The country code of the stock location address.\n\n@example us",
|
||||
"phone": "The phone of the stock location address",
|
||||
"province": "The province of the stock location address",
|
||||
"postal_code": "The postal code of the stock location address",
|
||||
"metadata": "Holds custom data in key-value pairs.",
|
||||
"stock_locations": "The associated stock locations.\n\n@expandable"
|
||||
}
|
||||
},
|
||||
"StockLocation": {
|
||||
"filePath": "packages/modules/stock-location/src/models/stock-location.ts",
|
||||
"properties": {
|
||||
"id": "The ID of the stock location.",
|
||||
"name": "The name of the stock location",
|
||||
"metadata": "Holds custom data in key-value pairs.",
|
||||
"address": "The associated address.\n\n@expandable"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user