square_connect 2.20180712.1.228 → 2.20180712.1.234

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba8e7fecfd07671097fe2a4a351e6a9505bbdec1cc153726db02392e2f8fa9bf
4
- data.tar.gz: 124fa98d98aa3a71cb37be90c68e71e06c8e4e33475caa6cc00b90b0e16cb184
3
+ metadata.gz: ae35dcc77ca9d4c9237ef793c0705e35e339e6e405e4a23f9ec1499f5aa8b5cb
4
+ data.tar.gz: 48c4190f9e040ed33bd69a4c6ae8faeec3148f4be1de0258e0617c744a3083a9
5
5
  SHA512:
6
- metadata.gz: 513a941f286a11a320e63ededa4689ef6343040306647dbc304b26436a94bb20098c4d0813b77c6ea366fe429da16f326c45cfa9f3194fa9a245875982cc51dd
7
- data.tar.gz: ef77e4b9fb0e7c08badc98275161fc7b1a23f2f5b6714d18b81e964f88a717bc74acd0e7cb7dbc6e3a46f5217f80de77e3f40e585eb076c90ac2d010d03f0160
6
+ metadata.gz: 6dc88b69ea94b19cffff9aacf123c1ab6893be3d21232d3270e2af37adee835c7ceb4bdc511f9e056bc2adb1099149556c78446ba795fb5b09c4e588797ae420
7
+ data.tar.gz: 1b0964fe2038553a3966ef475769ae749b6e26b20694f16724715fa91f2d7e2c18071baba0ead0833d7fb1b1ed8b29ce4f07a46ed32480551342fb03de272c60
data/README.md CHANGED
@@ -399,6 +399,7 @@ Class | Method | HTTP request | Description
399
399
  - TIMECARDS_READ: GET endpoints related to employee timecards
400
400
  - TIMECARDS_WRITE: POST, PUT, and DELETE endpoints related to employee timecards
401
401
  - PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS: Allow third party applications to deduct a portion of each transaction amount.
402
+ - PAYMENTS_WRITE_IN_PERSON: POST, PUT, and DELETE endpoints. Grants write access to transaction and refunds information.
402
403
 
403
404
  ### oauth2ClientSecret
404
405
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: square_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20180712.1.228
4
+ version: 2.20180712.1.234
5
5
  platform: ruby
6
6
  authors:
7
7
  - Square, Inc.