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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +4 -0
- data/lib/stigg/generated/schema.json +48 -34
- data/lib/stigg/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f3aa8bdc5b07a7825f0bd680a46b0459a5930e7aab530a7fb55973495c17c76
|
|
4
|
+
data.tar.gz: ce5d022031eb922efd61c91c9829a594c1a417b38ba909dc084333e0b34d9ee8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e90401e4d760b0dc9e89d452dcd2e161f151d3a8ab13a5574b2a21f70d99a58be6df0596a53b6ce09382186d26eec5bf9a253939242048efa7858955a2363ca9
|
|
7
|
+
data.tar.gz: b4cc636dbde7f2ac404f3fb20c3bcfb39c102df496053a575e26b46a48c52b8e667a16e5f83d125628a3bf8ee29c780560343c87a3f823fbdae0265a922f6b4a
|
data/Gemfile.lock
CHANGED
|
@@ -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": "
|
|
46689
|
-
"name":
|
|
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": "
|
|
46705
|
-
"name":
|
|
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": "
|
|
46732
|
-
"name":
|
|
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": "
|
|
46748
|
-
"name":
|
|
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
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:
|
|
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
|
+
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.
|
|
82
|
+
rubygems_version: 3.4.19
|
|
83
83
|
signing_key:
|
|
84
84
|
specification_version: 4
|
|
85
85
|
summary: Stigg API Client
|