README.md in square_connect-2.20190710.0.321 vs README.md in square_connect-2.20190724.0.325
- 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.20190710.0
+- Package version: 2.20190724.0
- Build package: io.swagger.codegen.languages.RubyClientCodegen
For more information, please visit [https://squareup.com/developers](https://squareup.com/developers)
---
@@ -250,10 +250,14 @@
- [SquareConnect::CatalogInfoRequest](docs/CatalogInfoRequest.md)
- [SquareConnect::CatalogInfoResponse](docs/CatalogInfoResponse.md)
- [SquareConnect::CatalogInfoResponseLimits](docs/CatalogInfoResponseLimits.md)
- [SquareConnect::CatalogItem](docs/CatalogItem.md)
- [SquareConnect::CatalogItemModifierListInfo](docs/CatalogItemModifierListInfo.md)
+ - [SquareConnect::CatalogItemOption](docs/CatalogItemOption.md)
+ - [SquareConnect::CatalogItemOptionForItem](docs/CatalogItemOptionForItem.md)
+ - [SquareConnect::CatalogItemOptionValue](docs/CatalogItemOptionValue.md)
+ - [SquareConnect::CatalogItemOptionValueForItemVariation](docs/CatalogItemOptionValueForItemVariation.md)
- [SquareConnect::CatalogItemProductType](docs/CatalogItemProductType.md)
- [SquareConnect::CatalogItemVariation](docs/CatalogItemVariation.md)
- [SquareConnect::CatalogMeasurementUnit](docs/CatalogMeasurementUnit.md)
- [SquareConnect::CatalogModifier](docs/CatalogModifier.md)
- [SquareConnect::CatalogModifierList](docs/CatalogModifierList.md)
@@ -265,10 +269,12 @@
- [SquareConnect::CatalogPricingRule](docs/CatalogPricingRule.md)
- [SquareConnect::CatalogPricingType](docs/CatalogPricingType.md)
- [SquareConnect::CatalogProductSet](docs/CatalogProductSet.md)
- [SquareConnect::CatalogQuery](docs/CatalogQuery.md)
- [SquareConnect::CatalogQueryExact](docs/CatalogQueryExact.md)
+ - [SquareConnect::CatalogQueryItemVariationsForItemOptionValues](docs/CatalogQueryItemVariationsForItemOptionValues.md)
+ - [SquareConnect::CatalogQueryItemsForItemOptions](docs/CatalogQueryItemsForItemOptions.md)
- [SquareConnect::CatalogQueryItemsForModifierList](docs/CatalogQueryItemsForModifierList.md)
- [SquareConnect::CatalogQueryItemsForTax](docs/CatalogQueryItemsForTax.md)
- [SquareConnect::CatalogQueryPrefix](docs/CatalogQueryPrefix.md)
- [SquareConnect::CatalogQueryRange](docs/CatalogQueryRange.md)
- [SquareConnect::CatalogQuerySortedAttribute](docs/CatalogQuerySortedAttribute.md)
@@ -676,10 +682,10 @@
- CUSTOMERS_WRITE: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to customer information. For example, to create and update customer profiles.
- EMPLOYEES_READ: __HTTP Method__: `GET` Grants read access to employee profile information. For example, to call the Connect v1 Employees API.
- EMPLOYEES_WRITE: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to employee profile information. For example, to create and modify employee profiles.
- INVENTORY_READ: __HTTP Method__: `GET` Grants read access to inventory information. For example, to call the RetrieveInventoryCount endpoint.
- INVENTORY_WRITE: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to inventory information. For example, to call the BatchChangeInventory endpoint.
- - ITEMS_READ: __HTTP Method__: `GET` Grants read access to business and location information. For example, to obtain a location ID for subsequent activity.
+ - ITEMS_READ: __HTTP Method__: `GET` Grants read access to product catalog information. For example, to get an item or a list of items.
- ITEMS_WRITE: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to product catalog information. For example, to modify or add to a product catalog.
- MERCHANT_PROFILE_READ: __HTTP Method__: `GET` Grants read access to business and location information. For example, to obtain a location ID for subsequent activity.
- ORDERS_READ: __HTTP Method__: `GET` Grants read access to order information. For example, to call the BatchRetrieveOrders endpoint.
- ORDERS_WRITE: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to order information. For example, to call the CreateCheckout endpoint.
- PAYMENTS_READ: __HTTP Method__: `GET` Grants read access to transaction and refund information. For example, to call the RetrieveTransaction endpoint.