stigg-api-client 5.14.0 → 5.18.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 +13 -4
- data/lib/stigg/generated/schema.json +12 -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: dca98c0e6bea5a9a45fa9ad24d4f7cfc1942c937fdeaabf6dea0252582bfbc06
|
|
4
|
+
data.tar.gz: 4d6c59a8534ea04270dfa0bd2dc0dcd4c97096434a3139f3430381b9d9cf2d9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54dc324fc838a61c19cfe123299bd2fd26023a54bddf9f3903722ced6965cf52f4e128ffb0aa10b7a1a7e1d740fe64ae020eaf59f63d13d0469cac56dd5e67e4
|
|
7
|
+
data.tar.gz: accbb3123d8e647d230151bfbe6817eab5074261ada507099fc25a81510e27f55fc8b8a7975c23fdd438983641b47697d69a28b2e32bc4856f8ca8532ad0aad1
|
data/Gemfile.lock
CHANGED
|
@@ -2217,12 +2217,21 @@ module Stigg
|
|
|
2217
2217
|
|
|
2218
2218
|
VoidCreditGrant = <<~GRAPHQL
|
|
2219
2219
|
mutation VoidCreditGrant($input: VoidCreditGrantInput!) {
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
}
|
|
2220
|
+
voidCreditGrant(input: $input) {
|
|
2221
|
+
...CreditGrantFragment
|
|
2223
2222
|
}
|
|
2223
|
+
}
|
|
2224
2224
|
#{Fragment::CreditGrantFragment}
|
|
2225
2225
|
GRAPHQL
|
|
2226
|
+
|
|
2227
|
+
CreateCoupon = <<~GRAPHQL
|
|
2228
|
+
mutation CreateCoupon($input: CreateCouponInput!) {
|
|
2229
|
+
createOneCoupon(input: $input) {
|
|
2230
|
+
...CouponFragment
|
|
2231
|
+
}
|
|
2232
|
+
}
|
|
2233
|
+
#{Fragment::CouponFragment}
|
|
2234
|
+
GRAPHQL
|
|
2226
2235
|
end
|
|
2227
2236
|
|
|
2228
2237
|
module Query
|
|
@@ -2349,7 +2358,7 @@ module Stigg
|
|
|
2349
2358
|
|
|
2350
2359
|
GetCoupons = <<~GRAPHQL
|
|
2351
2360
|
query GetCoupons {
|
|
2352
|
-
coupons(filter: { status: { eq: ACTIVE } }, paging: { first:
|
|
2361
|
+
coupons(filter: { status: { eq: ACTIVE } }, paging: { first: 25 }) {
|
|
2353
2362
|
edges {
|
|
2354
2363
|
node {
|
|
2355
2364
|
...CouponFragment
|
|
@@ -31127,6 +31127,12 @@
|
|
|
31127
31127
|
"isDeprecated": false,
|
|
31128
31128
|
"deprecationReason": null
|
|
31129
31129
|
},
|
|
31130
|
+
{
|
|
31131
|
+
"name": "AUTOMATIC_RECHARGE_OPERATION_ATTEMPTED",
|
|
31132
|
+
"description": "Automatic recharge operation attempted",
|
|
31133
|
+
"isDeprecated": false,
|
|
31134
|
+
"deprecationReason": null
|
|
31135
|
+
},
|
|
31130
31136
|
{
|
|
31131
31137
|
"name": "COUPON_ARCHIVED",
|
|
31132
31138
|
"description": "Coupon archived",
|
|
@@ -31151,6 +31157,12 @@
|
|
|
31151
31157
|
"isDeprecated": false,
|
|
31152
31158
|
"deprecationReason": null
|
|
31153
31159
|
},
|
|
31160
|
+
{
|
|
31161
|
+
"name": "CREDITS_AUTOMATIC_RECHARGE_LIMIT_EXCEEDED",
|
|
31162
|
+
"description": "Automatic recharge limit exceeded",
|
|
31163
|
+
"isDeprecated": false,
|
|
31164
|
+
"deprecationReason": null
|
|
31165
|
+
},
|
|
31154
31166
|
{
|
|
31155
31167
|
"name": "CREDITS_BALANCE_DEPLETED_OLD",
|
|
31156
31168
|
"description": "Deprecated, use CREDIT_BALANCE_DEPLETED instead",
|
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: 5.
|
|
4
|
+
version: 5.18.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-11-
|
|
11
|
+
date: 2025-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|