stigg-api-client 0.749.6 → 1.2.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: 1be8e89db4a749838fc18f6a5dd72f3026f83dc8ae1ffd1422bbbffe00adcef7
4
- data.tar.gz: c5211e0d800425f4ca095e634a51c03ffffbe2dcb17052c6c69b66147f6554e8
3
+ metadata.gz: 9f3aa8bdc5b07a7825f0bd680a46b0459a5930e7aab530a7fb55973495c17c76
4
+ data.tar.gz: ce5d022031eb922efd61c91c9829a594c1a417b38ba909dc084333e0b34d9ee8
5
5
  SHA512:
6
- metadata.gz: 63926e3e2706e8ea1cb1ad157957209fec1217d0ca483016f24917867e670ed148aa29b1f51325363ba174227054a3d5058c1060a20c37d3c95be8e544fe64f2
7
- data.tar.gz: 0b8b4d762154d8adcaf0f41cd82058c5b17cdfca0d219d0a609b1609d27d9bc0e649cc8c4ba101c6fe7e672ae828909b4dfaff7eec820d49d93cd9a55e562922
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.749.6)
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
@@ -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,
@@ -65439,12 +65467,6 @@
65439
65467
  "description": null,
65440
65468
  "isDeprecated": false,
65441
65469
  "deprecationReason": null
65442
- },
65443
- {
65444
- "name": "VOLUME_PER_UNIT",
65445
- "description": null,
65446
- "isDeprecated": false,
65447
- "deprecationReason": null
65448
65470
  }
65449
65471
  ],
65450
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.749.6"
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.749.6
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-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