stigg-api-client 1.122.0 → 1.124.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 -41
- 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: cc2cb937a57a91e625bd84e249f242ef38affded29f8b2f1ed498569559885f0
|
|
4
|
+
data.tar.gz: 77b439a0a849ad3f869b4b40f80600aad714e4add0534c3002d93b5e7e5cb4ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0321e00b6c4950c6731e08b69e03177c25031d4eb382ab17f08d29e4a13130bcc0a8bce4f380f4f291814ee0bd3b63a27cfff55c037208ddf917d09ed90ced13
|
|
7
|
+
data.tar.gz: f00d0b016437a5b7fb862462e8e088f19daa15b73dec8c504e07e991a4a6d4199a52422b9c888ac515ba6bbb2b016a4e53fdb2cac1d14a2808f1f92ec932a52d
|
data/Gemfile.lock
CHANGED
|
@@ -3394,6 +3394,18 @@
|
|
|
3394
3394
|
"isDeprecated": false,
|
|
3395
3395
|
"deprecationReason": null
|
|
3396
3396
|
},
|
|
3397
|
+
{
|
|
3398
|
+
"name": "awaitPaymentConfirmation",
|
|
3399
|
+
"description": null,
|
|
3400
|
+
"type": {
|
|
3401
|
+
"kind": "SCALAR",
|
|
3402
|
+
"name": "Boolean",
|
|
3403
|
+
"ofType": null
|
|
3404
|
+
},
|
|
3405
|
+
"defaultValue": "true",
|
|
3406
|
+
"isDeprecated": false,
|
|
3407
|
+
"deprecationReason": null
|
|
3408
|
+
},
|
|
3397
3409
|
{
|
|
3398
3410
|
"name": "billableFeatures",
|
|
3399
3411
|
"description": null,
|
|
@@ -3463,11 +3475,11 @@
|
|
|
3463
3475
|
"deprecationReason": null
|
|
3464
3476
|
},
|
|
3465
3477
|
{
|
|
3466
|
-
"name": "
|
|
3467
|
-
"description": "Budget
|
|
3478
|
+
"name": "budget",
|
|
3479
|
+
"description": "Budget configuration",
|
|
3468
3480
|
"type": {
|
|
3469
3481
|
"kind": "INPUT_OBJECT",
|
|
3470
|
-
"name": "
|
|
3482
|
+
"name": "BudgetConfigurationInput",
|
|
3471
3483
|
"ofType": null
|
|
3472
3484
|
},
|
|
3473
3485
|
"defaultValue": null,
|
|
@@ -5308,12 +5320,12 @@
|
|
|
5308
5320
|
},
|
|
5309
5321
|
{
|
|
5310
5322
|
"kind": "OBJECT",
|
|
5311
|
-
"name": "
|
|
5312
|
-
"description": "Budget
|
|
5323
|
+
"name": "BudgetConfiguration",
|
|
5324
|
+
"description": "Budget configuration",
|
|
5313
5325
|
"fields": [
|
|
5314
5326
|
{
|
|
5315
5327
|
"name": "hasSoftLimit",
|
|
5316
|
-
"description": "Indicates the behavior of the budget
|
|
5328
|
+
"description": "Indicates the behavior of the budget when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false.",
|
|
5317
5329
|
"args": [],
|
|
5318
5330
|
"type": {
|
|
5319
5331
|
"kind": "NON_NULL",
|
|
@@ -5351,13 +5363,13 @@
|
|
|
5351
5363
|
},
|
|
5352
5364
|
{
|
|
5353
5365
|
"kind": "INPUT_OBJECT",
|
|
5354
|
-
"name": "
|
|
5355
|
-
"description": "Budget
|
|
5366
|
+
"name": "BudgetConfigurationInput",
|
|
5367
|
+
"description": "Budget configuration input",
|
|
5356
5368
|
"fields": null,
|
|
5357
5369
|
"inputFields": [
|
|
5358
5370
|
{
|
|
5359
5371
|
"name": "hasSoftLimit",
|
|
5360
|
-
"description": "Indicates the behavior of the budget
|
|
5372
|
+
"description": "Indicates the behavior of the budget when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false.",
|
|
5361
5373
|
"type": {
|
|
5362
5374
|
"kind": "NON_NULL",
|
|
5363
5375
|
"name": null,
|
|
@@ -15649,20 +15661,20 @@
|
|
|
15649
15661
|
"deprecationReason": null
|
|
15650
15662
|
},
|
|
15651
15663
|
{
|
|
15652
|
-
"name": "
|
|
15653
|
-
"description": "Budget
|
|
15664
|
+
"name": "budget",
|
|
15665
|
+
"description": "Budget configuration",
|
|
15654
15666
|
"args": [],
|
|
15655
15667
|
"type": {
|
|
15656
15668
|
"kind": "OBJECT",
|
|
15657
|
-
"name": "
|
|
15669
|
+
"name": "BudgetConfiguration",
|
|
15658
15670
|
"ofType": null
|
|
15659
15671
|
},
|
|
15660
15672
|
"isDeprecated": false,
|
|
15661
15673
|
"deprecationReason": null
|
|
15662
15674
|
},
|
|
15663
15675
|
{
|
|
15664
|
-
"name": "
|
|
15665
|
-
"description": "Indicates if the budget
|
|
15676
|
+
"name": "budgetExceeded",
|
|
15677
|
+
"description": "Indicates if the budget has been exceeded",
|
|
15666
15678
|
"args": [],
|
|
15667
15679
|
"type": {
|
|
15668
15680
|
"kind": "SCALAR",
|
|
@@ -22810,12 +22822,6 @@
|
|
|
22810
22822
|
"isDeprecated": false,
|
|
22811
22823
|
"deprecationReason": null
|
|
22812
22824
|
},
|
|
22813
|
-
{
|
|
22814
|
-
"name": "CheckoutOptionsMissing",
|
|
22815
|
-
"description": null,
|
|
22816
|
-
"isDeprecated": false,
|
|
22817
|
-
"deprecationReason": null
|
|
22818
|
-
},
|
|
22819
22825
|
{
|
|
22820
22826
|
"name": "CouponNotFound",
|
|
22821
22827
|
"description": null,
|
|
@@ -22840,12 +22846,6 @@
|
|
|
22840
22846
|
"isDeprecated": false,
|
|
22841
22847
|
"deprecationReason": null
|
|
22842
22848
|
},
|
|
22843
|
-
{
|
|
22844
|
-
"name": "CustomerHasNoPaymentMethod",
|
|
22845
|
-
"description": null,
|
|
22846
|
-
"isDeprecated": false,
|
|
22847
|
-
"deprecationReason": null
|
|
22848
|
-
},
|
|
22849
22849
|
{
|
|
22850
22850
|
"name": "CustomerNoBillingId",
|
|
22851
22851
|
"description": null,
|
|
@@ -56558,11 +56558,11 @@
|
|
|
56558
56558
|
"deprecationReason": null
|
|
56559
56559
|
},
|
|
56560
56560
|
{
|
|
56561
|
-
"name": "
|
|
56562
|
-
"description": "Budget
|
|
56561
|
+
"name": "budget",
|
|
56562
|
+
"description": "Budget configuration",
|
|
56563
56563
|
"type": {
|
|
56564
56564
|
"kind": "INPUT_OBJECT",
|
|
56565
|
-
"name": "
|
|
56565
|
+
"name": "BudgetConfigurationInput",
|
|
56566
56566
|
"ofType": null
|
|
56567
56567
|
},
|
|
56568
56568
|
"defaultValue": null,
|
|
@@ -56900,11 +56900,11 @@
|
|
|
56900
56900
|
"deprecationReason": null
|
|
56901
56901
|
},
|
|
56902
56902
|
{
|
|
56903
|
-
"name": "
|
|
56904
|
-
"description": "Budget
|
|
56903
|
+
"name": "budget",
|
|
56904
|
+
"description": "Budget configuration",
|
|
56905
56905
|
"type": {
|
|
56906
56906
|
"kind": "INPUT_OBJECT",
|
|
56907
|
-
"name": "
|
|
56907
|
+
"name": "BudgetConfigurationInput",
|
|
56908
56908
|
"ofType": null
|
|
56909
56909
|
},
|
|
56910
56910
|
"defaultValue": null,
|
|
@@ -57251,11 +57251,11 @@
|
|
|
57251
57251
|
"deprecationReason": null
|
|
57252
57252
|
},
|
|
57253
57253
|
{
|
|
57254
|
-
"name": "
|
|
57255
|
-
"description": "Budget
|
|
57254
|
+
"name": "budget",
|
|
57255
|
+
"description": "Budget configuration",
|
|
57256
57256
|
"type": {
|
|
57257
57257
|
"kind": "INPUT_OBJECT",
|
|
57258
|
-
"name": "
|
|
57258
|
+
"name": "BudgetConfigurationInput",
|
|
57259
57259
|
"ofType": null
|
|
57260
57260
|
},
|
|
57261
57261
|
"defaultValue": null,
|
|
@@ -67005,11 +67005,11 @@
|
|
|
67005
67005
|
"deprecationReason": null
|
|
67006
67006
|
},
|
|
67007
67007
|
{
|
|
67008
|
-
"name": "
|
|
67009
|
-
"description": "Budget
|
|
67008
|
+
"name": "budget",
|
|
67009
|
+
"description": "Budget configuration",
|
|
67010
67010
|
"type": {
|
|
67011
67011
|
"kind": "INPUT_OBJECT",
|
|
67012
|
-
"name": "
|
|
67012
|
+
"name": "BudgetConfigurationInput",
|
|
67013
67013
|
"ofType": null
|
|
67014
67014
|
},
|
|
67015
67015
|
"defaultValue": null,
|
|
@@ -74668,11 +74668,11 @@
|
|
|
74668
74668
|
"deprecationReason": null
|
|
74669
74669
|
},
|
|
74670
74670
|
{
|
|
74671
|
-
"name": "
|
|
74672
|
-
"description": "Budget
|
|
74671
|
+
"name": "budget",
|
|
74672
|
+
"description": "Budget configuration",
|
|
74673
74673
|
"type": {
|
|
74674
74674
|
"kind": "INPUT_OBJECT",
|
|
74675
|
-
"name": "
|
|
74675
|
+
"name": "BudgetConfigurationInput",
|
|
74676
74676
|
"ofType": null
|
|
74677
74677
|
},
|
|
74678
74678
|
"defaultValue": 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: 1.
|
|
4
|
+
version: 1.124.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|