chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)

This commit is contained in:
Jon
2025-03-18 15:19:10 +00:00
committed by GitHub
parent e0fd50554d
commit 31c0575999
819 changed files with 27463 additions and 15590 deletions

View 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
}

View File

@@ -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
}

View File

@@ -86,9 +86,6 @@
"archived": {
"type": "boolean"
},
"duration": {
"type": "string"
},
"clientName": {
"type": "string"
},
@@ -152,5 +149,6 @@
"estimateReset",
"template",
"public"
]
],
"version": 1
}

View 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
}

View File

@@ -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
}