square_connect 2.20190313.1.282 → 2.20190327.1.292
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +12 -0
- data/README.md +5 -4
- data/docs/Address.md +1 -1
- data/docs/BatchRetrieveInventoryChangesRequest.md +2 -2
- data/docs/Card.md +1 -1
- data/docs/CatalogDiscount.md +1 -1
- data/docs/CatalogImage.md +14 -0
- data/docs/CatalogItem.md +2 -2
- data/docs/CatalogItemVariation.md +2 -2
- data/docs/CatalogModifierList.md +1 -1
- data/docs/CatalogObject.md +3 -1
- data/docs/CatalogObjectType.md +1 -0
- data/docs/CatalogQuerySortedAttribute.md +1 -1
- data/docs/CatalogTax.md +2 -2
- data/docs/CreateOrderRequestTax.md +1 -1
- data/docs/Customer.md +1 -1
- data/docs/CustomerCreationSourceFilter.md +2 -2
- data/docs/CustomerSort.md +2 -2
- data/docs/CustomersApi.md +5 -5
- data/docs/Employee.md +1 -1
- data/docs/Error.md +1 -1
- data/docs/InventoryAdjustment.md +2 -2
- data/docs/InventoryChange.md +1 -1
- data/docs/InventoryCount.md +1 -1
- data/docs/InventoryPhysicalCount.md +1 -1
- data/docs/InventoryTransfer.md +1 -1
- data/docs/ItemVariationLocationOverrides.md +2 -2
- data/docs/ListAdditionalRecipientReceivableRefundsRequest.md +1 -1
- data/docs/ListAdditionalRecipientReceivablesRequest.md +1 -1
- data/docs/ListCustomersRequest.md +2 -2
- data/docs/ListEmployeesRequest.md +1 -1
- data/docs/ListRefundsRequest.md +1 -1
- data/docs/ListTransactionsRequest.md +1 -1
- data/docs/Location.md +5 -5
- data/docs/Money.md +1 -1
- data/docs/ObtainTokenRequest.md +6 -6
- data/docs/ObtainTokenResponse.md +2 -2
- data/docs/OrderFulfillment.md +2 -2
- data/docs/OrderFulfillmentPickupDetails.md +1 -1
- data/docs/OrderLineItemDiscount.md +2 -2
- data/docs/OrderLineItemTax.md +2 -2
- data/docs/Refund.md +1 -1
- data/docs/RegisterDomainResponse.md +1 -1
- data/docs/SearchCatalogObjectsRequest.md +1 -1
- data/docs/Shift.md +1 -1
- data/docs/ShiftFilter.md +1 -1
- data/docs/ShiftSort.md +2 -2
- data/docs/ShiftWorkday.md +1 -1
- data/docs/SourceApplication.md +1 -1
- data/docs/Tender.md +1 -1
- data/docs/TenderCardDetails.md +2 -2
- data/docs/Transaction.md +1 -1
- data/docs/V1Payment.md +1 -1
- data/docs/WorkweekConfig.md +1 -1
- data/lib/square_connect.rb +1 -0
- data/lib/square_connect/api/apple_pay_api.rb +1 -1
- data/lib/square_connect/api/catalog_api.rb +11 -11
- data/lib/square_connect/api/checkout_api.rb +1 -1
- data/lib/square_connect/api/customers_api.rb +14 -14
- data/lib/square_connect/api/employees_api.rb +2 -2
- data/lib/square_connect/api/inventory_api.rb +7 -7
- data/lib/square_connect/api/labor_api.rb +14 -14
- data/lib/square_connect/api/locations_api.rb +1 -1
- data/lib/square_connect/api/mobile_authorization_api.rb +1 -1
- data/lib/square_connect/api/o_auth_api.rb +3 -3
- data/lib/square_connect/api/orders_api.rb +2 -2
- data/lib/square_connect/api/reporting_api.rb +2 -2
- data/lib/square_connect/api/transactions_api.rb +7 -7
- data/lib/square_connect/api/v1_employees_api.rb +16 -16
- data/lib/square_connect/api/v1_items_api.rb +40 -40
- data/lib/square_connect/api/v1_locations_api.rb +2 -2
- data/lib/square_connect/api/v1_transactions_api.rb +11 -11
- data/lib/square_connect/api_client.rb +1 -1
- data/lib/square_connect/models/address.rb +1 -1
- data/lib/square_connect/models/batch_retrieve_inventory_changes_request.rb +2 -2
- data/lib/square_connect/models/card.rb +1 -1
- data/lib/square_connect/models/catalog_discount.rb +1 -1
- data/lib/square_connect/models/catalog_image.rb +206 -0
- data/lib/square_connect/models/catalog_item.rb +2 -2
- data/lib/square_connect/models/catalog_item_variation.rb +2 -2
- data/lib/square_connect/models/catalog_modifier_list.rb +1 -1
- data/lib/square_connect/models/catalog_object.rb +27 -7
- data/lib/square_connect/models/catalog_object_type.rb +1 -0
- data/lib/square_connect/models/catalog_query_sorted_attribute.rb +1 -1
- data/lib/square_connect/models/catalog_tax.rb +2 -2
- data/lib/square_connect/models/create_order_request_tax.rb +1 -1
- data/lib/square_connect/models/customer.rb +1 -1
- data/lib/square_connect/models/customer_creation_source_filter.rb +2 -2
- data/lib/square_connect/models/customer_sort.rb +2 -2
- data/lib/square_connect/models/employee.rb +1 -1
- data/lib/square_connect/models/error.rb +1 -1
- data/lib/square_connect/models/inventory_adjustment.rb +2 -2
- data/lib/square_connect/models/inventory_change.rb +1 -1
- data/lib/square_connect/models/inventory_count.rb +1 -1
- data/lib/square_connect/models/inventory_physical_count.rb +1 -1
- data/lib/square_connect/models/inventory_transfer.rb +1 -1
- data/lib/square_connect/models/item_variation_location_overrides.rb +2 -2
- data/lib/square_connect/models/list_additional_recipient_receivable_refunds_request.rb +1 -1
- data/lib/square_connect/models/list_additional_recipient_receivables_request.rb +1 -1
- data/lib/square_connect/models/list_customers_request.rb +2 -2
- data/lib/square_connect/models/list_employees_request.rb +1 -1
- data/lib/square_connect/models/list_refunds_request.rb +1 -1
- data/lib/square_connect/models/list_transactions_request.rb +1 -1
- data/lib/square_connect/models/location.rb +5 -5
- data/lib/square_connect/models/money.rb +1 -1
- data/lib/square_connect/models/obtain_token_request.rb +20 -5
- data/lib/square_connect/models/obtain_token_response.rb +2 -2
- data/lib/square_connect/models/order_fulfillment.rb +2 -2
- data/lib/square_connect/models/order_fulfillment_pickup_details.rb +1 -1
- data/lib/square_connect/models/order_line_item_discount.rb +2 -2
- data/lib/square_connect/models/order_line_item_tax.rb +2 -2
- data/lib/square_connect/models/refund.rb +1 -1
- data/lib/square_connect/models/register_domain_response.rb +1 -1
- data/lib/square_connect/models/search_catalog_objects_request.rb +1 -1
- data/lib/square_connect/models/shift.rb +1 -1
- data/lib/square_connect/models/shift_filter.rb +1 -1
- data/lib/square_connect/models/shift_sort.rb +2 -2
- data/lib/square_connect/models/shift_workday.rb +1 -1
- data/lib/square_connect/models/source_application.rb +1 -1
- data/lib/square_connect/models/tender.rb +1 -1
- data/lib/square_connect/models/tender_card_details.rb +2 -2
- data/lib/square_connect/models/transaction.rb +1 -1
- data/lib/square_connect/models/v1_payment.rb +1 -1
- data/lib/square_connect/models/workweek_config.rb +1 -1
- data/lib/square_connect/version.rb +1 -1
- data/spec/models/catalog_image_spec.rb +51 -0
- metadata +6 -2
@@ -59,7 +59,7 @@ module SquareConnect
|
|
59
59
|
# HTTP header 'Content-Type'
|
60
60
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
61
61
|
|
62
|
-
header_params['Square-Version'] = "2019-03-
|
62
|
+
header_params['Square-Version'] = "2019-03-27"
|
63
63
|
|
64
64
|
# form parameters
|
65
65
|
form_params = {}
|
@@ -122,7 +122,7 @@ module SquareConnect
|
|
122
122
|
# HTTP header 'Content-Type'
|
123
123
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
124
124
|
|
125
|
-
header_params['Square-Version'] = "2019-03-
|
125
|
+
header_params['Square-Version'] = "2019-03-27"
|
126
126
|
|
127
127
|
# form parameters
|
128
128
|
form_params = {}
|
@@ -185,7 +185,7 @@ module SquareConnect
|
|
185
185
|
# HTTP header 'Content-Type'
|
186
186
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
187
187
|
|
188
|
-
header_params['Square-Version'] = "2019-03-
|
188
|
+
header_params['Square-Version'] = "2019-03-27"
|
189
189
|
|
190
190
|
# form parameters
|
191
191
|
form_params = {}
|
@@ -244,7 +244,7 @@ module SquareConnect
|
|
244
244
|
# HTTP header 'Content-Type'
|
245
245
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
246
246
|
|
247
|
-
header_params['Square-Version'] = "2019-03-
|
247
|
+
header_params['Square-Version'] = "2019-03-27"
|
248
248
|
|
249
249
|
# form parameters
|
250
250
|
form_params = {}
|
@@ -303,7 +303,7 @@ module SquareConnect
|
|
303
303
|
# HTTP header 'Content-Type'
|
304
304
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
305
305
|
|
306
|
-
header_params['Square-Version'] = "2019-03-
|
306
|
+
header_params['Square-Version'] = "2019-03-27"
|
307
307
|
|
308
308
|
# form parameters
|
309
309
|
form_params = {}
|
@@ -362,7 +362,7 @@ module SquareConnect
|
|
362
362
|
# HTTP header 'Content-Type'
|
363
363
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
364
364
|
|
365
|
-
header_params['Square-Version'] = "2019-03-
|
365
|
+
header_params['Square-Version'] = "2019-03-27"
|
366
366
|
|
367
367
|
# form parameters
|
368
368
|
form_params = {}
|
@@ -421,7 +421,7 @@ module SquareConnect
|
|
421
421
|
# HTTP header 'Content-Type'
|
422
422
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
423
423
|
|
424
|
-
header_params['Square-Version'] = "2019-03-
|
424
|
+
header_params['Square-Version'] = "2019-03-27"
|
425
425
|
|
426
426
|
# form parameters
|
427
427
|
form_params = {}
|
@@ -480,7 +480,7 @@ module SquareConnect
|
|
480
480
|
# HTTP header 'Content-Type'
|
481
481
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
482
482
|
|
483
|
-
header_params['Square-Version'] = "2019-03-
|
483
|
+
header_params['Square-Version'] = "2019-03-27"
|
484
484
|
|
485
485
|
# form parameters
|
486
486
|
form_params = {}
|
@@ -543,7 +543,7 @@ module SquareConnect
|
|
543
543
|
# HTTP header 'Content-Type'
|
544
544
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
545
545
|
|
546
|
-
header_params['Square-Version'] = "2019-03-
|
546
|
+
header_params['Square-Version'] = "2019-03-27"
|
547
547
|
|
548
548
|
# form parameters
|
549
549
|
form_params = {}
|
@@ -602,7 +602,7 @@ module SquareConnect
|
|
602
602
|
# HTTP header 'Content-Type'
|
603
603
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
604
604
|
|
605
|
-
header_params['Square-Version'] = "2019-03-
|
605
|
+
header_params['Square-Version'] = "2019-03-27"
|
606
606
|
|
607
607
|
# form parameters
|
608
608
|
form_params = {}
|
@@ -665,7 +665,7 @@ module SquareConnect
|
|
665
665
|
# HTTP header 'Content-Type'
|
666
666
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
667
667
|
|
668
|
-
header_params['Square-Version'] = "2019-03-
|
668
|
+
header_params['Square-Version'] = "2019-03-27"
|
669
669
|
|
670
670
|
# form parameters
|
671
671
|
form_params = {}
|
@@ -724,7 +724,7 @@ module SquareConnect
|
|
724
724
|
# HTTP header 'Content-Type'
|
725
725
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
726
726
|
|
727
|
-
header_params['Square-Version'] = "2019-03-
|
727
|
+
header_params['Square-Version'] = "2019-03-27"
|
728
728
|
|
729
729
|
# form parameters
|
730
730
|
form_params = {}
|
@@ -783,7 +783,7 @@ module SquareConnect
|
|
783
783
|
# HTTP header 'Content-Type'
|
784
784
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
785
785
|
|
786
|
-
header_params['Square-Version'] = "2019-03-
|
786
|
+
header_params['Square-Version'] = "2019-03-27"
|
787
787
|
|
788
788
|
# form parameters
|
789
789
|
form_params = {}
|
@@ -842,7 +842,7 @@ module SquareConnect
|
|
842
842
|
# HTTP header 'Content-Type'
|
843
843
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
844
844
|
|
845
|
-
header_params['Square-Version'] = "2019-03-
|
845
|
+
header_params['Square-Version'] = "2019-03-27"
|
846
846
|
|
847
847
|
# form parameters
|
848
848
|
form_params = {}
|
@@ -901,7 +901,7 @@ module SquareConnect
|
|
901
901
|
# HTTP header 'Content-Type'
|
902
902
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
903
903
|
|
904
|
-
header_params['Square-Version'] = "2019-03-
|
904
|
+
header_params['Square-Version'] = "2019-03-27"
|
905
905
|
|
906
906
|
# form parameters
|
907
907
|
form_params = {}
|
@@ -960,7 +960,7 @@ module SquareConnect
|
|
960
960
|
# HTTP header 'Content-Type'
|
961
961
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
962
962
|
|
963
|
-
header_params['Square-Version'] = "2019-03-
|
963
|
+
header_params['Square-Version'] = "2019-03-27"
|
964
964
|
|
965
965
|
# form parameters
|
966
966
|
form_params = {}
|
@@ -1023,7 +1023,7 @@ module SquareConnect
|
|
1023
1023
|
# HTTP header 'Content-Type'
|
1024
1024
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1025
1025
|
|
1026
|
-
header_params['Square-Version'] = "2019-03-
|
1026
|
+
header_params['Square-Version'] = "2019-03-27"
|
1027
1027
|
|
1028
1028
|
# form parameters
|
1029
1029
|
form_params = {}
|
@@ -1082,7 +1082,7 @@ module SquareConnect
|
|
1082
1082
|
# HTTP header 'Content-Type'
|
1083
1083
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1084
1084
|
|
1085
|
-
header_params['Square-Version'] = "2019-03-
|
1085
|
+
header_params['Square-Version'] = "2019-03-27"
|
1086
1086
|
|
1087
1087
|
# form parameters
|
1088
1088
|
form_params = {}
|
@@ -1147,7 +1147,7 @@ module SquareConnect
|
|
1147
1147
|
# HTTP header 'Content-Type'
|
1148
1148
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1149
1149
|
|
1150
|
-
header_params['Square-Version'] = "2019-03-
|
1150
|
+
header_params['Square-Version'] = "2019-03-27"
|
1151
1151
|
|
1152
1152
|
# form parameters
|
1153
1153
|
form_params = {}
|
@@ -1210,7 +1210,7 @@ module SquareConnect
|
|
1210
1210
|
# HTTP header 'Content-Type'
|
1211
1211
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1212
1212
|
|
1213
|
-
header_params['Square-Version'] = "2019-03-
|
1213
|
+
header_params['Square-Version'] = "2019-03-27"
|
1214
1214
|
|
1215
1215
|
# form parameters
|
1216
1216
|
form_params = {}
|
@@ -1265,7 +1265,7 @@ module SquareConnect
|
|
1265
1265
|
# HTTP header 'Content-Type'
|
1266
1266
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1267
1267
|
|
1268
|
-
header_params['Square-Version'] = "2019-03-
|
1268
|
+
header_params['Square-Version'] = "2019-03-27"
|
1269
1269
|
|
1270
1270
|
# form parameters
|
1271
1271
|
form_params = {}
|
@@ -1320,7 +1320,7 @@ module SquareConnect
|
|
1320
1320
|
# HTTP header 'Content-Type'
|
1321
1321
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1322
1322
|
|
1323
|
-
header_params['Square-Version'] = "2019-03-
|
1323
|
+
header_params['Square-Version'] = "2019-03-27"
|
1324
1324
|
|
1325
1325
|
# form parameters
|
1326
1326
|
form_params = {}
|
@@ -1375,7 +1375,7 @@ module SquareConnect
|
|
1375
1375
|
# HTTP header 'Content-Type'
|
1376
1376
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1377
1377
|
|
1378
|
-
header_params['Square-Version'] = "2019-03-
|
1378
|
+
header_params['Square-Version'] = "2019-03-27"
|
1379
1379
|
|
1380
1380
|
# form parameters
|
1381
1381
|
form_params = {}
|
@@ -1436,7 +1436,7 @@ module SquareConnect
|
|
1436
1436
|
# HTTP header 'Content-Type'
|
1437
1437
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1438
1438
|
|
1439
|
-
header_params['Square-Version'] = "2019-03-
|
1439
|
+
header_params['Square-Version'] = "2019-03-27"
|
1440
1440
|
|
1441
1441
|
# form parameters
|
1442
1442
|
form_params = {}
|
@@ -1494,7 +1494,7 @@ module SquareConnect
|
|
1494
1494
|
# HTTP header 'Content-Type'
|
1495
1495
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1496
1496
|
|
1497
|
-
header_params['Square-Version'] = "2019-03-
|
1497
|
+
header_params['Square-Version'] = "2019-03-27"
|
1498
1498
|
|
1499
1499
|
# form parameters
|
1500
1500
|
form_params = {}
|
@@ -1549,7 +1549,7 @@ module SquareConnect
|
|
1549
1549
|
# HTTP header 'Content-Type'
|
1550
1550
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1551
1551
|
|
1552
|
-
header_params['Square-Version'] = "2019-03-
|
1552
|
+
header_params['Square-Version'] = "2019-03-27"
|
1553
1553
|
|
1554
1554
|
# form parameters
|
1555
1555
|
form_params = {}
|
@@ -1604,7 +1604,7 @@ module SquareConnect
|
|
1604
1604
|
# HTTP header 'Content-Type'
|
1605
1605
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1606
1606
|
|
1607
|
-
header_params['Square-Version'] = "2019-03-
|
1607
|
+
header_params['Square-Version'] = "2019-03-27"
|
1608
1608
|
|
1609
1609
|
# form parameters
|
1610
1610
|
form_params = {}
|
@@ -1667,7 +1667,7 @@ module SquareConnect
|
|
1667
1667
|
# HTTP header 'Content-Type'
|
1668
1668
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1669
1669
|
|
1670
|
-
header_params['Square-Version'] = "2019-03-
|
1670
|
+
header_params['Square-Version'] = "2019-03-27"
|
1671
1671
|
|
1672
1672
|
# form parameters
|
1673
1673
|
form_params = {}
|
@@ -1730,7 +1730,7 @@ module SquareConnect
|
|
1730
1730
|
# HTTP header 'Content-Type'
|
1731
1731
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1732
1732
|
|
1733
|
-
header_params['Square-Version'] = "2019-03-
|
1733
|
+
header_params['Square-Version'] = "2019-03-27"
|
1734
1734
|
|
1735
1735
|
# form parameters
|
1736
1736
|
form_params = {}
|
@@ -1789,7 +1789,7 @@ module SquareConnect
|
|
1789
1789
|
# HTTP header 'Content-Type'
|
1790
1790
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1791
1791
|
|
1792
|
-
header_params['Square-Version'] = "2019-03-
|
1792
|
+
header_params['Square-Version'] = "2019-03-27"
|
1793
1793
|
|
1794
1794
|
# form parameters
|
1795
1795
|
form_params = {}
|
@@ -1848,7 +1848,7 @@ module SquareConnect
|
|
1848
1848
|
# HTTP header 'Content-Type'
|
1849
1849
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1850
1850
|
|
1851
|
-
header_params['Square-Version'] = "2019-03-
|
1851
|
+
header_params['Square-Version'] = "2019-03-27"
|
1852
1852
|
|
1853
1853
|
# form parameters
|
1854
1854
|
form_params = {}
|
@@ -1911,7 +1911,7 @@ module SquareConnect
|
|
1911
1911
|
# HTTP header 'Content-Type'
|
1912
1912
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1913
1913
|
|
1914
|
-
header_params['Square-Version'] = "2019-03-
|
1914
|
+
header_params['Square-Version'] = "2019-03-27"
|
1915
1915
|
|
1916
1916
|
# form parameters
|
1917
1917
|
form_params = {}
|
@@ -1974,7 +1974,7 @@ module SquareConnect
|
|
1974
1974
|
# HTTP header 'Content-Type'
|
1975
1975
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1976
1976
|
|
1977
|
-
header_params['Square-Version'] = "2019-03-
|
1977
|
+
header_params['Square-Version'] = "2019-03-27"
|
1978
1978
|
|
1979
1979
|
# form parameters
|
1980
1980
|
form_params = {}
|
@@ -2037,7 +2037,7 @@ module SquareConnect
|
|
2037
2037
|
# HTTP header 'Content-Type'
|
2038
2038
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2039
2039
|
|
2040
|
-
header_params['Square-Version'] = "2019-03-
|
2040
|
+
header_params['Square-Version'] = "2019-03-27"
|
2041
2041
|
|
2042
2042
|
# form parameters
|
2043
2043
|
form_params = {}
|
@@ -2100,7 +2100,7 @@ module SquareConnect
|
|
2100
2100
|
# HTTP header 'Content-Type'
|
2101
2101
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2102
2102
|
|
2103
|
-
header_params['Square-Version'] = "2019-03-
|
2103
|
+
header_params['Square-Version'] = "2019-03-27"
|
2104
2104
|
|
2105
2105
|
# form parameters
|
2106
2106
|
form_params = {}
|
@@ -2163,7 +2163,7 @@ module SquareConnect
|
|
2163
2163
|
# HTTP header 'Content-Type'
|
2164
2164
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2165
2165
|
|
2166
|
-
header_params['Square-Version'] = "2019-03-
|
2166
|
+
header_params['Square-Version'] = "2019-03-27"
|
2167
2167
|
|
2168
2168
|
# form parameters
|
2169
2169
|
form_params = {}
|
@@ -2230,7 +2230,7 @@ module SquareConnect
|
|
2230
2230
|
# HTTP header 'Content-Type'
|
2231
2231
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2232
2232
|
|
2233
|
-
header_params['Square-Version'] = "2019-03-
|
2233
|
+
header_params['Square-Version'] = "2019-03-27"
|
2234
2234
|
|
2235
2235
|
# form parameters
|
2236
2236
|
form_params = {}
|
@@ -2293,7 +2293,7 @@ module SquareConnect
|
|
2293
2293
|
# HTTP header 'Content-Type'
|
2294
2294
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2295
2295
|
|
2296
|
-
header_params['Square-Version'] = "2019-03-
|
2296
|
+
header_params['Square-Version'] = "2019-03-27"
|
2297
2297
|
|
2298
2298
|
# form parameters
|
2299
2299
|
form_params = {}
|
@@ -2356,7 +2356,7 @@ module SquareConnect
|
|
2356
2356
|
# HTTP header 'Content-Type'
|
2357
2357
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2358
2358
|
|
2359
|
-
header_params['Square-Version'] = "2019-03-
|
2359
|
+
header_params['Square-Version'] = "2019-03-27"
|
2360
2360
|
|
2361
2361
|
# form parameters
|
2362
2362
|
form_params = {}
|
@@ -2423,7 +2423,7 @@ module SquareConnect
|
|
2423
2423
|
# HTTP header 'Content-Type'
|
2424
2424
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2425
2425
|
|
2426
|
-
header_params['Square-Version'] = "2019-03-
|
2426
|
+
header_params['Square-Version'] = "2019-03-27"
|
2427
2427
|
|
2428
2428
|
# form parameters
|
2429
2429
|
form_params = {}
|
@@ -47,7 +47,7 @@ module SquareConnect
|
|
47
47
|
# HTTP header 'Content-Type'
|
48
48
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
49
49
|
|
50
|
-
header_params['Square-Version'] = "2019-03-
|
50
|
+
header_params['Square-Version'] = "2019-03-27"
|
51
51
|
|
52
52
|
# form parameters
|
53
53
|
form_params = {}
|
@@ -98,7 +98,7 @@ module SquareConnect
|
|
98
98
|
# HTTP header 'Content-Type'
|
99
99
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
100
100
|
|
101
|
-
header_params['Square-Version'] = "2019-03-
|
101
|
+
header_params['Square-Version'] = "2019-03-27"
|
102
102
|
|
103
103
|
# form parameters
|
104
104
|
form_params = {}
|
@@ -55,7 +55,7 @@ module SquareConnect
|
|
55
55
|
# HTTP header 'Content-Type'
|
56
56
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
57
57
|
|
58
|
-
header_params['Square-Version'] = "2019-03-
|
58
|
+
header_params['Square-Version'] = "2019-03-27"
|
59
59
|
|
60
60
|
# form parameters
|
61
61
|
form_params = {}
|
@@ -110,7 +110,7 @@ module SquareConnect
|
|
110
110
|
# HTTP header 'Content-Type'
|
111
111
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
112
112
|
|
113
|
-
header_params['Square-Version'] = "2019-03-
|
113
|
+
header_params['Square-Version'] = "2019-03-27"
|
114
114
|
|
115
115
|
# form parameters
|
116
116
|
form_params = {}
|
@@ -177,7 +177,7 @@ module SquareConnect
|
|
177
177
|
# HTTP header 'Content-Type'
|
178
178
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
179
179
|
|
180
|
-
header_params['Square-Version'] = "2019-03-
|
180
|
+
header_params['Square-Version'] = "2019-03-27"
|
181
181
|
|
182
182
|
# form parameters
|
183
183
|
form_params = {}
|
@@ -253,7 +253,7 @@ module SquareConnect
|
|
253
253
|
# HTTP header 'Content-Type'
|
254
254
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
255
255
|
|
256
|
-
header_params['Square-Version'] = "2019-03-
|
256
|
+
header_params['Square-Version'] = "2019-03-27"
|
257
257
|
|
258
258
|
# form parameters
|
259
259
|
form_params = {}
|
@@ -326,7 +326,7 @@ module SquareConnect
|
|
326
326
|
# HTTP header 'Content-Type'
|
327
327
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
328
328
|
|
329
|
-
header_params['Square-Version'] = "2019-03-
|
329
|
+
header_params['Square-Version'] = "2019-03-27"
|
330
330
|
|
331
331
|
# form parameters
|
332
332
|
form_params = {}
|
@@ -405,7 +405,7 @@ module SquareConnect
|
|
405
405
|
# HTTP header 'Content-Type'
|
406
406
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
407
407
|
|
408
|
-
header_params['Square-Version'] = "2019-03-
|
408
|
+
header_params['Square-Version'] = "2019-03-27"
|
409
409
|
|
410
410
|
# form parameters
|
411
411
|
form_params = {}
|
@@ -464,7 +464,7 @@ module SquareConnect
|
|
464
464
|
# HTTP header 'Content-Type'
|
465
465
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
466
466
|
|
467
|
-
header_params['Square-Version'] = "2019-03-
|
467
|
+
header_params['Square-Version'] = "2019-03-27"
|
468
468
|
|
469
469
|
# form parameters
|
470
470
|
form_params = {}
|
@@ -523,7 +523,7 @@ module SquareConnect
|
|
523
523
|
# HTTP header 'Content-Type'
|
524
524
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
525
525
|
|
526
|
-
header_params['Square-Version'] = "2019-03-
|
526
|
+
header_params['Square-Version'] = "2019-03-27"
|
527
527
|
|
528
528
|
# form parameters
|
529
529
|
form_params = {}
|
@@ -582,7 +582,7 @@ module SquareConnect
|
|
582
582
|
# HTTP header 'Content-Type'
|
583
583
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
584
584
|
|
585
|
-
header_params['Square-Version'] = "2019-03-
|
585
|
+
header_params['Square-Version'] = "2019-03-27"
|
586
586
|
|
587
587
|
# form parameters
|
588
588
|
form_params = {}
|
@@ -641,7 +641,7 @@ module SquareConnect
|
|
641
641
|
# HTTP header 'Content-Type'
|
642
642
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
643
643
|
|
644
|
-
header_params['Square-Version'] = "2019-03-
|
644
|
+
header_params['Square-Version'] = "2019-03-27"
|
645
645
|
|
646
646
|
# form parameters
|
647
647
|
form_params = {}
|
@@ -704,7 +704,7 @@ module SquareConnect
|
|
704
704
|
# HTTP header 'Content-Type'
|
705
705
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
706
706
|
|
707
|
-
header_params['Square-Version'] = "2019-03-
|
707
|
+
header_params['Square-Version'] = "2019-03-27"
|
708
708
|
|
709
709
|
# form parameters
|
710
710
|
form_params = {}
|