stigg-api-client 3.34.1 → 3.36.0

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: 6ff55f6d51c7e80eb62122b47fe1722807d7248b9ecdf9aab8fd9059198a3cc2
4
- data.tar.gz: fa4e1111dddbc7e54bc148a37be621cd6bda47b90da8ec8470857698c9022694
3
+ metadata.gz: 02faf65ef55692490ad2b57c56063261a1f80e0baeb783dd47db108a9c850da8
4
+ data.tar.gz: cfc2e46c8f1a19f0055d5b543b6943c2ff320468e3553db36da3911fcbb8258f
5
5
  SHA512:
6
- metadata.gz: cbf1f3d84a98ff2eae8837009377747584ebaecc59b8a2273c63d7fd25dbee4f8b9ab32c481ab0298b6cef20cdc8b4f3624b22c9a8f56c1e21b8c2f6233621e6
7
- data.tar.gz: 51cdf81e72a97d0d8bc3f0592656ab69beab5344540126ad9d614ddb448451ec5e012c94db8c447e7283e45bb4d15110bc921e9b22380bdaa18b2e763130233a
6
+ metadata.gz: 25e73d4c070e96e26106892e4f72a3868559d298976610529e80dcb5928836a143aa7d6cb64f065afc29f448286889c010bb5ab98ea81f4dda549f2e53448bb1
7
+ data.tar.gz: 279c23ff416b19b629915d35ad0ab7bf950b13cf6a00eff6e7e275eb00da8b292d1b8dc0fce55b58087a929559877046f504066d002d4bdbe6316ef9973e4e5b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.34.1)
4
+ stigg-api-client (3.36.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -78,6 +78,12 @@
78
78
  "isDeprecated": false,
79
79
  "deprecationReason": null
80
80
  },
81
+ {
82
+ "name": "Revoked",
83
+ "description": "Entitlement access was revoked",
84
+ "isDeprecated": false,
85
+ "deprecationReason": null
86
+ },
81
87
  {
82
88
  "name": "Unknown",
83
89
  "description": "The access denial occurred for an unknown or unexpected reason.",
@@ -48875,6 +48881,18 @@
48875
48881
  "isDeprecated": false,
48876
48882
  "deprecationReason": null
48877
48883
  },
48884
+ {
48885
+ "name": "isGranted",
48886
+ "description": "Whether entitlement grant is active",
48887
+ "type": {
48888
+ "kind": "SCALAR",
48889
+ "name": "Boolean",
48890
+ "ofType": null
48891
+ },
48892
+ "defaultValue": null,
48893
+ "isDeprecated": false,
48894
+ "deprecationReason": null
48895
+ },
48878
48896
  {
48879
48897
  "name": "monthlyResetPeriodConfiguration",
48880
48898
  "description": "The monthly reset period configuration of the entitlement, defined when reset period is monthly",
@@ -50502,6 +50520,22 @@
50502
50520
  "isDeprecated": false,
50503
50521
  "deprecationReason": null
50504
50522
  },
50523
+ {
50524
+ "name": "isGranted",
50525
+ "description": "Whether entitlement grant is active",
50526
+ "args": [],
50527
+ "type": {
50528
+ "kind": "NON_NULL",
50529
+ "name": null,
50530
+ "ofType": {
50531
+ "kind": "SCALAR",
50532
+ "name": "Boolean",
50533
+ "ofType": null
50534
+ }
50535
+ },
50536
+ "isDeprecated": false,
50537
+ "deprecationReason": null
50538
+ },
50505
50539
  {
50506
50540
  "name": "meter",
50507
50541
  "description": null,
@@ -51069,6 +51103,18 @@
51069
51103
  "isDeprecated": false,
51070
51104
  "deprecationReason": null
51071
51105
  },
51106
+ {
51107
+ "name": "isGranted",
51108
+ "description": "Whether entitlement grant is active",
51109
+ "args": [],
51110
+ "type": {
51111
+ "kind": "SCALAR",
51112
+ "name": "Boolean",
51113
+ "ofType": null
51114
+ },
51115
+ "isDeprecated": false,
51116
+ "deprecationReason": null
51117
+ },
51072
51118
  {
51073
51119
  "name": "order",
51074
51120
  "description": "The order of the entitlement in the entitlement list",
@@ -51865,6 +51911,18 @@
51865
51911
  "isDeprecated": false,
51866
51912
  "deprecationReason": null
51867
51913
  },
51914
+ {
51915
+ "name": "isGranted",
51916
+ "description": "Whether entitlement grant is active",
51917
+ "type": {
51918
+ "kind": "SCALAR",
51919
+ "name": "Boolean",
51920
+ "ofType": null
51921
+ },
51922
+ "defaultValue": null,
51923
+ "isDeprecated": false,
51924
+ "deprecationReason": null
51925
+ },
51868
51926
  {
51869
51927
  "name": "monthlyResetPeriodConfiguration",
51870
51928
  "description": "The monthly reset period configuration of the entitlement, defined when reset period is monthly",
@@ -52314,6 +52372,18 @@
52314
52372
  "isDeprecated": false,
52315
52373
  "deprecationReason": null
52316
52374
  },
52375
+ {
52376
+ "name": "isGranted",
52377
+ "description": "Whether entitlement grant is active",
52378
+ "type": {
52379
+ "kind": "SCALAR",
52380
+ "name": "Boolean",
52381
+ "ofType": null
52382
+ },
52383
+ "defaultValue": null,
52384
+ "isDeprecated": false,
52385
+ "deprecationReason": null
52386
+ },
52317
52387
  {
52318
52388
  "name": "monthlyResetPeriodConfiguration",
52319
52389
  "description": "The monthly reset period configuration of the entitlement, defined when reset period is monthly",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.34.1"
4
+ VERSION = "3.36.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: 3.34.1
4
+ version: 3.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg