stigg-api-client 5.46.0 → 5.53.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 +95 -12
- 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: 78df05bbe7bf12b4d899b8560d8137c29b509709a1de1fe918c8d73d7c5837af
|
|
4
|
+
data.tar.gz: bc5166adca81b377fcda2db2359e8ffbde84a74410d84b2f7794678fd14d8185
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db952c47618186569ea2e05199d273fc39c7185c840b5d7f28183aad0dcab31222736289faffaf8272700dc40a3f05785b0866a505d83143caced74d9b28a832
|
|
7
|
+
data.tar.gz: ce887711c20b6ffb3dc2e22febe308a96bc6fbc5a34d91241b712f13818338333a7f4d6ed33bddc7c60d45231cbb66848a9ecca5410942a498ecb293b836c19f
|
data/Gemfile.lock
CHANGED
|
@@ -13130,6 +13130,29 @@
|
|
|
13130
13130
|
"enumValues": null,
|
|
13131
13131
|
"possibleTypes": null
|
|
13132
13132
|
},
|
|
13133
|
+
{
|
|
13134
|
+
"kind": "ENUM",
|
|
13135
|
+
"name": "CreditGrantCadence",
|
|
13136
|
+
"description": "Credit grant cadence",
|
|
13137
|
+
"fields": null,
|
|
13138
|
+
"inputFields": null,
|
|
13139
|
+
"interfaces": null,
|
|
13140
|
+
"enumValues": [
|
|
13141
|
+
{
|
|
13142
|
+
"name": "BEGINNING_OF_BILLING_PERIOD",
|
|
13143
|
+
"description": "Beginning of billing period",
|
|
13144
|
+
"isDeprecated": false,
|
|
13145
|
+
"deprecationReason": null
|
|
13146
|
+
},
|
|
13147
|
+
{
|
|
13148
|
+
"name": "MONTHLY",
|
|
13149
|
+
"description": "Monthly",
|
|
13150
|
+
"isDeprecated": false,
|
|
13151
|
+
"deprecationReason": null
|
|
13152
|
+
}
|
|
13153
|
+
],
|
|
13154
|
+
"possibleTypes": null
|
|
13155
|
+
},
|
|
13133
13156
|
{
|
|
13134
13157
|
"kind": "OBJECT",
|
|
13135
13158
|
"name": "CreditGrantConnection",
|
|
@@ -59378,18 +59401,6 @@
|
|
|
59378
59401
|
"isDeprecated": false,
|
|
59379
59402
|
"deprecationReason": null
|
|
59380
59403
|
},
|
|
59381
|
-
{
|
|
59382
|
-
"name": "pricingModel",
|
|
59383
|
-
"description": "The pricing model of the package pricing",
|
|
59384
|
-
"type": {
|
|
59385
|
-
"kind": "INPUT_OBJECT",
|
|
59386
|
-
"name": "PricingModelCreateInput",
|
|
59387
|
-
"ofType": null
|
|
59388
|
-
},
|
|
59389
|
-
"defaultValue": null,
|
|
59390
|
-
"isDeprecated": false,
|
|
59391
|
-
"deprecationReason": null
|
|
59392
|
-
},
|
|
59393
59404
|
{
|
|
59394
59405
|
"name": "pricingModels",
|
|
59395
59406
|
"description": "The list of pricing models of the package pricing",
|
|
@@ -65698,6 +65709,18 @@
|
|
|
65698
65709
|
"isDeprecated": false,
|
|
65699
65710
|
"deprecationReason": null
|
|
65700
65711
|
},
|
|
65712
|
+
{
|
|
65713
|
+
"name": "creditGrantCadence",
|
|
65714
|
+
"description": "The recurring credit grant cadence of the price",
|
|
65715
|
+
"args": [],
|
|
65716
|
+
"type": {
|
|
65717
|
+
"kind": "ENUM",
|
|
65718
|
+
"name": "CreditGrantCadence",
|
|
65719
|
+
"ofType": null
|
|
65720
|
+
},
|
|
65721
|
+
"isDeprecated": false,
|
|
65722
|
+
"deprecationReason": null
|
|
65723
|
+
},
|
|
65701
65724
|
{
|
|
65702
65725
|
"name": "creditRate",
|
|
65703
65726
|
"description": "The credit rate for this price",
|
|
@@ -65734,6 +65757,18 @@
|
|
|
65734
65757
|
"isDeprecated": false,
|
|
65735
65758
|
"deprecationReason": null
|
|
65736
65759
|
},
|
|
65760
|
+
{
|
|
65761
|
+
"name": "customCurrency",
|
|
65762
|
+
"description": "The custom currency of the price this price applies to",
|
|
65763
|
+
"args": [],
|
|
65764
|
+
"type": {
|
|
65765
|
+
"kind": "OBJECT",
|
|
65766
|
+
"name": "CustomCurrency",
|
|
65767
|
+
"ofType": null
|
|
65768
|
+
},
|
|
65769
|
+
"isDeprecated": false,
|
|
65770
|
+
"deprecationReason": null
|
|
65771
|
+
},
|
|
65737
65772
|
{
|
|
65738
65773
|
"name": "environmentId",
|
|
65739
65774
|
"description": "The unique identifier for the environment",
|
|
@@ -66231,6 +66266,18 @@
|
|
|
66231
66266
|
"isDeprecated": false,
|
|
66232
66267
|
"deprecationReason": null
|
|
66233
66268
|
},
|
|
66269
|
+
{
|
|
66270
|
+
"name": "creditGrantCadence",
|
|
66271
|
+
"description": "The recurring credit grant cadence of the price",
|
|
66272
|
+
"args": [],
|
|
66273
|
+
"type": {
|
|
66274
|
+
"kind": "ENUM",
|
|
66275
|
+
"name": "CreditGrantCadence",
|
|
66276
|
+
"ofType": null
|
|
66277
|
+
},
|
|
66278
|
+
"isDeprecated": false,
|
|
66279
|
+
"deprecationReason": null
|
|
66280
|
+
},
|
|
66234
66281
|
{
|
|
66235
66282
|
"name": "creditRate",
|
|
66236
66283
|
"description": "The credit rate for this price",
|
|
@@ -66267,6 +66314,18 @@
|
|
|
66267
66314
|
"isDeprecated": false,
|
|
66268
66315
|
"deprecationReason": null
|
|
66269
66316
|
},
|
|
66317
|
+
{
|
|
66318
|
+
"name": "customCurrency",
|
|
66319
|
+
"description": "The custom currency of the price this price applies to",
|
|
66320
|
+
"args": [],
|
|
66321
|
+
"type": {
|
|
66322
|
+
"kind": "OBJECT",
|
|
66323
|
+
"name": "CustomCurrency",
|
|
66324
|
+
"ofType": null
|
|
66325
|
+
},
|
|
66326
|
+
"isDeprecated": false,
|
|
66327
|
+
"deprecationReason": null
|
|
66328
|
+
},
|
|
66270
66329
|
{
|
|
66271
66330
|
"name": "environmentId",
|
|
66272
66331
|
"description": "The unique identifier for the environment",
|
|
@@ -67327,6 +67386,18 @@
|
|
|
67327
67386
|
"isDeprecated": false,
|
|
67328
67387
|
"deprecationReason": null
|
|
67329
67388
|
},
|
|
67389
|
+
{
|
|
67390
|
+
"name": "creditGrantCadence",
|
|
67391
|
+
"description": "The recurring credit grant cadence of the pricing model",
|
|
67392
|
+
"type": {
|
|
67393
|
+
"kind": "ENUM",
|
|
67394
|
+
"name": "CreditGrantCadence",
|
|
67395
|
+
"ofType": null
|
|
67396
|
+
},
|
|
67397
|
+
"defaultValue": null,
|
|
67398
|
+
"isDeprecated": false,
|
|
67399
|
+
"deprecationReason": null
|
|
67400
|
+
},
|
|
67330
67401
|
{
|
|
67331
67402
|
"name": "creditRate",
|
|
67332
67403
|
"description": "The credit rate for this period",
|
|
@@ -67434,6 +67505,18 @@
|
|
|
67434
67505
|
"isDeprecated": false,
|
|
67435
67506
|
"deprecationReason": null
|
|
67436
67507
|
},
|
|
67508
|
+
{
|
|
67509
|
+
"name": "creditGrantCadence",
|
|
67510
|
+
"description": "The recurring credit grant cadence of the pricing model",
|
|
67511
|
+
"type": {
|
|
67512
|
+
"kind": "ENUM",
|
|
67513
|
+
"name": "CreditGrantCadence",
|
|
67514
|
+
"ofType": null
|
|
67515
|
+
},
|
|
67516
|
+
"defaultValue": null,
|
|
67517
|
+
"isDeprecated": false,
|
|
67518
|
+
"deprecationReason": null
|
|
67519
|
+
},
|
|
67437
67520
|
{
|
|
67438
67521
|
"name": "creditRate",
|
|
67439
67522
|
"description": "The credit rate for this 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.53.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-11-
|
|
11
|
+
date: 2025-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|