stigg-api-client 2.503.0 → 3.6.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: 9c2abe643af338beec852999e5b5f1ccdc0e038b3ab208dd652492aeed3fc934
4
+ data.tar.gz: 3cd42638f4c24b2e21af629d0e1a2320d06c82d1a37caf2713bf3cae3d55386c
5
5
  SHA512:
6
- metadata.gz: a8869f9d29b2434b065e417a478319e9b909a1bfe9f6fdbf3d38c20adb8cb9e7b88df6f4b6ce80e23a0d011efb814ee7976231ae9cffc16ba0d800b391a8056b
7
- data.tar.gz: 8beba457c985a2eb0ee4bb162e125245cc6e096641e0ce3e66c91a8724fc183ff73c3b0216603ef948085a4e7f333dae6f76da23f8273df0145e4a6f89696594
6
+ metadata.gz: a570f015fb13fe565cbefb16d3d519d7096706114af915dba5e2735b9e010bb5eefbcf1a11d1ac4943dc587eb781f1b0b5bf1a6b20ecc21a55897574810e8d2f
7
+ data.tar.gz: 3853b983b9dd1cf5c50528b42a466e1f3b17e2bfd19fcf65563c54fde7249ecd83986533d30e0fab8f29e156bac2b510d41b84ffbf096c8500f6bab5c74c40a4
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.6.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -11199,6 +11199,207 @@
11199
11199
  }
11200
11200
  ]
11201
11201
  },
11202
+ {
11203
+ "kind": "OBJECT",
11204
+ "name": "CreditBalanceDTO",
11205
+ "description": "Credit balance information for a specific currency",
11206
+ "fields": [
11207
+ {
11208
+ "name": "currencyId",
11209
+ "description": "The custom currency ID of the credit grant",
11210
+ "args": [],
11211
+ "type": {
11212
+ "kind": "NON_NULL",
11213
+ "name": null,
11214
+ "ofType": {
11215
+ "kind": "SCALAR",
11216
+ "name": "String",
11217
+ "ofType": null
11218
+ }
11219
+ },
11220
+ "isDeprecated": false,
11221
+ "deprecationReason": null
11222
+ },
11223
+ {
11224
+ "name": "currentBalance",
11225
+ "description": "Current available balance",
11226
+ "args": [],
11227
+ "type": {
11228
+ "kind": "NON_NULL",
11229
+ "name": null,
11230
+ "ofType": {
11231
+ "kind": "SCALAR",
11232
+ "name": "Float",
11233
+ "ofType": null
11234
+ }
11235
+ },
11236
+ "isDeprecated": false,
11237
+ "deprecationReason": null
11238
+ },
11239
+ {
11240
+ "name": "totalConsumed",
11241
+ "description": "Total amount consumed from all grants",
11242
+ "args": [],
11243
+ "type": {
11244
+ "kind": "NON_NULL",
11245
+ "name": null,
11246
+ "ofType": {
11247
+ "kind": "SCALAR",
11248
+ "name": "Float",
11249
+ "ofType": null
11250
+ }
11251
+ },
11252
+ "isDeprecated": false,
11253
+ "deprecationReason": null
11254
+ },
11255
+ {
11256
+ "name": "totalGranted",
11257
+ "description": "Total amount granted across all active grants",
11258
+ "args": [],
11259
+ "type": {
11260
+ "kind": "NON_NULL",
11261
+ "name": null,
11262
+ "ofType": {
11263
+ "kind": "SCALAR",
11264
+ "name": "Float",
11265
+ "ofType": null
11266
+ }
11267
+ },
11268
+ "isDeprecated": false,
11269
+ "deprecationReason": null
11270
+ }
11271
+ ],
11272
+ "inputFields": null,
11273
+ "interfaces": [],
11274
+ "enumValues": null,
11275
+ "possibleTypes": null
11276
+ },
11277
+ {
11278
+ "kind": "OBJECT",
11279
+ "name": "CreditBalanceSummaryDTO",
11280
+ "description": "Credit balance summary for a customer",
11281
+ "fields": [
11282
+ {
11283
+ "name": "balances",
11284
+ "description": "List of credit balances for the customer",
11285
+ "args": [],
11286
+ "type": {
11287
+ "kind": "NON_NULL",
11288
+ "name": null,
11289
+ "ofType": {
11290
+ "kind": "LIST",
11291
+ "name": null,
11292
+ "ofType": {
11293
+ "kind": "NON_NULL",
11294
+ "name": null,
11295
+ "ofType": {
11296
+ "kind": "OBJECT",
11297
+ "name": "CreditBalanceDTO",
11298
+ "ofType": null
11299
+ }
11300
+ }
11301
+ }
11302
+ },
11303
+ "isDeprecated": false,
11304
+ "deprecationReason": null
11305
+ },
11306
+ {
11307
+ "name": "customerId",
11308
+ "description": "The customer ID of the credit grant",
11309
+ "args": [],
11310
+ "type": {
11311
+ "kind": "NON_NULL",
11312
+ "name": null,
11313
+ "ofType": {
11314
+ "kind": "SCALAR",
11315
+ "name": "String",
11316
+ "ofType": null
11317
+ }
11318
+ },
11319
+ "isDeprecated": false,
11320
+ "deprecationReason": null
11321
+ },
11322
+ {
11323
+ "name": "resourceId",
11324
+ "description": "The resource ID of the credit grant",
11325
+ "args": [],
11326
+ "type": {
11327
+ "kind": "SCALAR",
11328
+ "name": "String",
11329
+ "ofType": null
11330
+ },
11331
+ "isDeprecated": false,
11332
+ "deprecationReason": null
11333
+ }
11334
+ ],
11335
+ "inputFields": null,
11336
+ "interfaces": [],
11337
+ "enumValues": null,
11338
+ "possibleTypes": null
11339
+ },
11340
+ {
11341
+ "kind": "INPUT_OBJECT",
11342
+ "name": "CreditBalanceSummaryInput",
11343
+ "description": "Input for retrieving credit balance",
11344
+ "fields": null,
11345
+ "inputFields": [
11346
+ {
11347
+ "name": "currencyId",
11348
+ "description": "The custom currency ID of the credit grant",
11349
+ "type": {
11350
+ "kind": "SCALAR",
11351
+ "name": "String",
11352
+ "ofType": null
11353
+ },
11354
+ "defaultValue": null,
11355
+ "isDeprecated": false,
11356
+ "deprecationReason": null
11357
+ },
11358
+ {
11359
+ "name": "customerId",
11360
+ "description": "The customer ID of the credit grant",
11361
+ "type": {
11362
+ "kind": "NON_NULL",
11363
+ "name": null,
11364
+ "ofType": {
11365
+ "kind": "SCALAR",
11366
+ "name": "String",
11367
+ "ofType": null
11368
+ }
11369
+ },
11370
+ "defaultValue": null,
11371
+ "isDeprecated": false,
11372
+ "deprecationReason": null
11373
+ },
11374
+ {
11375
+ "name": "environmentId",
11376
+ "description": "The unique identifier for the environment",
11377
+ "type": {
11378
+ "kind": "SCALAR",
11379
+ "name": "UUID",
11380
+ "ofType": null
11381
+ },
11382
+ "defaultValue": null,
11383
+ "isDeprecated": false,
11384
+ "deprecationReason": null
11385
+ },
11386
+ {
11387
+ "name": "resourceId",
11388
+ "description": "The resource ID of the credit grant",
11389
+ "type": {
11390
+ "kind": "SCALAR",
11391
+ "name": "String",
11392
+ "ofType": null
11393
+ },
11394
+ "defaultValue": null,
11395
+ "isDeprecated": false,
11396
+ "deprecationReason": null
11397
+ }
11398
+ ],
11399
+ "interfaces": null,
11400
+ "enumValues": null,
11401
+ "possibleTypes": null
11402
+ },
11202
11403
  {
11203
11404
  "kind": "OBJECT",
11204
11405
  "name": "CreditGrant",
@@ -32482,6 +32683,49 @@
32482
32683
  "enumValues": null,
32483
32684
  "possibleTypes": null
32484
32685
  },
32686
+ {
32687
+ "kind": "INPUT_OBJECT",
32688
+ "name": "FeatureGroupAssociatedLatestPackagesInput",
32689
+ "description": "Input for getting associated latest packages of a feature group",
32690
+ "fields": null,
32691
+ "inputFields": [
32692
+ {
32693
+ "name": "environmentId",
32694
+ "description": "The unique identifier for the environment",
32695
+ "type": {
32696
+ "kind": "NON_NULL",
32697
+ "name": null,
32698
+ "ofType": {
32699
+ "kind": "SCALAR",
32700
+ "name": "UUID",
32701
+ "ofType": null
32702
+ }
32703
+ },
32704
+ "defaultValue": null,
32705
+ "isDeprecated": false,
32706
+ "deprecationReason": null
32707
+ },
32708
+ {
32709
+ "name": "featureGroupId",
32710
+ "description": "The feature group id",
32711
+ "type": {
32712
+ "kind": "NON_NULL",
32713
+ "name": null,
32714
+ "ofType": {
32715
+ "kind": "SCALAR",
32716
+ "name": "String",
32717
+ "ofType": null
32718
+ }
32719
+ },
32720
+ "defaultValue": null,
32721
+ "isDeprecated": false,
32722
+ "deprecationReason": null
32723
+ }
32724
+ ],
32725
+ "interfaces": null,
32726
+ "enumValues": null,
32727
+ "possibleTypes": null
32728
+ },
32485
32729
  {
32486
32730
  "kind": "OBJECT",
32487
32731
  "name": "FeatureGroupAvgAggregate",
@@ -67665,6 +67909,39 @@
67665
67909
  "isDeprecated": false,
67666
67910
  "deprecationReason": null
67667
67911
  },
67912
+ {
67913
+ "name": "creditBalanceSummary",
67914
+ "description": "Get credit balance summary for a specific customer",
67915
+ "args": [
67916
+ {
67917
+ "name": "input",
67918
+ "description": null,
67919
+ "type": {
67920
+ "kind": "NON_NULL",
67921
+ "name": null,
67922
+ "ofType": {
67923
+ "kind": "INPUT_OBJECT",
67924
+ "name": "CreditBalanceSummaryInput",
67925
+ "ofType": null
67926
+ }
67927
+ },
67928
+ "defaultValue": null,
67929
+ "isDeprecated": false,
67930
+ "deprecationReason": null
67931
+ }
67932
+ ],
67933
+ "type": {
67934
+ "kind": "NON_NULL",
67935
+ "name": null,
67936
+ "ofType": {
67937
+ "kind": "OBJECT",
67938
+ "name": "CreditBalanceSummaryDTO",
67939
+ "ofType": null
67940
+ }
67941
+ },
67942
+ "isDeprecated": false,
67943
+ "deprecationReason": null
67944
+ },
67668
67945
  {
67669
67946
  "name": "creditGrants",
67670
67947
  "description": "Get all credit grants for an environment",
@@ -68483,6 +68760,47 @@
68483
68760
  "isDeprecated": false,
68484
68761
  "deprecationReason": null
68485
68762
  },
68763
+ {
68764
+ "name": "featureGroupAssociatedLatestPackages",
68765
+ "description": "Get associated latest packages of a feature group",
68766
+ "args": [
68767
+ {
68768
+ "name": "input",
68769
+ "description": null,
68770
+ "type": {
68771
+ "kind": "NON_NULL",
68772
+ "name": null,
68773
+ "ofType": {
68774
+ "kind": "INPUT_OBJECT",
68775
+ "name": "FeatureGroupAssociatedLatestPackagesInput",
68776
+ "ofType": null
68777
+ }
68778
+ },
68779
+ "defaultValue": null,
68780
+ "isDeprecated": false,
68781
+ "deprecationReason": null
68782
+ }
68783
+ ],
68784
+ "type": {
68785
+ "kind": "NON_NULL",
68786
+ "name": null,
68787
+ "ofType": {
68788
+ "kind": "LIST",
68789
+ "name": null,
68790
+ "ofType": {
68791
+ "kind": "NON_NULL",
68792
+ "name": null,
68793
+ "ofType": {
68794
+ "kind": "OBJECT",
68795
+ "name": "PackageDTO",
68796
+ "ofType": null
68797
+ }
68798
+ }
68799
+ }
68800
+ },
68801
+ "isDeprecated": false,
68802
+ "deprecationReason": null
68803
+ },
68486
68804
  {
68487
68805
  "name": "featureGroups",
68488
68806
  "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.6.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.6.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient