stigg-api-client 0.530.0 → 0.534.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: aab147dedc88c9fa14461932cc9286ed0bd4333dc43636415cedb5c63ab29819
4
+ data.tar.gz: 66dca051ee9b2f03e2b092af4414b7e5a366c69882d62e44bcaac633b40d7751
5
5
  SHA512:
6
- metadata.gz: 2b5597fd472ace8c500a76dccab490b497f962022431bab92e3502c5da038591566760f8727796968f81d9049529bfb9957d199a79cb1cefdbf1a08cbff19dec
7
- data.tar.gz: 687ce17ad5983c20c06efb98c5ce804560c926c9c7b88fb6a4a9d41c0db4e6f1ce6005278d92cfcd4cea0cf0cadb9d78951f5da88671d31bb3656f03851533ce
6
+ metadata.gz: 42d455953c61450fcbd852d93021ce198da2f556d5e9fc1d81abd49fbc3c58971ad759aa07bc038e2f1a39c6e5bac6390a5027454a421c48d4913339585facd8
7
+ data.tar.gz: 1454c3487a7368aa61312f235364f0fd2c7ee225bd6754f9618d44de2acf9d192603196c916531af6e8418f17054dab1c09b7f1e166a6b282fc3a2ab22afcba6
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.534.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,
@@ -53675,6 +53714,12 @@
53675
53714
  "isDeprecated": false,
53676
53715
  "deprecationReason": null
53677
53716
  },
53717
+ {
53718
+ "name": "CustomerArchived",
53719
+ "description": null,
53720
+ "isDeprecated": false,
53721
+ "deprecationReason": null
53722
+ },
53678
53723
  {
53679
53724
  "name": "DetachBilling",
53680
53725
  "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.534.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.534.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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient