stigg-api-client 2.99.1 → 2.100.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: 1faa4a7053687a5829c4606112d58c529535072a85762d97f7469b0871de96d6
4
- data.tar.gz: ee83d3971dd48291d1aa12a55efea8caa107cac6fb6348ed14f83c839cfd5c42
3
+ metadata.gz: 28538c110eed4ad2e8e9f16a372d4689ff38cfc9225e90523baa16e321a334e8
4
+ data.tar.gz: ad837e8275d4d10dca32a6187c0075f8a5f2fb7d6dfe7b0d13744220bfdafa88
5
5
  SHA512:
6
- metadata.gz: 611db9b30cb25ce87b6d6608bb08f57c07aa44e7294a85f9a098c3623439be3222a175782d3e00798701f36004889bc12c061618a8868e657561e4371aaa1885
7
- data.tar.gz: a7bde9b8ef8a84efb0371720da150f0822675d8c516bfde97819a4d99c25030b24843b6a58b8594b2191287d432864e4c547b1902587b8a83cefbe2eb1b7f2cf
6
+ metadata.gz: 18ba9ca74579d2279259afb77fe16fe336937c7e57263ab0a45295463a3f42037f1133c2d75d7662a3912b3640ebc27adb608af17282086266dcf63ccacb2ed1
7
+ data.tar.gz: '08d049201541c5419f8c6b3e3d95503828c4efd7113f2646c4e065932839c85c5ffedb140f9c28bd783be7fbdc32e1a1e6b754ebe65aedb8e776d0789e5e2982'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.99.1)
4
+ stigg-api-client (2.100.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -3420,6 +3420,18 @@
3420
3420
  "isDeprecated": false,
3421
3421
  "deprecationReason": null
3422
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
+ },
3423
3435
  {
3424
3436
  "name": "paymentCollectionMethod",
3425
3437
  "description": "Subscription payment collection method",
@@ -6084,6 +6096,81 @@
6084
6096
  ],
6085
6097
  "possibleTypes": null
6086
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
+ },
6087
6174
  {
6088
6175
  "kind": "OBJECT",
6089
6176
  "name": "ChargeSubscriptionUsage",
@@ -23713,6 +23800,12 @@
23713
23800
  "isDeprecated": false,
23714
23801
  "deprecationReason": null
23715
23802
  },
23803
+ {
23804
+ "name": "ChangingPayingCustomerIsNotSupportedError",
23805
+ "description": "Changing paying customer is not supported",
23806
+ "isDeprecated": false,
23807
+ "deprecationReason": null
23808
+ },
23716
23809
  {
23717
23810
  "name": "CheckoutIsNotSupported",
23718
23811
  "description": null,
@@ -60292,6 +60385,18 @@
60292
60385
  "isDeprecated": false,
60293
60386
  "deprecationReason": null
60294
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
+ },
60295
60400
  {
60296
60401
  "name": "paymentCollectionMethod",
60297
60402
  "description": "Subscription payment collection method",
@@ -60679,6 +60784,18 @@
60679
60784
  "isDeprecated": false,
60680
60785
  "deprecationReason": null
60681
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
+ },
60682
60799
  {
60683
60800
  "name": "paymentCollectionMethod",
60684
60801
  "description": "Subscription payment collection method",
@@ -70600,6 +70717,18 @@
70600
70717
  "isDeprecated": false,
70601
70718
  "deprecationReason": null
70602
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
+ },
70603
70732
  {
70604
70733
  "name": "paymentCollectionMethod",
70605
70734
  "description": "Subscription payment collection method",
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.99.1"
4
+ VERSION = "2.100.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.99.1
4
+ version: 2.100.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-28 00:00:00.000000000 Z
11
+ date: 2024-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient