stigg-api-client 5.118.3 → 5.123.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: ca9aabea945b80129576c165096cda32c1a1c6607dfb28952bf2e7e00b910423
4
- data.tar.gz: 4ad7b987106c67646843e63c0d6417b124f60c68d425cd1573ba55bfdd9153b3
3
+ metadata.gz: 1f37cf72089cff9671f0437d52cc8f4cdd998667276f10669d1f28453c9bbc86
4
+ data.tar.gz: 9b193dbd304d9232d6540caa80839e7a4c92fc8eb5a90363be76472a0012a121
5
5
  SHA512:
6
- metadata.gz: 487fe50348e5d92fb45d1c30f4280babacaf3d680c9a67789d19d29dd383eb477af69087a23219a91f2ea1af0227785af9c5abe7f9de5107b18a125588468d28
7
- data.tar.gz: f16246b007abdd794c8b5b69182d670e0bcc930d02b2ca3de316b1d62d6d553645b6f3e0aec52a1cd74abacc822414bed78acd2b19a4f4005c6a8710ded84511
6
+ metadata.gz: 1b1136bd901102707947d6fec27894d075f96069117613b9683e8388550f21dad7711313b114a86551e0f93a0f35d849f465de3a36351029f0be9f17876c9be1
7
+ data.tar.gz: 7ee624a98b5b9a6f53abdeed66818efde2bc5d401201693566cb42b4da858e231da86d56b5ea66a7a2f6c9cbb18e973f1bc0d9c39a0c76043e8301d1d1bf36f0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.118.3)
4
+ stigg-api-client (5.123.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -13205,6 +13205,18 @@
13205
13205
  "description": "Package entitlement input",
13206
13206
  "fields": null,
13207
13207
  "inputFields": [
13208
+ {
13209
+ "name": "credit",
13210
+ "description": "Package credit entitlement",
13211
+ "type": {
13212
+ "kind": "INPUT_OBJECT",
13213
+ "name": "PackageCreditEntitlementInput",
13214
+ "ofType": null
13215
+ },
13216
+ "defaultValue": null,
13217
+ "isDeprecated": false,
13218
+ "deprecationReason": null
13219
+ },
13208
13220
  {
13209
13221
  "name": "feature",
13210
13222
  "description": "Package feature entitlement",
@@ -31505,6 +31517,12 @@
31505
31517
  "isDeprecated": false,
31506
31518
  "deprecationReason": null
31507
31519
  },
31520
+ {
31521
+ "name": "FutureUpdateNotFound",
31522
+ "description": null,
31523
+ "isDeprecated": false,
31524
+ "deprecationReason": null
31525
+ },
31508
31526
  {
31509
31527
  "name": "GraphQLAliasesLimitExceeded",
31510
31528
  "description": "Too many graphql aliases were used in a single request",
@@ -40172,6 +40190,81 @@
40172
40190
  "enumValues": null,
40173
40191
  "possibleTypes": null
40174
40192
  },
40193
+ {
40194
+ "kind": "OBJECT",
40195
+ "name": "FutureUpdateNotFound",
40196
+ "description": null,
40197
+ "fields": [
40198
+ {
40199
+ "name": "code",
40200
+ "description": null,
40201
+ "args": [],
40202
+ "type": {
40203
+ "kind": "NON_NULL",
40204
+ "name": null,
40205
+ "ofType": {
40206
+ "kind": "SCALAR",
40207
+ "name": "String",
40208
+ "ofType": null
40209
+ }
40210
+ },
40211
+ "isDeprecated": false,
40212
+ "deprecationReason": null
40213
+ },
40214
+ {
40215
+ "name": "externalId",
40216
+ "description": null,
40217
+ "args": [],
40218
+ "type": {
40219
+ "kind": "NON_NULL",
40220
+ "name": null,
40221
+ "ofType": {
40222
+ "kind": "SCALAR",
40223
+ "name": "String",
40224
+ "ofType": null
40225
+ }
40226
+ },
40227
+ "isDeprecated": false,
40228
+ "deprecationReason": null
40229
+ },
40230
+ {
40231
+ "name": "isValidationError",
40232
+ "description": null,
40233
+ "args": [],
40234
+ "type": {
40235
+ "kind": "NON_NULL",
40236
+ "name": null,
40237
+ "ofType": {
40238
+ "kind": "SCALAR",
40239
+ "name": "Boolean",
40240
+ "ofType": null
40241
+ }
40242
+ },
40243
+ "isDeprecated": false,
40244
+ "deprecationReason": null
40245
+ },
40246
+ {
40247
+ "name": "status",
40248
+ "description": null,
40249
+ "args": [],
40250
+ "type": {
40251
+ "kind": "NON_NULL",
40252
+ "name": null,
40253
+ "ofType": {
40254
+ "kind": "SCALAR",
40255
+ "name": "String",
40256
+ "ofType": null
40257
+ }
40258
+ },
40259
+ "isDeprecated": false,
40260
+ "deprecationReason": null
40261
+ }
40262
+ ],
40263
+ "inputFields": null,
40264
+ "interfaces": [],
40265
+ "enumValues": null,
40266
+ "possibleTypes": null
40267
+ },
40175
40268
  {
40176
40269
  "kind": "INPUT_OBJECT",
40177
40270
  "name": "GetActiveSubscriptionsInput",
@@ -56779,6 +56872,395 @@
56779
56872
  "enumValues": null,
56780
56873
  "possibleTypes": null
56781
56874
  },
56875
+ {
56876
+ "kind": "OBJECT",
56877
+ "name": "PackageCreditEntitlement",
56878
+ "description": "Package credit entitlement",
56879
+ "fields": [
56880
+ {
56881
+ "name": "behavior",
56882
+ "description": "The behavior of the entitlement",
56883
+ "args": [],
56884
+ "type": {
56885
+ "kind": "NON_NULL",
56886
+ "name": null,
56887
+ "ofType": {
56888
+ "kind": "ENUM",
56889
+ "name": "EntitlementBehavior",
56890
+ "ofType": null
56891
+ }
56892
+ },
56893
+ "isDeprecated": false,
56894
+ "deprecationReason": null
56895
+ },
56896
+ {
56897
+ "name": "createdAt",
56898
+ "description": "Timestamp of when the record was created",
56899
+ "args": [],
56900
+ "type": {
56901
+ "kind": "SCALAR",
56902
+ "name": "DateTime",
56903
+ "ofType": null
56904
+ },
56905
+ "isDeprecated": false,
56906
+ "deprecationReason": null
56907
+ },
56908
+ {
56909
+ "name": "description",
56910
+ "description": "The description of the entitlement",
56911
+ "args": [],
56912
+ "type": {
56913
+ "kind": "SCALAR",
56914
+ "name": "String",
56915
+ "ofType": null
56916
+ },
56917
+ "isDeprecated": false,
56918
+ "deprecationReason": null
56919
+ },
56920
+ {
56921
+ "name": "displayNameOverride",
56922
+ "description": "The display name override of the entitlement",
56923
+ "args": [],
56924
+ "type": {
56925
+ "kind": "SCALAR",
56926
+ "name": "String",
56927
+ "ofType": null
56928
+ },
56929
+ "isDeprecated": false,
56930
+ "deprecationReason": null
56931
+ },
56932
+ {
56933
+ "name": "environmentId",
56934
+ "description": "The unique identifier for the environment",
56935
+ "args": [],
56936
+ "type": {
56937
+ "kind": "NON_NULL",
56938
+ "name": null,
56939
+ "ofType": {
56940
+ "kind": "SCALAR",
56941
+ "name": "UUID",
56942
+ "ofType": null
56943
+ }
56944
+ },
56945
+ "isDeprecated": false,
56946
+ "deprecationReason": null
56947
+ },
56948
+ {
56949
+ "name": "hiddenFromWidgets",
56950
+ "description": "Whether the entitlement is hidden from widgets",
56951
+ "args": [],
56952
+ "type": {
56953
+ "kind": "LIST",
56954
+ "name": null,
56955
+ "ofType": {
56956
+ "kind": "NON_NULL",
56957
+ "name": null,
56958
+ "ofType": {
56959
+ "kind": "ENUM",
56960
+ "name": "WidgetType",
56961
+ "ofType": null
56962
+ }
56963
+ }
56964
+ },
56965
+ "isDeprecated": false,
56966
+ "deprecationReason": null
56967
+ },
56968
+ {
56969
+ "name": "id",
56970
+ "description": null,
56971
+ "args": [],
56972
+ "type": {
56973
+ "kind": "NON_NULL",
56974
+ "name": null,
56975
+ "ofType": {
56976
+ "kind": "SCALAR",
56977
+ "name": "UUID",
56978
+ "ofType": null
56979
+ }
56980
+ },
56981
+ "isDeprecated": false,
56982
+ "deprecationReason": null
56983
+ },
56984
+ {
56985
+ "name": "isCustom",
56986
+ "description": "Whether the entitlement is a custom entitlement",
56987
+ "args": [],
56988
+ "type": {
56989
+ "kind": "SCALAR",
56990
+ "name": "Boolean",
56991
+ "ofType": null
56992
+ },
56993
+ "isDeprecated": false,
56994
+ "deprecationReason": null
56995
+ },
56996
+ {
56997
+ "name": "isGranted",
56998
+ "description": "Whether entitlement grant is active",
56999
+ "args": [],
57000
+ "type": {
57001
+ "kind": "NON_NULL",
57002
+ "name": null,
57003
+ "ofType": {
57004
+ "kind": "SCALAR",
57005
+ "name": "Boolean",
57006
+ "ofType": null
57007
+ }
57008
+ },
57009
+ "isDeprecated": false,
57010
+ "deprecationReason": null
57011
+ },
57012
+ {
57013
+ "name": "order",
57014
+ "description": "The order of the entitlement in the entitlement list",
57015
+ "args": [],
57016
+ "type": {
57017
+ "kind": "SCALAR",
57018
+ "name": "Float",
57019
+ "ofType": null
57020
+ },
57021
+ "isDeprecated": false,
57022
+ "deprecationReason": null
57023
+ },
57024
+ {
57025
+ "name": "packageId",
57026
+ "description": "The unique identifier of the entitlement package",
57027
+ "args": [],
57028
+ "type": {
57029
+ "kind": "NON_NULL",
57030
+ "name": null,
57031
+ "ofType": {
57032
+ "kind": "SCALAR",
57033
+ "name": "String",
57034
+ "ofType": null
57035
+ }
57036
+ },
57037
+ "isDeprecated": false,
57038
+ "deprecationReason": null
57039
+ },
57040
+ {
57041
+ "name": "updatedAt",
57042
+ "description": "Timestamp of when the record was last updated",
57043
+ "args": [],
57044
+ "type": {
57045
+ "kind": "SCALAR",
57046
+ "name": "DateTime",
57047
+ "ofType": null
57048
+ },
57049
+ "isDeprecated": false,
57050
+ "deprecationReason": null
57051
+ }
57052
+ ],
57053
+ "inputFields": null,
57054
+ "interfaces": [],
57055
+ "enumValues": null,
57056
+ "possibleTypes": null
57057
+ },
57058
+ {
57059
+ "kind": "INPUT_OBJECT",
57060
+ "name": "PackageCreditEntitlementInput",
57061
+ "description": "Package credit entitlement input",
57062
+ "fields": null,
57063
+ "inputFields": [
57064
+ {
57065
+ "name": "behavior",
57066
+ "description": "The behavior of the entitlement",
57067
+ "type": {
57068
+ "kind": "ENUM",
57069
+ "name": "EntitlementBehavior",
57070
+ "ofType": null
57071
+ },
57072
+ "defaultValue": "Increment",
57073
+ "isDeprecated": false,
57074
+ "deprecationReason": null
57075
+ },
57076
+ {
57077
+ "name": "description",
57078
+ "description": "The description of the entitlement",
57079
+ "type": {
57080
+ "kind": "SCALAR",
57081
+ "name": "String",
57082
+ "ofType": null
57083
+ },
57084
+ "defaultValue": null,
57085
+ "isDeprecated": false,
57086
+ "deprecationReason": null
57087
+ },
57088
+ {
57089
+ "name": "displayNameOverride",
57090
+ "description": "The display name override of the entitlement",
57091
+ "type": {
57092
+ "kind": "SCALAR",
57093
+ "name": "String",
57094
+ "ofType": null
57095
+ },
57096
+ "defaultValue": null,
57097
+ "isDeprecated": false,
57098
+ "deprecationReason": null
57099
+ },
57100
+ {
57101
+ "name": "hiddenFromWidgets",
57102
+ "description": "Whether the entitlement is hidden from widgets",
57103
+ "type": {
57104
+ "kind": "LIST",
57105
+ "name": null,
57106
+ "ofType": {
57107
+ "kind": "NON_NULL",
57108
+ "name": null,
57109
+ "ofType": {
57110
+ "kind": "ENUM",
57111
+ "name": "WidgetType",
57112
+ "ofType": null
57113
+ }
57114
+ }
57115
+ },
57116
+ "defaultValue": null,
57117
+ "isDeprecated": false,
57118
+ "deprecationReason": null
57119
+ },
57120
+ {
57121
+ "name": "isCustom",
57122
+ "description": "Whether the entitlement is a custom entitlement",
57123
+ "type": {
57124
+ "kind": "SCALAR",
57125
+ "name": "Boolean",
57126
+ "ofType": null
57127
+ },
57128
+ "defaultValue": null,
57129
+ "isDeprecated": false,
57130
+ "deprecationReason": null
57131
+ },
57132
+ {
57133
+ "name": "isGranted",
57134
+ "description": "Whether entitlement grant is active",
57135
+ "type": {
57136
+ "kind": "SCALAR",
57137
+ "name": "Boolean",
57138
+ "ofType": null
57139
+ },
57140
+ "defaultValue": null,
57141
+ "isDeprecated": false,
57142
+ "deprecationReason": null
57143
+ },
57144
+ {
57145
+ "name": "order",
57146
+ "description": "The order of the entitlement in the entitlement list",
57147
+ "type": {
57148
+ "kind": "SCALAR",
57149
+ "name": "Float",
57150
+ "ofType": null
57151
+ },
57152
+ "defaultValue": null,
57153
+ "isDeprecated": false,
57154
+ "deprecationReason": null
57155
+ }
57156
+ ],
57157
+ "interfaces": null,
57158
+ "enumValues": null,
57159
+ "possibleTypes": null
57160
+ },
57161
+ {
57162
+ "kind": "INPUT_OBJECT",
57163
+ "name": "PackageCreditEntitlementUpdateInput",
57164
+ "description": "Package credit entitlement update input",
57165
+ "fields": null,
57166
+ "inputFields": [
57167
+ {
57168
+ "name": "behavior",
57169
+ "description": "The behavior of the entitlement",
57170
+ "type": {
57171
+ "kind": "ENUM",
57172
+ "name": "EntitlementBehavior",
57173
+ "ofType": null
57174
+ },
57175
+ "defaultValue": null,
57176
+ "isDeprecated": false,
57177
+ "deprecationReason": null
57178
+ },
57179
+ {
57180
+ "name": "description",
57181
+ "description": "The description of the entitlement",
57182
+ "type": {
57183
+ "kind": "SCALAR",
57184
+ "name": "String",
57185
+ "ofType": null
57186
+ },
57187
+ "defaultValue": null,
57188
+ "isDeprecated": false,
57189
+ "deprecationReason": null
57190
+ },
57191
+ {
57192
+ "name": "displayNameOverride",
57193
+ "description": "The display name override of the entitlement",
57194
+ "type": {
57195
+ "kind": "SCALAR",
57196
+ "name": "String",
57197
+ "ofType": null
57198
+ },
57199
+ "defaultValue": null,
57200
+ "isDeprecated": false,
57201
+ "deprecationReason": null
57202
+ },
57203
+ {
57204
+ "name": "hiddenFromWidgets",
57205
+ "description": "Whether the entitlement is hidden from widgets",
57206
+ "type": {
57207
+ "kind": "LIST",
57208
+ "name": null,
57209
+ "ofType": {
57210
+ "kind": "NON_NULL",
57211
+ "name": null,
57212
+ "ofType": {
57213
+ "kind": "ENUM",
57214
+ "name": "WidgetType",
57215
+ "ofType": null
57216
+ }
57217
+ }
57218
+ },
57219
+ "defaultValue": null,
57220
+ "isDeprecated": false,
57221
+ "deprecationReason": null
57222
+ },
57223
+ {
57224
+ "name": "isCustom",
57225
+ "description": "Whether the entitlement is a custom entitlement",
57226
+ "type": {
57227
+ "kind": "SCALAR",
57228
+ "name": "Boolean",
57229
+ "ofType": null
57230
+ },
57231
+ "defaultValue": null,
57232
+ "isDeprecated": false,
57233
+ "deprecationReason": null
57234
+ },
57235
+ {
57236
+ "name": "isGranted",
57237
+ "description": "Whether entitlement grant is active",
57238
+ "type": {
57239
+ "kind": "SCALAR",
57240
+ "name": "Boolean",
57241
+ "ofType": null
57242
+ },
57243
+ "defaultValue": null,
57244
+ "isDeprecated": false,
57245
+ "deprecationReason": null
57246
+ },
57247
+ {
57248
+ "name": "order",
57249
+ "description": "The order of the entitlement in the entitlement list",
57250
+ "type": {
57251
+ "kind": "SCALAR",
57252
+ "name": "Float",
57253
+ "ofType": null
57254
+ },
57255
+ "defaultValue": null,
57256
+ "isDeprecated": false,
57257
+ "deprecationReason": null
57258
+ }
57259
+ ],
57260
+ "interfaces": null,
57261
+ "enumValues": null,
57262
+ "possibleTypes": null
57263
+ },
56782
57264
  {
56783
57265
  "kind": "OBJECT",
56784
57266
  "name": "PackageDTO",
@@ -59806,6 +60288,11 @@
59806
60288
  "interfaces": null,
59807
60289
  "enumValues": null,
59808
60290
  "possibleTypes": [
60291
+ {
60292
+ "kind": "OBJECT",
60293
+ "name": "PackageCreditEntitlement",
60294
+ "ofType": null
60295
+ },
59809
60296
  {
59810
60297
  "kind": "OBJECT",
59811
60298
  "name": "PackageFeatureEntitlement",
@@ -60646,7 +61133,7 @@
60646
61133
  "name": null,
60647
61134
  "ofType": {
60648
61135
  "kind": "SCALAR",
60649
- "name": "UUID",
61136
+ "name": "String",
60650
61137
  "ofType": null
60651
61138
  }
60652
61139
  },
@@ -102148,6 +102635,18 @@
102148
102635
  "description": "Update package entitlement input",
102149
102636
  "fields": null,
102150
102637
  "inputFields": [
102638
+ {
102639
+ "name": "credit",
102640
+ "description": "Package credit entitlement update input",
102641
+ "type": {
102642
+ "kind": "INPUT_OBJECT",
102643
+ "name": "PackageCreditEntitlementUpdateInput",
102644
+ "ofType": null
102645
+ },
102646
+ "defaultValue": null,
102647
+ "isDeprecated": false,
102648
+ "deprecationReason": null
102649
+ },
102151
102650
  {
102152
102651
  "name": "feature",
102153
102652
  "description": "Package feature entitlement update input",
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.118.3"
4
+ VERSION = "5.123.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.118.3
4
+ version: 5.123.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-08 00:00:00.000000000 Z
11
+ date: 2026-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient