stigg-api-client 3.9.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: 5d4e91917d28fbe2e4f285401fa013827f9240b74906a7300afd3928c6f14658
4
- data.tar.gz: c7ade2989ef1cd5ecbf45c816fcba12d130188c23b97cbcfc222d13827b7b7a3
3
+ metadata.gz: 103beea032bad45c6449a26c5f93d2ccc90cd457bdc1c502074c1cec138b00da
4
+ data.tar.gz: d150d881cc708ac69ddbf3799480e272fab4a2602285a549f0b1884106cbde1c
5
5
  SHA512:
6
- metadata.gz: cd7776d7fd0b08229282636678e0928054a0d099f9f12ed8617e8448e73bc965c945d5701088a63a2071b59aa0b9f5efd316923c3dbf086c1bf2c8750f6c6889
7
- data.tar.gz: f7746a22b8ffa45d80290ec3d0084aee0e23d72ed4d2e526b849da6b076964cc7a750d5f2558b7d7fc5ec695b6d851424df8ff7c7d6fc0ead45954b33a81d68c
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.9.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
 
@@ -3643,6 +3643,18 @@
3643
3643
  "isDeprecated": false,
3644
3644
  "deprecationReason": null
3645
3645
  },
3646
+ {
3647
+ "name": "environmentId",
3648
+ "description": "The unique identifier for the environment",
3649
+ "type": {
3650
+ "kind": "SCALAR",
3651
+ "name": "UUID",
3652
+ "ofType": null
3653
+ },
3654
+ "defaultValue": null,
3655
+ "isDeprecated": false,
3656
+ "deprecationReason": null
3657
+ },
3646
3658
  {
3647
3659
  "name": "minimumSpend",
3648
3660
  "description": "The minimum spend configuration",
@@ -66075,6 +66087,35 @@
66075
66087
  ],
66076
66088
  "possibleTypes": null
66077
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
+ },
66078
66119
  {
66079
66120
  "kind": "INPUT_OBJECT",
66080
66121
  "name": "ProvisionCustomerInput",
@@ -75350,6 +75391,18 @@
75350
75391
  "isDeprecated": false,
75351
75392
  "deprecationReason": null
75352
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
+ },
75353
75406
  {
75354
75407
  "name": "taxPercentage",
75355
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.9.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.9.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-07 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