MT.Checks/DB/manifest.json

153 lines
4.7 KiB
JSON

{
"Layer": "chk",
"Schemas": [
"chk"
],
"BuiltAt": "2026-09-08 18:36",
"SourceHashes": {
"DB\\chk\\functions\\chk_check_delete.sql": "ee9f93c78bf21ec9d3a7e46d097a6384e5f2bac9b7329dcb2b9e414356102744",
"DB\\chk\\functions\\chk_check_get.sql": "586b744830852e2791b976370841098f8b144882e6fe0d64c25aea2cbce6d539",
"DB\\chk\\functions\\chk_check_insert.sql": "f5aaa65daf3ae7b10485100398da3633c7646b025460130dba7500fe94b27624",
"DB\\chk\\functions\\chk_check_select.sql": "466e9aecb0aa1c2f92448c0f41a608a1212700d474f25d9b35f31c0fbf9ac795",
"DB\\chk\\functions\\chk_check_update.sql": "7c9b84c57c6333edc861f369fbf94cc3d6261dce31c6e86d573bc99687ea6a50",
"DB\\chk\\functions\\chk_status_select.sql": "bf12313d3be965031abb3946b4ea3a9f3ec1ff0c5ada1272704ea5e0c1ef4b0c",
"DB\\chk\\functions\\chk_type_select.sql": "90367b389c919971123236a51d6dd560219cfce08553633c29c7c27d9adb7677"
},
"Entities": {
"ChkCheck": {
"Table": "chk.chk_check",
"Kind": "plain",
"Children": [],
"Functions": {
"delete": {
"Name": "chk.chk_check_delete",
"SourceFile": "DB\\chk\\functions\\chk_check_delete.sql",
"Params": {
"p_id": "int"
},
"Returns": {
"form": "scalar",
"type": "int"
}
},
"get": {
"Name": "chk.chk_check_get",
"SourceFile": "DB\\chk\\functions\\chk_check_get.sql",
"Params": {
"p_id": "int"
},
"Returns": {
"form": "table",
"columns": {
"id": "int",
"check_date": "date",
"chk_type_id": "int",
"chk_status_id": "int",
"smev_message_id": "text",
"rr_organization_id": "text",
"params": "jsonb",
"parent_check_id": "int"
}
}
},
"insert": {
"Name": "chk.chk_check_insert",
"SourceFile": "DB\\chk\\functions\\chk_check_insert.sql",
"Params": {
"p_check_date": "date",
"p_chk_type_id": "int",
"p_chk_status_id": "int",
"p_smev_message_id": "text",
"p_rr_organization_id": "text",
"p_params": "text",
"p_parent_check_id": "int"
},
"Returns": {
"form": "scalar",
"type": "int"
}
},
"select": {
"Name": "chk.chk_check_select",
"SourceFile": "DB\\chk\\functions\\chk_check_select.sql",
"Params": {
"p_check_date": "date",
"p_chk_type_id": "int",
"p_chk_status_id": "int",
"p_rr_organization_id": "text"
},
"Returns": {
"form": "table",
"columns": {
"id": "int",
"check_date": "date",
"chk_type_id": "int",
"chk_status_id": "int",
"smev_message_id": "text",
"rr_organization_id": "text",
"params": "jsonb",
"parent_check_id": "int"
}
}
},
"update": {
"Name": "chk.chk_check_update",
"SourceFile": "DB\\chk\\functions\\chk_check_update.sql",
"Params": {
"p_id": "int",
"p_check_date": "date",
"p_chk_type_id": "int",
"p_chk_status_id": "int",
"p_smev_message_id": "text",
"p_rr_organization_id": "text",
"p_params": "text",
"p_parent_check_id": "int"
},
"Returns": {
"form": "scalar",
"type": "int"
}
}
}
},
"ChkStatus": {
"Table": "chk.chk_status",
"Kind": "plain",
"Children": [],
"Functions": {
"select": {
"Name": "chk.chk_status_select",
"SourceFile": "DB\\chk\\functions\\chk_status_select.sql",
"Params": {},
"Returns": {
"form": "table",
"columns": {
"id": "int",
"name": "text"
}
}
}
}
},
"ChkType": {
"Table": "chk.chk_type",
"Kind": "plain",
"Children": [],
"Functions": {
"select": {
"Name": "chk.chk_type_select",
"SourceFile": "DB\\chk\\functions\\chk_type_select.sql",
"Params": {},
"Returns": {
"form": "table",
"columns": {
"id": "int",
"name": "text"
}
}
}
}
}
}
}