stigg-api-client 5.111.0 → 5.115.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: 49d9a5359e5186376821b2c7b290abcb2f4619fd4f99cf057d7dd2a6b1f9f4f6
4
- data.tar.gz: e8582bf95ef043a7a7317ab795d2dc94600314828a3fbc285273201084749aea
3
+ metadata.gz: cc95bb122c81d9a3fbfaa724b69590d3dab615f711344fd0c1078c6616728711
4
+ data.tar.gz: 0b12970aa8985ce93aa3699df89d321411b9e5d35b7c48558a0a00c7b8c02b0d
5
5
  SHA512:
6
- metadata.gz: 3f9ae0a5c5eb5910a94fb29834277d28d2c0e47aa8625f9fa2c9c4db07021e2096bbacc55de02f5615434803c15be9bc11940a30a30c8a532e2df359fb1ebd04
7
- data.tar.gz: c34046027af98326de7ab97b53256fc966199067204c333e2f50099f8d69884692195d6b6ce2e3f63af4e46afb6ab8c7199bb4cb3aa2c39d9124e0f2acca8d45
6
+ metadata.gz: ed05ff284883ff8f26663600e0eea9023826e8c06d56074f8f6a54ba834913efc305d90ce8731c31194c01b7e97b28dae74826c5605e70f3437dc1102f62b62a
7
+ data.tar.gz: 20cf987c655eafef98ac2fa3da2b6136dcde910658721b19fb8344da9458b3464b66a108c2d7874905cdba338a1d736c6d3d40cb95274b55958bac5fec77e843
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.111.0)
4
+ stigg-api-client (5.115.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1089,6 +1089,7 @@ module Stigg
1089
1089
  fragment EntitlementsUpdatedPayload on EntitlementsUpdated {
1090
1090
  customerId
1091
1091
  resourceId
1092
+ accessDeniedReason
1092
1093
  entitlements {
1093
1094
  ...EntitlementFragment
1094
1095
  }
@@ -3151,6 +3151,116 @@
3151
3151
  "enumValues": null,
3152
3152
  "possibleTypes": null
3153
3153
  },
3154
+ {
3155
+ "kind": "OBJECT",
3156
+ "name": "AddonVersionsConnection",
3157
+ "description": null,
3158
+ "fields": [
3159
+ {
3160
+ "name": "edges",
3161
+ "description": "Edges in the current page",
3162
+ "args": [],
3163
+ "type": {
3164
+ "kind": "NON_NULL",
3165
+ "name": null,
3166
+ "ofType": {
3167
+ "kind": "LIST",
3168
+ "name": null,
3169
+ "ofType": {
3170
+ "kind": "NON_NULL",
3171
+ "name": null,
3172
+ "ofType": {
3173
+ "kind": "OBJECT",
3174
+ "name": "AddonVersionsEdge",
3175
+ "ofType": null
3176
+ }
3177
+ }
3178
+ }
3179
+ },
3180
+ "isDeprecated": false,
3181
+ "deprecationReason": null
3182
+ },
3183
+ {
3184
+ "name": "pageInfo",
3185
+ "description": "Pagination information",
3186
+ "args": [],
3187
+ "type": {
3188
+ "kind": "NON_NULL",
3189
+ "name": null,
3190
+ "ofType": {
3191
+ "kind": "OBJECT",
3192
+ "name": "PageInfo",
3193
+ "ofType": null
3194
+ }
3195
+ },
3196
+ "isDeprecated": false,
3197
+ "deprecationReason": null
3198
+ },
3199
+ {
3200
+ "name": "totalCount",
3201
+ "description": "Total number of items matching the filter",
3202
+ "args": [],
3203
+ "type": {
3204
+ "kind": "NON_NULL",
3205
+ "name": null,
3206
+ "ofType": {
3207
+ "kind": "SCALAR",
3208
+ "name": "Int",
3209
+ "ofType": null
3210
+ }
3211
+ },
3212
+ "isDeprecated": false,
3213
+ "deprecationReason": null
3214
+ }
3215
+ ],
3216
+ "inputFields": null,
3217
+ "interfaces": [],
3218
+ "enumValues": null,
3219
+ "possibleTypes": null
3220
+ },
3221
+ {
3222
+ "kind": "OBJECT",
3223
+ "name": "AddonVersionsEdge",
3224
+ "description": null,
3225
+ "fields": [
3226
+ {
3227
+ "name": "cursor",
3228
+ "description": "An opaque cursor for this item",
3229
+ "args": [],
3230
+ "type": {
3231
+ "kind": "NON_NULL",
3232
+ "name": null,
3233
+ "ofType": {
3234
+ "kind": "SCALAR",
3235
+ "name": "String",
3236
+ "ofType": null
3237
+ }
3238
+ },
3239
+ "isDeprecated": false,
3240
+ "deprecationReason": null
3241
+ },
3242
+ {
3243
+ "name": "node",
3244
+ "description": "The item at the edge",
3245
+ "args": [],
3246
+ "type": {
3247
+ "kind": "NON_NULL",
3248
+ "name": null,
3249
+ "ofType": {
3250
+ "kind": "OBJECT",
3251
+ "name": "Addon",
3252
+ "ofType": null
3253
+ }
3254
+ },
3255
+ "isDeprecated": false,
3256
+ "deprecationReason": null
3257
+ }
3258
+ ],
3259
+ "inputFields": null,
3260
+ "interfaces": [],
3261
+ "enumValues": null,
3262
+ "possibleTypes": null
3263
+ },
3154
3264
  {
3155
3265
  "kind": "INPUT_OBJECT",
3156
3266
  "name": "Address",
@@ -29478,6 +29588,18 @@
29478
29588
  "name": "EntitlementsUpdated",
29479
29589
  "description": "Event payload for when entitlements are updated for a customer.",
29480
29590
  "fields": [
29591
+ {
29592
+ "name": "accessDeniedReason",
29593
+ "description": "The reason why access to the feature is denied.",
29594
+ "args": [],
29595
+ "type": {
29596
+ "kind": "ENUM",
29597
+ "name": "EntitlementsStateAccessDeniedReason",
29598
+ "ofType": null
29599
+ },
29600
+ "isDeprecated": false,
29601
+ "deprecationReason": null
29602
+ },
29481
29603
  {
29482
29604
  "name": "accountId",
29483
29605
  "description": "The unique identifier for the account",
@@ -67072,6 +67194,116 @@
67072
67194
  "enumValues": null,
67073
67195
  "possibleTypes": null
67074
67196
  },
67197
+ {
67198
+ "kind": "OBJECT",
67199
+ "name": "PlanVersionsConnection",
67200
+ "description": null,
67201
+ "fields": [
67202
+ {
67203
+ "name": "edges",
67204
+ "description": "Edges in the current page",
67205
+ "args": [],
67206
+ "type": {
67207
+ "kind": "NON_NULL",
67208
+ "name": null,
67209
+ "ofType": {
67210
+ "kind": "LIST",
67211
+ "name": null,
67212
+ "ofType": {
67213
+ "kind": "NON_NULL",
67214
+ "name": null,
67215
+ "ofType": {
67216
+ "kind": "OBJECT",
67217
+ "name": "PlanVersionsEdge",
67218
+ "ofType": null
67219
+ }
67220
+ }
67221
+ }
67222
+ },
67223
+ "isDeprecated": false,
67224
+ "deprecationReason": null
67225
+ },
67226
+ {
67227
+ "name": "pageInfo",
67228
+ "description": "Pagination information",
67229
+ "args": [],
67230
+ "type": {
67231
+ "kind": "NON_NULL",
67232
+ "name": null,
67233
+ "ofType": {
67234
+ "kind": "OBJECT",
67235
+ "name": "PageInfo",
67236
+ "ofType": null
67237
+ }
67238
+ },
67239
+ "isDeprecated": false,
67240
+ "deprecationReason": null
67241
+ },
67242
+ {
67243
+ "name": "totalCount",
67244
+ "description": "Total number of items matching the filter",
67245
+ "args": [],
67246
+ "type": {
67247
+ "kind": "NON_NULL",
67248
+ "name": null,
67249
+ "ofType": {
67250
+ "kind": "SCALAR",
67251
+ "name": "Int",
67252
+ "ofType": null
67253
+ }
67254
+ },
67255
+ "isDeprecated": false,
67256
+ "deprecationReason": null
67257
+ }
67258
+ ],
67259
+ "inputFields": null,
67260
+ "interfaces": [],
67261
+ "enumValues": null,
67262
+ "possibleTypes": null
67263
+ },
67264
+ {
67265
+ "kind": "OBJECT",
67266
+ "name": "PlanVersionsEdge",
67267
+ "description": null,
67268
+ "fields": [
67269
+ {
67270
+ "name": "cursor",
67271
+ "description": "An opaque cursor for this item",
67272
+ "args": [],
67273
+ "type": {
67274
+ "kind": "NON_NULL",
67275
+ "name": null,
67276
+ "ofType": {
67277
+ "kind": "SCALAR",
67278
+ "name": "String",
67279
+ "ofType": null
67280
+ }
67281
+ },
67282
+ "isDeprecated": false,
67283
+ "deprecationReason": null
67284
+ },
67285
+ {
67286
+ "name": "node",
67287
+ "description": "The item at the edge",
67288
+ "args": [],
67289
+ "type": {
67290
+ "kind": "NON_NULL",
67291
+ "name": null,
67292
+ "ofType": {
67293
+ "kind": "OBJECT",
67294
+ "name": "Plan",
67295
+ "ofType": null
67296
+ }
67297
+ },
67298
+ "isDeprecated": false,
67299
+ "deprecationReason": null
67300
+ }
67301
+ ],
67302
+ "inputFields": null,
67303
+ "interfaces": [],
67304
+ "enumValues": null,
67305
+ "possibleTypes": null
67306
+ },
67075
67307
  {
67076
67308
  "kind": "INPUT_OBJECT",
67077
67309
  "name": "PreparePaymentMethodFormInput",
@@ -76436,6 +76668,67 @@
76436
76668
  "isDeprecated": false,
76437
76669
  "deprecationReason": null
76438
76670
  },
76671
+ {
76672
+ "name": "addonVersions",
76673
+ "description": "Get paginated list of addon versions by refId",
76674
+ "args": [
76675
+ {
76676
+ "name": "filter",
76677
+ "description": "Specify to filter the records returned.",
76678
+ "type": {
76679
+ "kind": "INPUT_OBJECT",
76680
+ "name": "AddonFilter",
76681
+ "ofType": null
76682
+ },
76683
+ "defaultValue": "{}",
76684
+ "isDeprecated": false,
76685
+ "deprecationReason": null
76686
+ },
76687
+ {
76688
+ "name": "paging",
76689
+ "description": "Limit or page results.",
76690
+ "type": {
76691
+ "kind": "INPUT_OBJECT",
76692
+ "name": "CursorPaging",
76693
+ "ofType": null
76694
+ },
76695
+ "defaultValue": "{first: 10}",
76696
+ "isDeprecated": false,
76697
+ "deprecationReason": null
76698
+ },
76699
+ {
76700
+ "name": "sorting",
76701
+ "description": "Specify to sort results.",
76702
+ "type": {
76703
+ "kind": "LIST",
76704
+ "name": null,
76705
+ "ofType": {
76706
+ "kind": "NON_NULL",
76707
+ "name": null,
76708
+ "ofType": {
76709
+ "kind": "INPUT_OBJECT",
76710
+ "name": "AddonSort",
76711
+ "ofType": null
76712
+ }
76713
+ }
76714
+ },
76715
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
76716
+ "isDeprecated": false,
76717
+ "deprecationReason": null
76718
+ }
76719
+ ],
76720
+ "type": {
76721
+ "kind": "NON_NULL",
76722
+ "name": null,
76723
+ "ofType": {
76724
+ "kind": "OBJECT",
76725
+ "name": "AddonVersionsConnection",
76726
+ "ofType": null
76727
+ }
76728
+ },
76729
+ "isDeprecated": false,
76730
+ "deprecationReason": null
76731
+ },
76439
76732
  {
76440
76733
  "name": "addons",
76441
76734
  "description": null,
@@ -78980,6 +79273,67 @@
78980
79273
  "isDeprecated": false,
78981
79274
  "deprecationReason": null
78982
79275
  },
79276
+ {
79277
+ "name": "planVersions",
79278
+ "description": "Get paginated list of plan versions by refId",
79279
+ "args": [
79280
+ {
79281
+ "name": "filter",
79282
+ "description": "Specify to filter the records returned.",
79283
+ "type": {
79284
+ "kind": "INPUT_OBJECT",
79285
+ "name": "PlanFilter",
79286
+ "ofType": null
79287
+ },
79288
+ "defaultValue": "{}",
79289
+ "isDeprecated": false,
79290
+ "deprecationReason": null
79291
+ },
79292
+ {
79293
+ "name": "paging",
79294
+ "description": "Limit or page results.",
79295
+ "type": {
79296
+ "kind": "INPUT_OBJECT",
79297
+ "name": "CursorPaging",
79298
+ "ofType": null
79299
+ },
79300
+ "defaultValue": "{first: 10}",
79301
+ "isDeprecated": false,
79302
+ "deprecationReason": null
79303
+ },
79304
+ {
79305
+ "name": "sorting",
79306
+ "description": "Specify to sort results.",
79307
+ "type": {
79308
+ "kind": "LIST",
79309
+ "name": null,
79310
+ "ofType": {
79311
+ "kind": "NON_NULL",
79312
+ "name": null,
79313
+ "ofType": {
79314
+ "kind": "INPUT_OBJECT",
79315
+ "name": "PlanSort",
79316
+ "ofType": null
79317
+ }
79318
+ }
79319
+ },
79320
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
79321
+ "isDeprecated": false,
79322
+ "deprecationReason": null
79323
+ }
79324
+ ],
79325
+ "type": {
79326
+ "kind": "NON_NULL",
79327
+ "name": null,
79328
+ "ofType": {
79329
+ "kind": "OBJECT",
79330
+ "name": "PlanVersionsConnection",
79331
+ "ofType": null
79332
+ }
79333
+ },
79334
+ "isDeprecated": false,
79335
+ "deprecationReason": null
79336
+ },
78983
79337
  {
78984
79338
  "name": "plans",
78985
79339
  "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 = "5.111.0"
4
+ VERSION = "5.115.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.111.0
4
+ version: 5.115.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-01 00:00:00.000000000 Z
11
+ date: 2026-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient