stigg-api-client 1.211.0 → 1.212.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62f35126864916f55b38c4705da50e4a18234de61398608cae24018ee96efee4
4
- data.tar.gz: 81edaedb1701e599a644afab60a94deefcccd4cb08dea393773e7d586cea81b6
3
+ metadata.gz: 2a67214c3e069abfd8bdc6052e51a0489fc0f632fb7c24ecc1072713b8115e21
4
+ data.tar.gz: 1160ba10156f13fc8861244441a9b62fa731a09d65023979473a9b9803a691cd
5
5
  SHA512:
6
- metadata.gz: 1ac0131ed3c27befdc96ec0c9c21ae5c9c029947ae929f7112d9b1ecd6066f0c5f817a785772f812f1003ee1958bc43bcbd9acfbed834fc4d0445eb35d30f9c9
7
- data.tar.gz: ae5258c7c50c0d49eeb1c3e69a20894b48167c074d6353e83786459710b393cb55fdf7a351855e2b80c72e2a5a4a18336f528fd7059508210837e24bac68cf05
6
+ metadata.gz: 5f8b8cd10f62645979d1a7dc332474cf73ac63cc556a806559156167e980ddda3042a55e2fbf4ddd1b04183dfd10a6730695d9f69624fcebd648a3d06d50b0f1
7
+ data.tar.gz: db7cf7a79c545b9a2fd98af134b287e415973bbf825ba02bfcf3ce2caae7e5a3e387d545b0741958f03b9e2b184258977e79ca8bce5bcf9f4615d49a5e3a1e0d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.211.0)
4
+ stigg-api-client (1.212.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -23374,7 +23374,13 @@
23374
23374
  },
23375
23375
  {
23376
23376
  "name": "AuthCustomerMismatch",
23377
- "description": null,
23377
+ "description": "The authenticated customer does not match the customer in the request",
23378
+ "isDeprecated": false,
23379
+ "deprecationReason": null
23380
+ },
23381
+ {
23382
+ "name": "AuthCustomerReadonly",
23383
+ "description": "The authenticated customer has read-only permissions and cannot perform this operation",
23378
23384
  "isDeprecated": false,
23379
23385
  "deprecationReason": null
23380
23386
  },
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.211.0"
4
+ VERSION = "1.212.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.211.0
4
+ version: 1.212.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg