stigg-api-client 1.103.0 → 1.108.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 +95 -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: c9d0a7861899d4659c73414cc92fcf73adf868a75aea92a899cef979d19fd85f
|
|
4
|
+
data.tar.gz: 51f5d8c08333291f3b26aba34690d6aaf5400bf9e538bbdba2dab9b5fce10218
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4838881cb47e6081049d6d3dde5455f2d9bd5aafbdc196ab915da3d8e3f57ab31f902f4d697d0aeec4fed90f9b39bd3ae43ea36a46c1c90ce35587f6e47f7ff
|
|
7
|
+
data.tar.gz: 16dfd6c327b8a7435590ab10874a9858903c5a63eebe5b6b141fae3ce9b2321104667575fc8bd7b14f8d3f2047feca8c8726563b5b9622c67c6b673019e0fab8
|
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,
|
|
@@ -76094,6 +76177,18 @@
|
|
|
76094
76177
|
"isDeprecated": false,
|
|
76095
76178
|
"deprecationReason": null
|
|
76096
76179
|
},
|
|
76180
|
+
{
|
|
76181
|
+
"name": "intercomToken",
|
|
76182
|
+
"description": "Intercom user identity token",
|
|
76183
|
+
"args": [],
|
|
76184
|
+
"type": {
|
|
76185
|
+
"kind": "SCALAR",
|
|
76186
|
+
"name": "String",
|
|
76187
|
+
"ofType": null
|
|
76188
|
+
},
|
|
76189
|
+
"isDeprecated": false,
|
|
76190
|
+
"deprecationReason": null
|
|
76191
|
+
},
|
|
76097
76192
|
{
|
|
76098
76193
|
"name": "lastSeenAt",
|
|
76099
76194
|
"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.108.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
|