README.md in square_connect-2.2.1.145 vs README.md in square_connect-2.3.0.153
- 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.2.1
+- Package version: 2.3.0
- Build package: io.swagger.codegen.languages.RubyClientCodegen
For more information, please visit [https://squareup.com/developers](https://squareup.com/developers)
## Installation
@@ -96,10 +96,12 @@
*SquareConnect::CustomersApi* | [**delete_customer_card**](docs/CustomersApi.md#delete_customer_card) | **DELETE** /v2/customers/{customer_id}/cards/{card_id} | DeleteCustomerCard
*SquareConnect::CustomersApi* | [**list_customers**](docs/CustomersApi.md#list_customers) | **GET** /v2/customers | ListCustomers
*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::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
@@ -181,10 +183,12 @@
- [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)
+ - [SquareConnect::BatchRetrieveOrdersRequest](docs/BatchRetrieveOrdersRequest.md)
+ - [SquareConnect::BatchRetrieveOrdersResponse](docs/BatchRetrieveOrdersResponse.md)
- [SquareConnect::BatchUpsertCatalogObjectsRequest](docs/BatchUpsertCatalogObjectsRequest.md)
- [SquareConnect::BatchUpsertCatalogObjectsResponse](docs/BatchUpsertCatalogObjectsResponse.md)
- [SquareConnect::CaptureTransactionRequest](docs/CaptureTransactionRequest.md)
- [SquareConnect::CaptureTransactionResponse](docs/CaptureTransactionResponse.md)
- [SquareConnect::Card](docs/Card.md)
@@ -229,11 +233,13 @@
- [SquareConnect::CreateCustomerRequest](docs/CreateCustomerRequest.md)
- [SquareConnect::CreateCustomerResponse](docs/CreateCustomerResponse.md)
- [SquareConnect::CreateOrderRequest](docs/CreateOrderRequest.md)
- [SquareConnect::CreateOrderRequestDiscount](docs/CreateOrderRequestDiscount.md)
- [SquareConnect::CreateOrderRequestLineItem](docs/CreateOrderRequestLineItem.md)
+ - [SquareConnect::CreateOrderRequestModifier](docs/CreateOrderRequestModifier.md)
- [SquareConnect::CreateOrderRequestTax](docs/CreateOrderRequestTax.md)
+ - [SquareConnect::CreateOrderResponse](docs/CreateOrderResponse.md)
- [SquareConnect::CreateRefundRequest](docs/CreateRefundRequest.md)
- [SquareConnect::CreateRefundResponse](docs/CreateRefundResponse.md)
- [SquareConnect::Currency](docs/Currency.md)
- [SquareConnect::Customer](docs/Customer.md)
- [SquareConnect::CustomerGroupInfo](docs/CustomerGroupInfo.md)
@@ -260,15 +266,17 @@
- [SquareConnect::ListRefundsResponse](docs/ListRefundsResponse.md)
- [SquareConnect::ListTransactionsRequest](docs/ListTransactionsRequest.md)
- [SquareConnect::ListTransactionsResponse](docs/ListTransactionsResponse.md)
- [SquareConnect::Location](docs/Location.md)
- [SquareConnect::LocationCapability](docs/LocationCapability.md)
+ - [SquareConnect::LocationStatus](docs/LocationStatus.md)
- [SquareConnect::Money](docs/Money.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)
+ - [SquareConnect::OrderLineItemModifier](docs/OrderLineItemModifier.md)
- [SquareConnect::OrderLineItemTax](docs/OrderLineItemTax.md)
- [SquareConnect::OrderLineItemTaxType](docs/OrderLineItemTaxType.md)
- [SquareConnect::Refund](docs/Refund.md)
- [SquareConnect::RefundStatus](docs/RefundStatus.md)
- [SquareConnect::RetrieveCatalogObjectRequest](docs/RetrieveCatalogObjectRequest.md)