stigg-api-client 3.10.0 → 3.13.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 +65 -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: '067218f1d7ba0cbd4c01e345076d63a4d2b5dbbdbbd1232a812700296fba2b70'
|
4
|
+
data.tar.gz: 4c6a93013a64d5ba7ded382c74720ce421520f93d651886d0935828f0d92a6f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e386253c1e97fff75c5b4308fa96e90060a48272f36fd7f7dbcc1a646100490d943703b48e7865051099d84e2e2d5598b6674d3eff3dad3c687b98dd38bbafd
|
7
|
+
data.tar.gz: b8acd48c6451d86835cbc2bf390729ba6e78fcaa15d65cb12507ff91e72fd2b7d50c5f534e7f6846e7c508ccb44cdfc5d60f8f06e3a212b86ae7367b7947b05c
|
data/Gemfile.lock
CHANGED
@@ -29341,6 +29341,30 @@
|
|
29341
29341
|
"isDeprecated": false,
|
29342
29342
|
"deprecationReason": null
|
29343
29343
|
},
|
29344
|
+
{
|
29345
|
+
"name": "FEATURE_GROUP_ARCHIVED",
|
29346
|
+
"description": "Feature group archived",
|
29347
|
+
"isDeprecated": false,
|
29348
|
+
"deprecationReason": null
|
29349
|
+
},
|
29350
|
+
{
|
29351
|
+
"name": "FEATURE_GROUP_CREATED",
|
29352
|
+
"description": "Feature group created",
|
29353
|
+
"isDeprecated": false,
|
29354
|
+
"deprecationReason": null
|
29355
|
+
},
|
29356
|
+
{
|
29357
|
+
"name": "FEATURE_GROUP_UN_ARCHIVED",
|
29358
|
+
"description": "Feature group un-archived",
|
29359
|
+
"isDeprecated": false,
|
29360
|
+
"deprecationReason": null
|
29361
|
+
},
|
29362
|
+
{
|
29363
|
+
"name": "FEATURE_GROUP_UPDATED",
|
29364
|
+
"description": "Feature group updated",
|
29365
|
+
"isDeprecated": false,
|
29366
|
+
"deprecationReason": null
|
29367
|
+
},
|
29344
29368
|
{
|
29345
29369
|
"name": "FEATURE_UPDATED",
|
29346
29370
|
"description": "Feature updated",
|
@@ -66087,6 +66111,35 @@
|
|
66087
66111
|
],
|
66088
66112
|
"possibleTypes": null
|
66089
66113
|
},
|
66114
|
+
{
|
66115
|
+
"kind": "ENUM",
|
66116
|
+
"name": "ProrationBehaviorExtended",
|
66117
|
+
"description": "Proration behavior for subscription billing",
|
66118
|
+
"fields": null,
|
66119
|
+
"inputFields": null,
|
66120
|
+
"interfaces": null,
|
66121
|
+
"enumValues": [
|
66122
|
+
{
|
66123
|
+
"name": "CREATE_PRORATIONS",
|
66124
|
+
"description": "Create proration invoice items for changes in the subscription",
|
66125
|
+
"isDeprecated": false,
|
66126
|
+
"deprecationReason": null
|
66127
|
+
},
|
66128
|
+
{
|
66129
|
+
"name": "INVOICE_IMMEDIATELY",
|
66130
|
+
"description": "Invoice immediately for changes in the subscription without proration",
|
66131
|
+
"isDeprecated": false,
|
66132
|
+
"deprecationReason": null
|
66133
|
+
},
|
66134
|
+
{
|
66135
|
+
"name": "NONE",
|
66136
|
+
"description": "No proration and no invoice for changes in the subscription",
|
66137
|
+
"isDeprecated": false,
|
66138
|
+
"deprecationReason": null
|
66139
|
+
}
|
66140
|
+
],
|
66141
|
+
"possibleTypes": null
|
66142
|
+
},
|
66090
66143
|
{
|
66091
66144
|
"kind": "INPUT_OBJECT",
|
66092
66145
|
"name": "ProvisionCustomerInput",
|
@@ -75362,6 +75415,18 @@
|
|
75362
75415
|
"isDeprecated": false,
|
75363
75416
|
"deprecationReason": null
|
75364
75417
|
},
|
75418
|
+
{
|
75419
|
+
"name": "prorationBehavior",
|
75420
|
+
"description": "Override the proration behavior for the subscription",
|
75421
|
+
"type": {
|
75422
|
+
"kind": "ENUM",
|
75423
|
+
"name": "ProrationBehaviorExtended",
|
75424
|
+
"ofType": null
|
75425
|
+
},
|
75426
|
+
"defaultValue": null,
|
75427
|
+
"isDeprecated": false,
|
75428
|
+
"deprecationReason": null
|
75429
|
+
},
|
75365
75430
|
{
|
75366
75431
|
"name": "taxPercentage",
|
75367
75432
|
"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.13.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
|