Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #956

Merged
merged 11 commits into from
Oct 22, 2024
1 change: 0 additions & 1 deletion models/schemas/Email.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ properties:
$ref: ../enums/EmailStatus.yaml
sent_date:
type: string
format: date-time
nullable: true
description: Email sent date
errors_count:
Expand Down
2 changes: 1 addition & 1 deletion models/schemas/IssuedDocument.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ properties:
$ref: ./Language.yaml
subject:
type: string
description: Issued document subject
description: Issued document subject [not shown on the PDF]
nullable: true
visible_subject:
type: string
Expand Down
18 changes: 13 additions & 5 deletions openapi-enriched.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12528,6 +12528,11 @@ paths:
name: new_type
description: New document type.
required: true
- schema:
type: string
in: query
name: parameter
description: Old document type.
- schema:
type: integer
enum:
Expand Down Expand Up @@ -12576,13 +12581,16 @@ paths:
name: group
description: Group items.
- schema:
type: integer
type: string
enum:
- 0
- 1
- delivery_notes
- orders
- quotes
- work_reports
in: query
name: e_invoice
description: New document e_invoice.
name: parameter
description: Type of the parameters to be joined
example: delivery_notes, orders, quotes, work_reports
parameters:
- $ref: '#/components/parameters/company_id'
/c/{company_id}/emails:
Expand Down
19 changes: 14 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2952,6 +2952,11 @@ paths:
name: new_type
description: New document type.
required: true
- schema:
type: string
in: query
name: parameter
description: Old document type.
- schema:
type: integer
enum:
Expand Down Expand Up @@ -2999,13 +3004,16 @@ paths:
name: group
description: Group items.
- schema:
type: integer
type: string
enum:
- 0
- 1
- delivery_notes
- orders
- quotes
- work_reports
in: query
name: e_invoice
description: New document e_invoice.
name: parameter
description: Type of the parameters to be joined
example: delivery_notes, orders, quotes, work_reports
parameters:
- $ref: '#/components/parameters/company_id'
/c/{company_id}/emails:
Expand Down Expand Up @@ -3266,6 +3274,7 @@ components:
- expense
- passive_credit_note
- passive_delivery_note
- self_invoice
description: The type of the received document.
q:
name: q
Expand Down
15 changes: 12 additions & 3 deletions postman/fic-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -9294,6 +9294,15 @@
"key": "new_type",
"value": "<string>"
},
{
"disabled": false,
"description": {
"content": "Old document type.",
"type": "text/plain"
},
"key": "parameter",
"value": "<string>"
},
{
"disabled": false,
"description": {
Expand Down Expand Up @@ -9483,11 +9492,11 @@
{
"disabled": false,
"description": {
"content": "New document e_invoice.",
"content": "Type of the documents",
"type": "text/plain"
},
"key": "e_invoice",
"value": "1"
"key": "parameter",
"value": "<string>"
}
],
"variable": [
Expand Down