stigg-api-client 0.743.0 → 1.2.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: b1769239a0ef7c72ab442d4a20070671232fe85ae424b72670be6f9c419f222c
4
- data.tar.gz: 55aaa74e69ee2c4c8170bcddafa7dcaed1cf0eb87ec37d0070d2c6ae5fe3206e
3
+ metadata.gz: 9f3aa8bdc5b07a7825f0bd680a46b0459a5930e7aab530a7fb55973495c17c76
4
+ data.tar.gz: ce5d022031eb922efd61c91c9829a594c1a417b38ba909dc084333e0b34d9ee8
5
5
  SHA512:
6
- metadata.gz: 3eb3ce353b23facdabdedf853b13b0ec7444bc20f5684005bb1c11f5cfba8cf4c7e9110a765ada0117746da4bce9d885747d6f49f8ee5ad8e4d25f15ee42525f
7
- data.tar.gz: 28a2f9eb40d5aa3244c05a2f40ff6af246dc3c4d0b23bb5633262d6c65428644a8f0d9444bc533aca456b32cb99e336d72b7e2ca45715a2158d304a68ff8bdd8
6
+ metadata.gz: e90401e4d760b0dc9e89d452dcd2e161f151d3a8ab13a5574b2a21f70d99a58be6df0596a53b6ce09382186d26eec5bf9a253939242048efa7858955a2363ca9
7
+ data.tar.gz: b4cc636dbde7f2ac404f3fb20c3bcfb39c102df496053a575e26b46a48c52b8e667a16e5f83d125628a3bf8ee29c780560343c87a3f823fbdae0265a922f6b4a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.743.0)
4
+ stigg-api-client (1.2.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
@@ -46701,13 +46721,9 @@
46701
46721
  "description": null,
46702
46722
  "args": [],
46703
46723
  "type": {
46704
- "kind": "NON_NULL",
46705
- "name": null,
46706
- "ofType": {
46707
- "kind": "SCALAR",
46708
- "name": "Float",
46709
- "ofType": null
46710
- }
46724
+ "kind": "SCALAR",
46725
+ "name": "Float",
46726
+ "ofType": null
46711
46727
  },
46712
46728
  "isDeprecated": false,
46713
46729
  "deprecationReason": null
@@ -46724,17 +46740,25 @@
46724
46740
  "description": null,
46725
46741
  "fields": null,
46726
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
+ },
46727
46755
  {
46728
46756
  "name": "unitPrice",
46729
46757
  "description": null,
46730
46758
  "type": {
46731
- "kind": "NON_NULL",
46732
- "name": null,
46733
- "ofType": {
46734
- "kind": "INPUT_OBJECT",
46735
- "name": "MoneyInputDTO",
46736
- "ofType": null
46737
- }
46759
+ "kind": "INPUT_OBJECT",
46760
+ "name": "MoneyInputDTO",
46761
+ "ofType": null
46738
46762
  },
46739
46763
  "defaultValue": null,
46740
46764
  "isDeprecated": false,
@@ -46744,13 +46768,9 @@
46744
46768
  "name": "upTo",
46745
46769
  "description": null,
46746
46770
  "type": {
46747
- "kind": "NON_NULL",
46748
- "name": null,
46749
- "ofType": {
46750
- "kind": "SCALAR",
46751
- "name": "Float",
46752
- "ofType": null
46753
- }
46771
+ "kind": "SCALAR",
46772
+ "name": "Float",
46773
+ "ofType": null
46754
46774
  },
46755
46775
  "defaultValue": null,
46756
46776
  "isDeprecated": false,
@@ -65447,12 +65467,6 @@
65447
65467
  "description": null,
65448
65468
  "isDeprecated": false,
65449
65469
  "deprecationReason": null
65450
- },
65451
- {
65452
- "name": "VOLUME_PER_UNIT",
65453
- "description": null,
65454
- "isDeprecated": false,
65455
- "deprecationReason": null
65456
65470
  }
65457
65471
  ],
65458
65472
  "possibleTypes": 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.743.0"
4
+ VERSION = "1.2.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.743.0
4
+ version: 1.2.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-11 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
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.4.10
82
+ rubygems_version: 3.4.19
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Stigg API Client