stigg-api-client 2.25.0 → 2.33.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3de41026f101d08a67f60aced3d162486f844802d3df5f2a99ff22578cd1373f
4
- data.tar.gz: 0a804bafa8217ad45128a78fe5fe8efb9898d80347b5ea95815f9ab8ab2aea35
3
+ metadata.gz: 1e7d821028eee2bab9fa785346647034b37fd9ec1b3e5da1d96271337b9af048
4
+ data.tar.gz: 968cda2f7035910612f60faac0113428c740acda94ff0b9d5645407c33eae6d6
5
5
  SHA512:
6
- metadata.gz: 4baa1ff7ad6e11da4917ca82c13147af97bbbefabaa2de31d740111f21d9a27b1b3599cc896452c1fde61878d8d9452c8771924104da3e3237f66d60bd3bc513
7
- data.tar.gz: 33733445fa0642e754ea94b07b900cf0065d511f466eccc31638e7ff1a7e140ad2dcea46c4b4af053367d2842afe8469804f4ae6e1012adbb11280f711e9fe47
6
+ metadata.gz: c8ab8a166d9e4a43bb2ae4121c768aaceaa483e2dff23e63e5d4d015f40922471883a57e9f947a1ff36a1c1d15cc6b078689436fef306117f4b64ec4fd9fbdab
7
+ data.tar.gz: 6f71e97421d833954cf263f1d2ca79aff0b01b5a22b6cfe1ade6331196bfb430f607fc3b59116d86fb32a58484fd37cbbff5ed51addca540ec866f80e0336448
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.25.0)
4
+ stigg-api-client (2.33.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.25.0"
4
+ VERSION = "2.33.0"
5
5
  end
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.25.0
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-08 00:00:00.000000000 Z
11
+ date: 2024-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient