diff --git a/api.json b/api.json index fb186e9..e668538 100644 --- a/api.json +++ b/api.json @@ -7232,8 +7232,7 @@ "discount_data": "{{ CatalogDiscount object only if type\u003dDISCOUNT }}", "tax_data": "{{ CatalogTax object only if type\u003dTAX }}" } - }, - "example_type": "Schema" + } }, "CatalogObjectBatch": { "type": "object", @@ -11686,6 +11685,26 @@ "$ref": "#/definitions/v1Money", "description": "The amount of money refunded. This amount is always negative." }, + "refunded_processing_fee_money": { + "$ref": "#/definitions/v1Money", + "description": "The amount of processing fee money refunded." + }, + "refunded_additive_tax_money": { + "$ref": "#/definitions/v1Money", + "description": "The amount of additive tax money refunded." + }, + "refunded_inclusive_tax_money": { + "$ref": "#/definitions/v1Money", + "description": "The amount of inclusive tax money refunded." + }, + "refunded_tip_money": { + "$ref": "#/definitions/v1Money", + "description": "The amount of tip money refunded." + }, + "refunded_discount_money": { + "$ref": "#/definitions/v1Money", + "description": "The amount of discount money refunded." + }, "created_at": { "type": "string", "description": "The time when the merchant initiated the refund for Square to process, in ISO 8601 format.." @@ -12107,7 +12126,7 @@ "description": "The ID of the variation\u0027s associated item." }, "ordinal": { - "type": "interger", + "type": "integer", "description": "Indicates the variation\u0027s list position when displayed in Square Register and the merchant dashboard. If more than one variation for the same item has the same ordinal value, those variations are displayed in alphabetical order" }, "pricing_type": { diff --git a/swagger-config/config-csharp.json b/swagger-config/config-csharp.json index 19fdee2..b6f713e 100644 --- a/swagger-config/config-csharp.json +++ b/swagger-config/config-csharp.json @@ -1,8 +1,8 @@ { "packageName": "Square.Connect", - "packageVersion": "2.2.0", + "packageVersion": "2.2.1", "optionalProjectFile": "true", - "httpUserAgent": "Square-Connect-CSharp/2.2.0", + "httpUserAgent": "Square-Connect-CSharp/2.2.1", "packageGuid": "{4A65C772-5862-4E64-B742-0C6997700CD8}", "gitUserId": "square", "gitRepoId": "connect-csharp-sdk" diff --git a/swagger-config/config-java.json b/swagger-config/config-java.json index e5a453b..3a70545 100644 --- a/swagger-config/config-java.json +++ b/swagger-config/config-java.json @@ -4,7 +4,7 @@ "invokerPackage": "com.squareup.connect", "groupId": "com.squareup", "artifactId": "connect", - "artifactVersion": "2.2.0", + "artifactVersion": "2.2.1", "artifactUrl": "https://github.com/square/connect-java-sdk/", "artifactDescription": "Java client library for the Square Connect API", "developerName": "Square Inc.", @@ -20,6 +20,6 @@ "dateLibrary": "java8", "useGzipFeature": false, "library": "jersey2", - "httpUserAgent": "Square-Connect-Java/2.2.0", + "httpUserAgent": "Square-Connect-Java/2.2.1", "hideGenerationTimestamp": true } diff --git a/swagger-config/config-php.json b/swagger-config/config-php.json index 453cfc3..de894f5 100644 --- a/swagger-config/config-php.json +++ b/swagger-config/config-php.json @@ -1,12 +1,12 @@ { "packagePath": "SquareConnect", - "artifactVersion": "2.2.0", + "artifactVersion": "2.2.1", "invokerPackage": "SquareConnect", "modelPackage": "Model", "apiPackage": "Api", "composerVendorName": "square", "composerProjectName": "connect", - "httpUserAgent": "Square-Connect-PHP/2.2.0", + "httpUserAgent": "Square-Connect-PHP/2.2.1", "gitUserId": "square", "gitRepoId": "connect-php-sdk" } diff --git a/swagger-config/config-python.json b/swagger-config/config-python.json index 5d5ec0e..14f63d4 100644 --- a/swagger-config/config-python.json +++ b/swagger-config/config-python.json @@ -1,7 +1,7 @@ { "packageName": "squareconnect", - "packageVersion": "2.2.0", - "httpUserAgent": "Square-Connect-Python/2.2.0", + "packageVersion": "2.2.1", + "httpUserAgent": "Square-Connect-Python/2.2.1", "gitUserId": "square", "gitRepoId": "connect-python-sdk" } diff --git a/swagger-config/config-ruby.json b/swagger-config/config-ruby.json index d908769..eeb6912 100644 --- a/swagger-config/config-ruby.json +++ b/swagger-config/config-ruby.json @@ -1,8 +1,8 @@ { "gemName": "square_connect", "moduleName": "SquareConnect", - "httpUserAgent": "Square-Connect-Ruby/2.2.0", - "gemVersion": "2.2.0", + "httpUserAgent": "Square-Connect-Ruby/2.2.1", + "gemVersion": "2.2.1", "gemAuthor": "Square, Inc.", "gemAuthorEmail": "developers@squareup.com", "gemHomepage": "https://github.com/square/connect-ruby-sdk",