stigg-api-client 0.528.0 → 0.530.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: d19f8408ef4a36a285e9578cc5bf921e7c7395b7f1ec010ca5d1be8fd2ca9a98
4
- data.tar.gz: b5e58848a006d76e14c42e6c7964fc6564906d1586a2265beb4412f9a9e2c9c2
3
+ metadata.gz: 907500ff7417fbc09513aa5ab9d165dd40d580e560cb601db27fd2dc95abb823
4
+ data.tar.gz: 9452167e9df7d1ba35e7f4b4312b5b69e233a9568db00b10d6853d149d1d8d89
5
5
  SHA512:
6
- metadata.gz: 181173d4f9a32830c4cd4c45ae16879adb793814caa7561e6a169cffc94dbcc874d36a47aa0f6a436514e6890bfb6d2b3314d06e89c1d45cca791ffaca805961
7
- data.tar.gz: cc1d5d6a0fccc79bfddcaa00a792769c739338766a60b4311d02b13839f11da86c60b59a6262b1e50aa60666e2b48e6f835e74b6b544a549690ca7e81d6d487d
6
+ metadata.gz: 2b5597fd472ace8c500a76dccab490b497f962022431bab92e3502c5da038591566760f8727796968f81d9049529bfb9957d199a79cb1cefdbf1a08cbff19dec
7
+ data.tar.gz: 687ce17ad5983c20c06efb98c5ce804560c926c9c7b88fb6a4a9d41c0db4e6f1ce6005278d92cfcd4cea0cf0cadb9d78951f5da88671d31bb3656f03851533ce
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.528.0)
4
+ stigg-api-client (0.530.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.528.0"
4
+ VERSION = "0.530.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.528.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-08 00:00:00.000000000 Z
11
+ date: 2023-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient