Skip to content

Commit

Permalink
FYLE-85zthcf8t-saved-filters-shared-fix (#347)
Browse files Browse the repository at this point in the history
* mino

* Auto generate API docs

---------

Co-authored-by: Siva <[email protected]>
  • Loading branch information
Kulsekar4 and snarayanank2 authored Sep 7, 2023
1 parent b2844cb commit c32a4c3
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ components:
description: |
This represents the name of the filter.
example: Code E0101
shared:
is_shared:
type: boolean
nullable: true
description: |
Expand All @@ -2150,8 +2150,8 @@ components:
example: efilumWHrlPf7K
name:
$ref: '#/components/schemas/filter_name'
shared:
$ref: '#/components/schemas/shared'
is_shared:
$ref: '#/components/schemas/is_shared'
org_id:
$ref: '#/components/schemas/org_id'
user_id:
Expand All @@ -2171,8 +2171,8 @@ components:
properties:
name:
$ref: '#/components/schemas/filter_name'
shared:
$ref: '#/components/schemas/shared'
is_shared:
$ref: '#/components/schemas/is_shared'
query_string:
$ref: '#/components/schemas/query_string'
employee_filters_delete_in:
Expand Down Expand Up @@ -3752,7 +3752,7 @@ components:
name:
$ref: '#/components/schemas/filter_name'
is_shared:
$ref: '#/components/schemas/shared'
$ref: '#/components/schemas/is_shared'
org_id:
$ref: '#/components/schemas/org_id'
user_id:
Expand All @@ -3773,7 +3773,7 @@ components:
name:
$ref: '#/components/schemas/filter_name'
is_shared:
$ref: '#/components/schemas/shared'
$ref: '#/components/schemas/is_shared'
query_string:
$ref: '#/components/schemas/query_string'
expense_filters_delete_in:
Expand Down Expand Up @@ -4898,7 +4898,7 @@ components:
name:
$ref: '#/components/schemas/filter_name'
is_shared:
$ref: '#/components/schemas/shared'
$ref: '#/components/schemas/is_shared'
org_id:
$ref: '#/components/schemas/org_id'
user_id:
Expand All @@ -4919,7 +4919,7 @@ components:
name:
$ref: '#/components/schemas/filter_name'
is_shared:
$ref: '#/components/schemas/shared'
$ref: '#/components/schemas/is_shared'
query_string:
$ref: '#/components/schemas/query_string'
report_filters_delete_in:
Expand Down Expand Up @@ -6347,8 +6347,8 @@ components:
example: cctfilumWHrlPf7K
name:
$ref: '#/components/schemas/filter_name'
shared:
$ref: '#/components/schemas/shared'
is_shared:
$ref: '#/components/schemas/is_shared'
org_id:
$ref: '#/components/schemas/org_id'
user_id:
Expand All @@ -6368,8 +6368,8 @@ components:
properties:
name:
$ref: '#/components/schemas/filter_name'
shared:
$ref: '#/components/schemas/shared'
is_shared:
$ref: '#/components/schemas/is_shared'
query_string:
$ref: '#/components/schemas/query_string'
corporate_card_transaction_filters_delete_in:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ corporate_card_transaction_filters_in:
properties:
name:
$ref: './fields.yaml#/filter_name'
shared:
$ref: './fields.yaml#/shared'
is_shared:
$ref: './fields.yaml#/is_shared'
query_string:
$ref: './fields.yaml#/query_string'

Expand All @@ -22,8 +22,8 @@ corporate_card_transaction_filters_out:
example: cctfilumWHrlPf7K
name:
$ref: './fields.yaml#/filter_name'
shared:
$ref: './fields.yaml#/shared'
is_shared:
$ref: './fields.yaml#/is_shared'
org_id:
$ref: './fields.yaml#/org_id'
user_id:
Expand Down
8 changes: 4 additions & 4 deletions src/components/schemas/employee_filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ employee_filters_in:
properties:
name:
$ref: './fields.yaml#/filter_name'
shared:
$ref: './fields.yaml#/shared'
is_shared:
$ref: './fields.yaml#/is_shared'
query_string:
$ref: './fields.yaml#/query_string'

Expand All @@ -23,8 +23,8 @@ employee_filters_out:
example: efilumWHrlPf7K
name:
$ref: './fields.yaml#/filter_name'
shared:
$ref: './fields.yaml#/shared'
is_shared:
$ref: './fields.yaml#/is_shared'
org_id:
$ref: './fields.yaml#/org_id'
user_id:
Expand Down
4 changes: 2 additions & 2 deletions src/components/schemas/expense_filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ expense_filters_in:
name:
$ref: './fields.yaml#/filter_name'
is_shared:
$ref: './fields.yaml#/shared'
$ref: './fields.yaml#/is_shared'
query_string:
$ref: './fields.yaml#/query_string'

Expand All @@ -24,7 +24,7 @@ expense_filters_out:
name:
$ref: './fields.yaml#/filter_name'
is_shared:
$ref: './fields.yaml#/shared'
$ref: './fields.yaml#/is_shared'
org_id:
$ref: './fields.yaml#/org_id'
user_id:
Expand Down
2 changes: 1 addition & 1 deletion src/components/schemas/fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ filter_name:
This represents the name of the filter.
example: Code E0101

shared:
is_shared:
type: boolean
nullable: true
description: |
Expand Down
4 changes: 2 additions & 2 deletions src/components/schemas/report_filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ report_filters_in:
name:
$ref: './fields.yaml#/filter_name'
is_shared:
$ref: './fields.yaml#/shared'
$ref: './fields.yaml#/is_shared'
query_string:
$ref: './fields.yaml#/query_string'

Expand All @@ -24,7 +24,7 @@ report_filters_out:
name:
$ref: './fields.yaml#/filter_name'
is_shared:
$ref: './fields.yaml#/shared'
$ref: './fields.yaml#/is_shared'
org_id:
$ref: './fields.yaml#/org_id'
user_id:
Expand Down

0 comments on commit c32a4c3

Please sign in to comment.