stigg-api-client 3.59.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: 15f545e69aa53d2984382134aff031a9cd846d4a7068823ceb033ca66c25cb92
4
- data.tar.gz: 73875ec3b40899184c0ee9f103744959b82a6e3f54dae7bcb7d6c9e42c23d167
3
+ metadata.gz: 370264fce74f65dd4cb851ed094769691103a56a0a8b212bfb0927c27414bde8
4
+ data.tar.gz: a9cb8b5bd512474918d08e778102dd26368955b35766d8ce1a06287e9149bdef
5
5
  SHA512:
6
- metadata.gz: 5ada2e7a2b1efce47fd5bbb547f4a6ed5bbc59e5c68bc5e54bf77b27121039786bd6e3ea7210d152aa08b7eb2eabffcbedc5f7525ed7bae5a02cb56ed7b9eec4
7
- data.tar.gz: 327483414d9cfa1d592910cb8236fee96a30ac0372616790ad3109e02cb80b5c8c85de428af237b50cb12dffefcf93e83013aa6fdc93d1803c26a8e58e1212e2
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.59.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
 
@@ -1718,6 +1718,10 @@ module Stigg
1718
1718
  currencyId
1719
1719
  displayName
1720
1720
  symbol
1721
+ units {
1722
+ singular
1723
+ plural
1724
+ }
1721
1725
  }
1722
1726
  currentBalance
1723
1727
  totalConsumed
@@ -2054,6 +2058,33 @@ module Stigg
2054
2058
  }
2055
2059
  #{Fragment::CreditGrantFragment}
2056
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
2057
2088
  end
2058
2089
 
2059
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.59.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.59.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-01 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