stigg-api-client 5.126.0 → 5.128.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: 23dfd9a7bc0acb7c55d3cf3bffe5e611904ee266bc4e0108c451e94edee6cbb2
4
+ data.tar.gz: 4fcdd70e40ad74bd0d9b82756129219eb5193aae147e26a1b430b3f10e52bd79
5
5
  SHA512:
6
- metadata.gz: 2ee1532f0b4fafb7c9ef6ba6955b7b15bae57200c33b18e9ae4255f15039c2d492823497928ffc3cd5b2e6fce7eb2c80017d9f959cf3aff7d927aa02ef509812
7
- data.tar.gz: 72b60225ee122bf206d39309198b7dfaf86e2b282e70021045230bc40c04c82c38bb2957a5d1010beb8d06c2f7d547a243bd1a76172c14a255a4e042b68ea853
6
+ metadata.gz: 8bfe263789075b32fc14f42f524f470383251f7261743c48b9f189218be8460002e1a75f0e2374a92fa401a62279f99e70e17c3dc7349fdc90082c10c2fe0056
7
+ data.tar.gz: 90fed288966ef5dc7c185b3d53899cb7731a43805c50bccc4eb992e34b98175a99a41b63f8716180e78f9ae9174ab4defdae04c5497be309953d946bbc603cb6
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.128.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -13948,6 +13948,29 @@
13948
13948
  "enumValues": null,
13949
13949
  "possibleTypes": null
13950
13950
  },
13951
+ {
13952
+ "kind": "ENUM",
13953
+ "name": "CreditCadence",
13954
+ "description": "Credit entitlement cadence",
13955
+ "fields": null,
13956
+ "inputFields": null,
13957
+ "interfaces": null,
13958
+ "enumValues": [
13959
+ {
13960
+ "name": "MONTH",
13961
+ "description": "Monthly",
13962
+ "isDeprecated": false,
13963
+ "deprecationReason": null
13964
+ },
13965
+ {
13966
+ "name": "YEAR",
13967
+ "description": "Yearly",
13968
+ "isDeprecated": false,
13969
+ "deprecationReason": null
13970
+ }
13971
+ ],
13972
+ "possibleTypes": null
13973
+ },
13951
13974
  {
13952
13975
  "kind": "OBJECT",
13953
13976
  "name": "CreditGrant",
@@ -56877,6 +56900,22 @@
56877
56900
  "name": "PackageCreditEntitlement",
56878
56901
  "description": "Package credit entitlement",
56879
56902
  "fields": [
56903
+ {
56904
+ "name": "amount",
56905
+ "description": "The amount of credits",
56906
+ "args": [],
56907
+ "type": {
56908
+ "kind": "NON_NULL",
56909
+ "name": null,
56910
+ "ofType": {
56911
+ "kind": "SCALAR",
56912
+ "name": "Float",
56913
+ "ofType": null
56914
+ }
56915
+ },
56916
+ "isDeprecated": false,
56917
+ "deprecationReason": null
56918
+ },
56880
56919
  {
56881
56920
  "name": "behavior",
56882
56921
  "description": "The behavior of the entitlement",
@@ -56893,6 +56932,22 @@
56893
56932
  "isDeprecated": false,
56894
56933
  "deprecationReason": null
56895
56934
  },
56935
+ {
56936
+ "name": "cadence",
56937
+ "description": "The cadence of the credit entitlement",
56938
+ "args": [],
56939
+ "type": {
56940
+ "kind": "NON_NULL",
56941
+ "name": null,
56942
+ "ofType": {
56943
+ "kind": "ENUM",
56944
+ "name": "CreditCadence",
56945
+ "ofType": null
56946
+ }
56947
+ },
56948
+ "isDeprecated": false,
56949
+ "deprecationReason": null
56950
+ },
56896
56951
  {
56897
56952
  "name": "createdAt",
56898
56953
  "description": "Timestamp of when the record was created",
@@ -56905,6 +56960,38 @@
56905
56960
  "isDeprecated": false,
56906
56961
  "deprecationReason": null
56907
56962
  },
56963
+ {
56964
+ "name": "customCurrency",
56965
+ "description": null,
56966
+ "args": [],
56967
+ "type": {
56968
+ "kind": "NON_NULL",
56969
+ "name": null,
56970
+ "ofType": {
56971
+ "kind": "OBJECT",
56972
+ "name": "CustomCurrency",
56973
+ "ofType": null
56974
+ }
56975
+ },
56976
+ "isDeprecated": false,
56977
+ "deprecationReason": null
56978
+ },
56979
+ {
56980
+ "name": "customCurrencyId",
56981
+ "description": "The unique identifier of the custom currency",
56982
+ "args": [],
56983
+ "type": {
56984
+ "kind": "NON_NULL",
56985
+ "name": null,
56986
+ "ofType": {
56987
+ "kind": "SCALAR",
56988
+ "name": "String",
56989
+ "ofType": null
56990
+ }
56991
+ },
56992
+ "isDeprecated": false,
56993
+ "deprecationReason": null
56994
+ },
56908
56995
  {
56909
56996
  "name": "description",
56910
56997
  "description": "The description of the entitlement",
@@ -57021,6 +57108,18 @@
57021
57108
  "isDeprecated": false,
57022
57109
  "deprecationReason": null
57023
57110
  },
57111
+ {
57112
+ "name": "package",
57113
+ "description": null,
57114
+ "args": [],
57115
+ "type": {
57116
+ "kind": "OBJECT",
57117
+ "name": "PackageDTO",
57118
+ "ofType": null
57119
+ },
57120
+ "isDeprecated": false,
57121
+ "deprecationReason": null
57122
+ },
57024
57123
  {
57025
57124
  "name": "packageId",
57026
57125
  "description": "The unique identifier of the entitlement package",
@@ -57055,12 +57154,213 @@
57055
57154
  "enumValues": null,
57056
57155
  "possibleTypes": null
57057
57156
  },
57157
+ {
57158
+ "kind": "OBJECT",
57159
+ "name": "PackageCreditEntitlementAggregateGroupBy",
57160
+ "description": null,
57161
+ "fields": [
57162
+ {
57163
+ "name": "createdAt",
57164
+ "description": null,
57165
+ "args": [],
57166
+ "type": {
57167
+ "kind": "SCALAR",
57168
+ "name": "DateTime",
57169
+ "ofType": null
57170
+ },
57171
+ "isDeprecated": false,
57172
+ "deprecationReason": null
57173
+ },
57174
+ {
57175
+ "name": "environmentId",
57176
+ "description": null,
57177
+ "args": [],
57178
+ "type": {
57179
+ "kind": "SCALAR",
57180
+ "name": "UUID",
57181
+ "ofType": null
57182
+ },
57183
+ "isDeprecated": false,
57184
+ "deprecationReason": null
57185
+ },
57186
+ {
57187
+ "name": "id",
57188
+ "description": null,
57189
+ "args": [],
57190
+ "type": {
57191
+ "kind": "SCALAR",
57192
+ "name": "UUID",
57193
+ "ofType": null
57194
+ },
57195
+ "isDeprecated": false,
57196
+ "deprecationReason": null
57197
+ },
57198
+ {
57199
+ "name": "packageId",
57200
+ "description": null,
57201
+ "args": [],
57202
+ "type": {
57203
+ "kind": "SCALAR",
57204
+ "name": "String",
57205
+ "ofType": null
57206
+ },
57207
+ "isDeprecated": false,
57208
+ "deprecationReason": null
57209
+ },
57210
+ {
57211
+ "name": "updatedAt",
57212
+ "description": null,
57213
+ "args": [],
57214
+ "type": {
57215
+ "kind": "SCALAR",
57216
+ "name": "DateTime",
57217
+ "ofType": null
57218
+ },
57219
+ "isDeprecated": false,
57220
+ "deprecationReason": null
57221
+ }
57222
+ ],
57223
+ "inputFields": null,
57224
+ "interfaces": [],
57225
+ "enumValues": null,
57226
+ "possibleTypes": null
57227
+ },
57228
+ {
57229
+ "kind": "OBJECT",
57230
+ "name": "PackageCreditEntitlementCountAggregate",
57231
+ "description": null,
57232
+ "fields": [
57233
+ {
57234
+ "name": "createdAt",
57235
+ "description": null,
57236
+ "args": [],
57237
+ "type": {
57238
+ "kind": "SCALAR",
57239
+ "name": "Int",
57240
+ "ofType": null
57241
+ },
57242
+ "isDeprecated": false,
57243
+ "deprecationReason": null
57244
+ },
57245
+ {
57246
+ "name": "environmentId",
57247
+ "description": null,
57248
+ "args": [],
57249
+ "type": {
57250
+ "kind": "SCALAR",
57251
+ "name": "Int",
57252
+ "ofType": null
57253
+ },
57254
+ "isDeprecated": false,
57255
+ "deprecationReason": null
57256
+ },
57257
+ {
57258
+ "name": "id",
57259
+ "description": null,
57260
+ "args": [],
57261
+ "type": {
57262
+ "kind": "SCALAR",
57263
+ "name": "Int",
57264
+ "ofType": null
57265
+ },
57266
+ "isDeprecated": false,
57267
+ "deprecationReason": null
57268
+ },
57269
+ {
57270
+ "name": "packageId",
57271
+ "description": null,
57272
+ "args": [],
57273
+ "type": {
57274
+ "kind": "SCALAR",
57275
+ "name": "Int",
57276
+ "ofType": null
57277
+ },
57278
+ "isDeprecated": false,
57279
+ "deprecationReason": null
57280
+ },
57281
+ {
57282
+ "name": "updatedAt",
57283
+ "description": null,
57284
+ "args": [],
57285
+ "type": {
57286
+ "kind": "SCALAR",
57287
+ "name": "Int",
57288
+ "ofType": null
57289
+ },
57290
+ "isDeprecated": false,
57291
+ "deprecationReason": null
57292
+ }
57293
+ ],
57294
+ "inputFields": null,
57295
+ "interfaces": [],
57296
+ "enumValues": null,
57297
+ "possibleTypes": null
57298
+ },
57299
+ {
57300
+ "kind": "OBJECT",
57301
+ "name": "PackageCreditEntitlementEdge",
57302
+ "description": null,
57303
+ "fields": [
57304
+ {
57305
+ "name": "cursor",
57306
+ "description": "Cursor for this node.",
57307
+ "args": [],
57308
+ "type": {
57309
+ "kind": "NON_NULL",
57310
+ "name": null,
57311
+ "ofType": {
57312
+ "kind": "SCALAR",
57313
+ "name": "ConnectionCursor",
57314
+ "ofType": null
57315
+ }
57316
+ },
57317
+ "isDeprecated": false,
57318
+ "deprecationReason": null
57319
+ },
57320
+ {
57321
+ "name": "node",
57322
+ "description": "The node containing the PackageCreditEntitlement",
57323
+ "args": [],
57324
+ "type": {
57325
+ "kind": "NON_NULL",
57326
+ "name": null,
57327
+ "ofType": {
57328
+ "kind": "OBJECT",
57329
+ "name": "PackageCreditEntitlement",
57330
+ "ofType": null
57331
+ }
57332
+ },
57333
+ "isDeprecated": false,
57334
+ "deprecationReason": null
57335
+ }
57336
+ ],
57337
+ "inputFields": null,
57338
+ "interfaces": [],
57339
+ "enumValues": null,
57340
+ "possibleTypes": null
57341
+ },
57058
57342
  {
57059
57343
  "kind": "INPUT_OBJECT",
57060
57344
  "name": "PackageCreditEntitlementInput",
57061
57345
  "description": "Package credit entitlement input",
57062
57346
  "fields": null,
57063
57347
  "inputFields": [
57348
+ {
57349
+ "name": "amount",
57350
+ "description": "The amount of credits",
57351
+ "type": {
57352
+ "kind": "NON_NULL",
57353
+ "name": null,
57354
+ "ofType": {
57355
+ "kind": "SCALAR",
57356
+ "name": "Float",
57357
+ "ofType": null
57358
+ }
57359
+ },
57360
+ "defaultValue": null,
57361
+ "isDeprecated": false,
57362
+ "deprecationReason": null
57363
+ },
57064
57364
  {
57065
57365
  "name": "behavior",
57066
57366
  "description": "The behavior of the entitlement",
@@ -57073,6 +57373,38 @@
57073
57373
  "isDeprecated": false,
57074
57374
  "deprecationReason": null
57075
57375
  },
57376
+ {
57377
+ "name": "cadence",
57378
+ "description": "The cadence of the credit entitlement",
57379
+ "type": {
57380
+ "kind": "NON_NULL",
57381
+ "name": null,
57382
+ "ofType": {
57383
+ "kind": "ENUM",
57384
+ "name": "CreditCadence",
57385
+ "ofType": null
57386
+ }
57387
+ },
57388
+ "defaultValue": null,
57389
+ "isDeprecated": false,
57390
+ "deprecationReason": null
57391
+ },
57392
+ {
57393
+ "name": "customCurrencyId",
57394
+ "description": "The unique identifier of the custom currency",
57395
+ "type": {
57396
+ "kind": "NON_NULL",
57397
+ "name": null,
57398
+ "ofType": {
57399
+ "kind": "SCALAR",
57400
+ "name": "String",
57401
+ "ofType": null
57402
+ }
57403
+ },
57404
+ "defaultValue": null,
57405
+ "isDeprecated": false,
57406
+ "deprecationReason": null
57407
+ },
57076
57408
  {
57077
57409
  "name": "description",
57078
57410
  "description": "The description of the entitlement",
@@ -57158,12 +57490,166 @@
57158
57490
  "enumValues": null,
57159
57491
  "possibleTypes": null
57160
57492
  },
57493
+ {
57494
+ "kind": "OBJECT",
57495
+ "name": "PackageCreditEntitlementMaxAggregate",
57496
+ "description": null,
57497
+ "fields": [
57498
+ {
57499
+ "name": "createdAt",
57500
+ "description": null,
57501
+ "args": [],
57502
+ "type": {
57503
+ "kind": "SCALAR",
57504
+ "name": "DateTime",
57505
+ "ofType": null
57506
+ },
57507
+ "isDeprecated": false,
57508
+ "deprecationReason": null
57509
+ },
57510
+ {
57511
+ "name": "environmentId",
57512
+ "description": null,
57513
+ "args": [],
57514
+ "type": {
57515
+ "kind": "SCALAR",
57516
+ "name": "UUID",
57517
+ "ofType": null
57518
+ },
57519
+ "isDeprecated": false,
57520
+ "deprecationReason": null
57521
+ },
57522
+ {
57523
+ "name": "id",
57524
+ "description": null,
57525
+ "args": [],
57526
+ "type": {
57527
+ "kind": "SCALAR",
57528
+ "name": "UUID",
57529
+ "ofType": null
57530
+ },
57531
+ "isDeprecated": false,
57532
+ "deprecationReason": null
57533
+ },
57534
+ {
57535
+ "name": "packageId",
57536
+ "description": null,
57537
+ "args": [],
57538
+ "type": {
57539
+ "kind": "SCALAR",
57540
+ "name": "String",
57541
+ "ofType": null
57542
+ },
57543
+ "isDeprecated": false,
57544
+ "deprecationReason": null
57545
+ },
57546
+ {
57547
+ "name": "updatedAt",
57548
+ "description": null,
57549
+ "args": [],
57550
+ "type": {
57551
+ "kind": "SCALAR",
57552
+ "name": "DateTime",
57553
+ "ofType": null
57554
+ },
57555
+ "isDeprecated": false,
57556
+ "deprecationReason": null
57557
+ }
57558
+ ],
57559
+ "inputFields": null,
57560
+ "interfaces": [],
57561
+ "enumValues": null,
57562
+ "possibleTypes": null
57563
+ },
57564
+ {
57565
+ "kind": "OBJECT",
57566
+ "name": "PackageCreditEntitlementMinAggregate",
57567
+ "description": null,
57568
+ "fields": [
57569
+ {
57570
+ "name": "createdAt",
57571
+ "description": null,
57572
+ "args": [],
57573
+ "type": {
57574
+ "kind": "SCALAR",
57575
+ "name": "DateTime",
57576
+ "ofType": null
57577
+ },
57578
+ "isDeprecated": false,
57579
+ "deprecationReason": null
57580
+ },
57581
+ {
57582
+ "name": "environmentId",
57583
+ "description": null,
57584
+ "args": [],
57585
+ "type": {
57586
+ "kind": "SCALAR",
57587
+ "name": "UUID",
57588
+ "ofType": null
57589
+ },
57590
+ "isDeprecated": false,
57591
+ "deprecationReason": null
57592
+ },
57593
+ {
57594
+ "name": "id",
57595
+ "description": null,
57596
+ "args": [],
57597
+ "type": {
57598
+ "kind": "SCALAR",
57599
+ "name": "UUID",
57600
+ "ofType": null
57601
+ },
57602
+ "isDeprecated": false,
57603
+ "deprecationReason": null
57604
+ },
57605
+ {
57606
+ "name": "packageId",
57607
+ "description": null,
57608
+ "args": [],
57609
+ "type": {
57610
+ "kind": "SCALAR",
57611
+ "name": "String",
57612
+ "ofType": null
57613
+ },
57614
+ "isDeprecated": false,
57615
+ "deprecationReason": null
57616
+ },
57617
+ {
57618
+ "name": "updatedAt",
57619
+ "description": null,
57620
+ "args": [],
57621
+ "type": {
57622
+ "kind": "SCALAR",
57623
+ "name": "DateTime",
57624
+ "ofType": null
57625
+ },
57626
+ "isDeprecated": false,
57627
+ "deprecationReason": null
57628
+ }
57629
+ ],
57630
+ "inputFields": null,
57631
+ "interfaces": [],
57632
+ "enumValues": null,
57633
+ "possibleTypes": null
57634
+ },
57161
57635
  {
57162
57636
  "kind": "INPUT_OBJECT",
57163
57637
  "name": "PackageCreditEntitlementUpdateInput",
57164
57638
  "description": "Package credit entitlement update input",
57165
57639
  "fields": null,
57166
57640
  "inputFields": [
57641
+ {
57642
+ "name": "amount",
57643
+ "description": "The amount of credits",
57644
+ "type": {
57645
+ "kind": "SCALAR",
57646
+ "name": "Float",
57647
+ "ofType": null
57648
+ },
57649
+ "defaultValue": null,
57650
+ "isDeprecated": false,
57651
+ "deprecationReason": null
57652
+ },
57167
57653
  {
57168
57654
  "name": "behavior",
57169
57655
  "description": "The behavior of the entitlement",
@@ -57176,6 +57662,18 @@
57176
57662
  "isDeprecated": false,
57177
57663
  "deprecationReason": null
57178
57664
  },
57665
+ {
57666
+ "name": "cadence",
57667
+ "description": "The cadence of the credit entitlement",
57668
+ "type": {
57669
+ "kind": "ENUM",
57670
+ "name": "CreditCadence",
57671
+ "ofType": null
57672
+ },
57673
+ "defaultValue": null,
57674
+ "isDeprecated": false,
57675
+ "deprecationReason": null
57676
+ },
57179
57677
  {
57180
57678
  "name": "description",
57181
57679
  "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.128.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.128.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg