stigg-api-client 3.61.2 → 3.62.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: 4becb44e45682ee4ff93bd397718ae71a151a2a97f2509886bc342a6448da94a
4
- data.tar.gz: 244fcef2045265bcd2a7031549abd8aecba09f21d192097714f29e06b5373dad
3
+ metadata.gz: 370264fce74f65dd4cb851ed094769691103a56a0a8b212bfb0927c27414bde8
4
+ data.tar.gz: a9cb8b5bd512474918d08e778102dd26368955b35766d8ce1a06287e9149bdef
5
5
  SHA512:
6
- metadata.gz: 6cf3ec4e5781d810535261adcc1d6d9f70ae66471d3156c1afc1f5541afacaae7698f18815f03e7cbac3e3f1f52cbf20ba2aec0d317ba9aeb2c8bae49040821e
7
- data.tar.gz: 288ad401a2b6d175754e35f1e8d09e8f70dbd217dc1e4e5681470016d30e8746de5bd7f0081c29ca253f6cdf0a4bc6d402dfdf5ee0cc4566fbff7d2e945da20b
6
+ metadata.gz: ab50a26858a9b79e7c26b1b862b6572c83d9e6b50c17854e94dcac292f4910064f89da1937012aac29403a59840c992b09b92a1392d69e1d0077e5a6f0d1d4a6
7
+ data.tar.gz: 594047fa2a02c3625fc4e40deb8137793a5117c554e252a58f366cba836af82bd4919e4d725913b0abb314ab62defe03eac79c6805806131c362aa4ebee9f754
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.61.2)
4
+ stigg-api-client (3.62.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -2058,6 +2058,33 @@ module Stigg
2058
2058
  }
2059
2059
  #{Fragment::CreditGrantFragment}
2060
2060
  GRAPHQL
2061
+
2062
+ GrantPromotionalEntitlementsGroup = <<~GRAPHQL
2063
+ mutation GrantPromotionalEntitlementsGroup($input: GrantPromotionalEntitlementsGroupInput!) {
2064
+ grantPromotionalEntitlementsGroup(input: $input) {
2065
+ ...PromotionalEntitlementFragment
2066
+ }
2067
+ }
2068
+ #{Fragment::PromotionalEntitlementFragment}
2069
+ GRAPHQL
2070
+
2071
+ RevokePromotionalEntitlementsGroup = <<~GRAPHQL
2072
+ mutation RevokePromotionalEntitlementsGroup($input: RevokePromotionalEntitlementsGroupInput!) {
2073
+ revokePromotionalEntitlementsGroup(input: $input) {
2074
+ ...PromotionalEntitlementFragment
2075
+ }
2076
+ }
2077
+ #{Fragment::PromotionalEntitlementFragment}
2078
+ GRAPHQL
2079
+
2080
+ UnlinkPromotionalEntitlementsGroup = <<~GRAPHQL
2081
+ mutation UnlinkPromotionalEntitlementsGroup($input: UnlinkPromotionalEntitlementsGroupInput!) {
2082
+ unlinkPromotionalEntitlementsGroup(input: $input) {
2083
+ ...PromotionalEntitlementFragment
2084
+ }
2085
+ }
2086
+ #{Fragment::PromotionalEntitlementFragment}
2087
+ GRAPHQL
2061
2088
  end
2062
2089
 
2063
2090
  module Query
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.61.2"
4
+ VERSION = "3.62.0"
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: 3.61.2
4
+ version: 3.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-02 00:00:00.000000000 Z
11
+ date: 2025-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient