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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +129 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ced88e442bf2c4353bf492edc5588338af873b6d532b982c460e7da9446750c
|
|
4
|
+
data.tar.gz: d829586b8baced286237e5be8fe0d2b8b00f9c34ea1fa6a713325afc01d9c8b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97dabfbb6b533566b9be0874bb881006fc1938fcce502baa53d69b4f82c870d94f5645b36c8a81f056c6582e23c28fb1a146936dec4ecd573fc64c668ca3076d
|
|
7
|
+
data.tar.gz: 9edecf0443041c3eaccab290bfd27b886b3aaa76faf628e361d257c5f47cb1471b945e9fa844efad14c669ac05a2a458bf61d39ea8873efc5f7db944bc8be9be
|
data/Gemfile.lock
CHANGED
|
@@ -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
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.
|
|
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-
|
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|