diff --git a/.gitignore b/.gitignore index a35c7bb9..74c0ca53 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,6 @@ doc/*.js tmp/ node_modules/ .DS_Store -clients/cli/README.md \ No newline at end of file +clients/cli/README.md + +.claude diff --git a/doc/compiled.json b/doc/compiled.json index cc270e10..74751fd9 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -3263,6 +3263,13 @@ "type": "string", "nullable": true, "description": "The ID of the job template this job was created from, or null if no template was used." + }, + "review_due_date": { + "type": "string", + "format": "date-time", + "nullable": true, + "description": "The review due date for this job. Returns `null` when the project does not have review workflow enabled.", + "example": "2015-03-25T11:43:52Z" } }, "example": { @@ -3387,6 +3394,13 @@ "type": "string", "nullable": true, "description": "The ID of the job template this job was created from, or null if no template was used." + }, + "review_due_date": { + "type": "string", + "format": "date-time", + "nullable": true, + "description": "The review due date for this job. Returns `null` when the project does not have review workflow enabled.", + "example": "2015-03-25T11:43:52Z" } }, "example": { diff --git a/schemas/job.yaml b/schemas/job.yaml index 2408957b..09ac63ec 100644 --- a/schemas/job.yaml +++ b/schemas/job.yaml @@ -39,6 +39,14 @@ job: description: >- The ID of the job template this job was created from, or null if no template was used. + review_due_date: + type: string + format: date-time + nullable: true + description: >- + The review due date for this job. Returns + `null` when the project does not have review workflow enabled. + example: "2015-03-25T11:43:52Z" example: id: 626ea67628690c73ac86ac81eec2d185 name: Translations for new Feature diff --git a/schemas/job_details.yaml b/schemas/job_details.yaml index 53474119..6abdaffe 100644 --- a/schemas/job_details.yaml +++ b/schemas/job_details.yaml @@ -42,6 +42,14 @@ job_details: description: >- The ID of the job template this job was created from, or null if no template was used. + review_due_date: + type: string + format: date-time + nullable: true + description: >- + The review due date for this job. Returns + `null` when the project does not have review workflow enabled. + example: "2015-03-25T11:43:52Z" example: owner: id: abcd1234cdef1234abcd1234cdef1234