stigg-api-client 3.70.0 → 3.70.1
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 +39 -29
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b9ecc199ad74b8a80b726cd96fe26fa6534f24f337432ebbfed6147343ead19
|
4
|
+
data.tar.gz: 70a8092e2500b2a7a86e74fea02c2a5f8599904460fd7693d802d01b960c073c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b12c4c8739d055432e16084635b5231dbf9ebe19bbda18bf50bc5f2d8571a00544d9dc984b7bf56294773e0612fde46ea49a545972386301678b32419818dae
|
7
|
+
data.tar.gz: aeb9729b09b92c189e3daf2fb1a2f2168b4ac30b08f4a06c960f5f74e2bbe5a40350a0d94388429a2a0bb14ea1627672f4ff8121ff3eb899bf423daa77dde3c6
|
data/Gemfile.lock
CHANGED
@@ -49683,6 +49683,18 @@
|
|
49683
49683
|
"isDeprecated": false,
|
49684
49684
|
"deprecationReason": null
|
49685
49685
|
},
|
49686
|
+
{
|
49687
|
+
"name": "draftDetails",
|
49688
|
+
"description": "Draft details if this offer has a draft version",
|
49689
|
+
"args": [],
|
49690
|
+
"type": {
|
49691
|
+
"kind": "OBJECT",
|
49692
|
+
"name": "OfferDraftDetails",
|
49693
|
+
"ofType": null
|
49694
|
+
},
|
49695
|
+
"isDeprecated": false,
|
49696
|
+
"deprecationReason": null
|
49697
|
+
},
|
49686
49698
|
{
|
49687
49699
|
"name": "environmentId",
|
49688
49700
|
"description": "The unique identifier for the environment",
|
@@ -50149,6 +50161,33 @@
|
|
50149
50161
|
"enumValues": null,
|
50150
50162
|
"possibleTypes": null
|
50151
50163
|
},
|
50164
|
+
{
|
50165
|
+
"kind": "OBJECT",
|
50166
|
+
"name": "OfferDraftDetails",
|
50167
|
+
"description": "Offer draft details containing information about the draft version",
|
50168
|
+
"fields": [
|
50169
|
+
{
|
50170
|
+
"name": "version",
|
50171
|
+
"description": "Draft version number",
|
50172
|
+
"args": [],
|
50173
|
+
"type": {
|
50174
|
+
"kind": "NON_NULL",
|
50175
|
+
"name": null,
|
50176
|
+
"ofType": {
|
50177
|
+
"kind": "SCALAR",
|
50178
|
+
"name": "Int",
|
50179
|
+
"ofType": null
|
50180
|
+
}
|
50181
|
+
},
|
50182
|
+
"isDeprecated": false,
|
50183
|
+
"deprecationReason": null
|
50184
|
+
}
|
50185
|
+
],
|
50186
|
+
"inputFields": null,
|
50187
|
+
"interfaces": [],
|
50188
|
+
"enumValues": null,
|
50189
|
+
"possibleTypes": null
|
50190
|
+
},
|
50152
50191
|
{
|
50153
50192
|
"kind": "OBJECT",
|
50154
50193
|
"name": "OfferEdge",
|
@@ -73269,35 +73308,6 @@
|
|
73269
73308
|
"isDeprecated": false,
|
73270
73309
|
"deprecationReason": null
|
73271
73310
|
},
|
73272
|
-
{
|
73273
|
-
"name": "offer",
|
73274
|
-
"description": null,
|
73275
|
-
"args": [
|
73276
|
-
{
|
73277
|
-
"name": "id",
|
73278
|
-
"description": "The id of the record to find.",
|
73279
|
-
"type": {
|
73280
|
-
"kind": "NON_NULL",
|
73281
|
-
"name": null,
|
73282
|
-
"ofType": {
|
73283
|
-
"kind": "SCALAR",
|
73284
|
-
"name": "UUID",
|
73285
|
-
"ofType": null
|
73286
|
-
}
|
73287
|
-
},
|
73288
|
-
"defaultValue": null,
|
73289
|
-
"isDeprecated": false,
|
73290
|
-
"deprecationReason": null
|
73291
|
-
}
|
73292
|
-
],
|
73293
|
-
"type": {
|
73294
|
-
"kind": "OBJECT",
|
73295
|
-
"name": "Offer",
|
73296
|
-
"ofType": null
|
73297
|
-
},
|
73298
|
-
"isDeprecated": false,
|
73299
|
-
"deprecationReason": null
|
73300
|
-
},
|
73301
73311
|
{
|
73302
73312
|
"name": "offers",
|
73303
73313
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED