stigg-api-client 1.102.0 → 1.107.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0a762181e229585043bd695589d0bba3d7dab9c75ca73e7673b2282c0219af9
4
- data.tar.gz: '09c50ea7216715a104b50c3c3dccaf3e146a6aed7ddee76f18ab2c19fec6c42e'
3
+ metadata.gz: da48aaf86e3ed6708171711c440e91276d481a0d7cabbbc23c6cfa5ba1d50dbd
4
+ data.tar.gz: 18eedde61ad29421677a2c9489f7e2ad51ecb6a583249446a27fe97f69bf8346
5
5
  SHA512:
6
- metadata.gz: 797031991962c6efafaca87bfaf1118d48f52b9746ca6e254bb80e8296a3849fc231159d53d290fe853edb127050a7e50f5478b3b88577f19d60e5a9354a4be7
7
- data.tar.gz: cc0a36e1f9a1b97a1a49f9e624d6e831addabc02eff30cfc3abde6cea5329c0daa93e1df7cb4d50c6842472bd037f845564523f799dae7ada375e03bad6aaec6
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.102.0)
4
+ stigg-api-client (1.107.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -1180,6 +1180,7 @@ module Stigg
1180
1180
  featureUnitsPlural
1181
1181
  displayName
1182
1182
  }
1183
+ blockSize
1183
1184
  }
1184
1185
  GRAPHQL
1185
1186
 
@@ -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.102.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.102.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