stigg-api-client 5.269.0 → 5.277.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0f427c6d657e98c0a8031acf3fed138bf82250ca3e06c74cef6d4052a74142a
4
- data.tar.gz: 69c85353f12083e5fca74174c05f877709c6932c80ded8e96f451ea9d77c1d6b
3
+ metadata.gz: dc80e54fba76486274dff33aeffca218e9bc8355d2cb12114818adc31574bc02
4
+ data.tar.gz: ae39427378f5f26a3aa1ba25d8f5106a3b896358298c5f9c24d800895fa14b39
5
5
  SHA512:
6
- metadata.gz: a600bcd84d11b7bdafcb8c4792ae1a9bfa0fa80525212f73a4eae181144e9cb3fba9e9063c51387d3d50c13d8b4b6756664e7f5f6f523cf9387db293122b9bbb
7
- data.tar.gz: f3be5e03c3569932380e48b1978afb9696e7b1db484aeb4b889f6f3c9acc978bdf5e08f07f9a4916f48eec77f4b1305df113165d054b264292908169b1bb9269
6
+ metadata.gz: 6e81eb201834716e86f60996aef489d30f4acbb77d484f4e41e0bc10c78fb4df0f52ffadd3fb12264eb4c25ff6b3e9fb40aaa9d9cbfdfa807bb8ecb272352688
7
+ data.tar.gz: 9cc551ea9ce73d78e0b24a12f5ffedd389baee695220fd8a329725a5cfecfcf6fb97ec21d2f488f8a86c925a933542bf6e9a206306f89e66e83a86954df6c60e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.269.0)
4
+ stigg-api-client (5.277.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -368,7 +368,19 @@ module Stigg
368
368
  cancellationDate
369
369
  effectiveEndDate
370
370
  currentBillingPeriodEnd
371
+ currentBillingPeriodStart
372
+ billingPeriod
371
373
  additionalMetaData
374
+ totalPrice {
375
+ subTotal {
376
+ amount
377
+ currency
378
+ }
379
+ total {
380
+ amount
381
+ currency
382
+ }
383
+ }
372
384
  customer {
373
385
  customerId
374
386
  email
@@ -383,6 +395,15 @@ module Stigg
383
395
  plan {
384
396
  planId: refId
385
397
  displayName
398
+ description
399
+ product {
400
+ refId
401
+ displayName
402
+ downgradePlan {
403
+ refId
404
+ displayName
405
+ }
406
+ }
386
407
  }
387
408
  addons {
388
409
  quantity
@@ -24141,6 +24141,18 @@
24141
24141
  "isDeprecated": false,
24142
24142
  "deprecationReason": null
24143
24143
  },
24144
+ {
24145
+ "name": "billingPeriod",
24146
+ "description": "The billing period of the subscription",
24147
+ "args": [],
24148
+ "type": {
24149
+ "kind": "ENUM",
24150
+ "name": "BillingPeriod",
24151
+ "ofType": null
24152
+ },
24153
+ "isDeprecated": false,
24154
+ "deprecationReason": null
24155
+ },
24144
24156
  {
24145
24157
  "name": "billingSyncError",
24146
24158
  "description": null,
@@ -76427,7 +76439,7 @@
76427
76439
  },
76428
76440
  {
76429
76441
  "name": "downgradePlan",
76430
- "description": null,
76442
+ "description": "Plan to downgrade to when a subscription ends or is cancelled",
76431
76443
  "args": [],
76432
76444
  "type": {
76433
76445
  "kind": "OBJECT",
@@ -100206,6 +100218,18 @@
100206
100218
  "isDeprecated": false,
100207
100219
  "deprecationReason": null
100208
100220
  },
100221
+ {
100222
+ "name": "billingPeriod",
100223
+ "description": "The billing period of the subscription",
100224
+ "args": [],
100225
+ "type": {
100226
+ "kind": "ENUM",
100227
+ "name": "BillingPeriod",
100228
+ "ofType": null
100229
+ },
100230
+ "isDeprecated": false,
100231
+ "deprecationReason": null
100232
+ },
100209
100233
  {
100210
100234
  "name": "billingSyncError",
100211
100235
  "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 = "5.269.0"
4
+ VERSION = "5.277.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: 5.269.0
4
+ version: 5.277.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-03-02 00:00:00.000000000 Z
11
+ date: 2026-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient