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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +83 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da48aaf86e3ed6708171711c440e91276d481a0d7cabbbc23c6cfa5ba1d50dbd
|
4
|
+
data.tar.gz: 18eedde61ad29421677a2c9489f7e2ad51ecb6a583249446a27fe97f69bf8346
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e023bc1af46d94222e6afbefa1600cb88e634db24cfd3fc4f7de218f303aca612ce8952c430bededaa713076fa067d4e028e81cda6933d4f0252bd88cff5cf79
|
7
|
+
data.tar.gz: 5227bfa0c38838fe1bdde18758225def087b171498dbb38ee090bf2403d8b101eab68456de6615ab425d312bd77b6763d9d807d2fbd5518b60b1dabe457b7134
|
data/Gemfile.lock
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2024-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|