README.md in square_connect-2.4.0.175 vs README.md in square_connect-2.5.0.180
- old
+ new
@@ -8,11 +8,11 @@
for the specification and template files we used to generate this.
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
- API version: 2.0
-- Package version: 2.4.0
+- Package version: 2.5.0
- Build package: io.swagger.codegen.languages.RubyClientCodegen
For more information, please visit [https://squareup.com/developers](https://squareup.com/developers)
## Installation
@@ -95,10 +95,12 @@
*SquareConnect::CustomersApi* | [**retrieve_customer**](docs/CustomersApi.md#retrieve_customer) | **GET** /v2/customers/{customer_id} | RetrieveCustomer
*SquareConnect::CustomersApi* | [**update_customer**](docs/CustomersApi.md#update_customer) | **PUT** /v2/customers/{customer_id} | UpdateCustomer
*SquareConnect::LocationsApi* | [**list_locations**](docs/LocationsApi.md#list_locations) | **GET** /v2/locations | ListLocations
*SquareConnect::OrdersApi* | [**batch_retrieve_orders**](docs/OrdersApi.md#batch_retrieve_orders) | **POST** /v2/locations/{location_id}/orders/batch-retrieve | BatchRetrieveOrders
*SquareConnect::OrdersApi* | [**create_order**](docs/OrdersApi.md#create_order) | **POST** /v2/locations/{location_id}/orders | CreateOrder
+*SquareConnect::ReportingApi* | [**list_additional_recipient_receivable_refunds**](docs/ReportingApi.md#list_additional_recipient_receivable_refunds) | **GET** /v2/locations/{location_id}/additional-recipient-receivable-refunds | ListAdditionalRecipientReceivableRefunds
+*SquareConnect::ReportingApi* | [**list_additional_recipient_receivables**](docs/ReportingApi.md#list_additional_recipient_receivables) | **GET** /v2/locations/{location_id}/additional-recipient-receivables | ListAdditionalRecipientReceivables
*SquareConnect::TransactionsApi* | [**capture_transaction**](docs/TransactionsApi.md#capture_transaction) | **POST** /v2/locations/{location_id}/transactions/{transaction_id}/capture | CaptureTransaction
*SquareConnect::TransactionsApi* | [**charge**](docs/TransactionsApi.md#charge) | **POST** /v2/locations/{location_id}/transactions | Charge
*SquareConnect::TransactionsApi* | [**create_refund**](docs/TransactionsApi.md#create_refund) | **POST** /v2/locations/{location_id}/transactions/{transaction_id}/refund | CreateRefund
*SquareConnect::TransactionsApi* | [**list_refunds**](docs/TransactionsApi.md#list_refunds) | **GET** /v2/locations/{location_id}/refunds | ListRefunds
*SquareConnect::TransactionsApi* | [**list_transactions**](docs/TransactionsApi.md#list_transactions) | **GET** /v2/locations/{location_id}/transactions | ListTransactions
@@ -175,10 +177,13 @@
*SquareConnect::V1TransactionsApi* | [**update_order**](docs/V1TransactionsApi.md#update_order) | **PUT** /v1/{location_id}/orders/{order_id} | Updates the details of an online store order. Every update you perform on an order corresponds to one of three actions:
## Documentation for Models
+ - [SquareConnect::AdditionalRecipient](docs/AdditionalRecipient.md)
+ - [SquareConnect::AdditionalRecipientReceivable](docs/AdditionalRecipientReceivable.md)
+ - [SquareConnect::AdditionalRecipientReceivableRefund](docs/AdditionalRecipientReceivableRefund.md)
- [SquareConnect::Address](docs/Address.md)
- [SquareConnect::BatchDeleteCatalogObjectsRequest](docs/BatchDeleteCatalogObjectsRequest.md)
- [SquareConnect::BatchDeleteCatalogObjectsResponse](docs/BatchDeleteCatalogObjectsResponse.md)
- [SquareConnect::BatchRetrieveCatalogObjectsRequest](docs/BatchRetrieveCatalogObjectsRequest.md)
- [SquareConnect::BatchRetrieveCatalogObjectsResponse](docs/BatchRetrieveCatalogObjectsResponse.md)
@@ -218,10 +223,11 @@
- [SquareConnect::CatalogQuerySortedAttribute](docs/CatalogQuerySortedAttribute.md)
- [SquareConnect::CatalogQueryText](docs/CatalogQueryText.md)
- [SquareConnect::CatalogTax](docs/CatalogTax.md)
- [SquareConnect::CatalogV1Id](docs/CatalogV1Id.md)
- [SquareConnect::ChargeRequest](docs/ChargeRequest.md)
+ - [SquareConnect::ChargeRequestAdditionalRecipient](docs/ChargeRequestAdditionalRecipient.md)
- [SquareConnect::ChargeResponse](docs/ChargeResponse.md)
- [SquareConnect::Checkout](docs/Checkout.md)
- [SquareConnect::Country](docs/Country.md)
- [SquareConnect::CreateCheckoutRequest](docs/CreateCheckoutRequest.md)
- [SquareConnect::CreateCheckoutResponse](docs/CreateCheckoutResponse.md)
@@ -251,9 +257,13 @@
- [SquareConnect::Error](docs/Error.md)
- [SquareConnect::ErrorCategory](docs/ErrorCategory.md)
- [SquareConnect::ErrorCode](docs/ErrorCode.md)
- [SquareConnect::InventoryAlertType](docs/InventoryAlertType.md)
- [SquareConnect::ItemVariationLocationOverrides](docs/ItemVariationLocationOverrides.md)
+ - [SquareConnect::ListAdditionalRecipientReceivableRefundsRequest](docs/ListAdditionalRecipientReceivableRefundsRequest.md)
+ - [SquareConnect::ListAdditionalRecipientReceivableRefundsResponse](docs/ListAdditionalRecipientReceivableRefundsResponse.md)
+ - [SquareConnect::ListAdditionalRecipientReceivablesRequest](docs/ListAdditionalRecipientReceivablesRequest.md)
+ - [SquareConnect::ListAdditionalRecipientReceivablesResponse](docs/ListAdditionalRecipientReceivablesResponse.md)
- [SquareConnect::ListCatalogRequest](docs/ListCatalogRequest.md)
- [SquareConnect::ListCatalogResponse](docs/ListCatalogResponse.md)
- [SquareConnect::ListCustomersRequest](docs/ListCustomersRequest.md)
- [SquareConnect::ListCustomersResponse](docs/ListCustomersResponse.md)
- [SquareConnect::ListLocationsRequest](docs/ListLocationsRequest.md)