stigg-api-client 2.86.0 → 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: 5e212efbc1bf9231f46cd4417abd3d09406b85199fbf92c30b4e795de90f6917
4
- data.tar.gz: 3797fb178ba209c562b9e599dad589d30b32caa1a32469dcb743274fb054fdf6
3
+ metadata.gz: 3ced88e442bf2c4353bf492edc5588338af873b6d532b982c460e7da9446750c
4
+ data.tar.gz: d829586b8baced286237e5be8fe0d2b8b00f9c34ea1fa6a713325afc01d9c8b6
5
5
  SHA512:
6
- metadata.gz: 2e48bb34d1b70d6dc077e38f5025d7f3c4455e34021a5cd264fc602066c9698b3594937580a8c4e89ac27e15a197a0e766d755832e745d4831d4775d7a251bbb
7
- data.tar.gz: 6632204407b5e6dee68e5799afe7a9ba2e60d7222d15283e360cfdffa002461b5b75f73419f7a176dc875e318b6d315a71c3a9a54a076bcd82b9e50e7c5283dc
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.86.0)
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
 
@@ -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.86.0"
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.86.0
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