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

@@ -4,61 +4,39 @@
"active": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"facebook_id": {
"type": "null"
},
"first_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"last_name": {
"type": "string"
},
"name": {
"type": "string"
},
"org_contact_id": {
"type": "integer"
},
"time_zone": {
"type": "string"
},
"twitter_id": {
"type": "null"
},
"facebook_id": {
"type": "null"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"visitor_id": {
"type": "string"
},
"org_contact_id": {
"type": "integer"
}
},
"required": [
"active",
"address",
"description",
"email",
"id",
"job_title",
"language",
"mobile",
"name",
"phone",
"time_zone",
"twitter_id",
"custom_fields",
"facebook_id",
"created_at",
"updated_at",
"csat_rating",
"preferred_source",
"company_id",
"unique_external_id"
],
"version": 1
}

View File

@@ -1,10 +1,36 @@
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"custom_fields": {
"type": "object",
"properties": {
"cf_reference_number": {
"type": "null"
}
}
},
"description": {
"type": "string"
},
"description_text": {
"type": "string"
},
"fr_escalated": {
"type": "boolean"
},
"spam": {
"id": {
"type": "integer"
},
"is_escalated": {
"type": "boolean"
},
"nr_due_by": {
"type": "null"
},
"nr_escalated": {
"type": "boolean"
},
"priority": {
@@ -16,6 +42,9 @@
"source": {
"type": "integer"
},
"spam": {
"type": "boolean"
},
"status": {
"type": "integer"
},
@@ -25,79 +54,18 @@
"support_email": {
"type": "null"
},
"to_emails": {
"type": "null"
},
"id": {
"type": "integer"
},
"is_escalated": {
"type": "boolean"
},
"description": {
"type": "string"
},
"description_text": {
"type": "string"
},
"custom_fields": {
"type": "object",
"properties": {
"cf_reference_number": {
"type": "null"
}
}
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"nr_due_by": {
"to_emails": {
"type": "null"
},
"nr_escalated": {
"type": "boolean"
"updated_at": {
"type": "string"
}
},
"required": [
"cc_emails",
"fwd_emails",
"reply_cc_emails",
"ticket_cc_emails",
"fr_escalated",
"spam",
"email_config_id",
"group_id",
"priority",
"requester_id",
"responder_id",
"source",
"company_id",
"status",
"subject",
"support_email",
"to_emails",
"product_id",
"id",
"type",
"due_by",
"fr_due_by",
"is_escalated",
"description",
"description_text",
"custom_fields",
"created_at",
"updated_at",
"tags",
"attachments"
],
"version": 1
}

View File

@@ -1,155 +1,116 @@
{
"type": "object",
"properties": {
"association_type": {
"type": "null"
},
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"attachment_url": {
"type": "string"
},
"content_type": {
"type": "string"
},
"created_at": {
"type": "string"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"size": {
"type": "integer"
},
"updated_at": {
"type": "string"
}
}
}
},
"cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"created_at": {
"type": "string"
},
"description": {
"type": "string"
},
"description_text": {
"type": "string"
},
"due_by": {
"type": "string"
},
"fr_due_by": {
"type": "string"
},
"fr_escalated": {
"type": "boolean"
},
"fwd_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "integer"
},
"is_escalated": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"reply_cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"requester_id": {
"type": "integer"
},
"source": {
"type": "integer"
},
"source_additional_info": {
"type": "null"
},
"spam": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"subject": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"ticket_cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"fr_escalated": {
"type": "boolean"
},
"spam": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"requester_id": {
"type": "integer"
},
"source": {
"type": "integer"
},
"status": {
"type": "integer"
},
"subject": {
"type": "string"
},
"association_type": {
"type": "null"
},
"id": {
"type": "integer"
},
"due_by": {
"type": "string"
},
"fr_due_by": {
"type": "string"
},
"is_escalated": {
"type": "boolean"
},
"description": {
"type": "string"
},
"description_text": {
"type": "string"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"content_type": {
"type": "string"
},
"size": {
"type": "integer"
},
"name": {
"type": "string"
},
"attachment_url": {
"type": "string"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
}
},
"required": [
"id",
"content_type",
"size",
"name",
"attachment_url",
"created_at",
"updated_at"
]
}
},
"source_additional_info": {
"type": "null"
}
},
"required": [
"cc_emails",
"fwd_emails",
"reply_cc_emails",
"ticket_cc_emails",
"fr_escalated",
"spam",
"email_config_id",
"group_id",
"priority",
"requester_id",
"responder_id",
"source",
"company_id",
"status",
"subject",
"association_type",
"support_email",
"to_emails",
"product_id",
"id",
"type",
"due_by",
"fr_due_by",
"is_escalated",
"custom_fields",
"created_at",
"updated_at",
"tags"
],
"version": 1
}

View File

@@ -7,100 +7,69 @@
"type": "string"
}
},
"created_at": {
"type": "string"
},
"fr_escalated": {
"type": "boolean"
},
"fwd_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "integer"
},
"is_escalated": {
"type": "boolean"
},
"nr_due_by": {
"type": "null"
},
"nr_escalated": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"reply_cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"requester_id": {
"type": "integer"
},
"source": {
"type": "integer"
},
"spam": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"subject": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"ticket_cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"fr_escalated": {
"type": "boolean"
},
"spam": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"requester_id": {
"type": "integer"
},
"source": {
"type": "integer"
},
"status": {
"type": "integer"
},
"subject": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_escalated": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"nr_due_by": {
"type": "null"
},
"nr_escalated": {
"type": "boolean"
}
},
"required": [
"cc_emails",
"fwd_emails",
"reply_cc_emails",
"ticket_cc_emails",
"fr_escalated",
"spam",
"email_config_id",
"group_id",
"priority",
"requester_id",
"responder_id",
"source",
"company_id",
"status",
"subject",
"association_type",
"support_email",
"to_emails",
"product_id",
"id",
"type",
"due_by",
"fr_due_by",
"is_escalated",
"custom_fields",
"created_at",
"updated_at",
"associated_tickets_count",
"tags"
],
"version": 1
}