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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +96 -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: df65c855ea83481976b42aaf82dc2563a4ee7ab5dd9b538fc875dbc3b496b59c
|
4
|
+
data.tar.gz: e82f2a88fc3956c83a707a6424636e19d80d1f6c0ab80e1331c7d958c71fb958
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f350ac0105bc1ac18f6f60610e81cf6cb698899722918d986ad73ecdaafdb6dc0e40929cf598f4bcfbc6e4d36f4ff950d675e3fd2cf3615b8f61cba8ae90d8f
|
7
|
+
data.tar.gz: 40cc696104d407797907eebd2b47df0bb00e5ce8e0371de219218c377813e3a2e4a79bb9ff1772fca3e1915807f4d60e9e605326de8aa00c7be0df9b36c019f3
|
data/Gemfile.lock
CHANGED
@@ -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
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:
|
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-
|
11
|
+
date: 2025-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|