stigg-api-client 5.139.0 → 5.143.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 +36 -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: 35fd1b7e3f03062107108554804707f8e774e0c69140d875c52cb2d6380278f9
|
|
4
|
+
data.tar.gz: 80a592599b3952f795cbc785fac4b9a0eb3f8943f5e48baa8cfa9df0a3fb8166
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cdeb59d35155b5e4632b0b39cd0160d477b303263cd23604df3491663a2302f42946ec4077564dbcd84766b45bb4273ffd44e418a65f2fd1c54aff9c18b34c4
|
|
7
|
+
data.tar.gz: d4ba5eb4b3e4d5bd3d5ba7b792a70ac0a3e1cdd766ec4585b08308742afe1dfdf7c4e8a81975b445dbf3582a9e8d12c5ff5ea0d125d5626fc080bec2938f85fd
|
data/Gemfile.lock
CHANGED
|
@@ -14389,6 +14389,18 @@
|
|
|
14389
14389
|
"description": "Credit grant billing information input",
|
|
14390
14390
|
"fields": null,
|
|
14391
14391
|
"inputFields": [
|
|
14392
|
+
{
|
|
14393
|
+
"name": "billingAddress",
|
|
14394
|
+
"description": null,
|
|
14395
|
+
"type": {
|
|
14396
|
+
"kind": "INPUT_OBJECT",
|
|
14397
|
+
"name": "BillingAddress",
|
|
14398
|
+
"ofType": null
|
|
14399
|
+
},
|
|
14400
|
+
"defaultValue": null,
|
|
14401
|
+
"isDeprecated": false,
|
|
14402
|
+
"deprecationReason": null
|
|
14403
|
+
},
|
|
14392
14404
|
{
|
|
14393
14405
|
"name": "taxPercentage",
|
|
14394
14406
|
"description": null,
|
|
@@ -72317,6 +72329,18 @@
|
|
|
72317
72329
|
"isDeprecated": false,
|
|
72318
72330
|
"deprecationReason": null
|
|
72319
72331
|
},
|
|
72332
|
+
{
|
|
72333
|
+
"name": "billingId",
|
|
72334
|
+
"description": "The unique identifier for the entity in the billing provider",
|
|
72335
|
+
"type": {
|
|
72336
|
+
"kind": "SCALAR",
|
|
72337
|
+
"name": "String",
|
|
72338
|
+
"ofType": null
|
|
72339
|
+
},
|
|
72340
|
+
"defaultValue": null,
|
|
72341
|
+
"isDeprecated": false,
|
|
72342
|
+
"deprecationReason": null
|
|
72343
|
+
},
|
|
72320
72344
|
{
|
|
72321
72345
|
"name": "billingPeriod",
|
|
72322
72346
|
"description": "The billing period of the price",
|
|
@@ -72381,6 +72405,18 @@
|
|
|
72381
72405
|
"isDeprecated": false,
|
|
72382
72406
|
"deprecationReason": null
|
|
72383
72407
|
},
|
|
72408
|
+
{
|
|
72409
|
+
"name": "priceGroupPackageBillingId",
|
|
72410
|
+
"description": "The billing ID of the price group package",
|
|
72411
|
+
"type": {
|
|
72412
|
+
"kind": "SCALAR",
|
|
72413
|
+
"name": "String",
|
|
72414
|
+
"ofType": null
|
|
72415
|
+
},
|
|
72416
|
+
"defaultValue": null,
|
|
72417
|
+
"isDeprecated": false,
|
|
72418
|
+
"deprecationReason": null
|
|
72419
|
+
},
|
|
72384
72420
|
{
|
|
72385
72421
|
"name": "tiers",
|
|
72386
72422
|
"description": "List of tiers of the price period",
|
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: 5.
|
|
4
|
+
version: 5.143.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|