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:
35
packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/client/getAll.json
vendored
Normal file
35
packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/client/getAll.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"workspaceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"currencyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"currencyCode": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"email",
|
||||
"workspaceId",
|
||||
"archived",
|
||||
"address",
|
||||
"note",
|
||||
"currencyId",
|
||||
"currencyCode"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,135 +1,133 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"clientId": {
|
||||
"type": "string"
|
||||
},
|
||||
"workspaceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"billable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"memberships": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"userId": {
|
||||
"type": "string"
|
||||
},
|
||||
"costRate": {
|
||||
"type": "null"
|
||||
},
|
||||
"targetId": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipType": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"userId",
|
||||
"hourlyRate",
|
||||
"costRate",
|
||||
"targetId",
|
||||
"membershipType",
|
||||
"membershipStatus"
|
||||
]
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"estimate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"estimate": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"estimate",
|
||||
"type"
|
||||
]
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"clientName": {
|
||||
"type": "string"
|
||||
},
|
||||
"note": {
|
||||
"type": "string"
|
||||
},
|
||||
"costRate": {
|
||||
"type": "null"
|
||||
},
|
||||
"timeEstimate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"estimate": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"includeNonBillable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"estimate",
|
||||
"type",
|
||||
"resetOption",
|
||||
"active",
|
||||
"includeNonBillable"
|
||||
]
|
||||
},
|
||||
"template": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"hourlyRate",
|
||||
"clientId",
|
||||
"workspaceId",
|
||||
"billable",
|
||||
"memberships",
|
||||
"color",
|
||||
"estimate",
|
||||
"archived",
|
||||
"duration",
|
||||
"clientName",
|
||||
"note",
|
||||
"costRate",
|
||||
"timeEstimate",
|
||||
"budgetEstimate",
|
||||
"estimateReset",
|
||||
"template",
|
||||
"public"
|
||||
]
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"clientId": {
|
||||
"type": "string"
|
||||
},
|
||||
"workspaceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"billable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"memberships": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"userId": {
|
||||
"type": "string"
|
||||
},
|
||||
"costRate": {
|
||||
"type": "null"
|
||||
},
|
||||
"targetId": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipType": {
|
||||
"type": "string"
|
||||
},
|
||||
"membershipStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"userId",
|
||||
"hourlyRate",
|
||||
"costRate",
|
||||
"targetId",
|
||||
"membershipType",
|
||||
"membershipStatus"
|
||||
]
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"estimate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"estimate": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"estimate",
|
||||
"type"
|
||||
]
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"clientName": {
|
||||
"type": "string"
|
||||
},
|
||||
"costRate": {
|
||||
"type": "null"
|
||||
},
|
||||
"timeEstimate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"estimate": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"includeNonBillable": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"estimate",
|
||||
"type",
|
||||
"resetOption",
|
||||
"active",
|
||||
"includeNonBillable"
|
||||
]
|
||||
},
|
||||
"template": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"hourlyRate",
|
||||
"clientId",
|
||||
"workspaceId",
|
||||
"billable",
|
||||
"memberships",
|
||||
"color",
|
||||
"estimate",
|
||||
"archived",
|
||||
"duration",
|
||||
"clientName",
|
||||
"note",
|
||||
"costRate",
|
||||
"timeEstimate",
|
||||
"budgetEstimate",
|
||||
"estimateReset",
|
||||
"template",
|
||||
"public"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -86,9 +86,6 @@
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"clientName": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -152,5 +149,6 @@
|
||||
"estimateReset",
|
||||
"template",
|
||||
"public"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
85
packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/timeEntry/create.json
vendored
Normal file
85
packages/nodes-base/nodes/Clockify/__schema__/v1.0.0/timeEntry/create.json
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"userId": {
|
||||
"type": "string"
|
||||
},
|
||||
"billable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timeInterval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"start": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"start",
|
||||
"end",
|
||||
"duration"
|
||||
]
|
||||
},
|
||||
"workspaceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isLocked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"customFieldValues": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"customFieldId": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeEntryId": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "null"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"customFieldId",
|
||||
"timeEntryId",
|
||||
"value",
|
||||
"name",
|
||||
"type"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"kioskId": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"description",
|
||||
"tagIds",
|
||||
"userId",
|
||||
"billable",
|
||||
"taskId",
|
||||
"projectId",
|
||||
"timeInterval",
|
||||
"workspaceId",
|
||||
"isLocked",
|
||||
"customFieldValues",
|
||||
"type",
|
||||
"kioskId"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -147,6 +147,33 @@
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"customFields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"customFieldId": {
|
||||
"type": "string"
|
||||
},
|
||||
"userId": {
|
||||
"type": "string"
|
||||
},
|
||||
"customFieldName": {
|
||||
"type": "string"
|
||||
},
|
||||
"customFieldType": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"customFieldId",
|
||||
"userId",
|
||||
"value",
|
||||
"customFieldName",
|
||||
"customFieldType"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -160,5 +187,6 @@
|
||||
"settings",
|
||||
"status",
|
||||
"customFields"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user