stigg-api-client 0.749.5 → 1.0.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: b16eed5d73291a7cecf8c1cb64a845019b7e00ef2aeebb1ae9c66a2275bb745a
4
- data.tar.gz: 3a75debf12984ad02a0655a3a7cec505fbd78f399bbe8e031b06710572dd6198
3
+ metadata.gz: 29530dedcb11eb34bbeb2be73176e648f835546641c4114fa05954813a7d1057
4
+ data.tar.gz: 16f39aa9680826839e772c5fe2e1b8cba72805df960ecda85c24d33ee4c00416
5
5
  SHA512:
6
- metadata.gz: 82589406a3a8410d49c6431cb9ecaa81fd0160e03c255cbb47d8e44904b3ca7d4c45e08f2032f3ed387dae54454409500a0295d2218b8d7d5c348b551807b7e5
7
- data.tar.gz: 3837612b9d0c9f2d887777c7ff8c9930c85996b0cbf97bfe2cfe5d21f7fbaa8047f5d3594f806f7a3352d4b25d5dde6c1768f02bdc947d59d39fa76f213366cc
6
+ metadata.gz: 1f791953bf279712ff2169368c1f3f9b37660f51525862022337c9092034c1b9e2c4e0d9876e20917334187ddf49f6bba2d26db32dcc153b5203de4c4fa5deb6
7
+ data.tar.gz: 15959f36ae129722252fbbf077cd05ff06d12c696ca335d61ab0c8e4930341a021661b99c76b3fd70ebbb1cd1c1caa1ea7147f9fd5d2bf2bcc95cebab6142d51
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.749.5)
4
+ stigg-api-client (1.0.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -33,6 +33,10 @@ module Stigg
33
33
  amount
34
34
  currency
35
35
  }
36
+ flatPrice {
37
+ amount
38
+ currency
39
+ }
36
40
  }
37
41
  GRAPHQL
38
42
 
@@ -40447,6 +40447,18 @@
40447
40447
  "defaultValue": null,
40448
40448
  "isDeprecated": false,
40449
40449
  "deprecationReason": null
40450
+ },
40451
+ {
40452
+ "name": "skipPatchVolumeBulk",
40453
+ "description": null,
40454
+ "type": {
40455
+ "kind": "SCALAR",
40456
+ "name": "Boolean",
40457
+ "ofType": null
40458
+ },
40459
+ "defaultValue": "false",
40460
+ "isDeprecated": false,
40461
+ "deprecationReason": null
40450
40462
  }
40451
40463
  ],
40452
40464
  "interfaces": null,
@@ -46680,18 +46692,26 @@
46680
46692
  "name": "PriceTier",
46681
46693
  "description": null,
46682
46694
  "fields": [
46695
+ {
46696
+ "name": "flatPrice",
46697
+ "description": null,
46698
+ "args": [],
46699
+ "type": {
46700
+ "kind": "OBJECT",
46701
+ "name": "Money",
46702
+ "ofType": null
46703
+ },
46704
+ "isDeprecated": false,
46705
+ "deprecationReason": null
46706
+ },
46683
46707
  {
46684
46708
  "name": "unitPrice",
46685
46709
  "description": null,
46686
46710
  "args": [],
46687
46711
  "type": {
46688
- "kind": "NON_NULL",
46689
- "name": null,
46690
- "ofType": {
46691
- "kind": "OBJECT",
46692
- "name": "Money",
46693
- "ofType": null
46694
- }
46712
+ "kind": "OBJECT",
46713
+ "name": "Money",
46714
+ "ofType": null
46695
46715
  },
46696
46716
  "isDeprecated": false,
46697
46717
  "deprecationReason": null
@@ -46720,17 +46740,25 @@
46720
46740
  "description": null,
46721
46741
  "fields": null,
46722
46742
  "inputFields": [
46743
+ {
46744
+ "name": "flatPrice",
46745
+ "description": null,
46746
+ "type": {
46747
+ "kind": "INPUT_OBJECT",
46748
+ "name": "MoneyInputDTO",
46749
+ "ofType": null
46750
+ },
46751
+ "defaultValue": null,
46752
+ "isDeprecated": false,
46753
+ "deprecationReason": null
46754
+ },
46723
46755
  {
46724
46756
  "name": "unitPrice",
46725
46757
  "description": null,
46726
46758
  "type": {
46727
- "kind": "NON_NULL",
46728
- "name": null,
46729
- "ofType": {
46730
- "kind": "INPUT_OBJECT",
46731
- "name": "MoneyInputDTO",
46732
- "ofType": null
46733
- }
46759
+ "kind": "INPUT_OBJECT",
46760
+ "name": "MoneyInputDTO",
46761
+ "ofType": null
46734
46762
  },
46735
46763
  "defaultValue": null,
46736
46764
  "isDeprecated": false,
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.749.5"
4
+ VERSION = "1.0.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.749.5
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-21 00:00:00.000000000 Z
11
+ date: 2024-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient