stigg-api-client 0.530.0 → 0.532.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 907500ff7417fbc09513aa5ab9d165dd40d580e560cb601db27fd2dc95abb823
4
- data.tar.gz: 9452167e9df7d1ba35e7f4b4312b5b69e233a9568db00b10d6853d149d1d8d89
3
+ metadata.gz: 9292c09a9afa4182287e0d01e345f27a772593967c6db3e0926ba2642a028128
4
+ data.tar.gz: 52696d02e62d708ee4bfb802094ff350ee5e2f284a043eb9ec24d68467eb74cb
5
5
  SHA512:
6
- metadata.gz: 2b5597fd472ace8c500a76dccab490b497f962022431bab92e3502c5da038591566760f8727796968f81d9049529bfb9957d199a79cb1cefdbf1a08cbff19dec
7
- data.tar.gz: 687ce17ad5983c20c06efb98c5ce804560c926c9c7b88fb6a4a9d41c0db4e6f1ce6005278d92cfcd4cea0cf0cadb9d78951f5da88671d31bb3656f03851533ce
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.530.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,
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.530.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.530.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