stigg-api-client 2.157.1 → 2.163.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 +27 -7
- 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: 5ec7e34cec947169b57ae77bbc8a3a574e9f5f93b7d21ef582029e84e46d6379
|
|
4
|
+
data.tar.gz: 0abbd81fed62f4d30c88a2b8dcf6f28d0fc01afcb0b330d557f0df7beae6a90b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea50d75f2cf2dac6587f02abd8b667bd6e27fc01333750f293ce978eae726343ca86da9e8698dd9ed08daf382b7322bdba0ac1a3d9fa7e90ac9382d68208093f
|
|
7
|
+
data.tar.gz: 944acbcd7105aecdec86597ac64226231f2b3abb3cb1a9b0e7891792114ad402e3330f7c5755e6d1e779f9664fbb1872d6597d9636e1a4fd34669d40da33c871
|
data/Gemfile.lock
CHANGED
|
@@ -24787,6 +24787,18 @@
|
|
|
24787
24787
|
"isDeprecated": false,
|
|
24788
24788
|
"deprecationReason": null
|
|
24789
24789
|
},
|
|
24790
|
+
{
|
|
24791
|
+
"name": "payingCustomerId",
|
|
24792
|
+
"description": "The customer that will pay for the subscription",
|
|
24793
|
+
"type": {
|
|
24794
|
+
"kind": "SCALAR",
|
|
24795
|
+
"name": "String",
|
|
24796
|
+
"ofType": null
|
|
24797
|
+
},
|
|
24798
|
+
"defaultValue": null,
|
|
24799
|
+
"isDeprecated": false,
|
|
24800
|
+
"deprecationReason": null
|
|
24801
|
+
},
|
|
24790
24802
|
{
|
|
24791
24803
|
"name": "planId",
|
|
24792
24804
|
"description": null,
|
|
@@ -53527,6 +53539,18 @@
|
|
|
53527
53539
|
"isDeprecated": false,
|
|
53528
53540
|
"deprecationReason": null
|
|
53529
53541
|
},
|
|
53542
|
+
{
|
|
53543
|
+
"name": "payingCustomerId",
|
|
53544
|
+
"description": "The customer that will pay for the subscription",
|
|
53545
|
+
"type": {
|
|
53546
|
+
"kind": "SCALAR",
|
|
53547
|
+
"name": "String",
|
|
53548
|
+
"ofType": null
|
|
53549
|
+
},
|
|
53550
|
+
"defaultValue": null,
|
|
53551
|
+
"isDeprecated": false,
|
|
53552
|
+
"deprecationReason": null
|
|
53553
|
+
},
|
|
53530
53554
|
{
|
|
53531
53555
|
"name": "planId",
|
|
53532
53556
|
"description": null,
|
|
@@ -64940,13 +64964,9 @@
|
|
|
64940
64964
|
"description": null,
|
|
64941
64965
|
"args": [],
|
|
64942
64966
|
"type": {
|
|
64943
|
-
"kind": "
|
|
64944
|
-
"name":
|
|
64945
|
-
"ofType":
|
|
64946
|
-
"kind": "SCALAR",
|
|
64947
|
-
"name": "String",
|
|
64948
|
-
"ofType": null
|
|
64949
|
-
}
|
|
64967
|
+
"kind": "SCALAR",
|
|
64968
|
+
"name": "String",
|
|
64969
|
+
"ofType": null
|
|
64950
64970
|
},
|
|
64951
64971
|
"isDeprecated": false,
|
|
64952
64972
|
"deprecationReason": null
|
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.163.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-10-
|
|
11
|
+
date: 2024-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|