stigg-api-client 0.710.0 → 0.712.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: f373d2908f1e3a8ef914b7cfa71b26e38fb2562f886f6504c4c2443a294f92d2
4
- data.tar.gz: 0c9d4eb748788f05decf98b2601f2f72c329b661c6dfc387b871ba438797b6bb
3
+ metadata.gz: 9af607a0dc4c3277ac4ce8116c790b29593e35107067e3d506f21e80f33bb106
4
+ data.tar.gz: eb97b00445fdbfaa89a3ff846086e069aaeb645eeb4504241baf31d58b0c4946
5
5
  SHA512:
6
- metadata.gz: 41f3b41bbac3d660dc8ba48d85e589596541028fd8084e7c1efd3c145331cf54e5c848ef9d2186260fd2c19640ae00a30ec3d67f66daf52a016f8dc24173d14b
7
- data.tar.gz: eedbf596a155f4510bc83dca81d4c6909ad351b992981e42658bfed67e1273c7a3ac35cfb05d5a2334db0b5aada356a0cf36bfc6101322b9ed2874433d80422e
6
+ metadata.gz: 2fdb6b04f1d7f8a0ee62eeaba0f39c23e0997d43e47bb8af165de22af5a8f7ac3449ef77b6daa4018700a9117204e387bd926c69a468002c7f81d14fa65e6940
7
+ data.tar.gz: bc63901f295ae566883417f13317697be722593ba70e50f694835b75c47b4e3481a05d51c630170f7cd8aa1dc388b43e3bc29bcacbf410f4140f3f98ecbf95c7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.710.0)
4
+ stigg-api-client (0.712.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -21236,6 +21236,12 @@
21236
21236
  "isDeprecated": false,
21237
21237
  "deprecationReason": null
21238
21238
  },
21239
+ {
21240
+ "name": "AmountTooLarge",
21241
+ "description": null,
21242
+ "isDeprecated": false,
21243
+ "deprecationReason": null
21244
+ },
21239
21245
  {
21240
21246
  "name": "ArchivedCouponCantBeApplied",
21241
21247
  "description": null,
@@ -21626,12 +21632,6 @@
21626
21632
  "isDeprecated": false,
21627
21633
  "deprecationReason": null
21628
21634
  },
21629
- {
21630
- "name": "PlanAlreadyExtended",
21631
- "description": null,
21632
- "isDeprecated": false,
21633
- "deprecationReason": null
21634
- },
21635
21635
  {
21636
21636
  "name": "PlanCannotBePublishWhenBasePlanIsDraft",
21637
21637
  "description": null,
@@ -36927,6 +36927,22 @@
36927
36927
  },
36928
36928
  "isDeprecated": false,
36929
36929
  "deprecationReason": null
36930
+ },
36931
+ {
36932
+ "name": "isValidationError",
36933
+ "description": null,
36934
+ "args": [],
36935
+ "type": {
36936
+ "kind": "NON_NULL",
36937
+ "name": null,
36938
+ "ofType": {
36939
+ "kind": "SCALAR",
36940
+ "name": "Boolean",
36941
+ "ofType": null
36942
+ }
36943
+ },
36944
+ "isDeprecated": false,
36945
+ "deprecationReason": null
36930
36946
  }
36931
36947
  ],
36932
36948
  "inputFields": null,
@@ -65279,6 +65295,22 @@
65279
65295
  "isDeprecated": false,
65280
65296
  "deprecationReason": null
65281
65297
  },
65298
+ {
65299
+ "name": "isValidationError",
65300
+ "description": null,
65301
+ "args": [],
65302
+ "type": {
65303
+ "kind": "NON_NULL",
65304
+ "name": null,
65305
+ "ofType": {
65306
+ "kind": "SCALAR",
65307
+ "name": "Boolean",
65308
+ "ofType": null
65309
+ }
65310
+ },
65311
+ "isDeprecated": false,
65312
+ "deprecationReason": null
65313
+ },
65282
65314
  {
65283
65315
  "name": "nonPublishedPackageIds",
65284
65316
  "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.710.0"
4
+ VERSION = "0.712.0"
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: 0.710.0
4
+ version: 0.712.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg