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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +41 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 103beea032bad45c6449a26c5f93d2ccc90cd457bdc1c502074c1cec138b00da
|
4
|
+
data.tar.gz: d150d881cc708ac69ddbf3799480e272fab4a2602285a549f0b1884106cbde1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ba3ff879b42cdc2b4a6f332816a69ba01db6c683b586c0e6da9e20d4a77ab3ad4a52c27c62dce12b8f6d7b1d2d35dbcb8d361fb0ce9de26fd7c40079d066fc2
|
7
|
+
data.tar.gz: ea4560ba41697291979ca7a87580b17684ca112c2abf86aa33a73a7d4851f303201208505c7c82103218061cabebdb22f0dc5d3c59455563399f25e6688d7d7e
|
data/Gemfile.lock
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2025-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|