stigg-api-client 2.503.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: a2ceeba3e968c719a2c371a683a49b905f56062883e6f5e66896dc5aeba994e5
4
- data.tar.gz: 59a449bcc9b5fa6452e48bab90f75af196f1823c9bfbcf951ed96234d251dfb4
3
+ metadata.gz: df65c855ea83481976b42aaf82dc2563a4ee7ab5dd9b538fc875dbc3b496b59c
4
+ data.tar.gz: e82f2a88fc3956c83a707a6424636e19d80d1f6c0ab80e1331c7d958c71fb958
5
5
  SHA512:
6
- metadata.gz: a8869f9d29b2434b065e417a478319e9b909a1bfe9f6fdbf3d38c20adb8cb9e7b88df6f4b6ce80e23a0d011efb814ee7976231ae9cffc16ba0d800b391a8056b
7
- data.tar.gz: 8beba457c985a2eb0ee4bb162e125245cc6e096641e0ce3e66c91a8724fc183ff73c3b0216603ef948085a4e7f333dae6f76da23f8273df0145e4a6f89696594
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.503.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
 
@@ -32482,6 +32482,49 @@
32482
32482
  "enumValues": null,
32483
32483
  "possibleTypes": null
32484
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
+ },
32485
32528
  {
32486
32529
  "kind": "OBJECT",
32487
32530
  "name": "FeatureGroupAvgAggregate",
@@ -68483,6 +68526,47 @@
68483
68526
  "isDeprecated": false,
68484
68527
  "deprecationReason": null
68485
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
+ },
68486
68570
  {
68487
68571
  "name": "featureGroups",
68488
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.503.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.503.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-04 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