stigg-api-client 0.528.0 → 0.529.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: 36eda5d18161643a5a8cd4d7ba3e297c560de627a462725dc707a2edc87d1ff3
4
+ data.tar.gz: 1b699d7863609b0a4017212b6504f131a908c74ceccf35161eab52fce54db252
5
5
  SHA512:
6
- metadata.gz: 181173d4f9a32830c4cd4c45ae16879adb793814caa7561e6a169cffc94dbcc874d36a47aa0f6a436514e6890bfb6d2b3314d06e89c1d45cca791ffaca805961
7
- data.tar.gz: cc1d5d6a0fccc79bfddcaa00a792769c739338766a60b4311d02b13839f11da86c60b59a6262b1e50aa60666e2b48e6f835e74b6b544a549690ca7e81d6d487d
6
+ metadata.gz: 9f79556438b89a2d5509ba863cc87a4107b5e0705ddef18e87c6c0c639a7cbb3a107d74ce5d9150134284e3224cd5c608cb4cad75932f9b96cbdcf6df2a0936e
7
+ data.tar.gz: d321e27d754c0d63e8221755068bc48170417358d52d88f5831e3f8d472f39172989246cc863da1f1bfe38f0906a65dee0740f7bf3c98d885ebf14d3707cd2e4
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.529.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",
@@ -50589,6 +50632,11 @@
50589
50632
  "interfaces": null,
50590
50633
  "enumValues": null,
50591
50634
  "possibleTypes": [
50635
+ {
50636
+ "kind": "OBJECT",
50637
+ "name": "AddonChangeVariables",
50638
+ "ofType": null
50639
+ },
50592
50640
  {
50593
50641
  "kind": "OBJECT",
50594
50642
  "name": "BillingPeriodChangeVariables",
@@ -58678,6 +58726,12 @@
58678
58726
  "inputFields": null,
58679
58727
  "interfaces": null,
58680
58728
  "enumValues": [
58729
+ {
58730
+ "name": "Addon",
58731
+ "description": null,
58732
+ "isDeprecated": false,
58733
+ "deprecationReason": null
58734
+ },
58681
58735
  {
58682
58736
  "name": "BillingPeriod",
58683
58737
  "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.529.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.529.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