Skip to content

Commit

Permalink
Merge pull request #288 from XeroAPI/OAS-6.1.1-xero-ruby
Browse files Browse the repository at this point in the history
Build from OAS 6.1.1
  • Loading branch information
manishT72 authored Aug 5, 2024
2 parents f7d606d + 9895423 commit 5f5bf7e
Show file tree
Hide file tree
Showing 56 changed files with 3,623 additions and 233 deletions.
61 changes: 32 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
xero-ruby (7.0.0)
xero-ruby (9.1.0)
faraday (>= 2.0, < 3.0)
json (~> 2.1, >= 2.1.0)
json-jwt (~> 1.16, >= 1.16.3)
Expand All @@ -28,15 +28,15 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.0.2)
faraday-net_http (3.1.1)
net-http
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
Expand All @@ -47,38 +47,41 @@ GEM
bindata
faraday (~> 2.0)
faraday-follow_redirects
method_source (1.0.0)
minitest (5.24.0)
logger (1.6.0)
method_source (1.1.0)
minitest (5.24.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pry (0.13.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.13.0)
racc (1.8.0)
pry (>= 0.13, < 0.15)
racc (1.8.1)
rainbow (3.1.1)
rake (12.3.3)
regexp_parser (2.9.2)
rexml (3.3.0)
rexml (3.3.4)
strscan
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.2)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.3)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
Expand All @@ -91,15 +94,15 @@ GEM
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)

PLATFORMS
arm64-darwin-23
ruby
x86_64-darwin-20

DEPENDENCIES
pry-byebug
Expand All @@ -109,4 +112,4 @@ DEPENDENCIES
xero-ruby!

BUNDLED WITH
2.4.22
2.5.11
2 changes: 2 additions & 0 deletions docs/accounting/BankTransactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**Pagination**](Pagination.md) | | [optional]
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**bank_transactions** | [**Array&lt;BankTransaction&gt;**](BankTransaction.md) | | [optional]

## Code Sample
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::BankTransactions.new(pagination: null,
warnings: null,
bank_transactions: null)
```

Expand Down
2 changes: 2 additions & 0 deletions docs/accounting/Contacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**Pagination**](Pagination.md) | | [optional]
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**contacts** | [**Array&lt;Contact&gt;**](Contact.md) | | [optional]

## Code Sample
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Contacts.new(pagination: null,
warnings: null,
contacts: null)
```

Expand Down
2 changes: 2 additions & 0 deletions docs/accounting/CreditNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**Pagination**](Pagination.md) | | [optional]
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**credit_notes** | [**Array&lt;CreditNote&gt;**](CreditNote.md) | | [optional]

## Code Sample
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::CreditNotes.new(pagination: null,
warnings: null,
credit_notes: null)
```

Expand Down
2 changes: 2 additions & 0 deletions docs/accounting/Invoices.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**Pagination**](Pagination.md) | | [optional]
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**invoices** | [**Array&lt;Invoice&gt;**](Invoice.md) | | [optional]

## Code Sample
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Invoices.new(pagination: null,
warnings: null,
invoices: null)
```

Expand Down
4 changes: 3 additions & 1 deletion docs/accounting/Journals.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**journals** | [**Array&lt;Journal&gt;**](Journal.md) | | [optional]

## Code Sample

```ruby
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Journals.new(journals: null)
instance = XeroRuby::Accounting::Journals.new(warnings: null,
journals: null)
```


2 changes: 2 additions & 0 deletions docs/accounting/ManualJournals.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**Pagination**](Pagination.md) | | [optional]
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**manual_journals** | [**Array&lt;ManualJournal&gt;**](ManualJournal.md) | | [optional]

## Code Sample
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::ManualJournals.new(pagination: null,
warnings: null,
manual_journals: null)
```

Expand Down
2 changes: 2 additions & 0 deletions docs/accounting/Overpayments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**Pagination**](Pagination.md) | | [optional]
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**overpayments** | [**Array&lt;Overpayment&gt;**](Overpayment.md) | | [optional]

## Code Sample
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Overpayments.new(pagination: null,
warnings: null,
overpayments: null)
```

Expand Down
2 changes: 2 additions & 0 deletions docs/accounting/Payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**Pagination**](Pagination.md) | | [optional]
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**payments** | [**Array&lt;Payment&gt;**](Payment.md) | | [optional]

## Code Sample
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Payments.new(pagination: null,
warnings: null,
payments: null)
```

Expand Down
2 changes: 2 additions & 0 deletions docs/accounting/Prepayments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**Pagination**](Pagination.md) | | [optional]
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**prepayments** | [**Array&lt;Prepayment&gt;**](Prepayment.md) | | [optional]

## Code Sample
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Prepayments.new(pagination: null,
warnings: null,
prepayments: null)
```

Expand Down
2 changes: 2 additions & 0 deletions docs/accounting/PurchaseOrders.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**Pagination**](Pagination.md) | | [optional]
**warnings** | [**Array&lt;ValidationError&gt;**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**purchase_orders** | [**Array&lt;PurchaseOrder&gt;**](PurchaseOrder.md) | | [optional]

## Code Sample
Expand All @@ -13,6 +14,7 @@ Name | Type | Description | Notes
require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::PurchaseOrders.new(pagination: null,
warnings: null,
purchase_orders: null)
```

Expand Down
Loading

0 comments on commit 5f5bf7e

Please sign in to comment.