stigg-api-client 0.561.1 → 0.567.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: 053f1c99633c02748604eabf5636db8a4409180dc3481c544a9f317d4f9b0bf0
4
- data.tar.gz: 5e94cd8721de69feb7e74341fe409da1557e9f62307973c0091f2f7fef7474db
3
+ metadata.gz: 5cf52cf4e5e2cb3af336e7f932532e648afb6260b7deb1aca08820c4f5a16d6c
4
+ data.tar.gz: 11f96ac0669d0e8162b668ab2a80a7a7d2ef2169195d87099c71951424ac7780
5
5
  SHA512:
6
- metadata.gz: e3e92e83820e0e4dc1d10c934b055cae5a7ea834baf233d71ee7b867613b6a439571b776a935f583b68ea00f473216ff8a30ec3807628449b1d8b246d2a28e86
7
- data.tar.gz: 88c24a125d67d0db08bc7e220c00c70f926fa83dc0ffbdb1fb4770b992dc118dbadc9a5b42759afb8a10439867453394da47ef5af9f70d882b74fe895448aa58
6
+ metadata.gz: 343753f451be12f0d3b4838e04a6b1a4d024fa2ff0bb8ad052ff372b25a00b40025f4b7c3285e242c637a023580ec1e8875a46ffcceb7ffd19d217e4dff83f00
7
+ data.tar.gz: 07e7827b63113313a55859bb630073a9a18c043e473e10fd3a633b9bd6d9568ad48b847c64c4759a27f13448e1c37cf5b2560ac13f21877924eb547d49508d99
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.561.1)
4
+ stigg-api-client (0.567.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.561.1"
4
+ VERSION = "0.567.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: 0.561.1
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 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient