stigg-api-client 3.17.0 → 3.22.2

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: 006fd33de7d5e97fdbe40ba5525d62575ffd7b1722113edcc10331ac77a6b1e8
4
- data.tar.gz: 7bf136cc1988d500d79ef374fd46843fdaeb25f3bf130e49c7b0fe75c9e4e415
3
+ metadata.gz: 1d88c61c21c0fc47fea9c9fdcb27fc3f078978914a5435b0516f4f1d1c5c0e7c
4
+ data.tar.gz: 3da0ace33db251564a6216a58e02387e1d32be5a6ddd3c6300d73dba6de0ea84
5
5
  SHA512:
6
- metadata.gz: 8a24197e28cede086c028c23d1270329d59f0a13b00fc59443f27fad15d2e5e188b9591f1a86ddce097d9d82b2006524077ec492fc7c216bedfa902977fb72bd
7
- data.tar.gz: 9b27ec5ac37941309c2bbe3f8f5ed149c48cc89a0ff20a9f434a2c4f232f49d60a193120dd97634f0ceb29564f622bf32c678586e68d1f2845115e99aeab41e9
6
+ metadata.gz: 48f295684a938096556689709bdaf4b49a88b88898a16bcb366aa27afac2616dfe0c45cf3c7572bb319a380f478c5e16c8a547220a25ebaabf869e5436da925d
7
+ data.tar.gz: 0c1aae895b553651b533825087b884c57cca728e139c3ba75195cfd2f220154cd7c6503ba173f6c1559636d35f73fbe753356651bf3dcaff5f803fd09408ffd3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.17.0)
4
+ stigg-api-client (3.22.2)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -66303,35 +66303,6 @@
66303
66303
  ],
66304
66304
  "possibleTypes": null
66305
66305
  },
66306
- {
66307
- "kind": "ENUM",
66308
- "name": "ProrationBehaviorExtended",
66309
- "description": "Proration behavior for subscription billing",
66310
- "fields": null,
66311
- "inputFields": null,
66312
- "interfaces": null,
66313
- "enumValues": [
66314
- {
66315
- "name": "CREATE_PRORATIONS",
66316
- "description": "Create proration invoice items for changes in the subscription",
66317
- "isDeprecated": false,
66318
- "deprecationReason": null
66319
- },
66320
- {
66321
- "name": "INVOICE_IMMEDIATELY",
66322
- "description": "Invoice immediately for changes in the subscription without proration",
66323
- "isDeprecated": false,
66324
- "deprecationReason": null
66325
- },
66326
- {
66327
- "name": "NONE",
66328
- "description": "No proration and no invoice for changes in the subscription",
66329
- "isDeprecated": false,
66330
- "deprecationReason": null
66331
- }
66332
- ],
66333
- "possibleTypes": null
66334
- },
66335
66306
  {
66336
66307
  "kind": "INPUT_OBJECT",
66337
66308
  "name": "ProvisionCustomerInput",
@@ -75671,7 +75642,7 @@
75671
75642
  "description": "Override the proration behavior for the subscription",
75672
75643
  "type": {
75673
75644
  "kind": "ENUM",
75674
- "name": "ProrationBehaviorExtended",
75645
+ "name": "SubscriptionProrationBehavior",
75675
75646
  "ofType": null
75676
75647
  },
75677
75648
  "defaultValue": null,
@@ -83068,6 +83039,35 @@
83068
83039
  "enumValues": null,
83069
83040
  "possibleTypes": null
83070
83041
  },
83042
+ {
83043
+ "kind": "ENUM",
83044
+ "name": "SubscriptionProrationBehavior",
83045
+ "description": "Proration behavior for subscription billing",
83046
+ "fields": null,
83047
+ "inputFields": null,
83048
+ "interfaces": null,
83049
+ "enumValues": [
83050
+ {
83051
+ "name": "CREATE_PRORATIONS",
83052
+ "description": "Create proration invoice items for changes in the subscription",
83053
+ "isDeprecated": false,
83054
+ "deprecationReason": null
83055
+ },
83056
+ {
83057
+ "name": "INVOICE_IMMEDIATELY",
83058
+ "description": "Invoice immediately for changes in the subscription without proration",
83059
+ "isDeprecated": false,
83060
+ "deprecationReason": null
83061
+ },
83062
+ {
83063
+ "name": "NONE",
83064
+ "description": "No proration and no invoice for changes in the subscription",
83065
+ "isDeprecated": false,
83066
+ "deprecationReason": null
83067
+ }
83068
+ ],
83069
+ "possibleTypes": null
83070
+ },
83071
83071
  {
83072
83072
  "kind": "OBJECT",
83073
83073
  "name": "SubscriptionQuery",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.17.0"
4
+ VERSION = "3.22.2"
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: 3.17.0
4
+ version: 3.22.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-08-13 00:00:00.000000000 Z
11
+ date: 2025-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient