stigg-api-client 0.526.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: 19f94598c1e5c62cdbc7da40ae2f0cc16ec201c7cf91c59f27e4a0702ec31e76
4
- data.tar.gz: 155c7ab7a16d6b45942fc24cdffe163ff96288d322009d10a687209c1c37cc82
3
+ metadata.gz: 36eda5d18161643a5a8cd4d7ba3e297c560de627a462725dc707a2edc87d1ff3
4
+ data.tar.gz: 1b699d7863609b0a4017212b6504f131a908c74ceccf35161eab52fce54db252
5
5
  SHA512:
6
- metadata.gz: 7528644dc11f65868cf9af51eeec17af9829c723b10d1023cf55b86905911d15ecd23d4e6216e8a3171cebed8066cfb68e6a4347503535ff108b118b2f0fb4dd
7
- data.tar.gz: 43ed5d8c0d5f188a578cb2c7db3873017db02b003fbc0a5b70587927058190f028e076d8712d4d580cd7aabb7bee2c1db4e0ef3ad29d743d819ce0f26b0fac27
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.526.0)
4
+ stigg-api-client (0.529.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -155,6 +155,10 @@ module Stigg
155
155
  effectiveEndDate
156
156
  currentBillingPeriodEnd
157
157
  pricingType
158
+ latestInvoice {
159
+ ...SubscriptionInvoiceFragment
160
+ }
161
+ paymentCollection
158
162
  resource {
159
163
  ...CustomerResourceFragment
160
164
  }
@@ -214,6 +218,10 @@ module Stigg
214
218
  newUnitAmount
215
219
  featureId
216
220
  }
221
+ ... on AddonChangeVariables {
222
+ addonRefId
223
+ newQuantity
224
+ }
217
225
  }
218
226
  }
219
227
  GRAPHQL
@@ -241,10 +249,26 @@ module Stigg
241
249
  newUnitAmount
242
250
  featureId
243
251
  }
252
+ ... on AddonChangeVariables {
253
+ addonRefId
254
+ newQuantity
255
+ }
244
256
  }
245
257
  }
246
258
  GRAPHQL
247
259
 
260
+ SubscriptionInvoiceFragment = <<~GRAPHQL
261
+ fragment SubscriptionInvoiceFragment on SubscriptionInvoice {
262
+ billingId
263
+ status
264
+ createdAt
265
+ updatedAt
266
+ requiresAction
267
+ paymentUrl
268
+ errorMessage
269
+ }
270
+ GRAPHQL
271
+
248
272
  SubscriptionFragment = <<~GRAPHQL
249
273
  fragment SubscriptionFragment on CustomerSubscription {
250
274
  id
@@ -259,6 +283,10 @@ module Stigg
259
283
  additionalMetaData
260
284
  billingId
261
285
  billingLinkUrl
286
+ latestInvoice {
287
+ ...SubscriptionInvoiceFragment
288
+ }
289
+ paymentCollection
262
290
  resource {
263
291
  ...CustomerResourceFragment
264
292
  }
@@ -821,6 +849,10 @@ module Stigg
821
849
  newUnitAmount
822
850
  featureId
823
851
  }
852
+ ... on AddonChangeVariables {
853
+ addonRefId
854
+ newQuantity
855
+ }
824
856
  }
825
857
  }
826
858
  GRAPHQL
@@ -1032,6 +1064,7 @@ module Stigg
1032
1064
  }
1033
1065
  #{Fragment::SlimCustomerFragment}
1034
1066
  #{Fragment::SlimSubscriptionFragment}
1067
+ #{Fragment::SubscriptionInvoiceFragment}
1035
1068
  #{Fragment::CustomerResourceFragment}
1036
1069
  #{Fragment::PriceFragment}
1037
1070
  #{Fragment::TotalPriceFragment}
@@ -1072,6 +1105,7 @@ module Stigg
1072
1105
  }
1073
1106
  }
1074
1107
  #{Fragment::SlimSubscriptionFragment}
1108
+ #{Fragment::SubscriptionInvoiceFragment}
1075
1109
  #{Fragment::CustomerResourceFragment}
1076
1110
  #{Fragment::PriceFragment}
1077
1111
  #{Fragment::TotalPriceFragment}
@@ -1090,6 +1124,7 @@ module Stigg
1090
1124
  }
1091
1125
  }
1092
1126
  #{Fragment::SlimSubscriptionFragment}
1127
+ #{Fragment::SubscriptionInvoiceFragment}
1093
1128
  #{Fragment::CustomerResourceFragment}
1094
1129
  #{Fragment::PriceFragment}
1095
1130
  #{Fragment::TotalPriceFragment}
@@ -1102,6 +1137,7 @@ module Stigg
1102
1137
  }
1103
1138
  }
1104
1139
  #{Fragment::SlimSubscriptionFragment}
1140
+ #{Fragment::SubscriptionInvoiceFragment}
1105
1141
  #{Fragment::CustomerResourceFragment}
1106
1142
  #{Fragment::PriceFragment}
1107
1143
  #{Fragment::TotalPriceFragment}
@@ -1167,6 +1203,7 @@ module Stigg
1167
1203
  }
1168
1204
  }
1169
1205
  #{Fragment::SlimSubscriptionFragment}
1206
+ #{Fragment::SubscriptionInvoiceFragment}
1170
1207
  #{Fragment::CustomerResourceFragment}
1171
1208
  #{Fragment::PriceFragment}
1172
1209
  #{Fragment::TotalPriceFragment}
@@ -1202,6 +1239,7 @@ module Stigg
1202
1239
  #{Fragment::CouponFragment}
1203
1240
  #{Fragment::PromotionalEntitlementFragment}
1204
1241
  #{Fragment::SubscriptionFragment}
1242
+ #{Fragment::SubscriptionInvoiceFragment}
1205
1243
  #{Fragment::CustomerResourceFragment}
1206
1244
  #{Fragment::PriceFragment}
1207
1245
  #{Fragment::TotalPriceFragment}
@@ -1220,6 +1258,7 @@ module Stigg
1220
1258
  }
1221
1259
  }
1222
1260
  #{Fragment::SubscriptionFragment}
1261
+ #{Fragment::SubscriptionInvoiceFragment}
1223
1262
  #{Fragment::CustomerResourceFragment}
1224
1263
  #{Fragment::PriceFragment}
1225
1264
  #{Fragment::TotalPriceFragment}
@@ -1266,6 +1305,7 @@ module Stigg
1266
1305
  #{Fragment::CouponFragment}
1267
1306
  #{Fragment::PromotionalEntitlementFragment}
1268
1307
  #{Fragment::SubscriptionFragment}
1308
+ #{Fragment::SubscriptionInvoiceFragment}
1269
1309
  #{Fragment::CustomerResourceFragment}
1270
1310
  #{Fragment::TotalPriceFragment}
1271
1311
  #{Fragment::SubscriptionScheduledUpdateData}
@@ -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.526.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.526.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-07 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