Skip to content

Commit

Permalink
feat: Add new cols to erov (#373)
Browse files Browse the repository at this point in the history
* add col

* Auto generate API docs

---------

Co-authored-by: Siva <[email protected]>
  • Loading branch information
Code0987 and snarayanank2 authored Oct 18, 2023
1 parent c420228 commit 7580f67
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
14 changes: 14 additions & 0 deletions reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3718,6 +3718,20 @@ components:
maxLength: 255
description: |
An unique ID, generated by Fyle, for identifying the Settlement.
report_last_paid_at:
anyOf:
- $ref: '#/components/schemas/null_field'
- $ref: '#/components/schemas/timestamptz_utc'
nullable: true
description: |
Signifies if and when report of this expense was reimbursed.
report_last_approved_at:
anyOf:
- $ref: '#/components/schemas/null_field'
- $ref: '#/components/schemas/timestamptz_utc'
nullable: true
description: |
Signifies if and when report of this expense was approved.
expense_assign_in:
type: object
required:
Expand Down
14 changes: 14 additions & 0 deletions reference/approver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,20 @@ components:
maxLength: 255
description: |
An unique ID, generated by Fyle, for identifying the Settlement.
report_last_paid_at:
anyOf:
- $ref: '#/components/schemas/null_field'
- $ref: '#/components/schemas/timestamptz_utc'
nullable: true
description: |
Signifies if and when report of this expense was reimbursed.
report_last_approved_at:
anyOf:
- $ref: '#/components/schemas/null_field'
- $ref: '#/components/schemas/timestamptz_utc'
nullable: true
description: |
Signifies if and when report of this expense was approved.
report_action_with_expenses_ids_to_eject:
type: object
additionalProperties: false
Expand Down
14 changes: 14 additions & 0 deletions reference/spender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,20 @@ components:
maxLength: 255
description: |
An unique ID, generated by Fyle, for identifying the Settlement.
report_last_paid_at:
anyOf:
- $ref: '#/components/schemas/null_field'
- $ref: '#/components/schemas/timestamptz_utc'
nullable: true
description: |
Signifies if and when report of this expense was reimbursed.
report_last_approved_at:
anyOf:
- $ref: '#/components/schemas/null_field'
- $ref: '#/components/schemas/timestamptz_utc'
nullable: true
description: |
Signifies if and when report of this expense was approved.
source:
type: string
enum:
Expand Down
14 changes: 14 additions & 0 deletions src/components/schemas/expense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,20 @@ expense_out:
maxLength: 255
description: >
An unique ID, generated by Fyle, for identifying the Settlement.
report_last_paid_at:
anyOf:
- $ref: ./fields.yaml#/null_field
- $ref: './fields.yaml#/timestamptz_utc'
nullable: true
description: |
Signifies if and when report of this expense was reimbursed.
report_last_approved_at:
anyOf:
- $ref: ./fields.yaml#/null_field
- $ref: './fields.yaml#/timestamptz_utc'
nullable: true
description: |
Signifies if and when report of this expense was approved.
expense_in:
type: object
Expand Down

0 comments on commit 7580f67

Please sign in to comment.