stigg-api-client 5.126.0 → 5.130.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: 1e50bb2dce0da0f8194b23fb4dab5e43824436718b9fe45fd85b101522da99de
4
- data.tar.gz: '0739a8ba0f3b8f52beef8da689c69b65c5ea550f02103898ccf949c5cb32637e'
3
+ metadata.gz: 7563c10bed22f0938f5b248df7bf025bcca15c8a526e3cc81d34656158e5fbfb
4
+ data.tar.gz: 85a24aa5a061ba42de3c2477b4772898206e8a551a4409be660dc089a6291170
5
5
  SHA512:
6
- metadata.gz: 2ee1532f0b4fafb7c9ef6ba6955b7b15bae57200c33b18e9ae4255f15039c2d492823497928ffc3cd5b2e6fce7eb2c80017d9f959cf3aff7d927aa02ef509812
7
- data.tar.gz: 72b60225ee122bf206d39309198b7dfaf86e2b282e70021045230bc40c04c82c38bb2957a5d1010beb8d06c2f7d547a243bd1a76172c14a255a4e042b68ea853
6
+ metadata.gz: bf10f1b82cd7087210bd41c0bc846d4c59cc915e11b872189cef325147a7335b806a134fd1cc83e910a50a8f0d5c122df7c200e0e3c6640b274408f25fa0f191
7
+ data.tar.gz: 20ca06d2554a6bb4b18b641fb14cf98b87920f794aba0e515ebff182bafb8dbcfd3c88d939fff723eafe003daf407fe6a74ead8bb6c992b4f08192947910fd92
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.126.0)
4
+ stigg-api-client (5.130.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -3819,6 +3819,12 @@
3819
3819
  "isDeprecated": false,
3820
3820
  "deprecationReason": null
3821
3821
  },
3822
+ {
3823
+ "name": "SCOPED",
3824
+ "description": null,
3825
+ "isDeprecated": false,
3826
+ "deprecationReason": null
3827
+ },
3822
3828
  {
3823
3829
  "name": "SERVER",
3824
3830
  "description": "Server-side API key",
@@ -13948,6 +13954,29 @@
13948
13954
  "enumValues": null,
13949
13955
  "possibleTypes": null
13950
13956
  },
13957
+ {
13958
+ "kind": "ENUM",
13959
+ "name": "CreditCadence",
13960
+ "description": "Credit entitlement cadence",
13961
+ "fields": null,
13962
+ "inputFields": null,
13963
+ "interfaces": null,
13964
+ "enumValues": [
13965
+ {
13966
+ "name": "MONTH",
13967
+ "description": "Monthly",
13968
+ "isDeprecated": false,
13969
+ "deprecationReason": null
13970
+ },
13971
+ {
13972
+ "name": "YEAR",
13973
+ "description": "Yearly",
13974
+ "isDeprecated": false,
13975
+ "deprecationReason": null
13976
+ }
13977
+ ],
13978
+ "possibleTypes": null
13979
+ },
13951
13980
  {
13952
13981
  "kind": "OBJECT",
13953
13982
  "name": "CreditGrant",
@@ -56877,6 +56906,22 @@
56877
56906
  "name": "PackageCreditEntitlement",
56878
56907
  "description": "Package credit entitlement",
56879
56908
  "fields": [
56909
+ {
56910
+ "name": "amount",
56911
+ "description": "The amount of credits",
56912
+ "args": [],
56913
+ "type": {
56914
+ "kind": "NON_NULL",
56915
+ "name": null,
56916
+ "ofType": {
56917
+ "kind": "SCALAR",
56918
+ "name": "Float",
56919
+ "ofType": null
56920
+ }
56921
+ },
56922
+ "isDeprecated": false,
56923
+ "deprecationReason": null
56924
+ },
56880
56925
  {
56881
56926
  "name": "behavior",
56882
56927
  "description": "The behavior of the entitlement",
@@ -56893,6 +56938,22 @@
56893
56938
  "isDeprecated": false,
56894
56939
  "deprecationReason": null
56895
56940
  },
56941
+ {
56942
+ "name": "cadence",
56943
+ "description": "The cadence of the credit entitlement",
56944
+ "args": [],
56945
+ "type": {
56946
+ "kind": "NON_NULL",
56947
+ "name": null,
56948
+ "ofType": {
56949
+ "kind": "ENUM",
56950
+ "name": "CreditCadence",
56951
+ "ofType": null
56952
+ }
56953
+ },
56954
+ "isDeprecated": false,
56955
+ "deprecationReason": null
56956
+ },
56896
56957
  {
56897
56958
  "name": "createdAt",
56898
56959
  "description": "Timestamp of when the record was created",
@@ -56905,6 +56966,38 @@
56905
56966
  "isDeprecated": false,
56906
56967
  "deprecationReason": null
56907
56968
  },
56969
+ {
56970
+ "name": "customCurrency",
56971
+ "description": null,
56972
+ "args": [],
56973
+ "type": {
56974
+ "kind": "NON_NULL",
56975
+ "name": null,
56976
+ "ofType": {
56977
+ "kind": "OBJECT",
56978
+ "name": "CustomCurrency",
56979
+ "ofType": null
56980
+ }
56981
+ },
56982
+ "isDeprecated": false,
56983
+ "deprecationReason": null
56984
+ },
56985
+ {
56986
+ "name": "customCurrencyId",
56987
+ "description": "The unique identifier of the custom currency",
56988
+ "args": [],
56989
+ "type": {
56990
+ "kind": "NON_NULL",
56991
+ "name": null,
56992
+ "ofType": {
56993
+ "kind": "SCALAR",
56994
+ "name": "String",
56995
+ "ofType": null
56996
+ }
56997
+ },
56998
+ "isDeprecated": false,
56999
+ "deprecationReason": null
57000
+ },
56908
57001
  {
56909
57002
  "name": "description",
56910
57003
  "description": "The description of the entitlement",
@@ -57021,6 +57114,18 @@
57021
57114
  "isDeprecated": false,
57022
57115
  "deprecationReason": null
57023
57116
  },
57117
+ {
57118
+ "name": "package",
57119
+ "description": null,
57120
+ "args": [],
57121
+ "type": {
57122
+ "kind": "OBJECT",
57123
+ "name": "PackageDTO",
57124
+ "ofType": null
57125
+ },
57126
+ "isDeprecated": false,
57127
+ "deprecationReason": null
57128
+ },
57024
57129
  {
57025
57130
  "name": "packageId",
57026
57131
  "description": "The unique identifier of the entitlement package",
@@ -57055,12 +57160,213 @@
57055
57160
  "enumValues": null,
57056
57161
  "possibleTypes": null
57057
57162
  },
57163
+ {
57164
+ "kind": "OBJECT",
57165
+ "name": "PackageCreditEntitlementAggregateGroupBy",
57166
+ "description": null,
57167
+ "fields": [
57168
+ {
57169
+ "name": "createdAt",
57170
+ "description": null,
57171
+ "args": [],
57172
+ "type": {
57173
+ "kind": "SCALAR",
57174
+ "name": "DateTime",
57175
+ "ofType": null
57176
+ },
57177
+ "isDeprecated": false,
57178
+ "deprecationReason": null
57179
+ },
57180
+ {
57181
+ "name": "environmentId",
57182
+ "description": null,
57183
+ "args": [],
57184
+ "type": {
57185
+ "kind": "SCALAR",
57186
+ "name": "UUID",
57187
+ "ofType": null
57188
+ },
57189
+ "isDeprecated": false,
57190
+ "deprecationReason": null
57191
+ },
57192
+ {
57193
+ "name": "id",
57194
+ "description": null,
57195
+ "args": [],
57196
+ "type": {
57197
+ "kind": "SCALAR",
57198
+ "name": "UUID",
57199
+ "ofType": null
57200
+ },
57201
+ "isDeprecated": false,
57202
+ "deprecationReason": null
57203
+ },
57204
+ {
57205
+ "name": "packageId",
57206
+ "description": null,
57207
+ "args": [],
57208
+ "type": {
57209
+ "kind": "SCALAR",
57210
+ "name": "String",
57211
+ "ofType": null
57212
+ },
57213
+ "isDeprecated": false,
57214
+ "deprecationReason": null
57215
+ },
57216
+ {
57217
+ "name": "updatedAt",
57218
+ "description": null,
57219
+ "args": [],
57220
+ "type": {
57221
+ "kind": "SCALAR",
57222
+ "name": "DateTime",
57223
+ "ofType": null
57224
+ },
57225
+ "isDeprecated": false,
57226
+ "deprecationReason": null
57227
+ }
57228
+ ],
57229
+ "inputFields": null,
57230
+ "interfaces": [],
57231
+ "enumValues": null,
57232
+ "possibleTypes": null
57233
+ },
57234
+ {
57235
+ "kind": "OBJECT",
57236
+ "name": "PackageCreditEntitlementCountAggregate",
57237
+ "description": null,
57238
+ "fields": [
57239
+ {
57240
+ "name": "createdAt",
57241
+ "description": null,
57242
+ "args": [],
57243
+ "type": {
57244
+ "kind": "SCALAR",
57245
+ "name": "Int",
57246
+ "ofType": null
57247
+ },
57248
+ "isDeprecated": false,
57249
+ "deprecationReason": null
57250
+ },
57251
+ {
57252
+ "name": "environmentId",
57253
+ "description": null,
57254
+ "args": [],
57255
+ "type": {
57256
+ "kind": "SCALAR",
57257
+ "name": "Int",
57258
+ "ofType": null
57259
+ },
57260
+ "isDeprecated": false,
57261
+ "deprecationReason": null
57262
+ },
57263
+ {
57264
+ "name": "id",
57265
+ "description": null,
57266
+ "args": [],
57267
+ "type": {
57268
+ "kind": "SCALAR",
57269
+ "name": "Int",
57270
+ "ofType": null
57271
+ },
57272
+ "isDeprecated": false,
57273
+ "deprecationReason": null
57274
+ },
57275
+ {
57276
+ "name": "packageId",
57277
+ "description": null,
57278
+ "args": [],
57279
+ "type": {
57280
+ "kind": "SCALAR",
57281
+ "name": "Int",
57282
+ "ofType": null
57283
+ },
57284
+ "isDeprecated": false,
57285
+ "deprecationReason": null
57286
+ },
57287
+ {
57288
+ "name": "updatedAt",
57289
+ "description": null,
57290
+ "args": [],
57291
+ "type": {
57292
+ "kind": "SCALAR",
57293
+ "name": "Int",
57294
+ "ofType": null
57295
+ },
57296
+ "isDeprecated": false,
57297
+ "deprecationReason": null
57298
+ }
57299
+ ],
57300
+ "inputFields": null,
57301
+ "interfaces": [],
57302
+ "enumValues": null,
57303
+ "possibleTypes": null
57304
+ },
57305
+ {
57306
+ "kind": "OBJECT",
57307
+ "name": "PackageCreditEntitlementEdge",
57308
+ "description": null,
57309
+ "fields": [
57310
+ {
57311
+ "name": "cursor",
57312
+ "description": "Cursor for this node.",
57313
+ "args": [],
57314
+ "type": {
57315
+ "kind": "NON_NULL",
57316
+ "name": null,
57317
+ "ofType": {
57318
+ "kind": "SCALAR",
57319
+ "name": "ConnectionCursor",
57320
+ "ofType": null
57321
+ }
57322
+ },
57323
+ "isDeprecated": false,
57324
+ "deprecationReason": null
57325
+ },
57326
+ {
57327
+ "name": "node",
57328
+ "description": "The node containing the PackageCreditEntitlement",
57329
+ "args": [],
57330
+ "type": {
57331
+ "kind": "NON_NULL",
57332
+ "name": null,
57333
+ "ofType": {
57334
+ "kind": "OBJECT",
57335
+ "name": "PackageCreditEntitlement",
57336
+ "ofType": null
57337
+ }
57338
+ },
57339
+ "isDeprecated": false,
57340
+ "deprecationReason": null
57341
+ }
57342
+ ],
57343
+ "inputFields": null,
57344
+ "interfaces": [],
57345
+ "enumValues": null,
57346
+ "possibleTypes": null
57347
+ },
57058
57348
  {
57059
57349
  "kind": "INPUT_OBJECT",
57060
57350
  "name": "PackageCreditEntitlementInput",
57061
57351
  "description": "Package credit entitlement input",
57062
57352
  "fields": null,
57063
57353
  "inputFields": [
57354
+ {
57355
+ "name": "amount",
57356
+ "description": "The amount of credits",
57357
+ "type": {
57358
+ "kind": "NON_NULL",
57359
+ "name": null,
57360
+ "ofType": {
57361
+ "kind": "SCALAR",
57362
+ "name": "Float",
57363
+ "ofType": null
57364
+ }
57365
+ },
57366
+ "defaultValue": null,
57367
+ "isDeprecated": false,
57368
+ "deprecationReason": null
57369
+ },
57064
57370
  {
57065
57371
  "name": "behavior",
57066
57372
  "description": "The behavior of the entitlement",
@@ -57073,6 +57379,38 @@
57073
57379
  "isDeprecated": false,
57074
57380
  "deprecationReason": null
57075
57381
  },
57382
+ {
57383
+ "name": "cadence",
57384
+ "description": "The cadence of the credit entitlement",
57385
+ "type": {
57386
+ "kind": "NON_NULL",
57387
+ "name": null,
57388
+ "ofType": {
57389
+ "kind": "ENUM",
57390
+ "name": "CreditCadence",
57391
+ "ofType": null
57392
+ }
57393
+ },
57394
+ "defaultValue": null,
57395
+ "isDeprecated": false,
57396
+ "deprecationReason": null
57397
+ },
57398
+ {
57399
+ "name": "customCurrencyId",
57400
+ "description": "The unique identifier of the custom currency",
57401
+ "type": {
57402
+ "kind": "NON_NULL",
57403
+ "name": null,
57404
+ "ofType": {
57405
+ "kind": "SCALAR",
57406
+ "name": "String",
57407
+ "ofType": null
57408
+ }
57409
+ },
57410
+ "defaultValue": null,
57411
+ "isDeprecated": false,
57412
+ "deprecationReason": null
57413
+ },
57076
57414
  {
57077
57415
  "name": "description",
57078
57416
  "description": "The description of the entitlement",
@@ -57158,12 +57496,166 @@
57158
57496
  "enumValues": null,
57159
57497
  "possibleTypes": null
57160
57498
  },
57499
+ {
57500
+ "kind": "OBJECT",
57501
+ "name": "PackageCreditEntitlementMaxAggregate",
57502
+ "description": null,
57503
+ "fields": [
57504
+ {
57505
+ "name": "createdAt",
57506
+ "description": null,
57507
+ "args": [],
57508
+ "type": {
57509
+ "kind": "SCALAR",
57510
+ "name": "DateTime",
57511
+ "ofType": null
57512
+ },
57513
+ "isDeprecated": false,
57514
+ "deprecationReason": null
57515
+ },
57516
+ {
57517
+ "name": "environmentId",
57518
+ "description": null,
57519
+ "args": [],
57520
+ "type": {
57521
+ "kind": "SCALAR",
57522
+ "name": "UUID",
57523
+ "ofType": null
57524
+ },
57525
+ "isDeprecated": false,
57526
+ "deprecationReason": null
57527
+ },
57528
+ {
57529
+ "name": "id",
57530
+ "description": null,
57531
+ "args": [],
57532
+ "type": {
57533
+ "kind": "SCALAR",
57534
+ "name": "UUID",
57535
+ "ofType": null
57536
+ },
57537
+ "isDeprecated": false,
57538
+ "deprecationReason": null
57539
+ },
57540
+ {
57541
+ "name": "packageId",
57542
+ "description": null,
57543
+ "args": [],
57544
+ "type": {
57545
+ "kind": "SCALAR",
57546
+ "name": "String",
57547
+ "ofType": null
57548
+ },
57549
+ "isDeprecated": false,
57550
+ "deprecationReason": null
57551
+ },
57552
+ {
57553
+ "name": "updatedAt",
57554
+ "description": null,
57555
+ "args": [],
57556
+ "type": {
57557
+ "kind": "SCALAR",
57558
+ "name": "DateTime",
57559
+ "ofType": null
57560
+ },
57561
+ "isDeprecated": false,
57562
+ "deprecationReason": null
57563
+ }
57564
+ ],
57565
+ "inputFields": null,
57566
+ "interfaces": [],
57567
+ "enumValues": null,
57568
+ "possibleTypes": null
57569
+ },
57570
+ {
57571
+ "kind": "OBJECT",
57572
+ "name": "PackageCreditEntitlementMinAggregate",
57573
+ "description": null,
57574
+ "fields": [
57575
+ {
57576
+ "name": "createdAt",
57577
+ "description": null,
57578
+ "args": [],
57579
+ "type": {
57580
+ "kind": "SCALAR",
57581
+ "name": "DateTime",
57582
+ "ofType": null
57583
+ },
57584
+ "isDeprecated": false,
57585
+ "deprecationReason": null
57586
+ },
57587
+ {
57588
+ "name": "environmentId",
57589
+ "description": null,
57590
+ "args": [],
57591
+ "type": {
57592
+ "kind": "SCALAR",
57593
+ "name": "UUID",
57594
+ "ofType": null
57595
+ },
57596
+ "isDeprecated": false,
57597
+ "deprecationReason": null
57598
+ },
57599
+ {
57600
+ "name": "id",
57601
+ "description": null,
57602
+ "args": [],
57603
+ "type": {
57604
+ "kind": "SCALAR",
57605
+ "name": "UUID",
57606
+ "ofType": null
57607
+ },
57608
+ "isDeprecated": false,
57609
+ "deprecationReason": null
57610
+ },
57611
+ {
57612
+ "name": "packageId",
57613
+ "description": null,
57614
+ "args": [],
57615
+ "type": {
57616
+ "kind": "SCALAR",
57617
+ "name": "String",
57618
+ "ofType": null
57619
+ },
57620
+ "isDeprecated": false,
57621
+ "deprecationReason": null
57622
+ },
57623
+ {
57624
+ "name": "updatedAt",
57625
+ "description": null,
57626
+ "args": [],
57627
+ "type": {
57628
+ "kind": "SCALAR",
57629
+ "name": "DateTime",
57630
+ "ofType": null
57631
+ },
57632
+ "isDeprecated": false,
57633
+ "deprecationReason": null
57634
+ }
57635
+ ],
57636
+ "inputFields": null,
57637
+ "interfaces": [],
57638
+ "enumValues": null,
57639
+ "possibleTypes": null
57640
+ },
57161
57641
  {
57162
57642
  "kind": "INPUT_OBJECT",
57163
57643
  "name": "PackageCreditEntitlementUpdateInput",
57164
57644
  "description": "Package credit entitlement update input",
57165
57645
  "fields": null,
57166
57646
  "inputFields": [
57647
+ {
57648
+ "name": "amount",
57649
+ "description": "The amount of credits",
57650
+ "type": {
57651
+ "kind": "SCALAR",
57652
+ "name": "Float",
57653
+ "ofType": null
57654
+ },
57655
+ "defaultValue": null,
57656
+ "isDeprecated": false,
57657
+ "deprecationReason": null
57658
+ },
57167
57659
  {
57168
57660
  "name": "behavior",
57169
57661
  "description": "The behavior of the entitlement",
@@ -57176,6 +57668,18 @@
57176
57668
  "isDeprecated": false,
57177
57669
  "deprecationReason": null
57178
57670
  },
57671
+ {
57672
+ "name": "cadence",
57673
+ "description": "The cadence of the credit entitlement",
57674
+ "type": {
57675
+ "kind": "ENUM",
57676
+ "name": "CreditCadence",
57677
+ "ofType": null
57678
+ },
57679
+ "defaultValue": null,
57680
+ "isDeprecated": false,
57681
+ "deprecationReason": null
57682
+ },
57179
57683
  {
57180
57684
  "name": "description",
57181
57685
  "description": "The description of the entitlement",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.126.0"
4
+ VERSION = "5.130.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: 5.126.0
4
+ version: 5.130.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-12 00:00:00.000000000 Z
11
+ date: 2026-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient