stigg-api-client 5.80.1 → 5.84.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 +206 -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: 47aec27e1a2b98df78349e4009860cb4024d5d8c8ea4372b5b6cefee2f721d99
|
|
4
|
+
data.tar.gz: bd65f3b6b095748173e6b66aa262f139242cf69fd6f9c3894bb703256177b7c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9818da91ee89b9fd37de92ec55e7f87d98e4c7c1716eeb609753b66f6e4c681d1dc321a13b7f98cbdd4396e1fdaa9223ba6681f9375245ebfd1552b36b114356
|
|
7
|
+
data.tar.gz: c3bbfd8304851afb88796b87e6cb4e01c528b042e5418dcfb05e6e3fa51a295411016459175dfc63113e244e98ff218eb6959f96e14f7156da1db595dea73c03
|
data/Gemfile.lock
CHANGED
|
@@ -4347,6 +4347,26 @@
|
|
|
4347
4347
|
"isDeprecated": false,
|
|
4348
4348
|
"deprecationReason": null
|
|
4349
4349
|
},
|
|
4350
|
+
{
|
|
4351
|
+
"name": "charges",
|
|
4352
|
+
"description": null,
|
|
4353
|
+
"type": {
|
|
4354
|
+
"kind": "LIST",
|
|
4355
|
+
"name": null,
|
|
4356
|
+
"ofType": {
|
|
4357
|
+
"kind": "NON_NULL",
|
|
4358
|
+
"name": null,
|
|
4359
|
+
"ofType": {
|
|
4360
|
+
"kind": "INPUT_OBJECT",
|
|
4361
|
+
"name": "ChargeInput",
|
|
4362
|
+
"ofType": null
|
|
4363
|
+
}
|
|
4364
|
+
}
|
|
4365
|
+
},
|
|
4366
|
+
"defaultValue": null,
|
|
4367
|
+
"isDeprecated": false,
|
|
4368
|
+
"deprecationReason": null
|
|
4369
|
+
},
|
|
4350
4370
|
{
|
|
4351
4371
|
"name": "customerId",
|
|
4352
4372
|
"description": "Customer ID",
|
|
@@ -8486,6 +8506,65 @@
|
|
|
8486
8506
|
"enumValues": null,
|
|
8487
8507
|
"possibleTypes": null
|
|
8488
8508
|
},
|
|
8509
|
+
{
|
|
8510
|
+
"kind": "INPUT_OBJECT",
|
|
8511
|
+
"name": "ChargeInput",
|
|
8512
|
+
"description": null,
|
|
8513
|
+
"fields": null,
|
|
8514
|
+
"inputFields": [
|
|
8515
|
+
{
|
|
8516
|
+
"name": "id",
|
|
8517
|
+
"description": null,
|
|
8518
|
+
"type": {
|
|
8519
|
+
"kind": "NON_NULL",
|
|
8520
|
+
"name": null,
|
|
8521
|
+
"ofType": {
|
|
8522
|
+
"kind": "SCALAR",
|
|
8523
|
+
"name": "String",
|
|
8524
|
+
"ofType": null
|
|
8525
|
+
}
|
|
8526
|
+
},
|
|
8527
|
+
"defaultValue": null,
|
|
8528
|
+
"isDeprecated": false,
|
|
8529
|
+
"deprecationReason": null
|
|
8530
|
+
},
|
|
8531
|
+
{
|
|
8532
|
+
"name": "quantity",
|
|
8533
|
+
"description": null,
|
|
8534
|
+
"type": {
|
|
8535
|
+
"kind": "NON_NULL",
|
|
8536
|
+
"name": null,
|
|
8537
|
+
"ofType": {
|
|
8538
|
+
"kind": "SCALAR",
|
|
8539
|
+
"name": "Float",
|
|
8540
|
+
"ofType": null
|
|
8541
|
+
}
|
|
8542
|
+
},
|
|
8543
|
+
"defaultValue": null,
|
|
8544
|
+
"isDeprecated": false,
|
|
8545
|
+
"deprecationReason": null
|
|
8546
|
+
},
|
|
8547
|
+
{
|
|
8548
|
+
"name": "type",
|
|
8549
|
+
"description": null,
|
|
8550
|
+
"type": {
|
|
8551
|
+
"kind": "NON_NULL",
|
|
8552
|
+
"name": null,
|
|
8553
|
+
"ofType": {
|
|
8554
|
+
"kind": "ENUM",
|
|
8555
|
+
"name": "ChargeType",
|
|
8556
|
+
"ofType": null
|
|
8557
|
+
}
|
|
8558
|
+
},
|
|
8559
|
+
"defaultValue": null,
|
|
8560
|
+
"isDeprecated": false,
|
|
8561
|
+
"deprecationReason": null
|
|
8562
|
+
}
|
|
8563
|
+
],
|
|
8564
|
+
"interfaces": null,
|
|
8565
|
+
"enumValues": null,
|
|
8566
|
+
"possibleTypes": null
|
|
8567
|
+
},
|
|
8489
8568
|
{
|
|
8490
8569
|
"kind": "OBJECT",
|
|
8491
8570
|
"name": "ChargeSubscriptionUsage",
|
|
@@ -8632,6 +8711,29 @@
|
|
|
8632
8711
|
"enumValues": null,
|
|
8633
8712
|
"possibleTypes": null
|
|
8634
8713
|
},
|
|
8714
|
+
{
|
|
8715
|
+
"kind": "ENUM",
|
|
8716
|
+
"name": "ChargeType",
|
|
8717
|
+
"description": "Charge type",
|
|
8718
|
+
"fields": null,
|
|
8719
|
+
"inputFields": null,
|
|
8720
|
+
"interfaces": null,
|
|
8721
|
+
"enumValues": [
|
|
8722
|
+
{
|
|
8723
|
+
"name": "CREDIT",
|
|
8724
|
+
"description": "Credit",
|
|
8725
|
+
"isDeprecated": false,
|
|
8726
|
+
"deprecationReason": null
|
|
8727
|
+
},
|
|
8728
|
+
{
|
|
8729
|
+
"name": "FEATURE",
|
|
8730
|
+
"description": "Feature",
|
|
8731
|
+
"isDeprecated": false,
|
|
8732
|
+
"deprecationReason": null
|
|
8733
|
+
}
|
|
8734
|
+
],
|
|
8735
|
+
"possibleTypes": null
|
|
8736
|
+
},
|
|
8635
8737
|
{
|
|
8636
8738
|
"kind": "OBJECT",
|
|
8637
8739
|
"name": "CheckoutBillingIntegration",
|
|
@@ -14998,6 +15100,12 @@
|
|
|
14998
15100
|
"description": "Promotional credit grant",
|
|
14999
15101
|
"isDeprecated": false,
|
|
15000
15102
|
"deprecationReason": null
|
|
15103
|
+
},
|
|
15104
|
+
{
|
|
15105
|
+
"name": "RECURRING",
|
|
15106
|
+
"description": "Recurring credit grant",
|
|
15107
|
+
"isDeprecated": false,
|
|
15108
|
+
"deprecationReason": null
|
|
15001
15109
|
}
|
|
15002
15110
|
],
|
|
15003
15111
|
"possibleTypes": null
|
|
@@ -33648,6 +33756,12 @@
|
|
|
33648
33756
|
"isDeprecated": false,
|
|
33649
33757
|
"deprecationReason": null
|
|
33650
33758
|
},
|
|
33759
|
+
{
|
|
33760
|
+
"name": "AUTOMATIC_RECHARGE_CONFIGURATION_CHANGED",
|
|
33761
|
+
"description": "Automatic recharge configuration changed",
|
|
33762
|
+
"isDeprecated": false,
|
|
33763
|
+
"deprecationReason": null
|
|
33764
|
+
},
|
|
33651
33765
|
{
|
|
33652
33766
|
"name": "AUTOMATIC_RECHARGE_OPERATION_ATTEMPTED",
|
|
33653
33767
|
"description": "Automatic recharge operation attempted",
|
|
@@ -74691,6 +74805,26 @@
|
|
|
74691
74805
|
"isDeprecated": false,
|
|
74692
74806
|
"deprecationReason": null
|
|
74693
74807
|
},
|
|
74808
|
+
{
|
|
74809
|
+
"name": "charges",
|
|
74810
|
+
"description": null,
|
|
74811
|
+
"type": {
|
|
74812
|
+
"kind": "LIST",
|
|
74813
|
+
"name": null,
|
|
74814
|
+
"ofType": {
|
|
74815
|
+
"kind": "NON_NULL",
|
|
74816
|
+
"name": null,
|
|
74817
|
+
"ofType": {
|
|
74818
|
+
"kind": "INPUT_OBJECT",
|
|
74819
|
+
"name": "ChargeInput",
|
|
74820
|
+
"ofType": null
|
|
74821
|
+
}
|
|
74822
|
+
}
|
|
74823
|
+
},
|
|
74824
|
+
"defaultValue": null,
|
|
74825
|
+
"isDeprecated": false,
|
|
74826
|
+
"deprecationReason": null
|
|
74827
|
+
},
|
|
74694
74828
|
{
|
|
74695
74829
|
"name": "minimumSpend",
|
|
74696
74830
|
"description": "The minimum spend configuration",
|
|
@@ -75069,6 +75203,26 @@
|
|
|
75069
75203
|
"isDeprecated": false,
|
|
75070
75204
|
"deprecationReason": null
|
|
75071
75205
|
},
|
|
75206
|
+
{
|
|
75207
|
+
"name": "charges",
|
|
75208
|
+
"description": null,
|
|
75209
|
+
"type": {
|
|
75210
|
+
"kind": "LIST",
|
|
75211
|
+
"name": null,
|
|
75212
|
+
"ofType": {
|
|
75213
|
+
"kind": "NON_NULL",
|
|
75214
|
+
"name": null,
|
|
75215
|
+
"ofType": {
|
|
75216
|
+
"kind": "INPUT_OBJECT",
|
|
75217
|
+
"name": "ChargeInput",
|
|
75218
|
+
"ofType": null
|
|
75219
|
+
}
|
|
75220
|
+
}
|
|
75221
|
+
},
|
|
75222
|
+
"defaultValue": null,
|
|
75223
|
+
"isDeprecated": false,
|
|
75224
|
+
"deprecationReason": null
|
|
75225
|
+
},
|
|
75072
75226
|
{
|
|
75073
75227
|
"name": "checkoutOptions",
|
|
75074
75228
|
"description": null,
|
|
@@ -75468,6 +75622,26 @@
|
|
|
75468
75622
|
"isDeprecated": false,
|
|
75469
75623
|
"deprecationReason": null
|
|
75470
75624
|
},
|
|
75625
|
+
{
|
|
75626
|
+
"name": "charges",
|
|
75627
|
+
"description": null,
|
|
75628
|
+
"type": {
|
|
75629
|
+
"kind": "LIST",
|
|
75630
|
+
"name": null,
|
|
75631
|
+
"ofType": {
|
|
75632
|
+
"kind": "NON_NULL",
|
|
75633
|
+
"name": null,
|
|
75634
|
+
"ofType": {
|
|
75635
|
+
"kind": "INPUT_OBJECT",
|
|
75636
|
+
"name": "ChargeInput",
|
|
75637
|
+
"ofType": null
|
|
75638
|
+
}
|
|
75639
|
+
}
|
|
75640
|
+
},
|
|
75641
|
+
"defaultValue": null,
|
|
75642
|
+
"isDeprecated": false,
|
|
75643
|
+
"deprecationReason": null
|
|
75644
|
+
},
|
|
75471
75645
|
{
|
|
75472
75646
|
"name": "checkoutOptions",
|
|
75473
75647
|
"description": null,
|
|
@@ -87125,6 +87299,26 @@
|
|
|
87125
87299
|
"isDeprecated": false,
|
|
87126
87300
|
"deprecationReason": null
|
|
87127
87301
|
},
|
|
87302
|
+
{
|
|
87303
|
+
"name": "charges",
|
|
87304
|
+
"description": null,
|
|
87305
|
+
"type": {
|
|
87306
|
+
"kind": "LIST",
|
|
87307
|
+
"name": null,
|
|
87308
|
+
"ofType": {
|
|
87309
|
+
"kind": "NON_NULL",
|
|
87310
|
+
"name": null,
|
|
87311
|
+
"ofType": {
|
|
87312
|
+
"kind": "INPUT_OBJECT",
|
|
87313
|
+
"name": "ChargeInput",
|
|
87314
|
+
"ofType": null
|
|
87315
|
+
}
|
|
87316
|
+
}
|
|
87317
|
+
},
|
|
87318
|
+
"defaultValue": null,
|
|
87319
|
+
"isDeprecated": false,
|
|
87320
|
+
"deprecationReason": null
|
|
87321
|
+
},
|
|
87128
87322
|
{
|
|
87129
87323
|
"name": "crmId",
|
|
87130
87324
|
"description": null,
|
|
@@ -90456,6 +90650,18 @@
|
|
|
90456
90650
|
"isDeprecated": false,
|
|
90457
90651
|
"deprecationReason": null
|
|
90458
90652
|
},
|
|
90653
|
+
{
|
|
90654
|
+
"name": "creditsQuantity",
|
|
90655
|
+
"description": null,
|
|
90656
|
+
"args": [],
|
|
90657
|
+
"type": {
|
|
90658
|
+
"kind": "SCALAR",
|
|
90659
|
+
"name": "Float",
|
|
90660
|
+
"ofType": null
|
|
90661
|
+
},
|
|
90662
|
+
"isDeprecated": false,
|
|
90663
|
+
"deprecationReason": null
|
|
90664
|
+
},
|
|
90459
90665
|
{
|
|
90460
90666
|
"name": "featureId",
|
|
90461
90667
|
"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: 5.
|
|
4
|
+
version: 5.84.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-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|