stigg-api-client 1.103.0 → 1.107.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: d37cb5146195082523ede8195821a1c952decde307f1054f538a4ee59bebad16
4
- data.tar.gz: da926b2a2ae1b760e4b0f967e23108ed473fa8ba2aeb8a723f3331fbcf21a953
3
+ metadata.gz: da48aaf86e3ed6708171711c440e91276d481a0d7cabbbc23c6cfa5ba1d50dbd
4
+ data.tar.gz: 18eedde61ad29421677a2c9489f7e2ad51ecb6a583249446a27fe97f69bf8346
5
5
  SHA512:
6
- metadata.gz: a4929b9f160cd02dc12f55cd5b7ae8cb279393b6c1f86aa7212916fbc0621fb524dbf35802db40b1e400856f5833482036e916ea2e80c797c4337d74d4d8e98c
7
- data.tar.gz: 11dc00a36ce5bff20d3008a81e2f22054a500037948981871d7c25a7667c445f7e97d6aedbfb897e299467539fc92b68b7fe9afe1d78e8655aadbc335b76470f
6
+ metadata.gz: e023bc1af46d94222e6afbefa1600cb88e634db24cfd3fc4f7de218f303aca612ce8952c430bededaa713076fa067d4e028e81cda6933d4f0252bd88cff5cf79
7
+ data.tar.gz: 5227bfa0c38838fe1bdde18758225def087b171498dbb38ee090bf2403d8b101eab68456de6615ab425d312bd77b6763d9d807d2fbd5518b60b1dabe457b7134
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.103.0)
4
+ stigg-api-client (1.107.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -15552,6 +15552,26 @@
15552
15552
  "isDeprecated": false,
15553
15553
  "deprecationReason": null
15554
15554
  },
15555
+ {
15556
+ "name": "freeItems",
15557
+ "description": null,
15558
+ "args": [],
15559
+ "type": {
15560
+ "kind": "LIST",
15561
+ "name": null,
15562
+ "ofType": {
15563
+ "kind": "NON_NULL",
15564
+ "name": null,
15565
+ "ofType": {
15566
+ "kind": "OBJECT",
15567
+ "name": "FreeSubscriptionItem",
15568
+ "ofType": null
15569
+ }
15570
+ }
15571
+ },
15572
+ "isDeprecated": false,
15573
+ "deprecationReason": null
15574
+ },
15555
15575
  {
15556
15576
  "name": "futureUpdates",
15557
15577
  "description": null,
@@ -28111,6 +28131,49 @@
28111
28131
  ],
28112
28132
  "possibleTypes": null
28113
28133
  },
28134
+ {
28135
+ "kind": "OBJECT",
28136
+ "name": "FreeSubscriptionItem",
28137
+ "description": "Free subscription item",
28138
+ "fields": [
28139
+ {
28140
+ "name": "addonId",
28141
+ "description": "The add-on id",
28142
+ "args": [],
28143
+ "type": {
28144
+ "kind": "NON_NULL",
28145
+ "name": null,
28146
+ "ofType": {
28147
+ "kind": "SCALAR",
28148
+ "name": "String",
28149
+ "ofType": null
28150
+ }
28151
+ },
28152
+ "isDeprecated": false,
28153
+ "deprecationReason": null
28154
+ },
28155
+ {
28156
+ "name": "quantity",
28157
+ "description": "The quantity of free items",
28158
+ "args": [],
28159
+ "type": {
28160
+ "kind": "NON_NULL",
28161
+ "name": null,
28162
+ "ofType": {
28163
+ "kind": "SCALAR",
28164
+ "name": "Float",
28165
+ "ofType": null
28166
+ }
28167
+ },
28168
+ "isDeprecated": false,
28169
+ "deprecationReason": null
28170
+ }
28171
+ ],
28172
+ "inputFields": null,
28173
+ "interfaces": [],
28174
+ "enumValues": null,
28175
+ "possibleTypes": null
28176
+ },
28114
28177
  {
28115
28178
  "kind": "INPUT_OBJECT",
28116
28179
  "name": "GetActiveSubscriptionsInput",
@@ -68241,6 +68304,26 @@
68241
68304
  "isDeprecated": false,
68242
68305
  "deprecationReason": null
68243
68306
  },
68307
+ {
68308
+ "name": "freeItems",
68309
+ "description": "Free items of the subscription",
68310
+ "args": [],
68311
+ "type": {
68312
+ "kind": "LIST",
68313
+ "name": null,
68314
+ "ofType": {
68315
+ "kind": "NON_NULL",
68316
+ "name": null,
68317
+ "ofType": {
68318
+ "kind": "OBJECT",
68319
+ "name": "FreeSubscriptionItem",
68320
+ "ofType": null
68321
+ }
68322
+ }
68323
+ },
68324
+ "isDeprecated": false,
68325
+ "deprecationReason": null
68326
+ },
68244
68327
  {
68245
68328
  "name": "hasScheduledUpdates",
68246
68329
  "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.103.0"
4
+ VERSION = "1.107.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.103.0
4
+ version: 1.107.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-04-01 00:00:00.000000000 Z
11
+ date: 2024-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient