stigg-api-client 0.528.0 → 0.530.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 +12 -0
- data/lib/stigg/generated/schema.json +54 -12
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 907500ff7417fbc09513aa5ab9d165dd40d580e560cb601db27fd2dc95abb823
|
|
4
|
+
data.tar.gz: 9452167e9df7d1ba35e7f4b4312b5b69e233a9568db00b10d6853d149d1d8d89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b5597fd472ace8c500a76dccab490b497f962022431bab92e3502c5da038591566760f8727796968f81d9049529bfb9957d199a79cb1cefdbf1a08cbff19dec
|
|
7
|
+
data.tar.gz: 687ce17ad5983c20c06efb98c5ce804560c926c9c7b88fb6a4a9d41c0db4e6f1ce6005278d92cfcd4cea0cf0cadb9d78951f5da88671d31bb3656f03851533ce
|
data/Gemfile.lock
CHANGED
|
@@ -218,6 +218,10 @@ module Stigg
|
|
|
218
218
|
newUnitAmount
|
|
219
219
|
featureId
|
|
220
220
|
}
|
|
221
|
+
... on AddonChangeVariables {
|
|
222
|
+
addonRefId
|
|
223
|
+
newQuantity
|
|
224
|
+
}
|
|
221
225
|
}
|
|
222
226
|
}
|
|
223
227
|
GRAPHQL
|
|
@@ -245,6 +249,10 @@ module Stigg
|
|
|
245
249
|
newUnitAmount
|
|
246
250
|
featureId
|
|
247
251
|
}
|
|
252
|
+
... on AddonChangeVariables {
|
|
253
|
+
addonRefId
|
|
254
|
+
newQuantity
|
|
255
|
+
}
|
|
248
256
|
}
|
|
249
257
|
}
|
|
250
258
|
GRAPHQL
|
|
@@ -841,6 +849,10 @@ module Stigg
|
|
|
841
849
|
newUnitAmount
|
|
842
850
|
featureId
|
|
843
851
|
}
|
|
852
|
+
... on AddonChangeVariables {
|
|
853
|
+
addonRefId
|
|
854
|
+
newQuantity
|
|
855
|
+
}
|
|
844
856
|
}
|
|
845
857
|
}
|
|
846
858
|
GRAPHQL
|
|
@@ -926,6 +926,49 @@
|
|
|
926
926
|
"enumValues": null,
|
|
927
927
|
"possibleTypes": null
|
|
928
928
|
},
|
|
929
|
+
{
|
|
930
|
+
"kind": "OBJECT",
|
|
931
|
+
"name": "AddonChangeVariables",
|
|
932
|
+
"description": null,
|
|
933
|
+
"fields": [
|
|
934
|
+
{
|
|
935
|
+
"name": "addonRefId",
|
|
936
|
+
"description": null,
|
|
937
|
+
"args": [],
|
|
938
|
+
"type": {
|
|
939
|
+
"kind": "NON_NULL",
|
|
940
|
+
"name": null,
|
|
941
|
+
"ofType": {
|
|
942
|
+
"kind": "SCALAR",
|
|
943
|
+
"name": "String",
|
|
944
|
+
"ofType": null
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"isDeprecated": false,
|
|
948
|
+
"deprecationReason": null
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "newQuantity",
|
|
952
|
+
"description": null,
|
|
953
|
+
"args": [],
|
|
954
|
+
"type": {
|
|
955
|
+
"kind": "NON_NULL",
|
|
956
|
+
"name": null,
|
|
957
|
+
"ofType": {
|
|
958
|
+
"kind": "SCALAR",
|
|
959
|
+
"name": "Float",
|
|
960
|
+
"ofType": null
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"isDeprecated": false,
|
|
964
|
+
"deprecationReason": null
|
|
965
|
+
}
|
|
966
|
+
],
|
|
967
|
+
"inputFields": null,
|
|
968
|
+
"interfaces": [],
|
|
969
|
+
"enumValues": null,
|
|
970
|
+
"possibleTypes": null
|
|
971
|
+
},
|
|
929
972
|
{
|
|
930
973
|
"kind": "OBJECT",
|
|
931
974
|
"name": "AddonConnection",
|
|
@@ -50071,18 +50114,6 @@
|
|
|
50071
50114
|
"defaultValue": null,
|
|
50072
50115
|
"isDeprecated": false,
|
|
50073
50116
|
"deprecationReason": null
|
|
50074
|
-
},
|
|
50075
|
-
{
|
|
50076
|
-
"name": "maxBatches",
|
|
50077
|
-
"description": null,
|
|
50078
|
-
"type": {
|
|
50079
|
-
"kind": "SCALAR",
|
|
50080
|
-
"name": "Int",
|
|
50081
|
-
"ofType": null
|
|
50082
|
-
},
|
|
50083
|
-
"defaultValue": null,
|
|
50084
|
-
"isDeprecated": false,
|
|
50085
|
-
"deprecationReason": null
|
|
50086
50117
|
}
|
|
50087
50118
|
],
|
|
50088
50119
|
"interfaces": null,
|
|
@@ -50589,6 +50620,11 @@
|
|
|
50589
50620
|
"interfaces": null,
|
|
50590
50621
|
"enumValues": null,
|
|
50591
50622
|
"possibleTypes": [
|
|
50623
|
+
{
|
|
50624
|
+
"kind": "OBJECT",
|
|
50625
|
+
"name": "AddonChangeVariables",
|
|
50626
|
+
"ofType": null
|
|
50627
|
+
},
|
|
50592
50628
|
{
|
|
50593
50629
|
"kind": "OBJECT",
|
|
50594
50630
|
"name": "BillingPeriodChangeVariables",
|
|
@@ -58678,6 +58714,12 @@
|
|
|
58678
58714
|
"inputFields": null,
|
|
58679
58715
|
"interfaces": null,
|
|
58680
58716
|
"enumValues": [
|
|
58717
|
+
{
|
|
58718
|
+
"name": "Addon",
|
|
58719
|
+
"description": null,
|
|
58720
|
+
"isDeprecated": false,
|
|
58721
|
+
"deprecationReason": null
|
|
58722
|
+
},
|
|
58681
58723
|
{
|
|
58682
58724
|
"name": "BillingPeriod",
|
|
58683
58725
|
"description": 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: 0.
|
|
4
|
+
version: 0.530.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|