Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.."
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions swagger-config/config-csharp.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions swagger-config/config-java.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -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
}
4 changes: 2 additions & 2 deletions swagger-config/config-php.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions swagger-config/config-python.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions swagger-config/config-ruby.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"gemHomepage": "https://github.com/square/connect-ruby-sdk",
Expand Down