stigg-api-client 0.561.1 → 0.567.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 +57 -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: 5cf52cf4e5e2cb3af336e7f932532e648afb6260b7deb1aca08820c4f5a16d6c
|
|
4
|
+
data.tar.gz: 11f96ac0669d0e8162b668ab2a80a7a7d2ef2169195d87099c71951424ac7780
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 343753f451be12f0d3b4838e04a6b1a4d024fa2ff0bb8ad052ff372b25a00b40025f4b7c3285e242c637a023580ec1e8875a46ffcceb7ffd19d217e4dff83f00
|
|
7
|
+
data.tar.gz: 07e7827b63113313a55859bb630073a9a18c043e473e10fd3a633b9bd6d9568ad48b847c64c4759a27f13448e1c37cf5b2560ac13f21877924eb547d49508d99
|
data/Gemfile.lock
CHANGED
|
@@ -32034,6 +32034,39 @@
|
|
|
32034
32034
|
"isDeprecated": false,
|
|
32035
32035
|
"deprecationReason": null
|
|
32036
32036
|
},
|
|
32037
|
+
{
|
|
32038
|
+
"name": "createEmptyAddonDraft",
|
|
32039
|
+
"description": null,
|
|
32040
|
+
"args": [
|
|
32041
|
+
{
|
|
32042
|
+
"name": "id",
|
|
32043
|
+
"description": null,
|
|
32044
|
+
"type": {
|
|
32045
|
+
"kind": "NON_NULL",
|
|
32046
|
+
"name": null,
|
|
32047
|
+
"ofType": {
|
|
32048
|
+
"kind": "SCALAR",
|
|
32049
|
+
"name": "String",
|
|
32050
|
+
"ofType": null
|
|
32051
|
+
}
|
|
32052
|
+
},
|
|
32053
|
+
"defaultValue": null,
|
|
32054
|
+
"isDeprecated": false,
|
|
32055
|
+
"deprecationReason": null
|
|
32056
|
+
}
|
|
32057
|
+
],
|
|
32058
|
+
"type": {
|
|
32059
|
+
"kind": "NON_NULL",
|
|
32060
|
+
"name": null,
|
|
32061
|
+
"ofType": {
|
|
32062
|
+
"kind": "OBJECT",
|
|
32063
|
+
"name": "Addon",
|
|
32064
|
+
"ofType": null
|
|
32065
|
+
}
|
|
32066
|
+
},
|
|
32067
|
+
"isDeprecated": false,
|
|
32068
|
+
"deprecationReason": null
|
|
32069
|
+
},
|
|
32037
32070
|
{
|
|
32038
32071
|
"name": "createEmptyPlanDraft",
|
|
32039
32072
|
"description": null,
|
|
@@ -55511,6 +55544,18 @@
|
|
|
55511
55544
|
"isDeprecated": false,
|
|
55512
55545
|
"deprecationReason": null
|
|
55513
55546
|
},
|
|
55547
|
+
{
|
|
55548
|
+
"name": "metadata",
|
|
55549
|
+
"description": null,
|
|
55550
|
+
"type": {
|
|
55551
|
+
"kind": "SCALAR",
|
|
55552
|
+
"name": "JSON",
|
|
55553
|
+
"ofType": null
|
|
55554
|
+
},
|
|
55555
|
+
"defaultValue": null,
|
|
55556
|
+
"isDeprecated": false,
|
|
55557
|
+
"deprecationReason": null
|
|
55558
|
+
},
|
|
55514
55559
|
{
|
|
55515
55560
|
"name": "taxPercentage",
|
|
55516
55561
|
"description": null,
|
|
@@ -64566,6 +64611,18 @@
|
|
|
64566
64611
|
"isDeprecated": false,
|
|
64567
64612
|
"deprecationReason": null
|
|
64568
64613
|
},
|
|
64614
|
+
{
|
|
64615
|
+
"name": "billingInformation",
|
|
64616
|
+
"description": null,
|
|
64617
|
+
"type": {
|
|
64618
|
+
"kind": "INPUT_OBJECT",
|
|
64619
|
+
"name": "SubscriptionBillingInfo",
|
|
64620
|
+
"ofType": null
|
|
64621
|
+
},
|
|
64622
|
+
"defaultValue": null,
|
|
64623
|
+
"isDeprecated": false,
|
|
64624
|
+
"deprecationReason": null
|
|
64625
|
+
},
|
|
64569
64626
|
{
|
|
64570
64627
|
"name": "billingPeriod",
|
|
64571
64628
|
"description": 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: 0.
|
|
4
|
+
version: 0.567.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|