stigg-api-client 3.9.0 → 3.10.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 +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: 4acea98ba6cd5ed13d984217c670dbea22d29eeecf275e5b761741ff678ea1d7
|
4
|
+
data.tar.gz: 499a00bc5fee7404f953be5d0c6e2d3fc323b5f3cc94cbfeb5b60c373479cb87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45b33de83b390d6a33706999f7153ad95cce64b7fcd736e6ae72fa087959eb02048adb330a516d2e67849346e1b021832f71b0f5c9a60b8be32a8a9632b44189
|
7
|
+
data.tar.gz: c87fc0ff1154d4fe6859d48d3da7223fcd409ea381999f367c931b64952d1a3ff531cfd61ebea434321b755915b8002fa9155574c1bdcb013dcc4ff61d31bb1d
|
data/Gemfile.lock
CHANGED
@@ -3643,6 +3643,18 @@
|
|
3643
3643
|
"isDeprecated": false,
|
3644
3644
|
"deprecationReason": null
|
3645
3645
|
},
|
3646
|
+
{
|
3647
|
+
"name": "environmentId",
|
3648
|
+
"description": "The unique identifier for the environment",
|
3649
|
+
"type": {
|
3650
|
+
"kind": "SCALAR",
|
3651
|
+
"name": "UUID",
|
3652
|
+
"ofType": null
|
3653
|
+
},
|
3654
|
+
"defaultValue": null,
|
3655
|
+
"isDeprecated": false,
|
3656
|
+
"deprecationReason": null
|
3657
|
+
},
|
3646
3658
|
{
|
3647
3659
|
"name": "minimumSpend",
|
3648
3660
|
"description": "The minimum spend configuration",
|
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.10.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-08-
|
11
|
+
date: 2025-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|