stigg-api-client 3.3.0 → 3.9.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: df65c855ea83481976b42aaf82dc2563a4ee7ab5dd9b538fc875dbc3b496b59c
4
- data.tar.gz: e82f2a88fc3956c83a707a6424636e19d80d1f6c0ab80e1331c7d958c71fb958
3
+ metadata.gz: 5d4e91917d28fbe2e4f285401fa013827f9240b74906a7300afd3928c6f14658
4
+ data.tar.gz: c7ade2989ef1cd5ecbf45c816fcba12d130188c23b97cbcfc222d13827b7b7a3
5
5
  SHA512:
6
- metadata.gz: 3f350ac0105bc1ac18f6f60610e81cf6cb698899722918d986ad73ecdaafdb6dc0e40929cf598f4bcfbc6e4d36f4ff950d675e3fd2cf3615b8f61cba8ae90d8f
7
- data.tar.gz: 40cc696104d407797907eebd2b47df0bb00e5ce8e0371de219218c377813e3a2e4a79bb9ff1772fca3e1915807f4d60e9e605326de8aa00c7be0df9b36c019f3
6
+ metadata.gz: cd7776d7fd0b08229282636678e0928054a0d099f9f12ed8617e8448e73bc965c945d5701088a63a2071b59aa0b9f5efd316923c3dbf086c1bf2c8750f6c6889
7
+ data.tar.gz: f7746a22b8ffa45d80290ec3d0084aee0e23d72ed4d2e526b849da6b076964cc7a750d5f2558b7d7fc5ec695b6d851424df8ff7c7d6fc0ead45954b33a81d68c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.3.0)
4
+ stigg-api-client (3.9.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",
@@ -42581,6 +42782,85 @@
42581
42782
  "enumValues": null,
42582
42783
  "possibleTypes": null
42583
42784
  },
42785
+ {
42786
+ "kind": "INPUT_OBJECT",
42787
+ "name": "MigratePackageFeatureGroupsToLatestInput",
42788
+ "description": "Input for migrating package feature groups to latest version",
42789
+ "fields": null,
42790
+ "inputFields": [
42791
+ {
42792
+ "name": "accountId",
42793
+ "description": "The unique identifier for the account",
42794
+ "type": {
42795
+ "kind": "NON_NULL",
42796
+ "name": null,
42797
+ "ofType": {
42798
+ "kind": "SCALAR",
42799
+ "name": "UUID",
42800
+ "ofType": null
42801
+ }
42802
+ },
42803
+ "defaultValue": null,
42804
+ "isDeprecated": false,
42805
+ "deprecationReason": null
42806
+ },
42807
+ {
42808
+ "name": "entitlements",
42809
+ "description": "List of package entitlements that are new to the feature groups",
42810
+ "type": {
42811
+ "kind": "NON_NULL",
42812
+ "name": null,
42813
+ "ofType": {
42814
+ "kind": "LIST",
42815
+ "name": null,
42816
+ "ofType": {
42817
+ "kind": "NON_NULL",
42818
+ "name": null,
42819
+ "ofType": {
42820
+ "kind": "INPUT_OBJECT",
42821
+ "name": "PackageEntitlementInput",
42822
+ "ofType": null
42823
+ }
42824
+ }
42825
+ }
42826
+ },
42827
+ "defaultValue": null,
42828
+ "isDeprecated": false,
42829
+ "deprecationReason": null
42830
+ },
42831
+ {
42832
+ "name": "environmentId",
42833
+ "description": "The unique identifier for the environment",
42834
+ "type": {
42835
+ "kind": "SCALAR",
42836
+ "name": "UUID",
42837
+ "ofType": null
42838
+ },
42839
+ "defaultValue": null,
42840
+ "isDeprecated": false,
42841
+ "deprecationReason": null
42842
+ },
42843
+ {
42844
+ "name": "packageId",
42845
+ "description": "The unique identifier of the entitlement package",
42846
+ "type": {
42847
+ "kind": "NON_NULL",
42848
+ "name": null,
42849
+ "ofType": {
42850
+ "kind": "SCALAR",
42851
+ "name": "UUID",
42852
+ "ofType": null
42853
+ }
42854
+ },
42855
+ "defaultValue": null,
42856
+ "isDeprecated": false,
42857
+ "deprecationReason": null
42858
+ }
42859
+ ],
42860
+ "interfaces": null,
42861
+ "enumValues": null,
42862
+ "possibleTypes": null
42863
+ },
42584
42864
  {
42585
42865
  "kind": "OBJECT",
42586
42866
  "name": "MinimumSpend",
@@ -45008,6 +45288,39 @@
45008
45288
  "isDeprecated": false,
45009
45289
  "deprecationReason": null
45010
45290
  },
45291
+ {
45292
+ "name": "migratePackageFeatureGroupsToLatest",
45293
+ "description": "Migrate package feature groups to latest version",
45294
+ "args": [
45295
+ {
45296
+ "name": "input",
45297
+ "description": "Input for migrating package feature groups to latest version",
45298
+ "type": {
45299
+ "kind": "NON_NULL",
45300
+ "name": null,
45301
+ "ofType": {
45302
+ "kind": "INPUT_OBJECT",
45303
+ "name": "MigratePackageFeatureGroupsToLatestInput",
45304
+ "ofType": null
45305
+ }
45306
+ },
45307
+ "defaultValue": null,
45308
+ "isDeprecated": false,
45309
+ "deprecationReason": null
45310
+ }
45311
+ ],
45312
+ "type": {
45313
+ "kind": "NON_NULL",
45314
+ "name": null,
45315
+ "ofType": {
45316
+ "kind": "SCALAR",
45317
+ "name": "Boolean",
45318
+ "ofType": null
45319
+ }
45320
+ },
45321
+ "isDeprecated": false,
45322
+ "deprecationReason": null
45323
+ },
45011
45324
  {
45012
45325
  "name": "migrateSubscriptionToLatest",
45013
45326
  "description": null,
@@ -67708,6 +68021,39 @@
67708
68021
  "isDeprecated": false,
67709
68022
  "deprecationReason": null
67710
68023
  },
68024
+ {
68025
+ "name": "creditBalanceSummary",
68026
+ "description": "Get credit balance summary for a specific customer",
68027
+ "args": [
68028
+ {
68029
+ "name": "input",
68030
+ "description": null,
68031
+ "type": {
68032
+ "kind": "NON_NULL",
68033
+ "name": null,
68034
+ "ofType": {
68035
+ "kind": "INPUT_OBJECT",
68036
+ "name": "CreditBalanceSummaryInput",
68037
+ "ofType": null
68038
+ }
68039
+ },
68040
+ "defaultValue": null,
68041
+ "isDeprecated": false,
68042
+ "deprecationReason": null
68043
+ }
68044
+ ],
68045
+ "type": {
68046
+ "kind": "NON_NULL",
68047
+ "name": null,
68048
+ "ofType": {
68049
+ "kind": "OBJECT",
68050
+ "name": "CreditBalanceSummaryDTO",
68051
+ "ofType": null
68052
+ }
68053
+ },
68054
+ "isDeprecated": false,
68055
+ "deprecationReason": null
68056
+ },
67711
68057
  {
67712
68058
  "name": "creditGrants",
67713
68059
  "description": "Get all credit grants for an environment",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.3.0"
4
+ VERSION = "3.9.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: 3.3.0
4
+ version: 3.9.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-05 00:00:00.000000000 Z
11
+ date: 2025-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient