zernio-sdk 0.0.957 → 0.0.958

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ee8b5ab031e9a0c62cf94ad42759c92e73f3e00680217e045c5dfbc82f19b8d
4
- data.tar.gz: 6b1d7308667bee7d88178b022a09dae3514ad448eaa76eaf8f565815887f81d6
3
+ metadata.gz: 3f2e94a4784beacc5a251940e2c50b2e18f07bf89d47c28569e4c0eaa6552a1c
4
+ data.tar.gz: b0ded66953ed19278fe146f33c209129a16072e6c752b9a47a823c04f362b4f8
5
5
  SHA512:
6
- metadata.gz: 26277159efb8cf7cae6d7dd3be3f29df7859f28666cb314df6c4f889e11c7fc23d8829ea2a67405bc0db6a07de6317d672bf94177bdcc98b48aac51b42fe1c27
7
- data.tar.gz: b0fa05552ec358571660d5259c7db19456a104910bda734224941c2669b839c48baf7ab9d0a875a3213b88cd99b97092547cc6e1f209b1caeb65a69db9cdd0b8
6
+ metadata.gz: caed7ad3c4e3203210f31286414fd8557a2685e677ee4d44e34d45f89dfdddae827828c73c920706b2274aaedf33d61bdfd0492b3b556d64e2dcd2a48197d31f
7
+ data.tar.gz: 8d0f0c827df4fa9ea124bad8fa933668e6420c3553a436bc42f94359b989d34081fa3af4640d8cde0549e4e159439dbfc56e3d8203fc12797bf154189c6d696e
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.957'
14
+ VERSION = '0.0.958'
15
15
  end
data/openapi.yaml CHANGED
@@ -33502,6 +33502,11 @@ paths:
33502
33502
  text: { type: string }
33503
33503
  created: { type: string, format: date-time }
33504
33504
  platform: { type: string }
33505
+ '400':
33506
+ description: "Facebook refused the reply for this review (code platform_api_error, platform facebook, Meta error 12 echoed in platformError). Permanent for that review: Graph cannot address its underlying post, and it usually already carries a reply from the Page, which the review listing reports under hasReply. Do not retry."
33507
+ content:
33508
+ application/json:
33509
+ schema: { $ref: '#/components/schemas/ErrorResponse' }
33505
33510
  '401': { $ref: '#/components/responses/Unauthorized' }
33506
33511
  '403':
33507
33512
  description: Inbox addon required
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.957
4
+ version: 0.0.958
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator