stigg-api-client 3.10.0 → 3.12.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: 4acea98ba6cd5ed13d984217c670dbea22d29eeecf275e5b761741ff678ea1d7
4
- data.tar.gz: 499a00bc5fee7404f953be5d0c6e2d3fc323b5f3cc94cbfeb5b60c373479cb87
3
+ metadata.gz: 103beea032bad45c6449a26c5f93d2ccc90cd457bdc1c502074c1cec138b00da
4
+ data.tar.gz: d150d881cc708ac69ddbf3799480e272fab4a2602285a549f0b1884106cbde1c
5
5
  SHA512:
6
- metadata.gz: 45b33de83b390d6a33706999f7153ad95cce64b7fcd736e6ae72fa087959eb02048adb330a516d2e67849346e1b021832f71b0f5c9a60b8be32a8a9632b44189
7
- data.tar.gz: c87fc0ff1154d4fe6859d48d3da7223fcd409ea381999f367c931b64952d1a3ff531cfd61ebea434321b755915b8002fa9155574c1bdcb013dcc4ff61d31bb1d
6
+ metadata.gz: 0ba3ff879b42cdc2b4a6f332816a69ba01db6c683b586c0e6da9e20d4a77ab3ad4a52c27c62dce12b8f6d7b1d2d35dbcb8d361fb0ce9de26fd7c40079d066fc2
7
+ data.tar.gz: ea4560ba41697291979ca7a87580b17684ca112c2abf86aa33a73a7d4851f303201208505c7c82103218061cabebdb22f0dc5d3c59455563399f25e6688d7d7e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.10.0)
4
+ stigg-api-client (3.12.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -66087,6 +66087,35 @@
66087
66087
  ],
66088
66088
  "possibleTypes": null
66089
66089
  },
66090
+ {
66091
+ "kind": "ENUM",
66092
+ "name": "ProrationBehaviorExtended",
66093
+ "description": "Proration behavior for subscription billing",
66094
+ "fields": null,
66095
+ "inputFields": null,
66096
+ "interfaces": null,
66097
+ "enumValues": [
66098
+ {
66099
+ "name": "CREATE_PRORATIONS",
66100
+ "description": "Create proration invoice items for changes in the subscription",
66101
+ "isDeprecated": false,
66102
+ "deprecationReason": null
66103
+ },
66104
+ {
66105
+ "name": "INVOICE_IMMEDIATELY",
66106
+ "description": "Invoice immediately for changes in the subscription without proration",
66107
+ "isDeprecated": false,
66108
+ "deprecationReason": null
66109
+ },
66110
+ {
66111
+ "name": "NONE",
66112
+ "description": "No proration and no invoice for changes in the subscription",
66113
+ "isDeprecated": false,
66114
+ "deprecationReason": null
66115
+ }
66116
+ ],
66117
+ "possibleTypes": null
66118
+ },
66090
66119
  {
66091
66120
  "kind": "INPUT_OBJECT",
66092
66121
  "name": "ProvisionCustomerInput",
@@ -75362,6 +75391,18 @@
75362
75391
  "isDeprecated": false,
75363
75392
  "deprecationReason": null
75364
75393
  },
75394
+ {
75395
+ "name": "prorationBehavior",
75396
+ "description": "Override the proration behavior for the subscription",
75397
+ "type": {
75398
+ "kind": "ENUM",
75399
+ "name": "ProrationBehaviorExtended",
75400
+ "ofType": null
75401
+ },
75402
+ "defaultValue": null,
75403
+ "isDeprecated": false,
75404
+ "deprecationReason": null
75405
+ },
75365
75406
  {
75366
75407
  "name": "taxPercentage",
75367
75408
  "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 = "3.10.0"
4
+ VERSION = "3.12.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: 3.10.0
4
+ version: 3.12.0
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-09 00:00:00.000000000 Z
11
+ date: 2025-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient