stigg-api-client 1.201.0 → 1.205.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: 59a307c91b59fbfb1853c839419532998ae38fb085206fcbab2c4f195c244b02
4
- data.tar.gz: 79962393772f2c6bff726971369277b8c1fa79dcb88d1ffb9a06c6cd0fa235d2
3
+ metadata.gz: 20c79168846e3ae5bbb7de695d7cfd6fbc6fbfc74ddd3f665a51aac2d25b7d57
4
+ data.tar.gz: befdccb2f2fabebb15baafc836cc236938c942900d9389d4112ee2fbc9699c91
5
5
  SHA512:
6
- metadata.gz: 27e5f561c7210a6a744bb66266e9985ca0e64339fa03c8f949c5e2d545202225006c274a6915dce9e57859b01934389a33a723a14204d5454e5688ca22023236
7
- data.tar.gz: 348df60ba97ead89b48b29bf6590ffff4bcb200404af5e9c34f6f7ba8cf4e531de3fb47a1d4379f3c921cbff96592e3f706bb9ef8d78fdaf31727e162b52c2f5
6
+ metadata.gz: d834219eeacf1fd41d15741b4d8760460895755a55e90037b46893fe6052f90675e833ad4f8e9bc81499f24794eec3f7d3fab6ef5bc3558df37dfa9a5df1e21b
7
+ data.tar.gz: f082ebbb119c692e695a67370ac2425b3c1473cc3a20d358e224a14be5df0d01c3a5e201ec34ba854e8c0cd741294fd69166e55fa0b07759e3a6822ebf48da55
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.201.0)
4
+ stigg-api-client (1.205.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -33335,6 +33335,46 @@
33335
33335
  "isDeprecated": false,
33336
33336
  "deprecationReason": null
33337
33337
  },
33338
+ {
33339
+ "name": "addons",
33340
+ "description": null,
33341
+ "type": {
33342
+ "kind": "LIST",
33343
+ "name": null,
33344
+ "ofType": {
33345
+ "kind": "NON_NULL",
33346
+ "name": null,
33347
+ "ofType": {
33348
+ "kind": "INPUT_OBJECT",
33349
+ "name": "SubscriptionAddonInput",
33350
+ "ofType": null
33351
+ }
33352
+ }
33353
+ },
33354
+ "defaultValue": null,
33355
+ "isDeprecated": false,
33356
+ "deprecationReason": null
33357
+ },
33358
+ {
33359
+ "name": "billableFeatures",
33360
+ "description": null,
33361
+ "type": {
33362
+ "kind": "LIST",
33363
+ "name": null,
33364
+ "ofType": {
33365
+ "kind": "NON_NULL",
33366
+ "name": null,
33367
+ "ofType": {
33368
+ "kind": "INPUT_OBJECT",
33369
+ "name": "BillableFeatureInput",
33370
+ "ofType": null
33371
+ }
33372
+ }
33373
+ },
33374
+ "defaultValue": null,
33375
+ "isDeprecated": false,
33376
+ "deprecationReason": null
33377
+ },
33338
33378
  {
33339
33379
  "name": "billingId",
33340
33380
  "description": null,
@@ -33375,6 +33415,18 @@
33375
33415
  "isDeprecated": false,
33376
33416
  "deprecationReason": null
33377
33417
  },
33418
+ {
33419
+ "name": "endDate",
33420
+ "description": null,
33421
+ "type": {
33422
+ "kind": "SCALAR",
33423
+ "name": "DateTime",
33424
+ "ofType": null
33425
+ },
33426
+ "defaultValue": null,
33427
+ "isDeprecated": false,
33428
+ "deprecationReason": null
33429
+ },
33378
33430
  {
33379
33431
  "name": "planId",
33380
33432
  "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 = "1.201.0"
4
+ VERSION = "1.205.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: 1.201.0
4
+ version: 1.205.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-30 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient