stigg-api-client 5.256.0 → 5.261.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/schema.json +8 -2
- 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: da26302aaaacb77c973d11b970cd2e80817d6b708940fe14e2b529ad74173c2c
|
|
4
|
+
data.tar.gz: 2f2b4b13bdddf4f06cc0661550024871eb328794278a8482e25f013e55ca8f13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c92a180901768dfa2cbb4a3ba39aca9f32817e87b1334bf1f52de34365f3723f231a5ce8d62707d5fe244a223c904746232fa391119a663cead4cb4c24c66ac
|
|
7
|
+
data.tar.gz: a47f0a905beb0a7ff72b4fa1a19c112fe312c3940d9501da6c336fc67f7635ec1630a58b0f6fe818327c76bcf57a7f4b88dab9dbba15ea4b9400b72261efeb04
|
data/Gemfile.lock
CHANGED
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
"name": null,
|
|
1991
1991
|
"ofType": {
|
|
1992
1992
|
"kind": "SCALAR",
|
|
1993
|
-
"name": "
|
|
1993
|
+
"name": "UUID",
|
|
1994
1994
|
"ofType": null
|
|
1995
1995
|
}
|
|
1996
1996
|
},
|
|
@@ -36331,6 +36331,12 @@
|
|
|
36331
36331
|
"isDeprecated": false,
|
|
36332
36332
|
"deprecationReason": null
|
|
36333
36333
|
},
|
|
36334
|
+
{
|
|
36335
|
+
"name": "EDGE_API_PRODUCT_CACHE_DATA_RESYNC",
|
|
36336
|
+
"description": "Edge API product cache data resync",
|
|
36337
|
+
"isDeprecated": false,
|
|
36338
|
+
"deprecationReason": null
|
|
36339
|
+
},
|
|
36334
36340
|
{
|
|
36335
36341
|
"name": "EDGE_API_SUBSCRIPTIONS_DATA_RESYNC",
|
|
36336
36342
|
"description": "Edge API subscriptions data resync",
|
|
@@ -71328,7 +71334,7 @@
|
|
|
71328
71334
|
"name": null,
|
|
71329
71335
|
"ofType": {
|
|
71330
71336
|
"kind": "SCALAR",
|
|
71331
|
-
"name": "
|
|
71337
|
+
"name": "UUID",
|
|
71332
71338
|
"ofType": null
|
|
71333
71339
|
}
|
|
71334
71340
|
},
|
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.261.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|