stigg-api-client 2.497.0 → 3.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b433cdeb77c72e632108013f7f75a1b28388d860d844ac4a0e7fece51f606ff
4
- data.tar.gz: 3641a3f3c00755ad77e123c3708a77fc2099d3ed882d8d5bea75ca2af1be1037
3
+ metadata.gz: df65c855ea83481976b42aaf82dc2563a4ee7ab5dd9b538fc875dbc3b496b59c
4
+ data.tar.gz: e82f2a88fc3956c83a707a6424636e19d80d1f6c0ab80e1331c7d958c71fb958
5
5
  SHA512:
6
- metadata.gz: f4701f748977a93af8d6c67a51608478b95a0495616a94b88d651b3fabc8a0857d0bdccb871968f0ff966e5e4dd1cca7ebff788a3d2cdc99ac273034dcec6557
7
- data.tar.gz: 5d5302f40773bbb47f82c950b30b94a4785ac38b9809de45579439f5bd4d8390c813049422c41ed76ce28041f4219e48965e71ccb0c07ebebf58cc8b9a6bcf1e
6
+ metadata.gz: 3f350ac0105bc1ac18f6f60610e81cf6cb698899722918d986ad73ecdaafdb6dc0e40929cf598f4bcfbc6e4d36f4ff950d675e3fd2cf3615b8f61cba8ae90d8f
7
+ data.tar.gz: 40cc696104d407797907eebd2b47df0bb00e5ce8e0371de219218c377813e3a2e4a79bb9ff1772fca3e1915807f4d60e9e605326de8aa00c7be0df9b36c019f3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.497.0)
4
+ stigg-api-client (3.3.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -28996,6 +28996,18 @@
28996
28996
  "isDeprecated": false,
28997
28997
  "deprecationReason": null
28998
28998
  },
28999
+ {
29000
+ "name": "CREDITS_EXPIRED",
29001
+ "description": "Credits expired",
29002
+ "isDeprecated": false,
29003
+ "deprecationReason": null
29004
+ },
29005
+ {
29006
+ "name": "CREDITS_GRANTED",
29007
+ "description": "Credits granted",
29008
+ "isDeprecated": false,
29009
+ "deprecationReason": null
29010
+ },
28999
29011
  {
29000
29012
  "name": "CUSTOMER_CREATED",
29001
29013
  "description": "Customer created",
@@ -32470,6 +32482,49 @@
32470
32482
  "enumValues": null,
32471
32483
  "possibleTypes": null
32472
32484
  },
32485
+ {
32486
+ "kind": "INPUT_OBJECT",
32487
+ "name": "FeatureGroupAssociatedLatestPackagesInput",
32488
+ "description": "Input for getting associated latest packages of a feature group",
32489
+ "fields": null,
32490
+ "inputFields": [
32491
+ {
32492
+ "name": "environmentId",
32493
+ "description": "The unique identifier for the environment",
32494
+ "type": {
32495
+ "kind": "NON_NULL",
32496
+ "name": null,
32497
+ "ofType": {
32498
+ "kind": "SCALAR",
32499
+ "name": "UUID",
32500
+ "ofType": null
32501
+ }
32502
+ },
32503
+ "defaultValue": null,
32504
+ "isDeprecated": false,
32505
+ "deprecationReason": null
32506
+ },
32507
+ {
32508
+ "name": "featureGroupId",
32509
+ "description": "The feature group id",
32510
+ "type": {
32511
+ "kind": "NON_NULL",
32512
+ "name": null,
32513
+ "ofType": {
32514
+ "kind": "SCALAR",
32515
+ "name": "String",
32516
+ "ofType": null
32517
+ }
32518
+ },
32519
+ "defaultValue": null,
32520
+ "isDeprecated": false,
32521
+ "deprecationReason": null
32522
+ }
32523
+ ],
32524
+ "interfaces": null,
32525
+ "enumValues": null,
32526
+ "possibleTypes": null
32527
+ },
32473
32528
  {
32474
32529
  "kind": "OBJECT",
32475
32530
  "name": "FeatureGroupAvgAggregate",
@@ -68471,6 +68526,47 @@
68471
68526
  "isDeprecated": false,
68472
68527
  "deprecationReason": null
68473
68528
  },
68529
+ {
68530
+ "name": "featureGroupAssociatedLatestPackages",
68531
+ "description": "Get associated latest packages of a feature group",
68532
+ "args": [
68533
+ {
68534
+ "name": "input",
68535
+ "description": null,
68536
+ "type": {
68537
+ "kind": "NON_NULL",
68538
+ "name": null,
68539
+ "ofType": {
68540
+ "kind": "INPUT_OBJECT",
68541
+ "name": "FeatureGroupAssociatedLatestPackagesInput",
68542
+ "ofType": null
68543
+ }
68544
+ },
68545
+ "defaultValue": null,
68546
+ "isDeprecated": false,
68547
+ "deprecationReason": null
68548
+ }
68549
+ ],
68550
+ "type": {
68551
+ "kind": "NON_NULL",
68552
+ "name": null,
68553
+ "ofType": {
68554
+ "kind": "LIST",
68555
+ "name": null,
68556
+ "ofType": {
68557
+ "kind": "NON_NULL",
68558
+ "name": null,
68559
+ "ofType": {
68560
+ "kind": "OBJECT",
68561
+ "name": "PackageDTO",
68562
+ "ofType": null
68563
+ }
68564
+ }
68565
+ }
68566
+ },
68567
+ "isDeprecated": false,
68568
+ "deprecationReason": null
68569
+ },
68474
68570
  {
68475
68571
  "name": "featureGroups",
68476
68572
  "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.497.0"
4
+ VERSION = "3.3.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.497.0
4
+ version: 3.3.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-03 00:00:00.000000000 Z
11
+ date: 2025-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient