mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)
This commit is contained in:
94
packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/organization/getAll.json
vendored
Normal file
94
packages/nodes-base/nodes/Zammad/__schema__/v1.0.0/organization/getAll.json
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain_assignment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"updated_by_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"
|
||||
}
|
||||
},
|
||||
"secondary_member_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
@@ -237,5 +237,6 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -28,27 +28,6 @@
|
||||
"note": {
|
||||
"type": "null"
|
||||
},
|
||||
"first_response_escalation_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"first_response_in_min": {
|
||||
"type": "null"
|
||||
},
|
||||
"first_response_diff_in_min": {
|
||||
"type": "null"
|
||||
},
|
||||
"close_escalation_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"update_escalation_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"update_in_min": {
|
||||
"type": "null"
|
||||
},
|
||||
"update_diff_in_min": {
|
||||
"type": "null"
|
||||
},
|
||||
"create_article_type_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -64,9 +43,6 @@
|
||||
"pending_time": {
|
||||
"type": "null"
|
||||
},
|
||||
"type": {
|
||||
"type": "null"
|
||||
},
|
||||
"updated_by_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -111,12 +87,12 @@
|
||||
"article_count",
|
||||
"escalation_at",
|
||||
"pending_time",
|
||||
"type",
|
||||
"time_unit",
|
||||
"preferences",
|
||||
"updated_by_id",
|
||||
"created_by_id",
|
||||
"created_at",
|
||||
"updated_at"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_source": {
|
||||
"type": "null"
|
||||
},
|
||||
"web": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -43,24 +40,12 @@
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"note": {
|
||||
"type": "string"
|
||||
},
|
||||
"login_failed": {
|
||||
"type": "integer"
|
||||
},
|
||||
"out_of_office": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"out_of_office_start_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"out_of_office_end_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"out_of_office_replacement_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"preferences": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -277,10 +262,10 @@
|
||||
"intro": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"theme": {
|
||||
"secondaryAction": {
|
||||
"type": "string"
|
||||
},
|
||||
"secondaryAction": {
|
||||
"theme": {
|
||||
"type": "string"
|
||||
},
|
||||
"tickets_closed": {
|
||||
@@ -304,10 +289,7 @@
|
||||
"enabled"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"locale"
|
||||
]
|
||||
}
|
||||
},
|
||||
"updated_by_id": {
|
||||
"type": "integer"
|
||||
@@ -333,6 +315,12 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"authorization_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"group_ids": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -386,5 +374,6 @@
|
||||
"authorization_ids",
|
||||
"overview_sorting_ids",
|
||||
"group_ids"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user