stigg-api-client 0.529.0 → 0.532.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36eda5d18161643a5a8cd4d7ba3e297c560de627a462725dc707a2edc87d1ff3
4
- data.tar.gz: 1b699d7863609b0a4017212b6504f131a908c74ceccf35161eab52fce54db252
3
+ metadata.gz: 9292c09a9afa4182287e0d01e345f27a772593967c6db3e0926ba2642a028128
4
+ data.tar.gz: 52696d02e62d708ee4bfb802094ff350ee5e2f284a043eb9ec24d68467eb74cb
5
5
  SHA512:
6
- metadata.gz: 9f79556438b89a2d5509ba863cc87a4107b5e0705ddef18e87c6c0c639a7cbb3a107d74ce5d9150134284e3224cd5c608cb4cad75932f9b96cbdcf6df2a0936e
7
- data.tar.gz: d321e27d754c0d63e8221755068bc48170417358d52d88f5831e3f8d472f39172989246cc863da1f1bfe38f0906a65dee0740f7bf3c98d885ebf14d3707cd2e4
6
+ metadata.gz: d4fa261cb3ddabf88a0b581d63678f78fb57b3045994549302c50be7270a710dc1946eb929285e922b053a0599d825c9e985f326993c2148af321c37903bd940
7
+ data.tar.gz: 49a96959f9eee2dd9f07a8aa69131805c9dd3786f2cee0b62af9f0730562eda9f0929e21aeeb0533cc832791dde66d47554fa7390efcf0d0d816365240ded8aa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.529.0)
4
+ stigg-api-client (0.532.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -19287,6 +19287,12 @@
19287
19287
  "isDeprecated": false,
19288
19288
  "deprecationReason": null
19289
19289
  },
19290
+ {
19291
+ "name": "CannotUpsertToPackageThatHasDraft",
19292
+ "description": null,
19293
+ "isDeprecated": false,
19294
+ "deprecationReason": null
19295
+ },
19290
19296
  {
19291
19297
  "name": "CheckoutIsNotSupported",
19292
19298
  "description": null,
@@ -30746,6 +30752,39 @@
30746
30752
  "isDeprecated": false,
30747
30753
  "deprecationReason": null
30748
30754
  },
30755
+ {
30756
+ "name": "createEmptyPlanDraft",
30757
+ "description": null,
30758
+ "args": [
30759
+ {
30760
+ "name": "id",
30761
+ "description": null,
30762
+ "type": {
30763
+ "kind": "NON_NULL",
30764
+ "name": null,
30765
+ "ofType": {
30766
+ "kind": "SCALAR",
30767
+ "name": "String",
30768
+ "ofType": null
30769
+ }
30770
+ },
30771
+ "defaultValue": null,
30772
+ "isDeprecated": false,
30773
+ "deprecationReason": null
30774
+ }
30775
+ ],
30776
+ "type": {
30777
+ "kind": "NON_NULL",
30778
+ "name": null,
30779
+ "ofType": {
30780
+ "kind": "OBJECT",
30781
+ "name": "Plan",
30782
+ "ofType": null
30783
+ }
30784
+ },
30785
+ "isDeprecated": false,
30786
+ "deprecationReason": null
30787
+ },
30749
30788
  {
30750
30789
  "name": "createFeature",
30751
30790
  "description": null,
@@ -50114,18 +50153,6 @@
50114
50153
  "defaultValue": null,
50115
50154
  "isDeprecated": false,
50116
50155
  "deprecationReason": null
50117
- },
50118
- {
50119
- "name": "maxBatches",
50120
- "description": null,
50121
- "type": {
50122
- "kind": "SCALAR",
50123
- "name": "Int",
50124
- "ofType": null
50125
- },
50126
- "defaultValue": null,
50127
- "isDeprecated": false,
50128
- "deprecationReason": null
50129
50156
  }
50130
50157
  ],
50131
50158
  "interfaces": 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 = "0.529.0"
4
+ VERSION = "0.532.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: 0.529.0
4
+ version: 0.532.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-09 00:00:00.000000000 Z
11
+ date: 2023-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient