README.md in square_connect-2.20180712.1.234 vs README.md in square_connect-2.20180712.2.237
- 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.20180712.1
+- Package version: 2.20180712.2
- Build package: io.swagger.codegen.languages.RubyClientCodegen
For more information, please visit [https://squareup.com/developers](https://squareup.com/developers)
## Installation
@@ -94,10 +94,13 @@
*SquareConnect::CustomersApi* | [**retrieve_customer**](docs/CustomersApi.md#retrieve_customer) | **GET** /v2/customers/{customer_id} | RetrieveCustomer
*SquareConnect::CustomersApi* | [**search_customers**](docs/CustomersApi.md#search_customers) | **POST** /v2/customers/search | SearchCustomers
*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::MobileAuthorizationApi* | [**create_mobile_authorization_code**](docs/MobileAuthorizationApi.md#create_mobile_authorization_code) | **POST** /mobile/authorization-code | CreateMobileAuthorizationCode
+*SquareConnect::OAuthApi* | [**obtain_token**](docs/OAuthApi.md#obtain_token) | **POST** /oauth2/token | ObtainToken
+*SquareConnect::OAuthApi* | [**renew_token**](docs/OAuthApi.md#renew_token) | **POST** /oauth2/clients/{client_id}/access-token/renew | RenewToken
+*SquareConnect::OAuthApi* | [**revoke_token**](docs/OAuthApi.md#revoke_token) | **POST** /oauth2/revoke | RevokeToken
*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
@@ -286,10 +289,12 @@
- [SquareConnect::Location](docs/Location.md)
- [SquareConnect::LocationCapability](docs/LocationCapability.md)
- [SquareConnect::LocationStatus](docs/LocationStatus.md)
- [SquareConnect::LocationType](docs/LocationType.md)
- [SquareConnect::Money](docs/Money.md)
+ - [SquareConnect::ObtainTokenRequest](docs/ObtainTokenRequest.md)
+ - [SquareConnect::ObtainTokenResponse](docs/ObtainTokenResponse.md)
- [SquareConnect::Order](docs/Order.md)
- [SquareConnect::OrderLineItem](docs/OrderLineItem.md)
- [SquareConnect::OrderLineItemDiscount](docs/OrderLineItemDiscount.md)
- [SquareConnect::OrderLineItemDiscountScope](docs/OrderLineItemDiscountScope.md)
- [SquareConnect::OrderLineItemDiscountType](docs/OrderLineItemDiscountType.md)
@@ -299,15 +304,19 @@
- [SquareConnect::Refund](docs/Refund.md)
- [SquareConnect::RefundStatus](docs/RefundStatus.md)
- [SquareConnect::RegisterDomainRequest](docs/RegisterDomainRequest.md)
- [SquareConnect::RegisterDomainResponse](docs/RegisterDomainResponse.md)
- [SquareConnect::RegisterDomainResponseStatus](docs/RegisterDomainResponseStatus.md)
+ - [SquareConnect::RenewTokenRequest](docs/RenewTokenRequest.md)
+ - [SquareConnect::RenewTokenResponse](docs/RenewTokenResponse.md)
- [SquareConnect::RetrieveCatalogObjectRequest](docs/RetrieveCatalogObjectRequest.md)
- [SquareConnect::RetrieveCatalogObjectResponse](docs/RetrieveCatalogObjectResponse.md)
- [SquareConnect::RetrieveCustomerRequest](docs/RetrieveCustomerRequest.md)
- [SquareConnect::RetrieveCustomerResponse](docs/RetrieveCustomerResponse.md)
- [SquareConnect::RetrieveTransactionRequest](docs/RetrieveTransactionRequest.md)
- [SquareConnect::RetrieveTransactionResponse](docs/RetrieveTransactionResponse.md)
+ - [SquareConnect::RevokeTokenRequest](docs/RevokeTokenRequest.md)
+ - [SquareConnect::RevokeTokenResponse](docs/RevokeTokenResponse.md)
- [SquareConnect::SearchCatalogObjectsRequest](docs/SearchCatalogObjectsRequest.md)
- [SquareConnect::SearchCatalogObjectsResponse](docs/SearchCatalogObjectsResponse.md)
- [SquareConnect::SearchCustomersRequest](docs/SearchCustomersRequest.md)
- [SquareConnect::SearchCustomersResponse](docs/SearchCustomersResponse.md)
- [SquareConnect::SortOrder](docs/SortOrder.md)