stigg-api-client 5.112.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: f17ea3c33d92ce49ddde78311649fd0390ea226b308927088b19fd3d3e5d6022
4
- data.tar.gz: 92c053433ad9e1c56d285850ea3a95044d8f16934ef11882074fae0706921347
3
+ metadata.gz: cc95bb122c81d9a3fbfaa724b69590d3dab615f711344fd0c1078c6616728711
4
+ data.tar.gz: 0b12970aa8985ce93aa3699df89d321411b9e5d35b7c48558a0a00c7b8c02b0d
5
5
  SHA512:
6
- metadata.gz: 936ecc8e7c3b46de78a42bf18e44f3c2ab0530bc32e26bde9a8bce8cef9163e7559a7d970c53d90d5c716848ab11b8e6c4b48bb839bc1a3a7692dc5a8c1a0e46
7
- data.tar.gz: f38ede8e71bd9daf68001db5d8c20124355d8de9725bd16dfe84490e8b6dd7d4a9d5907b0602076560184f4f9bda9788f0c14d65cd9e032d7f79f5400f8bca35
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.112.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
 
@@ -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",
@@ -67084,6 +67194,116 @@
67084
67194
  "enumValues": null,
67085
67195
  "possibleTypes": null
67086
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
+ },
67087
67307
  {
67088
67308
  "kind": "INPUT_OBJECT",
67089
67309
  "name": "PreparePaymentMethodFormInput",
@@ -76448,6 +76668,67 @@
76448
76668
  "isDeprecated": false,
76449
76669
  "deprecationReason": null
76450
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
+ },
76451
76732
  {
76452
76733
  "name": "addons",
76453
76734
  "description": null,
@@ -78992,6 +79273,67 @@
78992
79273
  "isDeprecated": false,
78993
79274
  "deprecationReason": null
78994
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
+ },
78995
79337
  {
78996
79338
  "name": "plans",
78997
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.112.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.112.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-04 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