enrich card
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-30 03:24:20 +07:00
parent 4335d14090
commit 4917ca90fc
6 changed files with 197 additions and 115 deletions
+21
View File
@@ -328,6 +328,24 @@
"amount": {
"type": "string",
"format": "int64"
},
"amountOld": {
"type": "string",
"format": "int64"
},
"variants": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/crmVariant"
}
},
"labels": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/crabscrmLabel"
}
}
}
},
@@ -528,6 +546,9 @@
"type": "object",
"$ref": "#/definitions/crmProperty"
}
},
"active": {
"type": "boolean"
}
}
},