README.md in square_connect-2.20180712.2.237 vs README.md in square_connect-2.20180918.0.244
- 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.2
+- Package version: 2.20180918.0
- Build package: io.swagger.codegen.languages.RubyClientCodegen
For more information, please visit [https://squareup.com/developers](https://squareup.com/developers)
## Installation
@@ -92,10 +92,17 @@
*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* | [**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::InventoryApi* | [**batch_change_inventory**](docs/InventoryApi.md#batch_change_inventory) | **POST** /v2/inventory/batch-change | BatchChangeInventory
+*SquareConnect::InventoryApi* | [**batch_retrieve_inventory_changes**](docs/InventoryApi.md#batch_retrieve_inventory_changes) | **POST** /v2/inventory/batch-retrieve-changes | BatchRetrieveInventoryChanges
+*SquareConnect::InventoryApi* | [**batch_retrieve_inventory_counts**](docs/InventoryApi.md#batch_retrieve_inventory_counts) | **POST** /v2/inventory/batch-retrieve-counts | BatchRetrieveInventoryCounts
+*SquareConnect::InventoryApi* | [**retrieve_inventory_adjustment**](docs/InventoryApi.md#retrieve_inventory_adjustment) | **GET** /v2/inventory/adjustment/{adjustment_id} | RetrieveInventoryAdjustment
+*SquareConnect::InventoryApi* | [**retrieve_inventory_changes**](docs/InventoryApi.md#retrieve_inventory_changes) | **GET** /v2/inventory/{catalog_object_id}/changes | RetrieveInventoryChanges
+*SquareConnect::InventoryApi* | [**retrieve_inventory_count**](docs/InventoryApi.md#retrieve_inventory_count) | **GET** /v2/inventory/{catalog_object_id} | RetrieveInventoryCount
+*SquareConnect::InventoryApi* | [**retrieve_inventory_physical_count**](docs/InventoryApi.md#retrieve_inventory_physical_count) | **GET** /v2/inventory/physical-count/{physical_count_id} | RetrieveInventoryPhysicalCount
*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
@@ -185,14 +192,20 @@
- [SquareConnect::AdditionalRecipient](docs/AdditionalRecipient.md)
- [SquareConnect::AdditionalRecipientReceivable](docs/AdditionalRecipientReceivable.md)
- [SquareConnect::AdditionalRecipientReceivableRefund](docs/AdditionalRecipientReceivableRefund.md)
- [SquareConnect::Address](docs/Address.md)
+ - [SquareConnect::BatchChangeInventoryRequest](docs/BatchChangeInventoryRequest.md)
+ - [SquareConnect::BatchChangeInventoryResponse](docs/BatchChangeInventoryResponse.md)
- [SquareConnect::BatchDeleteCatalogObjectsRequest](docs/BatchDeleteCatalogObjectsRequest.md)
- [SquareConnect::BatchDeleteCatalogObjectsResponse](docs/BatchDeleteCatalogObjectsResponse.md)
- [SquareConnect::BatchRetrieveCatalogObjectsRequest](docs/BatchRetrieveCatalogObjectsRequest.md)
- [SquareConnect::BatchRetrieveCatalogObjectsResponse](docs/BatchRetrieveCatalogObjectsResponse.md)
+ - [SquareConnect::BatchRetrieveInventoryChangesRequest](docs/BatchRetrieveInventoryChangesRequest.md)
+ - [SquareConnect::BatchRetrieveInventoryChangesResponse](docs/BatchRetrieveInventoryChangesResponse.md)
+ - [SquareConnect::BatchRetrieveInventoryCountsRequest](docs/BatchRetrieveInventoryCountsRequest.md)
+ - [SquareConnect::BatchRetrieveInventoryCountsResponse](docs/BatchRetrieveInventoryCountsResponse.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)
@@ -268,11 +281,18 @@
- [SquareConnect::DeleteCustomerResponse](docs/DeleteCustomerResponse.md)
- [SquareConnect::Device](docs/Device.md)
- [SquareConnect::Error](docs/Error.md)
- [SquareConnect::ErrorCategory](docs/ErrorCategory.md)
- [SquareConnect::ErrorCode](docs/ErrorCode.md)
+ - [SquareConnect::InventoryAdjustment](docs/InventoryAdjustment.md)
- [SquareConnect::InventoryAlertType](docs/InventoryAlertType.md)
+ - [SquareConnect::InventoryChange](docs/InventoryChange.md)
+ - [SquareConnect::InventoryChangeType](docs/InventoryChangeType.md)
+ - [SquareConnect::InventoryCount](docs/InventoryCount.md)
+ - [SquareConnect::InventoryPhysicalCount](docs/InventoryPhysicalCount.md)
+ - [SquareConnect::InventoryState](docs/InventoryState.md)
+ - [SquareConnect::InventoryTransfer](docs/InventoryTransfer.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)
@@ -299,10 +319,11 @@
- [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::Product](docs/Product.md)
- [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)
@@ -310,19 +331,28 @@
- [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::RetrieveInventoryAdjustmentRequest](docs/RetrieveInventoryAdjustmentRequest.md)
+ - [SquareConnect::RetrieveInventoryAdjustmentResponse](docs/RetrieveInventoryAdjustmentResponse.md)
+ - [SquareConnect::RetrieveInventoryChangesRequest](docs/RetrieveInventoryChangesRequest.md)
+ - [SquareConnect::RetrieveInventoryChangesResponse](docs/RetrieveInventoryChangesResponse.md)
+ - [SquareConnect::RetrieveInventoryCountRequest](docs/RetrieveInventoryCountRequest.md)
+ - [SquareConnect::RetrieveInventoryCountResponse](docs/RetrieveInventoryCountResponse.md)
+ - [SquareConnect::RetrieveInventoryPhysicalCountRequest](docs/RetrieveInventoryPhysicalCountRequest.md)
+ - [SquareConnect::RetrieveInventoryPhysicalCountResponse](docs/RetrieveInventoryPhysicalCountResponse.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)
+ - [SquareConnect::SourceApplication](docs/SourceApplication.md)
- [SquareConnect::TaxCalculationPhase](docs/TaxCalculationPhase.md)
- [SquareConnect::TaxInclusionType](docs/TaxInclusionType.md)
- [SquareConnect::Tender](docs/Tender.md)
- [SquareConnect::TenderCardDetails](docs/TenderCardDetails.md)
- [SquareConnect::TenderCardDetailsEntryMethod](docs/TenderCardDetailsEntryMethod.md)
@@ -407,9 +437,11 @@
- EMPLOYEES_WRITE: POST, PUT, and DELETE endpoints related to employee management
- TIMECARDS_READ: GET endpoints related to employee timecards
- TIMECARDS_WRITE: POST, PUT, and DELETE endpoints related to employee timecards
- PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS: Allow third party applications to deduct a portion of each transaction amount.
- PAYMENTS_WRITE_IN_PERSON: POST, PUT, and DELETE endpoints. Grants write access to transaction and refunds information.
+ - INVENTORY_READ: GET endpoints related to a merchant's inventory
+ - INVENTORY_WRITE: POST, PUT, and DELETE endpoints related to a merchant's inventory
### oauth2ClientSecret
- **Type**: API key
- **API key parameter name**: Authorization