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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +31 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 370264fce74f65dd4cb851ed094769691103a56a0a8b212bfb0927c27414bde8
|
4
|
+
data.tar.gz: a9cb8b5bd512474918d08e778102dd26368955b35766d8ce1a06287e9149bdef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab50a26858a9b79e7c26b1b862b6572c83d9e6b50c17854e94dcac292f4910064f89da1937012aac29403a59840c992b09b92a1392d69e1d0077e5a6f0d1d4a6
|
7
|
+
data.tar.gz: 594047fa2a02c3625fc4e40deb8137793a5117c554e252a58f366cba836af82bd4919e4d725913b0abb314ab62defe03eac79c6805806131c362aa4ebee9f754
|
data/Gemfile.lock
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2025-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|