Skip to content

Commit

Permalink
build from latest OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Jun 28, 2024
1 parent 4024b04 commit 23d3af7
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/accounting/GetBankTransactionsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**provider_name** | **String** | | [optional]
**date_time_utc** | **String** | | [optional]
**page_info** | [**PageInfo**](PageInfo.md) | | [optional]
**bank_transactions** | [**Array<BankTransactions>**](BankTransactions.md) | | [optional]
**bank_transactions** | [**Array<BankTransaction>**](BankTransaction.md) | | [optional]

## Code Sample

Expand Down
2 changes: 1 addition & 1 deletion docs/accounting/GetContactsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**provider_name** | **String** | | [optional]
**date_time_utc** | **String** | | [optional]
**page_info** | [**PageInfo**](PageInfo.md) | | [optional]
**contacts** | [**Array<Contacts>**](Contacts.md) | | [optional]
**contacts** | [**Array<Contact>**](Contact.md) | | [optional]

## Code Sample

Expand Down
2 changes: 1 addition & 1 deletion docs/accounting/GetCreditNotesResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**provider_name** | **String** | | [optional]
**date_time_utc** | **String** | | [optional]
**page_info** | [**PageInfo**](PageInfo.md) | | [optional]
**credit_notes** | [**Array<CreditNotes>**](CreditNotes.md) | | [optional]
**credit_notes** | [**Array<CreditNote>**](CreditNote.md) | | [optional]

## Code Sample

Expand Down
2 changes: 1 addition & 1 deletion docs/accounting/GetManualJournalsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**provider_name** | **String** | | [optional]
**date_time_utc** | **String** | | [optional]
**page_info** | [**PageInfo**](PageInfo.md) | | [optional]
**manual_journals** | [**Array<ManualJournals>**](ManualJournals.md) | | [optional]
**manual_journals** | [**Array<ManualJournal>**](ManualJournal.md) | | [optional]

## Code Sample

Expand Down
2 changes: 1 addition & 1 deletion docs/accounting/GetOverpaymentsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**provider_name** | **String** | | [optional]
**date_time_utc** | **String** | | [optional]
**page_info** | [**PageInfo**](PageInfo.md) | | [optional]
**overpayments** | [**Array<Overpayments>**](Overpayments.md) | | [optional]
**overpayments** | [**Array<Overpayment>**](Overpayment.md) | | [optional]

## Code Sample

Expand Down
2 changes: 1 addition & 1 deletion docs/accounting/GetPaymentsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**provider_name** | **String** | | [optional]
**date_time_utc** | **String** | | [optional]
**page_info** | [**PageInfo**](PageInfo.md) | | [optional]
**payments** | [**Array<Payments>**](Payments.md) | | [optional]
**payments** | [**Array<Payment>**](Payment.md) | | [optional]

## Code Sample

Expand Down
2 changes: 1 addition & 1 deletion docs/accounting/GetPrepaymentsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**provider_name** | **String** | | [optional]
**date_time_utc** | **String** | | [optional]
**page_info** | [**PageInfo**](PageInfo.md) | | [optional]
**prepayments** | [**Array<Prepayments>**](Prepayments.md) | | [optional]
**prepayments** | [**Array<Prepayment>**](Prepayment.md) | | [optional]

## Code Sample

Expand Down
2 changes: 1 addition & 1 deletion docs/accounting/GetPurchaseOrdersResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**provider_name** | **String** | | [optional]
**date_time_utc** | **String** | | [optional]
**page_info** | [**PageInfo**](PageInfo.md) | | [optional]
**purchase_orders** | [**Array<PurchaseOrders>**](PurchaseOrders.md) | | [optional]
**purchase_orders** | [**Array<PurchaseOrder>**](PurchaseOrder.md) | | [optional]

## Code Sample

Expand Down
16 changes: 8 additions & 8 deletions docs/accounting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2883,7 +2883,7 @@
"minItems" : 1,
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/BankTransactions"
"$ref" : "#/components/schemas/BankTransaction"
}
}
},
Expand Down Expand Up @@ -2912,7 +2912,7 @@
"minItems" : 1,
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/Contacts"
"$ref" : "#/components/schemas/Contact"
}
}
},
Expand Down Expand Up @@ -2941,7 +2941,7 @@
"minItems" : 1,
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/CreditNotes"
"$ref" : "#/components/schemas/CreditNote"
}
}
},
Expand Down Expand Up @@ -2999,7 +2999,7 @@
"minItems" : 1,
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/ManualJournals"
"$ref" : "#/components/schemas/ManualJournal"
}
}
},
Expand Down Expand Up @@ -3028,7 +3028,7 @@
"minItems" : 1,
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/Overpayments"
"$ref" : "#/components/schemas/Overpayment"
}
}
},
Expand Down Expand Up @@ -3057,7 +3057,7 @@
"minItems" : 1,
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/Payments"
"$ref" : "#/components/schemas/Payment"
}
}
},
Expand Down Expand Up @@ -3086,7 +3086,7 @@
"minItems" : 1,
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/Prepayments"
"$ref" : "#/components/schemas/Prepayment"
}
}
},
Expand Down Expand Up @@ -3115,7 +3115,7 @@
"minItems" : 1,
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/PurchaseOrders"
"$ref" : "#/components/schemas/PurchaseOrder"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.openapi_types
:'provider_name' => :'String',
:'date_time_utc' => :'String',
:'page_info' => :'PageInfo',
:'bank_transactions' => :'Array<BankTransactions>'
:'bank_transactions' => :'Array<BankTransaction>'
}
end

Expand Down
2 changes: 1 addition & 1 deletion lib/xero-ruby/models/accounting/get_contacts_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.openapi_types
:'provider_name' => :'String',
:'date_time_utc' => :'String',
:'page_info' => :'PageInfo',
:'contacts' => :'Array<Contacts>'
:'contacts' => :'Array<Contact>'
}
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.openapi_types
:'provider_name' => :'String',
:'date_time_utc' => :'String',
:'page_info' => :'PageInfo',
:'credit_notes' => :'Array<CreditNotes>'
:'credit_notes' => :'Array<CreditNote>'
}
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.openapi_types
:'provider_name' => :'String',
:'date_time_utc' => :'String',
:'page_info' => :'PageInfo',
:'manual_journals' => :'Array<ManualJournals>'
:'manual_journals' => :'Array<ManualJournal>'
}
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.openapi_types
:'provider_name' => :'String',
:'date_time_utc' => :'String',
:'page_info' => :'PageInfo',
:'overpayments' => :'Array<Overpayments>'
:'overpayments' => :'Array<Overpayment>'
}
end

Expand Down
2 changes: 1 addition & 1 deletion lib/xero-ruby/models/accounting/get_payments_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.openapi_types
:'provider_name' => :'String',
:'date_time_utc' => :'String',
:'page_info' => :'PageInfo',
:'payments' => :'Array<Payments>'
:'payments' => :'Array<Payment>'
}
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.openapi_types
:'provider_name' => :'String',
:'date_time_utc' => :'String',
:'page_info' => :'PageInfo',
:'prepayments' => :'Array<Prepayments>'
:'prepayments' => :'Array<Prepayment>'
}
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.openapi_types
:'provider_name' => :'String',
:'date_time_utc' => :'String',
:'page_info' => :'PageInfo',
:'purchase_orders' => :'Array<PurchaseOrders>'
:'purchase_orders' => :'Array<PurchaseOrder>'
}
end

Expand Down

0 comments on commit 23d3af7

Please sign in to comment.