chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)

This commit is contained in:
Jon
2025-03-21 08:27:40 +00:00
committed by GitHub
parent 49872fbbac
commit ced8bcdd0c
763 changed files with 42381 additions and 62165 deletions

View File

@@ -1,14 +1,23 @@
{
"type": "object",
"properties": {
"id": {
"type": "integer"
"active": {
"type": "boolean"
},
"name": {
"cod_torre": {
"type": "string"
},
"shared": {
"type": "boolean"
"contrato_sla": {
"type": "string"
},
"created_at": {
"type": "string"
},
"created_by_id": {
"type": "integer"
},
"dom_2nd": {
"type": "string"
},
"domain": {
"type": "string"
@@ -16,79 +25,54 @@
"domain_assignment": {
"type": "boolean"
},
"active": {
"type": "boolean"
},
"vip": {
"type": "boolean"
},
"updated_by_id": {
"id": {
"type": "integer"
},
"created_by_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"r7regiao": {
"type": "string"
},
"sctntid": {
"type": "string"
},
"id_tele": {
"type": "string"
},
"cod_torre": {
"type": "string"
},
"stellarcyber_cases": {
"type": "boolean"
},
"stellar_ia": {
"type": "boolean"
},
"stellar_case_min_score": {
"type": "integer"
},
"contrato_sla": {
"type": "string"
},
"dom_2nd": {
"type": "string"
},
"member_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"name": {
"type": "string"
},
"r7regiao": {
"type": "string"
},
"sctntid": {
"type": "string"
},
"secondary_member_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"shared": {
"type": "boolean"
},
"stellar_case_min_score": {
"type": "integer"
},
"stellar_ia": {
"type": "boolean"
},
"stellarcyber_cases": {
"type": "boolean"
},
"updated_at": {
"type": "string"
},
"updated_by_id": {
"type": "integer"
},
"vip": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"shared",
"domain",
"domain_assignment",
"active",
"vip",
"note",
"updated_by_id",
"created_by_id",
"created_at",
"updated_at",
"member_ids",
"secondary_member_ids"
],
"version": 1
}

View File

@@ -1,40 +1,136 @@
{
"type": "object",
"properties": {
"id": {
"article_count": {
"type": "integer"
},
"group_id": {
"articles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"filename": {
"type": "string"
},
"id": {
"type": "integer"
},
"preferences": {
"type": "object",
"properties": {
"Content-Disposition": {
"type": "string"
},
"Content-ID": {
"type": "string"
},
"Content-Type": {
"type": "string"
},
"Mime-Type": {
"type": "string"
}
}
},
"size": {
"type": "string"
},
"store_file_id": {
"type": "integer"
}
}
}
},
"body": {
"type": "string"
},
"content_type": {
"type": "string"
},
"created_at": {
"type": "string"
},
"created_by": {
"type": "string"
},
"created_by_id": {
"type": "integer"
},
"id": {
"type": "integer"
},
"internal": {
"type": "boolean"
},
"sender": {
"type": "string"
},
"sender_id": {
"type": "integer"
},
"ticket_id": {
"type": "integer"
},
"type": {
"type": "string"
},
"type_id": {
"type": "integer"
},
"updated_at": {
"type": "string"
},
"updated_by": {
"type": "string"
},
"updated_by_id": {
"type": "integer"
}
}
}
},
"checklist_id": {
"type": "null"
},
"create_article_sender_id": {
"type": "integer"
},
"priority_id": {
"create_article_type_id": {
"type": "integer"
},
"state_id": {
"type": "integer"
},
"number": {
"created_at": {
"type": "string"
},
"title": {
"type": "string"
},
"owner_id": {
"created_by_id": {
"type": "integer"
},
"customer_id": {
"type": "integer"
},
"group_id": {
"type": "integer"
},
"id": {
"type": "integer"
},
"internal_issue_type": {
"type": "null"
},
"internal_ticket": {
"type": "boolean"
},
"note": {
"type": "null"
},
"create_article_type_id": {
"type": "integer"
"number": {
"type": "string"
},
"create_article_sender_id": {
"type": "integer"
},
"article_count": {
"owner_id": {
"type": "integer"
},
"preferences": {
@@ -43,21 +139,6 @@
"escalation_calculation": {
"type": "object",
"properties": {
"first_response_at": {
"type": "string"
},
"last_update_at": {
"type": "string"
},
"last_contact_at": {
"type": "string"
},
"sla_id": {
"type": "integer"
},
"sla_updated_at": {
"type": "string"
},
"calendar_id": {
"type": "integer"
},
@@ -66,176 +147,58 @@
},
"escalation_disabled": {
"type": "boolean"
},
"first_response_at": {
"type": "string"
},
"last_contact_at": {
"type": "string"
},
"last_update_at": {
"type": "string"
},
"sla_id": {
"type": "integer"
},
"sla_updated_at": {
"type": "string"
}
},
"required": [
"escalation_disabled"
]
}
}
}
},
"updated_by_id": {
"priority_id": {
"type": "integer"
},
"created_by_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"checklist_id": {
"type": "null"
},
"product": {
"type": "string"
},
"ticket_severity": {
"type": "string"
},
"sub_priority": {
"type": "string"
},
"resolution": {
"type": "string"
},
"state_id": {
"type": "integer"
},
"sub_priority": {
"type": "string"
},
"ticket_severity": {
"type": "string"
},
"title": {
"type": "string"
},
"type_from_ahlsell": {
"type": "string"
},
"wait_for_3rd_party": {
"updated_at": {
"type": "string"
},
"internal_ticket": {
"type": "boolean"
"updated_by_id": {
"type": "integer"
},
"internal_issue_type": {
"type": "null"
},
"articles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"ticket_id": {
"type": "integer"
},
"type_id": {
"type": "integer"
},
"sender_id": {
"type": "integer"
},
"content_type": {
"type": "string"
},
"body": {
"type": "string"
},
"internal": {
"type": "boolean"
},
"updated_by_id": {
"type": "integer"
},
"created_by_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"store_file_id": {
"type": "integer"
},
"filename": {
"type": "string"
},
"size": {
"type": "string"
},
"preferences": {
"type": "object",
"properties": {
"Content-Type": {
"type": "string"
},
"Mime-Type": {
"type": "string"
},
"Content-ID": {
"type": "string"
},
"Content-Disposition": {
"type": "string"
}
}
}
},
"required": [
"id",
"filename",
"size",
"preferences"
]
}
},
"created_by": {
"type": "string"
},
"updated_by": {
"type": "string"
},
"type": {
"type": "string"
},
"sender": {
"type": "string"
}
},
"required": [
"id",
"ticket_id",
"type_id",
"sender_id",
"from",
"to",
"cc",
"subject",
"reply_to",
"message_id",
"message_id_md5",
"in_reply_to",
"content_type",
"body",
"internal",
"preferences",
"updated_by_id",
"created_by_id",
"origin_by_id",
"created_at",
"updated_at",
"attachments",
"created_by",
"updated_by",
"type",
"sender"
]
}
"wait_for_3rd_party": {
"type": "string"
}
},
"version": 1

View File

@@ -1,98 +1,68 @@
{
"type": "object",
"properties": {
"id": {
"article_count": {
"type": "integer"
},
"create_article_sender_id": {
"type": "integer"
},
"create_article_type_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"created_by_id": {
"type": "integer"
},
"customer_id": {
"type": "integer"
},
"escalation_at": {
"type": "null"
},
"group_id": {
"type": "integer"
},
"id": {
"type": "integer"
},
"note": {
"type": "null"
},
"number": {
"type": "string"
},
"owner_id": {
"type": "integer"
},
"pending_time": {
"type": "null"
},
"preferences": {
"type": "object",
"properties": {
"channel_id": {
"type": "integer"
}
}
},
"priority_id": {
"type": "integer"
},
"state_id": {
"type": "integer"
},
"number": {
"type": "string"
},
"title": {
"type": "string"
},
"owner_id": {
"type": "integer"
},
"customer_id": {
"type": "integer"
},
"note": {
"type": "null"
},
"create_article_type_id": {
"type": "integer"
},
"create_article_sender_id": {
"type": "integer"
},
"article_count": {
"type": "integer"
},
"escalation_at": {
"type": "null"
},
"pending_time": {
"type": "null"
},
"updated_by_id": {
"type": "integer"
},
"created_by_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"updated_by_id": {
"type": "integer"
}
},
"required": [
"id",
"group_id",
"priority_id",
"state_id",
"organization_id",
"number",
"title",
"owner_id",
"customer_id",
"note",
"first_response_at",
"first_response_escalation_at",
"first_response_in_min",
"first_response_diff_in_min",
"close_at",
"close_escalation_at",
"close_in_min",
"close_diff_in_min",
"update_escalation_at",
"update_in_min",
"update_diff_in_min",
"last_contact_at",
"last_contact_agent_at",
"last_contact_customer_at",
"last_owner_update_at",
"create_article_type_id",
"create_article_sender_id",
"article_count",
"escalation_at",
"pending_time",
"time_unit",
"preferences",
"updated_by_id",
"created_by_id",
"created_at",
"updated_at"
],
"version": 1
}

View File

@@ -1,54 +1,68 @@
{
"type": "object",
"properties": {
"id": {
"active": {
"type": "boolean"
},
"authorization_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"city": {
"type": "string"
},
"created_at": {
"type": "string"
},
"created_by_id": {
"type": "integer"
},
"login": {
"email": {
"type": "string"
},
"firstname": {
"type": "string"
},
"group_ids": {
"type": "object",
"properties": {
"1": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"id": {
"type": "integer"
},
"lastname": {
"type": "string"
},
"email": {
"login": {
"type": "string"
},
"web": {
"type": "string"
},
"mobile": {
"type": "string"
},
"street": {
"type": "string"
},
"zip": {
"type": "string"
},
"city": {
"type": "string"
},
"vip": {
"type": "boolean"
},
"verified": {
"type": "boolean"
},
"active": {
"type": "boolean"
},
"login_failed": {
"type": "integer"
},
"mobile": {
"type": "string"
},
"out_of_office": {
"type": "boolean"
},
"preferences": {
"type": "object",
"properties": {
"intro": {
"type": "boolean"
},
"locale": {
"type": "string"
},
"notification_config": {
"type": "object",
"properties": {
@@ -58,29 +72,6 @@
"create": {
"type": "object",
"properties": {
"criteria": {
"type": "object",
"properties": {
"owned_by_me": {
"type": "boolean"
},
"owned_by_nobody": {
"type": "boolean"
},
"subscribed": {
"type": "boolean"
},
"no": {
"type": "boolean"
}
},
"required": [
"owned_by_me",
"owned_by_nobody",
"subscribed",
"no"
]
},
"channel": {
"type": "object",
"properties": {
@@ -90,24 +81,14 @@
"online": {
"type": "boolean"
}
},
"required": [
"email",
"online"
]
}
},
"required": [
"criteria",
"channel"
]
},
"update": {
"type": "object",
"properties": {
}
},
"criteria": {
"type": "object",
"properties": {
"no": {
"type": "boolean"
},
"owned_by_me": {
"type": "boolean"
},
@@ -116,112 +97,14 @@
},
"subscribed": {
"type": "boolean"
},
"no": {
"type": "boolean"
}
},
"required": [
"owned_by_me",
"owned_by_nobody",
"subscribed",
"no"
]
},
"channel": {
"type": "object",
"properties": {
"email": {
"type": "boolean"
},
"online": {
"type": "boolean"
}
},
"required": [
"email",
"online"
]
}
}
},
"required": [
"criteria",
"channel"
]
},
"reminder_reached": {
"type": "object",
"properties": {
"criteria": {
"type": "object",
"properties": {
"owned_by_me": {
"type": "boolean"
},
"owned_by_nobody": {
"type": "boolean"
},
"subscribed": {
"type": "boolean"
},
"no": {
"type": "boolean"
}
},
"required": [
"owned_by_me",
"owned_by_nobody",
"subscribed",
"no"
]
},
"channel": {
"type": "object",
"properties": {
"email": {
"type": "boolean"
},
"online": {
"type": "boolean"
}
},
"required": [
"email",
"online"
]
}
},
"required": [
"criteria",
"channel"
]
}
},
"escalation": {
"type": "object",
"properties": {
"criteria": {
"type": "object",
"properties": {
"owned_by_me": {
"type": "boolean"
},
"owned_by_nobody": {
"type": "boolean"
},
"subscribed": {
"type": "boolean"
},
"no": {
"type": "boolean"
}
},
"required": [
"owned_by_me",
"owned_by_nobody",
"subscribed",
"no"
]
},
"channel": {
"type": "object",
"properties": {
@@ -231,36 +114,107 @@
"online": {
"type": "boolean"
}
},
"required": [
"email",
"online"
]
}
},
"criteria": {
"type": "object",
"properties": {
"no": {
"type": "boolean"
},
"owned_by_me": {
"type": "boolean"
},
"owned_by_nobody": {
"type": "boolean"
},
"subscribed": {
"type": "boolean"
}
}
}
},
"required": [
"criteria",
"channel"
]
}
},
"reminder_reached": {
"type": "object",
"properties": {
"channel": {
"type": "object",
"properties": {
"email": {
"type": "boolean"
},
"online": {
"type": "boolean"
}
}
},
"criteria": {
"type": "object",
"properties": {
"no": {
"type": "boolean"
},
"owned_by_me": {
"type": "boolean"
},
"owned_by_nobody": {
"type": "boolean"
},
"subscribed": {
"type": "boolean"
}
}
}
}
},
"update": {
"type": "object",
"properties": {
"channel": {
"type": "object",
"properties": {
"email": {
"type": "boolean"
},
"online": {
"type": "boolean"
}
}
},
"criteria": {
"type": "object",
"properties": {
"no": {
"type": "boolean"
},
"owned_by_me": {
"type": "boolean"
},
"owned_by_nobody": {
"type": "boolean"
},
"subscribed": {
"type": "boolean"
}
}
}
}
}
},
"required": [
"create",
"update",
"reminder_reached",
"escalation"
]
}
}
},
"required": [
"matrix"
]
}
},
"locale": {
"type": "string"
},
"intro": {
"type": "boolean"
"notification_sound": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"file": {
"type": "string"
}
}
},
"secondaryAction": {
"type": "string"
@@ -273,107 +227,42 @@
},
"tickets_open": {
"type": "integer"
},
"notification_sound": {
"type": "object",
"properties": {
"file": {
"type": "string"
},
"enabled": {
"type": "boolean"
}
},
"required": [
"file",
"enabled"
]
}
}
},
"updated_by_id": {
"type": "integer"
},
"created_by_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"role_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"street": {
"type": "string"
},
"two_factor_preference_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"authorization_ids": {
"type": "array",
"items": {
"type": "integer"
}
"updated_at": {
"type": "string"
},
"group_ids": {
"type": "object",
"properties": {
"1": {
"type": "array",
"items": {
"type": "string"
}
}
}
"updated_by_id": {
"type": "integer"
},
"verified": {
"type": "boolean"
},
"vip": {
"type": "boolean"
},
"web": {
"type": "string"
},
"zip": {
"type": "string"
}
},
"required": [
"id",
"organization_id",
"login",
"firstname",
"lastname",
"email",
"image",
"image_source",
"web",
"phone",
"fax",
"mobile",
"department",
"street",
"zip",
"city",
"country",
"address",
"vip",
"verified",
"active",
"note",
"last_login",
"source",
"login_failed",
"out_of_office",
"out_of_office_start_at",
"out_of_office_end_at",
"out_of_office_replacement_id",
"preferences",
"updated_by_id",
"created_by_id",
"created_at",
"updated_at",
"role_ids",
"two_factor_preference_ids",
"organization_ids",
"authorization_ids",
"overview_sorting_ids",
"group_ids"
],
"version": 1
}