stigg-api-client 3.64.0 → 3.66.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: 7d09696dbb1feb8fc66c3691de4f37ddb092ba01ec676f9e55ba9cfce70316c6
4
- data.tar.gz: '085d32fc48530be4d34d79a9ee92268052f286915c5dd20bf5e0baceadba17f8'
3
+ metadata.gz: 54bd195db4f69889bc4911e3c12ec7bca9d87f78c1da08b0425aa9798cbeb33c
4
+ data.tar.gz: 9bd3aa6fc9f97b2655ff4c7d93e29a9c610f498c6a9b1befb6113925a0524d80
5
5
  SHA512:
6
- metadata.gz: 428c8966fb2f00d9febe28715a77c33394a43487cb250ee951bc42ffe2dd373a5ce9184ffdd3a9b26daaf7eb084f3000c4874e584e9be87ddca399dc16f80d3c
7
- data.tar.gz: 63e5fd84f8e32eb24a7a8d66a839b800f608b767f3c784b9cda7c1da1344fa409d7c4cd602e911491a48e1915a23d4996bda967645d8b85e9532fc8e1eab04ae
6
+ metadata.gz: bdc00211a21aef56cd7b6d499ce8d50738ad0d9c1efc6aee1976a6eee0b108f0cf94bbe2c4e1a605bbebfba6273e49de81b9fc1f48c4be6ec67dfb299dad40fb
7
+ data.tar.gz: 3c00ff2ce25666e00d8e9cfe40329097bf2bd330f1f0d178fff0eeecc49fdb2fee2ce0963c1245a8e9313b54d394a2db59e8e4ca64edf11d136d93bf37145a52
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.64.0)
4
+ stigg-api-client (3.66.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -5926,6 +5926,27 @@
5926
5926
  "enumValues": null,
5927
5927
  "possibleTypes": null
5928
5928
  },
5929
+ {
5930
+ "kind": "UNION",
5931
+ "name": "BillingCredentials",
5932
+ "description": null,
5933
+ "fields": null,
5934
+ "inputFields": null,
5935
+ "interfaces": null,
5936
+ "enumValues": null,
5937
+ "possibleTypes": [
5938
+ {
5939
+ "kind": "OBJECT",
5940
+ "name": "StripeCheckoutCredentials",
5941
+ "ofType": null
5942
+ },
5943
+ {
5944
+ "kind": "OBJECT",
5945
+ "name": "ZuoraCheckoutCredentials",
5946
+ "ofType": null
5947
+ }
5948
+ ]
5949
+ },
5929
5950
  {
5930
5951
  "kind": "ENUM",
5931
5952
  "name": "BillingModel",
@@ -6416,6 +6437,12 @@
6416
6437
  "description": "Stripe",
6417
6438
  "isDeprecated": false,
6418
6439
  "deprecationReason": null
6440
+ },
6441
+ {
6442
+ "name": "ZUORA",
6443
+ "description": "Zuora",
6444
+ "isDeprecated": false,
6445
+ "deprecationReason": null
6419
6446
  }
6420
6447
  ],
6421
6448
  "possibleTypes": null
@@ -6930,6 +6957,22 @@
6930
6957
  "name": "CheckoutBillingIntegration",
6931
6958
  "description": "Checkout billing integration",
6932
6959
  "fields": [
6960
+ {
6961
+ "name": "billingCredentials",
6962
+ "description": "The billing credentials",
6963
+ "args": [],
6964
+ "type": {
6965
+ "kind": "NON_NULL",
6966
+ "name": null,
6967
+ "ofType": {
6968
+ "kind": "UNION",
6969
+ "name": "BillingCredentials",
6970
+ "ofType": null
6971
+ }
6972
+ },
6973
+ "isDeprecated": false,
6974
+ "deprecationReason": null
6975
+ },
6933
6976
  {
6934
6977
  "name": "billingIdentifier",
6935
6978
  "description": "The billing vendor identifier",
@@ -6959,8 +7002,8 @@
6959
7002
  "ofType": null
6960
7003
  }
6961
7004
  },
6962
- "isDeprecated": false,
6963
- "deprecationReason": null
7005
+ "isDeprecated": true,
7006
+ "deprecationReason": "Use billingIntegration.billingCredentials instead"
6964
7007
  }
6965
7008
  ],
6966
7009
  "inputFields": null,
@@ -7210,32 +7253,24 @@
7210
7253
  "fields": [
7211
7254
  {
7212
7255
  "name": "accountId",
7213
- "description": "The account ID",
7256
+ "description": "Account ID",
7214
7257
  "args": [],
7215
7258
  "type": {
7216
- "kind": "NON_NULL",
7217
- "name": null,
7218
- "ofType": {
7219
- "kind": "SCALAR",
7220
- "name": "String",
7221
- "ofType": null
7222
- }
7259
+ "kind": "SCALAR",
7260
+ "name": "String",
7261
+ "ofType": null
7223
7262
  },
7224
7263
  "isDeprecated": false,
7225
7264
  "deprecationReason": null
7226
7265
  },
7227
7266
  {
7228
7267
  "name": "publicKey",
7229
- "description": "The public key",
7268
+ "description": "Public key",
7230
7269
  "args": [],
7231
7270
  "type": {
7232
- "kind": "NON_NULL",
7233
- "name": null,
7234
- "ofType": {
7235
- "kind": "SCALAR",
7236
- "name": "String",
7237
- "ofType": null
7238
- }
7271
+ "kind": "SCALAR",
7272
+ "name": "String",
7273
+ "ofType": null
7239
7274
  },
7240
7275
  "isDeprecated": false,
7241
7276
  "deprecationReason": null
@@ -7511,7 +7546,7 @@
7511
7546
  },
7512
7547
  {
7513
7548
  "name": "setupSecret",
7514
- "description": "The billing integration setup secret",
7549
+ "description": "The billing setup secret",
7515
7550
  "args": [],
7516
7551
  "type": {
7517
7552
  "kind": "NON_NULL",
@@ -7522,8 +7557,8 @@
7522
7557
  "ofType": null
7523
7558
  }
7524
7559
  },
7525
- "isDeprecated": false,
7526
- "deprecationReason": null
7560
+ "isDeprecated": true,
7561
+ "deprecationReason": "Use billingIntegration.billingCredentials.setupSecret instead"
7527
7562
  }
7528
7563
  ],
7529
7564
  "inputFields": null,
@@ -36463,7 +36498,7 @@
36463
36498
  "name": null,
36464
36499
  "ofType": {
36465
36500
  "kind": "SCALAR",
36466
- "name": "UUID",
36501
+ "name": "String",
36467
36502
  "ofType": null
36468
36503
  }
36469
36504
  },
@@ -45085,6 +45120,39 @@
45085
45120
  "isDeprecated": false,
45086
45121
  "deprecationReason": null
45087
45122
  },
45123
+ {
45124
+ "name": "createPaymentSession",
45125
+ "description": "Create a billing payment session",
45126
+ "args": [
45127
+ {
45128
+ "name": "input",
45129
+ "description": "The billing payment session input",
45130
+ "type": {
45131
+ "kind": "NON_NULL",
45132
+ "name": null,
45133
+ "ofType": {
45134
+ "kind": "INPUT_OBJECT",
45135
+ "name": "PaymentSessionInput",
45136
+ "ofType": null
45137
+ }
45138
+ },
45139
+ "defaultValue": null,
45140
+ "isDeprecated": false,
45141
+ "deprecationReason": null
45142
+ }
45143
+ ],
45144
+ "type": {
45145
+ "kind": "NON_NULL",
45146
+ "name": null,
45147
+ "ofType": {
45148
+ "kind": "OBJECT",
45149
+ "name": "PaymentSession",
45150
+ "ofType": null
45151
+ }
45152
+ },
45153
+ "isDeprecated": false,
45154
+ "deprecationReason": null
45155
+ },
45088
45156
  {
45089
45157
  "name": "createPlanDraft",
45090
45158
  "description": "Create a plan draft",
@@ -55578,6 +55646,88 @@
55578
55646
  ],
55579
55647
  "possibleTypes": null
55580
55648
  },
55649
+ {
55650
+ "kind": "OBJECT",
55651
+ "name": "PaymentSession",
55652
+ "description": "Billing payment session",
55653
+ "fields": [
55654
+ {
55655
+ "name": "token",
55656
+ "description": "Billing payment session token",
55657
+ "args": [],
55658
+ "type": {
55659
+ "kind": "NON_NULL",
55660
+ "name": null,
55661
+ "ofType": {
55662
+ "kind": "SCALAR",
55663
+ "name": "String",
55664
+ "ofType": null
55665
+ }
55666
+ },
55667
+ "isDeprecated": false,
55668
+ "deprecationReason": null
55669
+ }
55670
+ ],
55671
+ "inputFields": null,
55672
+ "interfaces": [],
55673
+ "enumValues": null,
55674
+ "possibleTypes": null
55675
+ },
55676
+ {
55677
+ "kind": "INPUT_OBJECT",
55678
+ "name": "PaymentSessionInput",
55679
+ "description": "The billing payment session input",
55680
+ "fields": null,
55681
+ "inputFields": [
55682
+ {
55683
+ "name": "billingCountryCode",
55684
+ "description": "The billing country code of the plan to create payment session",
55685
+ "type": {
55686
+ "kind": "SCALAR",
55687
+ "name": "String",
55688
+ "ofType": null
55689
+ },
55690
+ "defaultValue": null,
55691
+ "isDeprecated": false,
55692
+ "deprecationReason": null
55693
+ },
55694
+ {
55695
+ "name": "customerId",
55696
+ "description": "Customer ID",
55697
+ "type": {
55698
+ "kind": "NON_NULL",
55699
+ "name": null,
55700
+ "ofType": {
55701
+ "kind": "SCALAR",
55702
+ "name": "String",
55703
+ "ofType": null
55704
+ }
55705
+ },
55706
+ "defaultValue": null,
55707
+ "isDeprecated": false,
55708
+ "deprecationReason": null
55709
+ },
55710
+ {
55711
+ "name": "planId",
55712
+ "description": "The plan ID to create payment session",
55713
+ "type": {
55714
+ "kind": "NON_NULL",
55715
+ "name": null,
55716
+ "ofType": {
55717
+ "kind": "SCALAR",
55718
+ "name": "String",
55719
+ "ofType": null
55720
+ }
55721
+ },
55722
+ "defaultValue": null,
55723
+ "isDeprecated": false,
55724
+ "deprecationReason": null
55725
+ }
55726
+ ],
55727
+ "interfaces": null,
55728
+ "enumValues": null,
55729
+ "possibleTypes": null
55730
+ },
55581
55731
  {
55582
55732
  "kind": "OBJECT",
55583
55733
  "name": "Paywall",
@@ -72897,7 +73047,7 @@
72897
73047
  "name": null,
72898
73048
  "ofType": {
72899
73049
  "kind": "SCALAR",
72900
- "name": "UUID",
73050
+ "name": "String",
72901
73051
  "ofType": null
72902
73052
  }
72903
73053
  },
@@ -74295,6 +74445,57 @@
74295
74445
  "enumValues": null,
74296
74446
  "possibleTypes": null
74297
74447
  },
74448
+ {
74449
+ "kind": "OBJECT",
74450
+ "name": "StripeCheckoutCredentials",
74451
+ "description": "Stripe checkout credentials",
74452
+ "fields": [
74453
+ {
74454
+ "name": "accountId",
74455
+ "description": "Stripe account ID",
74456
+ "args": [],
74457
+ "type": {
74458
+ "kind": "SCALAR",
74459
+ "name": "String",
74460
+ "ofType": null
74461
+ },
74462
+ "isDeprecated": false,
74463
+ "deprecationReason": null
74464
+ },
74465
+ {
74466
+ "name": "publicKey",
74467
+ "description": "Stripe public key",
74468
+ "args": [],
74469
+ "type": {
74470
+ "kind": "SCALAR",
74471
+ "name": "String",
74472
+ "ofType": null
74473
+ },
74474
+ "isDeprecated": false,
74475
+ "deprecationReason": null
74476
+ },
74477
+ {
74478
+ "name": "setupSecret",
74479
+ "description": "Stripe setup secret",
74480
+ "args": [],
74481
+ "type": {
74482
+ "kind": "NON_NULL",
74483
+ "name": null,
74484
+ "ofType": {
74485
+ "kind": "SCALAR",
74486
+ "name": "String",
74487
+ "ofType": null
74488
+ }
74489
+ },
74490
+ "isDeprecated": false,
74491
+ "deprecationReason": null
74492
+ }
74493
+ ],
74494
+ "inputFields": null,
74495
+ "interfaces": [],
74496
+ "enumValues": null,
74497
+ "possibleTypes": null
74498
+ },
74298
74499
  {
74299
74500
  "kind": "OBJECT",
74300
74501
  "name": "StripeCredentials",
@@ -89089,7 +89290,7 @@
89089
89290
  "name": null,
89090
89291
  "ofType": {
89091
89292
  "kind": "SCALAR",
89092
- "name": "UUID",
89293
+ "name": "String",
89093
89294
  "ofType": null
89094
89295
  }
89095
89296
  },
@@ -94785,6 +94986,33 @@
94785
94986
  "enumValues": null,
94786
94987
  "possibleTypes": null
94787
94988
  },
94989
+ {
94990
+ "kind": "OBJECT",
94991
+ "name": "ZuoraCheckoutCredentials",
94992
+ "description": "Zuora checkout credentials",
94993
+ "fields": [
94994
+ {
94995
+ "name": "publishableKey",
94996
+ "description": "Zuora publishable key",
94997
+ "args": [],
94998
+ "type": {
94999
+ "kind": "NON_NULL",
95000
+ "name": null,
95001
+ "ofType": {
95002
+ "kind": "SCALAR",
95003
+ "name": "String",
95004
+ "ofType": null
95005
+ }
95006
+ },
95007
+ "isDeprecated": false,
95008
+ "deprecationReason": null
95009
+ }
95010
+ ],
95011
+ "inputFields": null,
95012
+ "interfaces": [],
95013
+ "enumValues": null,
95014
+ "possibleTypes": null
95015
+ },
94788
95016
  {
94789
95017
  "kind": "OBJECT",
94790
95018
  "name": "ZuoraCredentials",
@@ -94862,6 +95090,18 @@
94862
95090
  "isDeprecated": false,
94863
95091
  "deprecationReason": null
94864
95092
  },
95093
+ {
95094
+ "name": "publishableKey",
95095
+ "description": "Publishable key for the Zuora payment form",
95096
+ "args": [],
95097
+ "type": {
95098
+ "kind": "SCALAR",
95099
+ "name": "String",
95100
+ "ofType": null
95101
+ },
95102
+ "isDeprecated": false,
95103
+ "deprecationReason": null
95104
+ },
94865
95105
  {
94866
95106
  "name": "stripePublishableKey",
94867
95107
  "description": "Stripe publishable key for the Zuora payment page",
@@ -94982,6 +95222,18 @@
94982
95222
  "isDeprecated": false,
94983
95223
  "deprecationReason": null
94984
95224
  },
95225
+ {
95226
+ "name": "publishableKey",
95227
+ "description": "Publishable key for the Zuora payment form",
95228
+ "type": {
95229
+ "kind": "SCALAR",
95230
+ "name": "String",
95231
+ "ofType": null
95232
+ },
95233
+ "defaultValue": null,
95234
+ "isDeprecated": false,
95235
+ "deprecationReason": null
95236
+ },
94985
95237
  {
94986
95238
  "name": "stripePublishableKey",
94987
95239
  "description": "Stripe publishable key for the Zuora payment page",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.64.0"
4
+ VERSION = "3.66.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: 3.64.0
4
+ version: 3.66.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-09-03 00:00:00.000000000 Z
11
+ date: 2025-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient