stigg-api-client 2.25.0 → 2.33.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 +48 -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: 1e7d821028eee2bab9fa785346647034b37fd9ec1b3e5da1d96271337b9af048
|
4
|
+
data.tar.gz: 968cda2f7035910612f60faac0113428c740acda94ff0b9d5645407c33eae6d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8ab8a166d9e4a43bb2ae4121c768aaceaa483e2dff23e63e5d4d015f40922471883a57e9f947a1ff36a1c1d15cc6b078689436fef306117f4b64ec4fd9fbdab
|
7
|
+
data.tar.gz: 6f71e97421d833954cf263f1d2ca79aff0b01b5a22b6cfe1ade6331196bfb430f607fc3b59116d86fb32a58484fd37cbbff5ed51addca540ec866f80e0336448
|
data/Gemfile.lock
CHANGED
@@ -26361,6 +26361,18 @@
|
|
26361
26361
|
"isDeprecated": false,
|
26362
26362
|
"deprecationReason": null
|
26363
26363
|
},
|
26364
|
+
{
|
26365
|
+
"name": "featureId",
|
26366
|
+
"description": null,
|
26367
|
+
"type": {
|
26368
|
+
"kind": "SCALAR",
|
26369
|
+
"name": "String",
|
26370
|
+
"ofType": null
|
26371
|
+
},
|
26372
|
+
"defaultValue": null,
|
26373
|
+
"isDeprecated": false,
|
26374
|
+
"deprecationReason": null
|
26375
|
+
},
|
26364
26376
|
{
|
26365
26377
|
"name": "filters",
|
26366
26378
|
"description": null,
|
@@ -63500,6 +63512,18 @@
|
|
63500
63512
|
"isDeprecated": false,
|
63501
63513
|
"deprecationReason": null
|
63502
63514
|
},
|
63515
|
+
{
|
63516
|
+
"name": "dimensions",
|
63517
|
+
"description": null,
|
63518
|
+
"type": {
|
63519
|
+
"kind": "SCALAR",
|
63520
|
+
"name": "JSON",
|
63521
|
+
"ofType": null
|
63522
|
+
},
|
63523
|
+
"defaultValue": null,
|
63524
|
+
"isDeprecated": false,
|
63525
|
+
"deprecationReason": null
|
63526
|
+
},
|
63503
63527
|
{
|
63504
63528
|
"name": "featureId",
|
63505
63529
|
"description": null,
|
@@ -63642,6 +63666,18 @@
|
|
63642
63666
|
"isDeprecated": false,
|
63643
63667
|
"deprecationReason": null
|
63644
63668
|
},
|
63669
|
+
{
|
63670
|
+
"name": "dimensions",
|
63671
|
+
"description": null,
|
63672
|
+
"type": {
|
63673
|
+
"kind": "SCALAR",
|
63674
|
+
"name": "JSON",
|
63675
|
+
"ofType": null
|
63676
|
+
},
|
63677
|
+
"defaultValue": null,
|
63678
|
+
"isDeprecated": false,
|
63679
|
+
"deprecationReason": null
|
63680
|
+
},
|
63645
63681
|
{
|
63646
63682
|
"name": "environmentId",
|
63647
63683
|
"description": null,
|
@@ -79435,6 +79471,18 @@
|
|
79435
79471
|
"isDeprecated": false,
|
79436
79472
|
"deprecationReason": null
|
79437
79473
|
},
|
79474
|
+
{
|
79475
|
+
"name": "dimensions",
|
79476
|
+
"description": null,
|
79477
|
+
"type": {
|
79478
|
+
"kind": "SCALAR",
|
79479
|
+
"name": "JSON",
|
79480
|
+
"ofType": null
|
79481
|
+
},
|
79482
|
+
"defaultValue": null,
|
79483
|
+
"isDeprecated": false,
|
79484
|
+
"deprecationReason": null
|
79485
|
+
},
|
79438
79486
|
{
|
79439
79487
|
"name": "environmentId",
|
79440
79488
|
"description": null,
|
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: 2.
|
4
|
+
version: 2.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|