stigg-api-client 2.85.7 → 2.99.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: 6f2ed2fcf41115d408fec516a8aa1f775073aac885b00e7a2b34699e99b718d3
4
- data.tar.gz: dd5efd08e70cd39b3c3c20d2e69fc100eccf69f98fc49402a6b6e930dd96738e
3
+ metadata.gz: 3ced88e442bf2c4353bf492edc5588338af873b6d532b982c460e7da9446750c
4
+ data.tar.gz: d829586b8baced286237e5be8fe0d2b8b00f9c34ea1fa6a713325afc01d9c8b6
5
5
  SHA512:
6
- metadata.gz: 31908ebe18a631b4146fe21e45d665ddeea824f51a18130a2d8e7aa5f9bb9468b9b9cd87c25a2d6c2d746ceb931352a4c42f8449babbd8e56f169857f0995194
7
- data.tar.gz: 4c01ed878c514a73d08f77797a67bbfbf5dfaf1cfe73f943793ec3a463997836f183914abfb553edbbaee4de05b1c674587c84e55705841dcb9741f2cf4afbb4
6
+ metadata.gz: 97dabfbb6b533566b9be0874bb881006fc1938fcce502baa53d69b4f82c870d94f5645b36c8a81f056c6582e23c28fb1a146936dec4ecd573fc64c668ca3076d
7
+ data.tar.gz: 9edecf0443041c3eaccab290bfd27b886b3aaa76faf628e361d257c5f47cb1471b945e9fa844efad14c669ac05a2a458bf61d39ea8873efc5f7db944bc8be9be
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.85.7)
4
+ stigg-api-client (2.99.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -3288,6 +3288,18 @@
3288
3288
  "isDeprecated": false,
3289
3289
  "deprecationReason": null
3290
3290
  },
3291
+ {
3292
+ "name": "appliedCoupon",
3293
+ "description": "Coupon input",
3294
+ "type": {
3295
+ "kind": "INPUT_OBJECT",
3296
+ "name": "SubscriptionCouponInput",
3297
+ "ofType": null
3298
+ },
3299
+ "defaultValue": null,
3300
+ "isDeprecated": false,
3301
+ "deprecationReason": null
3302
+ },
3291
3303
  {
3292
3304
  "name": "awaitPaymentConfirmation",
3293
3305
  "description": null,
@@ -3408,6 +3420,18 @@
3408
3420
  "isDeprecated": false,
3409
3421
  "deprecationReason": null
3410
3422
  },
3423
+ {
3424
+ "name": "payingCustomerId",
3425
+ "description": null,
3426
+ "type": {
3427
+ "kind": "SCALAR",
3428
+ "name": "String",
3429
+ "ofType": null
3430
+ },
3431
+ "defaultValue": null,
3432
+ "isDeprecated": false,
3433
+ "deprecationReason": null
3434
+ },
3411
3435
  {
3412
3436
  "name": "paymentCollectionMethod",
3413
3437
  "description": "Subscription payment collection method",
@@ -5781,7 +5805,7 @@
5781
5805
  "enumValues": [
5782
5806
  {
5783
5807
  "name": "STRIPE",
5784
- "description": null,
5808
+ "description": "Stripe billing vendor",
5785
5809
  "isDeprecated": false,
5786
5810
  "deprecationReason": null
5787
5811
  }
@@ -6072,6 +6096,81 @@
6072
6096
  ],
6073
6097
  "possibleTypes": null
6074
6098
  },
6099
+ {
6100
+ "kind": "OBJECT",
6101
+ "name": "ChangingPayingCustomerIsNotSupportedError",
6102
+ "description": null,
6103
+ "fields": [
6104
+ {
6105
+ "name": "code",
6106
+ "description": null,
6107
+ "args": [],
6108
+ "type": {
6109
+ "kind": "NON_NULL",
6110
+ "name": null,
6111
+ "ofType": {
6112
+ "kind": "SCALAR",
6113
+ "name": "String",
6114
+ "ofType": null
6115
+ }
6116
+ },
6117
+ "isDeprecated": false,
6118
+ "deprecationReason": null
6119
+ },
6120
+ {
6121
+ "name": "currentPayingCustomerId",
6122
+ "description": null,
6123
+ "args": [],
6124
+ "type": {
6125
+ "kind": "NON_NULL",
6126
+ "name": null,
6127
+ "ofType": {
6128
+ "kind": "SCALAR",
6129
+ "name": "String",
6130
+ "ofType": null
6131
+ }
6132
+ },
6133
+ "isDeprecated": false,
6134
+ "deprecationReason": null
6135
+ },
6136
+ {
6137
+ "name": "isValidationError",
6138
+ "description": null,
6139
+ "args": [],
6140
+ "type": {
6141
+ "kind": "NON_NULL",
6142
+ "name": null,
6143
+ "ofType": {
6144
+ "kind": "SCALAR",
6145
+ "name": "Boolean",
6146
+ "ofType": null
6147
+ }
6148
+ },
6149
+ "isDeprecated": false,
6150
+ "deprecationReason": null
6151
+ },
6152
+ {
6153
+ "name": "newPayingCustomerId",
6154
+ "description": null,
6155
+ "args": [],
6156
+ "type": {
6157
+ "kind": "NON_NULL",
6158
+ "name": null,
6159
+ "ofType": {
6160
+ "kind": "SCALAR",
6161
+ "name": "String",
6162
+ "ofType": null
6163
+ }
6164
+ },
6165
+ "isDeprecated": false,
6166
+ "deprecationReason": null
6167
+ }
6168
+ ],
6169
+ "inputFields": null,
6170
+ "interfaces": [],
6171
+ "enumValues": null,
6172
+ "possibleTypes": null
6173
+ },
6075
6174
  {
6076
6175
  "kind": "OBJECT",
6077
6176
  "name": "ChargeSubscriptionUsage",
@@ -23701,6 +23800,12 @@
23701
23800
  "isDeprecated": false,
23702
23801
  "deprecationReason": null
23703
23802
  },
23803
+ {
23804
+ "name": "ChangingPayingCustomerIsNotSupportedError",
23805
+ "description": "Changing paying customer is not supported",
23806
+ "isDeprecated": false,
23807
+ "deprecationReason": null
23808
+ },
23704
23809
  {
23705
23810
  "name": "CheckoutIsNotSupported",
23706
23811
  "description": null,
@@ -24366,6 +24471,18 @@
24366
24471
  "isDeprecated": false,
24367
24472
  "deprecationReason": null
24368
24473
  },
24474
+ {
24475
+ "name": "appliedCoupon",
24476
+ "description": "Coupon input",
24477
+ "type": {
24478
+ "kind": "INPUT_OBJECT",
24479
+ "name": "SubscriptionCouponInput",
24480
+ "ofType": null
24481
+ },
24482
+ "defaultValue": null,
24483
+ "isDeprecated": false,
24484
+ "deprecationReason": null
24485
+ },
24369
24486
  {
24370
24487
  "name": "billableFeatures",
24371
24488
  "description": null,
@@ -24569,6 +24686,18 @@
24569
24686
  "isDeprecated": false,
24570
24687
  "deprecationReason": null
24571
24688
  },
24689
+ {
24690
+ "name": "appliedCoupon",
24691
+ "description": "Coupon input",
24692
+ "type": {
24693
+ "kind": "INPUT_OBJECT",
24694
+ "name": "SubscriptionCouponInput",
24695
+ "ofType": null
24696
+ },
24697
+ "defaultValue": null,
24698
+ "isDeprecated": false,
24699
+ "deprecationReason": null
24700
+ },
24572
24701
  {
24573
24702
  "name": "billableFeatures",
24574
24703
  "description": null,
@@ -53010,6 +53139,18 @@
53010
53139
  "isDeprecated": false,
53011
53140
  "deprecationReason": null
53012
53141
  },
53142
+ {
53143
+ "name": "appliedCoupon",
53144
+ "description": "Coupon input",
53145
+ "type": {
53146
+ "kind": "INPUT_OBJECT",
53147
+ "name": "SubscriptionCouponInput",
53148
+ "ofType": null
53149
+ },
53150
+ "defaultValue": null,
53151
+ "isDeprecated": false,
53152
+ "deprecationReason": null
53153
+ },
53013
53154
  {
53014
53155
  "name": "billableFeatures",
53015
53156
  "description": null,
@@ -59722,6 +59863,18 @@
59722
59863
  "isDeprecated": false,
59723
59864
  "deprecationReason": null
59724
59865
  },
59866
+ {
59867
+ "name": "appliedCoupon",
59868
+ "description": "Coupon input",
59869
+ "type": {
59870
+ "kind": "INPUT_OBJECT",
59871
+ "name": "SubscriptionCouponInput",
59872
+ "ofType": null
59873
+ },
59874
+ "defaultValue": null,
59875
+ "isDeprecated": false,
59876
+ "deprecationReason": null
59877
+ },
59725
59878
  {
59726
59879
  "name": "awaitPaymentConfirmation",
59727
59880
  "description": null,
@@ -60088,6 +60241,18 @@
60088
60241
  "isDeprecated": false,
60089
60242
  "deprecationReason": null
60090
60243
  },
60244
+ {
60245
+ "name": "appliedCoupon",
60246
+ "description": "Coupon input",
60247
+ "type": {
60248
+ "kind": "INPUT_OBJECT",
60249
+ "name": "SubscriptionCouponInput",
60250
+ "ofType": null
60251
+ },
60252
+ "defaultValue": null,
60253
+ "isDeprecated": false,
60254
+ "deprecationReason": null
60255
+ },
60091
60256
  {
60092
60257
  "name": "awaitPaymentConfirmation",
60093
60258
  "description": null,
@@ -60220,6 +60385,18 @@
60220
60385
  "isDeprecated": false,
60221
60386
  "deprecationReason": null
60222
60387
  },
60388
+ {
60389
+ "name": "payingCustomerId",
60390
+ "description": null,
60391
+ "type": {
60392
+ "kind": "SCALAR",
60393
+ "name": "String",
60394
+ "ofType": null
60395
+ },
60396
+ "defaultValue": null,
60397
+ "isDeprecated": false,
60398
+ "deprecationReason": null
60399
+ },
60223
60400
  {
60224
60401
  "name": "paymentCollectionMethod",
60225
60402
  "description": "Subscription payment collection method",
@@ -60463,6 +60640,18 @@
60463
60640
  "isDeprecated": false,
60464
60641
  "deprecationReason": null
60465
60642
  },
60643
+ {
60644
+ "name": "appliedCoupon",
60645
+ "description": "Coupon input",
60646
+ "type": {
60647
+ "kind": "INPUT_OBJECT",
60648
+ "name": "SubscriptionCouponInput",
60649
+ "ofType": null
60650
+ },
60651
+ "defaultValue": null,
60652
+ "isDeprecated": false,
60653
+ "deprecationReason": null
60654
+ },
60466
60655
  {
60467
60656
  "name": "awaitPaymentConfirmation",
60468
60657
  "description": null,
@@ -60595,6 +60784,18 @@
60595
60784
  "isDeprecated": false,
60596
60785
  "deprecationReason": null
60597
60786
  },
60787
+ {
60788
+ "name": "payingCustomerId",
60789
+ "description": null,
60790
+ "type": {
60791
+ "kind": "SCALAR",
60792
+ "name": "String",
60793
+ "ofType": null
60794
+ },
60795
+ "defaultValue": null,
60796
+ "isDeprecated": false,
60797
+ "deprecationReason": null
60798
+ },
60598
60799
  {
60599
60800
  "name": "paymentCollectionMethod",
60600
60801
  "description": "Subscription payment collection method",
@@ -68617,6 +68818,53 @@
68617
68818
  "enumValues": null,
68618
68819
  "possibleTypes": null
68619
68820
  },
68821
+ {
68822
+ "kind": "INPUT_OBJECT",
68823
+ "name": "SubscriptionCouponInput",
68824
+ "description": "Subscription coupon input",
68825
+ "fields": null,
68826
+ "inputFields": [
68827
+ {
68828
+ "name": "billingCouponId",
68829
+ "description": "Billing integration coupon id",
68830
+ "type": {
68831
+ "kind": "SCALAR",
68832
+ "name": "String",
68833
+ "ofType": null
68834
+ },
68835
+ "defaultValue": null,
68836
+ "isDeprecated": false,
68837
+ "deprecationReason": null
68838
+ },
68839
+ {
68840
+ "name": "couponId",
68841
+ "description": "Stigg coupon id",
68842
+ "type": {
68843
+ "kind": "SCALAR",
68844
+ "name": "String",
68845
+ "ofType": null
68846
+ },
68847
+ "defaultValue": null,
68848
+ "isDeprecated": false,
68849
+ "deprecationReason": null
68850
+ },
68851
+ {
68852
+ "name": "promotionCode",
68853
+ "description": "Promotion code",
68854
+ "type": {
68855
+ "kind": "SCALAR",
68856
+ "name": "String",
68857
+ "ofType": null
68858
+ },
68859
+ "defaultValue": null,
68860
+ "isDeprecated": false,
68861
+ "deprecationReason": null
68862
+ }
68863
+ ],
68864
+ "interfaces": null,
68865
+ "enumValues": null,
68866
+ "possibleTypes": null
68867
+ },
68620
68868
  {
68621
68869
  "kind": "ENUM",
68622
68870
  "name": "SubscriptionDecisionStrategy",
@@ -70265,6 +70513,18 @@
70265
70513
  "isDeprecated": false,
70266
70514
  "deprecationReason": null
70267
70515
  },
70516
+ {
70517
+ "name": "appliedCoupon",
70518
+ "description": "Coupon input",
70519
+ "type": {
70520
+ "kind": "INPUT_OBJECT",
70521
+ "name": "SubscriptionCouponInput",
70522
+ "ofType": null
70523
+ },
70524
+ "defaultValue": null,
70525
+ "isDeprecated": false,
70526
+ "deprecationReason": null
70527
+ },
70268
70528
  {
70269
70529
  "name": "awaitPaymentConfirmation",
70270
70530
  "description": null,
@@ -70457,6 +70717,18 @@
70457
70717
  "isDeprecated": false,
70458
70718
  "deprecationReason": null
70459
70719
  },
70720
+ {
70721
+ "name": "payingCustomerId",
70722
+ "description": null,
70723
+ "type": {
70724
+ "kind": "SCALAR",
70725
+ "name": "String",
70726
+ "ofType": null
70727
+ },
70728
+ "defaultValue": null,
70729
+ "isDeprecated": false,
70730
+ "deprecationReason": null
70731
+ },
70460
70732
  {
70461
70733
  "name": "paymentCollectionMethod",
70462
70734
  "description": "Subscription payment collection method",
@@ -78839,6 +79111,18 @@
78839
79111
  "isDeprecated": false,
78840
79112
  "deprecationReason": null
78841
79113
  },
79114
+ {
79115
+ "name": "appliedCoupon",
79116
+ "description": "Coupon input",
79117
+ "type": {
79118
+ "kind": "INPUT_OBJECT",
79119
+ "name": "SubscriptionCouponInput",
79120
+ "ofType": null
79121
+ },
79122
+ "defaultValue": null,
79123
+ "isDeprecated": false,
79124
+ "deprecationReason": null
79125
+ },
78842
79126
  {
78843
79127
  "name": "awaitPaymentConfirmation",
78844
79128
  "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 = "2.85.7"
4
+ VERSION = "2.99.0"
5
5
  end
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: 2.85.7
4
+ version: 2.99.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-08-22 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient