stigg-api-client 1.211.0 → 1.214.2

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: 9fcc3e5a227c4df8612dd30954c06bb4f273b849a130b5ccd549d11648d93380
4
+ data.tar.gz: 480017fda5573b8e3d6b4be5d30712ff618df702aef35c4b547246c05c8d2137
5
5
  SHA512:
6
- metadata.gz: 1ac0131ed3c27befdc96ec0c9c21ae5c9c029947ae929f7112d9b1ecd6066f0c5f817a785772f812f1003ee1958bc43bcbd9acfbed834fc4d0445eb35d30f9c9
7
- data.tar.gz: ae5258c7c50c0d49eeb1c3e69a20894b48167c074d6353e83786459710b393cb55fdf7a351855e2b80c72e2a5a4a18336f528fd7059508210837e24bac68cf05
6
+ metadata.gz: 2ddff81a02ce758187ec087e487477ac661f56f42cfcd135ea65bacd4ca400b0c08f639dd14a459f1743abce6e11cc01720dd1eaeea07fc7e68eb7fec6ff27f2
7
+ data.tar.gz: 884c14c0ed1407122bfc451f2c228a8b69386afe0b129cd938e02523f815977094168d11dcb3649b7ddf9f412086214ac39477058d2f13fd3edef7eae1a051a2
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.214.2)
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
  },
@@ -23996,6 +24002,12 @@
23996
24002
  "isDeprecated": false,
23997
24003
  "deprecationReason": null
23998
24004
  },
24005
+ {
24006
+ "name": "SubscriptionDoesNotHaveBillingPeriod",
24007
+ "description": null,
24008
+ "isDeprecated": false,
24009
+ "deprecationReason": null
24010
+ },
23999
24011
  {
24000
24012
  "name": "SubscriptionInvoiceStatusError",
24001
24013
  "description": null,
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.214.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.214.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient