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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ce45d50c07cc1c8bffd2121a10d1f32c3cd52db63d125fc03f19a198cabaec6
4
- data.tar.gz: bcb40778d5c4f24b112e4e0b3e1bdf2cfb8aa3d0aaa90a70351a1c61a2ea1898
3
+ metadata.gz: 1b9ecc199ad74b8a80b726cd96fe26fa6534f24f337432ebbfed6147343ead19
4
+ data.tar.gz: 70a8092e2500b2a7a86e74fea02c2a5f8599904460fd7693d802d01b960c073c
5
5
  SHA512:
6
- metadata.gz: cef382d96333a98476b9694b0106fed76d58163d9b1655020e1830f851455be324a0e57141a12138a539a25c81b88f623f9b6d76769d5152fb771a4b55d9712a
7
- data.tar.gz: 4e2ec677b88bcfc457ecf212265a9fdb0cedaa6bc25b4effca3dc2d26fb8fbc944c333b7ecaa6f1006803adfeaa616b508b2c61f51bad1ee9f3b89207773a2ea
6
+ metadata.gz: 2b12c4c8739d055432e16084635b5231dbf9ebe19bbda18bf50bc5f2d8571a00544d9dc984b7bf56294773e0612fde46ea49a545972386301678b32419818dae
7
+ data.tar.gz: aeb9729b09b92c189e3daf2fb1a2f2168b4ac30b08f4a06c960f5f74e2bbe5a40350a0d94388429a2a0bb14ea1627672f4ff8121ff3eb899bf423daa77dde3c6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.70.0)
4
+ stigg-api-client (3.70.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.70.0"
4
+ VERSION = "3.70.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.70.0
4
+ version: 3.70.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg