stigg-api-client 5.67.0 → 5.71.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 +25 -13
- 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: 7487712a7aef41f4a859a8bbdcb0775849d44696a14341620511b7d57f005c57
|
|
4
|
+
data.tar.gz: 667005ff153754ba596634bbb1960da15d86997baa15eae4e057d9e63925f7a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6227fa9fed79cdcbf27ca8f5dbc3ef15a6595c04e215ef1428ad0e8fe7e4f113972c1ab6a8d9563b4cd14d7fcd595d857a520d8bb9149efacc133a8a6f5f3683
|
|
7
|
+
data.tar.gz: 1b550fa9c463a6ad584ef3b2781f514755c05431d29edb1e8bbfecc377f188d81145f71e3600306c07542a2b545391f9d9ddabcd503d8a7a6bce65437b4a962e
|
data/Gemfile.lock
CHANGED
|
@@ -55211,6 +55211,18 @@
|
|
|
55211
55211
|
"isDeprecated": false,
|
|
55212
55212
|
"deprecationReason": null
|
|
55213
55213
|
},
|
|
55214
|
+
{
|
|
55215
|
+
"name": "billingId",
|
|
55216
|
+
"description": "The unique identifier for the entity in the billing provider",
|
|
55217
|
+
"type": {
|
|
55218
|
+
"kind": "SCALAR",
|
|
55219
|
+
"name": "String",
|
|
55220
|
+
"ofType": null
|
|
55221
|
+
},
|
|
55222
|
+
"defaultValue": null,
|
|
55223
|
+
"isDeprecated": false,
|
|
55224
|
+
"deprecationReason": null
|
|
55225
|
+
},
|
|
55214
55226
|
{
|
|
55215
55227
|
"name": "billingModel",
|
|
55216
55228
|
"description": "The billing model of the base pricing model",
|
|
@@ -60513,18 +60525,6 @@
|
|
|
60513
60525
|
"description": "Package Pricing Input",
|
|
60514
60526
|
"fields": null,
|
|
60515
60527
|
"inputFields": [
|
|
60516
|
-
{
|
|
60517
|
-
"name": "billingId",
|
|
60518
|
-
"description": "The unique identifier for the entity in the billing provider",
|
|
60519
|
-
"type": {
|
|
60520
|
-
"kind": "SCALAR",
|
|
60521
|
-
"name": "String",
|
|
60522
|
-
"ofType": null
|
|
60523
|
-
},
|
|
60524
|
-
"defaultValue": null,
|
|
60525
|
-
"isDeprecated": false,
|
|
60526
|
-
"deprecationReason": null
|
|
60527
|
-
},
|
|
60528
60528
|
{
|
|
60529
60529
|
"name": "environmentId",
|
|
60530
60530
|
"description": "The unique identifier for the environment",
|
|
@@ -60611,7 +60611,7 @@
|
|
|
60611
60611
|
},
|
|
60612
60612
|
{
|
|
60613
60613
|
"name": "priceGroupPackageBillingId",
|
|
60614
|
-
"description": "The billing ID of the price group package
|
|
60614
|
+
"description": "The billing ID of the price group package",
|
|
60615
60615
|
"type": {
|
|
60616
60616
|
"kind": "SCALAR",
|
|
60617
60617
|
"name": "String",
|
|
@@ -69018,6 +69018,18 @@
|
|
|
69018
69018
|
"isDeprecated": false,
|
|
69019
69019
|
"deprecationReason": null
|
|
69020
69020
|
},
|
|
69021
|
+
{
|
|
69022
|
+
"name": "billingId",
|
|
69023
|
+
"description": "The unique identifier for the entity in the billing provider",
|
|
69024
|
+
"type": {
|
|
69025
|
+
"kind": "SCALAR",
|
|
69026
|
+
"name": "String",
|
|
69027
|
+
"ofType": null
|
|
69028
|
+
},
|
|
69029
|
+
"defaultValue": null,
|
|
69030
|
+
"isDeprecated": false,
|
|
69031
|
+
"deprecationReason": null
|
|
69032
|
+
},
|
|
69021
69033
|
{
|
|
69022
69034
|
"name": "billingModel",
|
|
69023
69035
|
"description": "The billing model of the base pricing model",
|
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.71.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-12-
|
|
11
|
+
date: 2025-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|