stigg-api-client 1.205.0 → 1.208.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: 20c79168846e3ae5bbb7de695d7cfd6fbc6fbfc74ddd3f665a51aac2d25b7d57
4
- data.tar.gz: befdccb2f2fabebb15baafc836cc236938c942900d9389d4112ee2fbc9699c91
3
+ metadata.gz: de63274d4d66a126e31d52950118d0e28f4c8a21a58dd267771761dc71cd18cd
4
+ data.tar.gz: 7a55a9853af2a937688e2ad74b8136c4abb276065018723feadbab5b0dd9ae22
5
5
  SHA512:
6
- metadata.gz: d834219eeacf1fd41d15741b4d8760460895755a55e90037b46893fe6052f90675e833ad4f8e9bc81499f24794eec3f7d3fab6ef5bc3558df37dfa9a5df1e21b
7
- data.tar.gz: f082ebbb119c692e695a67370ac2425b3c1473cc3a20d358e224a14be5df0d01c3a5e201ec34ba854e8c0cd741294fd69166e55fa0b07759e3a6822ebf48da55
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.205.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,
@@ -38894,6 +38912,39 @@
38894
38912
  "isDeprecated": false,
38895
38913
  "deprecationReason": null
38896
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
+ },
38897
38948
  {
38898
38949
  "name": "previewNextInvoice",
38899
38950
  "description": null,
@@ -47317,6 +47368,27 @@
47317
47368
  ],
47318
47369
  "possibleTypes": null
47319
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
+ },
47320
47392
  {
47321
47393
  "kind": "ENUM",
47322
47394
  "name": "PaymentMethodType",
@@ -51850,6 +51922,88 @@
51850
51922
  "enumValues": null,
51851
51923
  "possibleTypes": null
51852
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
+ },
51853
52007
  {
51854
52008
  "kind": "INPUT_OBJECT",
51855
52009
  "name": "PreviewNextInvoiceInput",
@@ -64825,6 +64979,33 @@
64825
64979
  "enumValues": null,
64826
64980
  "possibleTypes": null
64827
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
+ },
64828
65009
  {
64829
65010
  "kind": "OBJECT",
64830
65011
  "name": "StripeProduct",
@@ -80987,6 +81168,113 @@
80987
81168
  "enumValues": null,
80988
81169
  "possibleTypes": null
80989
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
+ },
80990
81278
  {
80991
81279
  "kind": "OBJECT",
80992
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.205.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.205.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-06-03 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