stigg-api-client 1.146.0 → 1.148.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: 966fe669b41b74765443333ef48c5b214a4b537b5bd50973bdc58f854054b04c
4
- data.tar.gz: b8bc40c81dd945b581aef1806731add242cd9b3e656522918ea932636dfd3f7f
3
+ metadata.gz: 32dbb419450f796377d5ada650782a2a7c57ed890559a3b3c7246060d2800dcf
4
+ data.tar.gz: 3f6b904d87db642051a4291723eed8d631d77c7a1a66d6a94b0a8a50d1225f18
5
5
  SHA512:
6
- metadata.gz: ff53a5f234f66e305fbfa24c708b0436110991d69cfea4ddca7c5d1563516ee3f18d3b68b9ad6dcfad03e4bc3a38f632241cfd3d2a0453452bea1f9fd20f5160
7
- data.tar.gz: 4d058976300089dfd08bd7ba4a78a64eeb7f9e835c28cdff4ae9ffd25194ae67c232331cf6c56a5f1ab2e2ece2a2c93321ba673c2f88d0237c903d3a006f5539
6
+ metadata.gz: f38a62f21811aec124e37096a46297fbae9eb6789e0619c1d7d472a78a3c22a2cc5630ee167ebcd804a2721ee71e39981d7a0e16ab7ad9992b1ac3ac5ad0918d
7
+ data.tar.gz: 11378f3ab0bf0a363cf69c73ce913943beea8e31a422a97ffb1b593a61a679e4d5a06501cca3044a57e4107b150e478bed44fd8d2f1616d5061ad7d27a3e87f4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.146.0)
4
+ stigg-api-client (1.148.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -3508,6 +3508,30 @@
3508
3508
  "isDeprecated": false,
3509
3509
  "deprecationReason": null
3510
3510
  },
3511
+ {
3512
+ "name": "minimumSpend",
3513
+ "description": "The minimum spend configuration",
3514
+ "type": {
3515
+ "kind": "INPUT_OBJECT",
3516
+ "name": "SubscriptionMinimumSpendValueInput",
3517
+ "ofType": null
3518
+ },
3519
+ "defaultValue": null,
3520
+ "isDeprecated": false,
3521
+ "deprecationReason": null
3522
+ },
3523
+ {
3524
+ "name": "paymentCollectionMethod",
3525
+ "description": "Subscription payment collection method",
3526
+ "type": {
3527
+ "kind": "ENUM",
3528
+ "name": "PaymentCollectionMethod",
3529
+ "ofType": null
3530
+ },
3531
+ "defaultValue": "CHARGE",
3532
+ "isDeprecated": false,
3533
+ "deprecationReason": null
3534
+ },
3511
3535
  {
3512
3536
  "name": "paymentMethodId",
3513
3537
  "description": null,
@@ -15966,6 +15990,18 @@
15966
15990
  "isDeprecated": false,
15967
15991
  "deprecationReason": null
15968
15992
  },
15993
+ {
15994
+ "name": "minimumSpend",
15995
+ "description": "Minimum spend configuration",
15996
+ "args": [],
15997
+ "type": {
15998
+ "kind": "OBJECT",
15999
+ "name": "SubscriptionMinimumSpend",
16000
+ "ofType": null
16001
+ },
16002
+ "isDeprecated": false,
16003
+ "deprecationReason": null
16004
+ },
15969
16005
  {
15970
16006
  "name": "oldBillingId",
15971
16007
  "description": null,
@@ -16014,6 +16050,18 @@
16014
16050
  "isDeprecated": false,
16015
16051
  "deprecationReason": null
16016
16052
  },
16053
+ {
16054
+ "name": "paymentCollectionMethod",
16055
+ "description": "Payment collection method of the subscription",
16056
+ "args": [],
16057
+ "type": {
16058
+ "kind": "ENUM",
16059
+ "name": "PaymentCollectionMethod",
16060
+ "ofType": null
16061
+ },
16062
+ "isDeprecated": false,
16063
+ "deprecationReason": null
16064
+ },
16017
16065
  {
16018
16066
  "name": "plan",
16019
16067
  "description": null,
@@ -35361,9 +35409,13 @@
35361
35409
  "name": "minimum",
35362
35410
  "description": "The minimum spend value",
35363
35411
  "type": {
35364
- "kind": "INPUT_OBJECT",
35365
- "name": "MoneyInputDTO",
35366
- "ofType": null
35412
+ "kind": "NON_NULL",
35413
+ "name": null,
35414
+ "ofType": {
35415
+ "kind": "INPUT_OBJECT",
35416
+ "name": "MoneyInputDTO",
35417
+ "ofType": null
35418
+ }
35367
35419
  },
35368
35420
  "defaultValue": null,
35369
35421
  "isDeprecated": false,
@@ -45826,6 +45878,29 @@
45826
45878
  "enumValues": null,
45827
45879
  "possibleTypes": null
45828
45880
  },
45881
+ {
45882
+ "kind": "ENUM",
45883
+ "name": "PaymentCollectionMethod",
45884
+ "description": "Either pay for this subscription using the default payment method of the customer, or generate an invoice with payment details to be paid manually.",
45885
+ "fields": null,
45886
+ "inputFields": null,
45887
+ "interfaces": null,
45888
+ "enumValues": [
45889
+ {
45890
+ "name": "CHARGE",
45891
+ "description": "Automatically charge the payment method on file",
45892
+ "isDeprecated": false,
45893
+ "deprecationReason": null
45894
+ },
45895
+ {
45896
+ "name": "INVOICE",
45897
+ "description": "Generate an invoice to the customer to pay manually",
45898
+ "isDeprecated": false,
45899
+ "deprecationReason": null
45900
+ }
45901
+ ],
45902
+ "possibleTypes": null
45903
+ },
45829
45904
  {
45830
45905
  "kind": "ENUM",
45831
45906
  "name": "PaymentMethodType",
@@ -56990,6 +57065,30 @@
56990
57065
  "isDeprecated": false,
56991
57066
  "deprecationReason": null
56992
57067
  },
57068
+ {
57069
+ "name": "minimumSpend",
57070
+ "description": "The minimum spend configuration",
57071
+ "type": {
57072
+ "kind": "INPUT_OBJECT",
57073
+ "name": "SubscriptionMinimumSpendValueInput",
57074
+ "ofType": null
57075
+ },
57076
+ "defaultValue": null,
57077
+ "isDeprecated": false,
57078
+ "deprecationReason": null
57079
+ },
57080
+ {
57081
+ "name": "paymentCollectionMethod",
57082
+ "description": "Subscription payment collection method",
57083
+ "type": {
57084
+ "kind": "ENUM",
57085
+ "name": "PaymentCollectionMethod",
57086
+ "ofType": null
57087
+ },
57088
+ "defaultValue": "CHARGE",
57089
+ "isDeprecated": false,
57090
+ "deprecationReason": null
57091
+ },
56993
57092
  {
56994
57093
  "name": "planId",
56995
57094
  "description": null,
@@ -57360,6 +57459,30 @@
57360
57459
  "isDeprecated": false,
57361
57460
  "deprecationReason": null
57362
57461
  },
57462
+ {
57463
+ "name": "minimumSpend",
57464
+ "description": "The minimum spend configuration",
57465
+ "type": {
57466
+ "kind": "INPUT_OBJECT",
57467
+ "name": "SubscriptionMinimumSpendValueInput",
57468
+ "ofType": null
57469
+ },
57470
+ "defaultValue": null,
57471
+ "isDeprecated": false,
57472
+ "deprecationReason": null
57473
+ },
57474
+ {
57475
+ "name": "paymentCollectionMethod",
57476
+ "description": "Subscription payment collection method",
57477
+ "type": {
57478
+ "kind": "ENUM",
57479
+ "name": "PaymentCollectionMethod",
57480
+ "ofType": null
57481
+ },
57482
+ "defaultValue": "CHARGE",
57483
+ "isDeprecated": false,
57484
+ "deprecationReason": null
57485
+ },
57363
57486
  {
57364
57487
  "name": "planId",
57365
57488
  "description": null,
@@ -57711,6 +57834,30 @@
57711
57834
  "isDeprecated": false,
57712
57835
  "deprecationReason": null
57713
57836
  },
57837
+ {
57838
+ "name": "minimumSpend",
57839
+ "description": "The minimum spend configuration",
57840
+ "type": {
57841
+ "kind": "INPUT_OBJECT",
57842
+ "name": "SubscriptionMinimumSpendValueInput",
57843
+ "ofType": null
57844
+ },
57845
+ "defaultValue": null,
57846
+ "isDeprecated": false,
57847
+ "deprecationReason": null
57848
+ },
57849
+ {
57850
+ "name": "paymentCollectionMethod",
57851
+ "description": "Subscription payment collection method",
57852
+ "type": {
57853
+ "kind": "ENUM",
57854
+ "name": "PaymentCollectionMethod",
57855
+ "ofType": null
57856
+ },
57857
+ "defaultValue": "CHARGE",
57858
+ "isDeprecated": false,
57859
+ "deprecationReason": null
57860
+ },
57714
57861
  {
57715
57862
  "name": "planId",
57716
57863
  "description": null,
@@ -67525,6 +67672,30 @@
67525
67672
  "isDeprecated": false,
67526
67673
  "deprecationReason": null
67527
67674
  },
67675
+ {
67676
+ "name": "minimumSpend",
67677
+ "description": "The minimum spend configuration",
67678
+ "type": {
67679
+ "kind": "INPUT_OBJECT",
67680
+ "name": "SubscriptionMinimumSpendValueInput",
67681
+ "ofType": null
67682
+ },
67683
+ "defaultValue": null,
67684
+ "isDeprecated": false,
67685
+ "deprecationReason": null
67686
+ },
67687
+ {
67688
+ "name": "paymentCollectionMethod",
67689
+ "description": "Subscription payment collection method",
67690
+ "type": {
67691
+ "kind": "ENUM",
67692
+ "name": "PaymentCollectionMethod",
67693
+ "ofType": null
67694
+ },
67695
+ "defaultValue": "CHARGE",
67696
+ "isDeprecated": false,
67697
+ "deprecationReason": null
67698
+ },
67528
67699
  {
67529
67700
  "name": "planId",
67530
67701
  "description": null,
@@ -68881,6 +69052,64 @@
68881
69052
  ],
68882
69053
  "possibleTypes": null
68883
69054
  },
69055
+ {
69056
+ "kind": "OBJECT",
69057
+ "name": "SubscriptionMinimumSpend",
69058
+ "description": "Subscription minimum spend",
69059
+ "fields": [
69060
+ {
69061
+ "name": "isOverride",
69062
+ "description": "Is the minimum spend an override on the subscription level",
69063
+ "args": [],
69064
+ "type": {
69065
+ "kind": "SCALAR",
69066
+ "name": "Boolean",
69067
+ "ofType": null
69068
+ },
69069
+ "isDeprecated": false,
69070
+ "deprecationReason": null
69071
+ },
69072
+ {
69073
+ "name": "minimum",
69074
+ "description": "The minimum spend limit",
69075
+ "args": [],
69076
+ "type": {
69077
+ "kind": "OBJECT",
69078
+ "name": "Money",
69079
+ "ofType": null
69080
+ },
69081
+ "isDeprecated": false,
69082
+ "deprecationReason": null
69083
+ }
69084
+ ],
69085
+ "inputFields": null,
69086
+ "interfaces": [],
69087
+ "enumValues": null,
69088
+ "possibleTypes": null
69089
+ },
69090
+ {
69091
+ "kind": "INPUT_OBJECT",
69092
+ "name": "SubscriptionMinimumSpendValueInput",
69093
+ "description": "Subscription minimum spend",
69094
+ "fields": null,
69095
+ "inputFields": [
69096
+ {
69097
+ "name": "minimum",
69098
+ "description": "The minimum spend",
69099
+ "type": {
69100
+ "kind": "INPUT_OBJECT",
69101
+ "name": "MoneyInputDTO",
69102
+ "ofType": null
69103
+ },
69104
+ "defaultValue": null,
69105
+ "isDeprecated": false,
69106
+ "deprecationReason": null
69107
+ }
69108
+ ],
69109
+ "interfaces": null,
69110
+ "enumValues": null,
69111
+ "possibleTypes": null
69112
+ },
68884
69113
  {
68885
69114
  "kind": "OBJECT",
68886
69115
  "name": "SubscriptionMustHaveSinglePlanError",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.146.0"
4
+ VERSION = "1.148.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: 1.146.0
4
+ version: 1.148.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg