stigg-api-client 1.201.0 → 1.208.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59a307c91b59fbfb1853c839419532998ae38fb085206fcbab2c4f195c244b02
4
- data.tar.gz: 79962393772f2c6bff726971369277b8c1fa79dcb88d1ffb9a06c6cd0fa235d2
3
+ metadata.gz: de63274d4d66a126e31d52950118d0e28f4c8a21a58dd267771761dc71cd18cd
4
+ data.tar.gz: 7a55a9853af2a937688e2ad74b8136c4abb276065018723feadbab5b0dd9ae22
5
5
  SHA512:
6
- metadata.gz: 27e5f561c7210a6a744bb66266e9985ca0e64339fa03c8f949c5e2d545202225006c274a6915dce9e57859b01934389a33a723a14204d5454e5688ca22023236
7
- data.tar.gz: 348df60ba97ead89b48b29bf6590ffff4bcb200404af5e9c34f6f7ba8cf4e531de3fb47a1d4379f3c921cbff96592e3f706bb9ef8d78fdaf31727e162b52c2f5
6
+ metadata.gz: a140b0ec10562365a7f9482199bf7a7ef600bb253e495bf3110b6a8bb55debb39bb13ad959971e0862c599e8065bdaac68d481bb94b59e8a8585f9967329f5f6
7
+ data.tar.gz: 508c921fe44f114774c9d1d25e47e3e218c82a77401de8b2871b4a3486583647ab410fc53783f40a34b2ef1b11980c10b30ac763a84f266954b39f03c3b258b2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.201.0)
4
+ stigg-api-client (1.208.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -23290,6 +23290,12 @@
23290
23290
  "isDeprecated": false,
23291
23291
  "deprecationReason": null
23292
23292
  },
23293
+ {
23294
+ "name": "BillingIntegrationAlreadyExistsError",
23295
+ "description": null,
23296
+ "isDeprecated": false,
23297
+ "deprecationReason": null
23298
+ },
23293
23299
  {
23294
23300
  "name": "BillingIntegrationMissing",
23295
23301
  "description": null,
@@ -23524,6 +23530,12 @@
23524
23530
  "isDeprecated": false,
23525
23531
  "deprecationReason": null
23526
23532
  },
23533
+ {
23534
+ "name": "HubspotIntegrationError",
23535
+ "description": null,
23536
+ "isDeprecated": false,
23537
+ "deprecationReason": null
23538
+ },
23527
23539
  {
23528
23540
  "name": "IdentityForbidden",
23529
23541
  "description": null,
@@ -23752,6 +23764,12 @@
23752
23764
  "isDeprecated": false,
23753
23765
  "deprecationReason": null
23754
23766
  },
23767
+ {
23768
+ "name": "PreparePaymentMethodFormError",
23769
+ "description": null,
23770
+ "isDeprecated": false,
23771
+ "deprecationReason": null
23772
+ },
23755
23773
  {
23756
23774
  "name": "PriceNotFound",
23757
23775
  "description": null,
@@ -33335,6 +33353,46 @@
33335
33353
  "isDeprecated": false,
33336
33354
  "deprecationReason": null
33337
33355
  },
33356
+ {
33357
+ "name": "addons",
33358
+ "description": null,
33359
+ "type": {
33360
+ "kind": "LIST",
33361
+ "name": null,
33362
+ "ofType": {
33363
+ "kind": "NON_NULL",
33364
+ "name": null,
33365
+ "ofType": {
33366
+ "kind": "INPUT_OBJECT",
33367
+ "name": "SubscriptionAddonInput",
33368
+ "ofType": null
33369
+ }
33370
+ }
33371
+ },
33372
+ "defaultValue": null,
33373
+ "isDeprecated": false,
33374
+ "deprecationReason": null
33375
+ },
33376
+ {
33377
+ "name": "billableFeatures",
33378
+ "description": null,
33379
+ "type": {
33380
+ "kind": "LIST",
33381
+ "name": null,
33382
+ "ofType": {
33383
+ "kind": "NON_NULL",
33384
+ "name": null,
33385
+ "ofType": {
33386
+ "kind": "INPUT_OBJECT",
33387
+ "name": "BillableFeatureInput",
33388
+ "ofType": null
33389
+ }
33390
+ }
33391
+ },
33392
+ "defaultValue": null,
33393
+ "isDeprecated": false,
33394
+ "deprecationReason": null
33395
+ },
33338
33396
  {
33339
33397
  "name": "billingId",
33340
33398
  "description": null,
@@ -33375,6 +33433,18 @@
33375
33433
  "isDeprecated": false,
33376
33434
  "deprecationReason": null
33377
33435
  },
33436
+ {
33437
+ "name": "endDate",
33438
+ "description": null,
33439
+ "type": {
33440
+ "kind": "SCALAR",
33441
+ "name": "DateTime",
33442
+ "ofType": null
33443
+ },
33444
+ "defaultValue": null,
33445
+ "isDeprecated": false,
33446
+ "deprecationReason": null
33447
+ },
33378
33448
  {
33379
33449
  "name": "planId",
33380
33450
  "description": null,
@@ -38842,6 +38912,39 @@
38842
38912
  "isDeprecated": false,
38843
38913
  "deprecationReason": null
38844
38914
  },
38915
+ {
38916
+ "name": "preparePaymentMethodForm",
38917
+ "description": null,
38918
+ "args": [
38919
+ {
38920
+ "name": "input",
38921
+ "description": null,
38922
+ "type": {
38923
+ "kind": "NON_NULL",
38924
+ "name": null,
38925
+ "ofType": {
38926
+ "kind": "INPUT_OBJECT",
38927
+ "name": "PreparePaymentMethodFormInput",
38928
+ "ofType": null
38929
+ }
38930
+ },
38931
+ "defaultValue": null,
38932
+ "isDeprecated": false,
38933
+ "deprecationReason": null
38934
+ }
38935
+ ],
38936
+ "type": {
38937
+ "kind": "NON_NULL",
38938
+ "name": null,
38939
+ "ofType": {
38940
+ "kind": "OBJECT",
38941
+ "name": "PreparedPaymentMethodForm",
38942
+ "ofType": null
38943
+ }
38944
+ },
38945
+ "isDeprecated": false,
38946
+ "deprecationReason": null
38947
+ },
38845
38948
  {
38846
38949
  "name": "previewNextInvoice",
38847
38950
  "description": null,
@@ -47265,6 +47368,27 @@
47265
47368
  ],
47266
47369
  "possibleTypes": null
47267
47370
  },
47371
+ {
47372
+ "kind": "UNION",
47373
+ "name": "PaymentMethodForm",
47374
+ "description": null,
47375
+ "fields": null,
47376
+ "inputFields": null,
47377
+ "interfaces": null,
47378
+ "enumValues": null,
47379
+ "possibleTypes": [
47380
+ {
47381
+ "kind": "OBJECT",
47382
+ "name": "StripePaymentMethodForm",
47383
+ "ofType": null
47384
+ },
47385
+ {
47386
+ "kind": "OBJECT",
47387
+ "name": "ZuoraPaymentMethodForm",
47388
+ "ofType": null
47389
+ }
47390
+ ]
47391
+ },
47268
47392
  {
47269
47393
  "kind": "ENUM",
47270
47394
  "name": "PaymentMethodType",
@@ -51798,6 +51922,88 @@
51798
51922
  "enumValues": null,
51799
51923
  "possibleTypes": null
51800
51924
  },
51925
+ {
51926
+ "kind": "INPUT_OBJECT",
51927
+ "name": "PreparePaymentMethodFormInput",
51928
+ "description": null,
51929
+ "fields": null,
51930
+ "inputFields": [
51931
+ {
51932
+ "name": "customerId",
51933
+ "description": null,
51934
+ "type": {
51935
+ "kind": "NON_NULL",
51936
+ "name": null,
51937
+ "ofType": {
51938
+ "kind": "SCALAR",
51939
+ "name": "String",
51940
+ "ofType": null
51941
+ }
51942
+ },
51943
+ "defaultValue": null,
51944
+ "isDeprecated": false,
51945
+ "deprecationReason": null
51946
+ },
51947
+ {
51948
+ "name": "environmentId",
51949
+ "description": null,
51950
+ "type": {
51951
+ "kind": "SCALAR",
51952
+ "name": "String",
51953
+ "ofType": null
51954
+ },
51955
+ "defaultValue": null,
51956
+ "isDeprecated": false,
51957
+ "deprecationReason": null
51958
+ }
51959
+ ],
51960
+ "interfaces": null,
51961
+ "enumValues": null,
51962
+ "possibleTypes": null
51963
+ },
51964
+ {
51965
+ "kind": "OBJECT",
51966
+ "name": "PreparedPaymentMethodForm",
51967
+ "description": null,
51968
+ "fields": [
51969
+ {
51970
+ "name": "paymentMethodForm",
51971
+ "description": null,
51972
+ "args": [],
51973
+ "type": {
51974
+ "kind": "NON_NULL",
51975
+ "name": null,
51976
+ "ofType": {
51977
+ "kind": "UNION",
51978
+ "name": "PaymentMethodForm",
51979
+ "ofType": null
51980
+ }
51981
+ },
51982
+ "isDeprecated": false,
51983
+ "deprecationReason": null
51984
+ },
51985
+ {
51986
+ "name": "vendorIdentifier",
51987
+ "description": null,
51988
+ "args": [],
51989
+ "type": {
51990
+ "kind": "NON_NULL",
51991
+ "name": null,
51992
+ "ofType": {
51993
+ "kind": "ENUM",
51994
+ "name": "VendorIdentifier",
51995
+ "ofType": null
51996
+ }
51997
+ },
51998
+ "isDeprecated": false,
51999
+ "deprecationReason": null
52000
+ }
52001
+ ],
52002
+ "inputFields": null,
52003
+ "interfaces": [],
52004
+ "enumValues": null,
52005
+ "possibleTypes": null
52006
+ },
51801
52007
  {
51802
52008
  "kind": "INPUT_OBJECT",
51803
52009
  "name": "PreviewNextInvoiceInput",
@@ -64773,6 +64979,33 @@
64773
64979
  "enumValues": null,
64774
64980
  "possibleTypes": null
64775
64981
  },
64982
+ {
64983
+ "kind": "OBJECT",
64984
+ "name": "StripePaymentMethodForm",
64985
+ "description": null,
64986
+ "fields": [
64987
+ {
64988
+ "name": "clientSecret",
64989
+ "description": null,
64990
+ "args": [],
64991
+ "type": {
64992
+ "kind": "NON_NULL",
64993
+ "name": null,
64994
+ "ofType": {
64995
+ "kind": "SCALAR",
64996
+ "name": "String",
64997
+ "ofType": null
64998
+ }
64999
+ },
65000
+ "isDeprecated": false,
65001
+ "deprecationReason": null
65002
+ }
65003
+ ],
65004
+ "inputFields": null,
65005
+ "interfaces": [],
65006
+ "enumValues": null,
65007
+ "possibleTypes": null
65008
+ },
64776
65009
  {
64777
65010
  "kind": "OBJECT",
64778
65011
  "name": "StripeProduct",
@@ -80935,6 +81168,113 @@
80935
81168
  "enumValues": null,
80936
81169
  "possibleTypes": null
80937
81170
  },
81171
+ {
81172
+ "kind": "OBJECT",
81173
+ "name": "ZuoraPaymentMethodForm",
81174
+ "description": null,
81175
+ "fields": [
81176
+ {
81177
+ "name": "key",
81178
+ "description": null,
81179
+ "args": [],
81180
+ "type": {
81181
+ "kind": "NON_NULL",
81182
+ "name": null,
81183
+ "ofType": {
81184
+ "kind": "SCALAR",
81185
+ "name": "String",
81186
+ "ofType": null
81187
+ }
81188
+ },
81189
+ "isDeprecated": false,
81190
+ "deprecationReason": null
81191
+ },
81192
+ {
81193
+ "name": "pageId",
81194
+ "description": null,
81195
+ "args": [],
81196
+ "type": {
81197
+ "kind": "NON_NULL",
81198
+ "name": null,
81199
+ "ofType": {
81200
+ "kind": "SCALAR",
81201
+ "name": "String",
81202
+ "ofType": null
81203
+ }
81204
+ },
81205
+ "isDeprecated": false,
81206
+ "deprecationReason": null
81207
+ },
81208
+ {
81209
+ "name": "pageUrl",
81210
+ "description": null,
81211
+ "args": [],
81212
+ "type": {
81213
+ "kind": "NON_NULL",
81214
+ "name": null,
81215
+ "ofType": {
81216
+ "kind": "SCALAR",
81217
+ "name": "String",
81218
+ "ofType": null
81219
+ }
81220
+ },
81221
+ "isDeprecated": false,
81222
+ "deprecationReason": null
81223
+ },
81224
+ {
81225
+ "name": "signature",
81226
+ "description": null,
81227
+ "args": [],
81228
+ "type": {
81229
+ "kind": "NON_NULL",
81230
+ "name": null,
81231
+ "ofType": {
81232
+ "kind": "SCALAR",
81233
+ "name": "String",
81234
+ "ofType": null
81235
+ }
81236
+ },
81237
+ "isDeprecated": false,
81238
+ "deprecationReason": null
81239
+ },
81240
+ {
81241
+ "name": "tenantId",
81242
+ "description": null,
81243
+ "args": [],
81244
+ "type": {
81245
+ "kind": "NON_NULL",
81246
+ "name": null,
81247
+ "ofType": {
81248
+ "kind": "SCALAR",
81249
+ "name": "String",
81250
+ "ofType": null
81251
+ }
81252
+ },
81253
+ "isDeprecated": false,
81254
+ "deprecationReason": null
81255
+ },
81256
+ {
81257
+ "name": "token",
81258
+ "description": null,
81259
+ "args": [],
81260
+ "type": {
81261
+ "kind": "NON_NULL",
81262
+ "name": null,
81263
+ "ofType": {
81264
+ "kind": "SCALAR",
81265
+ "name": "String",
81266
+ "ofType": null
81267
+ }
81268
+ },
81269
+ "isDeprecated": false,
81270
+ "deprecationReason": null
81271
+ }
81272
+ ],
81273
+ "inputFields": null,
81274
+ "interfaces": [],
81275
+ "enumValues": null,
81276
+ "possibleTypes": null
81277
+ },
80938
81278
  {
80939
81279
  "kind": "OBJECT",
80940
81280
  "name": "__Directive",
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.201.0"
4
+ VERSION = "1.208.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: 1.201.0
4
+ version: 1.208.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-05-30 00:00:00.000000000 Z
11
+ date: 2024-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient