stigg-api-client 5.80.1 → 5.82.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 808b62525ccb888d2d87d39fc687074897b0ff472ee1034719df1b81144d2d88
4
- data.tar.gz: d9a4ec789fa8f2b0d15bc93f9896d961445977240730d521d178a1268322b4f3
3
+ metadata.gz: 90ce9fec7eb69ce12d536c683ab3d0e3c6371b3e9ebda94dd616908753fe2756
4
+ data.tar.gz: 0ad48bf4cc187f54096b89ead923105697b46be7373d94557739da479f45948f
5
5
  SHA512:
6
- metadata.gz: c96f7ea22f606e0150292cf99c6d7f91d93c942bf3fe8bff31d5e3c41dd35f3ccfe40f7c1272ac9e00a733e5bebea8bc86609260ae52cd1b1c2bbdaa54a4e204
7
- data.tar.gz: 5fa4565071e71b3b06fe9a8beb1ab60e0b9219a464759275e17c4e6cb59e76e1f423c090d1d3a00e3d12f39a60bdd0bef926050625f0dd39b10a989a8438e75f
6
+ metadata.gz: 01e5568d24aee416afe75b2e7f1c4a4c0f0b71fe76badf2f550250e936460aec743844511b27889f4699ca91663521c1fff698d7eebd0cd1ac5203d499d8e144
7
+ data.tar.gz: 8ebc3bed078a3be2d6dd7c02b7fc96dfebcc4e0f36ebeb361a390addbea39df1410ac18811de4f02d222077c5d45a75ffd227a2c747d93fd0f1deb7c876a2ff7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.80.1)
4
+ stigg-api-client (5.82.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -74691,6 +74799,26 @@
74691
74799
  "isDeprecated": false,
74692
74800
  "deprecationReason": null
74693
74801
  },
74802
+ {
74803
+ "name": "charges",
74804
+ "description": null,
74805
+ "type": {
74806
+ "kind": "LIST",
74807
+ "name": null,
74808
+ "ofType": {
74809
+ "kind": "NON_NULL",
74810
+ "name": null,
74811
+ "ofType": {
74812
+ "kind": "INPUT_OBJECT",
74813
+ "name": "ChargeInput",
74814
+ "ofType": null
74815
+ }
74816
+ }
74817
+ },
74818
+ "defaultValue": null,
74819
+ "isDeprecated": false,
74820
+ "deprecationReason": null
74821
+ },
74694
74822
  {
74695
74823
  "name": "minimumSpend",
74696
74824
  "description": "The minimum spend configuration",
@@ -75069,6 +75197,26 @@
75069
75197
  "isDeprecated": false,
75070
75198
  "deprecationReason": null
75071
75199
  },
75200
+ {
75201
+ "name": "charges",
75202
+ "description": null,
75203
+ "type": {
75204
+ "kind": "LIST",
75205
+ "name": null,
75206
+ "ofType": {
75207
+ "kind": "NON_NULL",
75208
+ "name": null,
75209
+ "ofType": {
75210
+ "kind": "INPUT_OBJECT",
75211
+ "name": "ChargeInput",
75212
+ "ofType": null
75213
+ }
75214
+ }
75215
+ },
75216
+ "defaultValue": null,
75217
+ "isDeprecated": false,
75218
+ "deprecationReason": null
75219
+ },
75072
75220
  {
75073
75221
  "name": "checkoutOptions",
75074
75222
  "description": null,
@@ -75468,6 +75616,26 @@
75468
75616
  "isDeprecated": false,
75469
75617
  "deprecationReason": null
75470
75618
  },
75619
+ {
75620
+ "name": "charges",
75621
+ "description": null,
75622
+ "type": {
75623
+ "kind": "LIST",
75624
+ "name": null,
75625
+ "ofType": {
75626
+ "kind": "NON_NULL",
75627
+ "name": null,
75628
+ "ofType": {
75629
+ "kind": "INPUT_OBJECT",
75630
+ "name": "ChargeInput",
75631
+ "ofType": null
75632
+ }
75633
+ }
75634
+ },
75635
+ "defaultValue": null,
75636
+ "isDeprecated": false,
75637
+ "deprecationReason": null
75638
+ },
75471
75639
  {
75472
75640
  "name": "checkoutOptions",
75473
75641
  "description": null,
@@ -87125,6 +87293,26 @@
87125
87293
  "isDeprecated": false,
87126
87294
  "deprecationReason": null
87127
87295
  },
87296
+ {
87297
+ "name": "charges",
87298
+ "description": null,
87299
+ "type": {
87300
+ "kind": "LIST",
87301
+ "name": null,
87302
+ "ofType": {
87303
+ "kind": "NON_NULL",
87304
+ "name": null,
87305
+ "ofType": {
87306
+ "kind": "INPUT_OBJECT",
87307
+ "name": "ChargeInput",
87308
+ "ofType": null
87309
+ }
87310
+ }
87311
+ },
87312
+ "defaultValue": null,
87313
+ "isDeprecated": false,
87314
+ "deprecationReason": null
87315
+ },
87128
87316
  {
87129
87317
  "name": "crmId",
87130
87318
  "description": null,
@@ -90456,6 +90644,18 @@
90456
90644
  "isDeprecated": false,
90457
90645
  "deprecationReason": null
90458
90646
  },
90647
+ {
90648
+ "name": "creditsQuantity",
90649
+ "description": null,
90650
+ "args": [],
90651
+ "type": {
90652
+ "kind": "SCALAR",
90653
+ "name": "Float",
90654
+ "ofType": null
90655
+ },
90656
+ "isDeprecated": false,
90657
+ "deprecationReason": null
90658
+ },
90459
90659
  {
90460
90660
  "name": "featureId",
90461
90661
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.80.1"
4
+ VERSION = "5.82.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.80.1
4
+ version: 5.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg