stigg-api-client 0.553.0 → 0.554.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: 15828ddbed395ee0c158669642724b8964c9d3176bec7b9a16b0188f308a2b1a
4
- data.tar.gz: 1e65e2f7ae2816c969c2c874515704aae0d4055e794555d1e5af8c4fb3c39c93
3
+ metadata.gz: e49e26ed292d8bd9105e7f8fa866e00caea5b9caddc738707c46f06673ca1f0f
4
+ data.tar.gz: 267c8bf78d7be5ee86360500dd609eead11803e80c73971ab960fe79dcacacab
5
5
  SHA512:
6
- metadata.gz: 12c3db9046e3786121b7440eb9a334e4a037346177b89db868a64f0cfb99080a47c7bd935dfe905cb047e3c21b05263dacfd167dc8f5ffc9f364791ca3bb21b8
7
- data.tar.gz: 5ab08676cf994e40e8117cb4732ab67a8d3df9946349d25866d6e2f51c07f0e3862da530b37876a11988b726df530cff7587a64b372dc186c5b604c595acec76
6
+ metadata.gz: ff1dee687047cb3a38b26433398511b6857470ba9b2b93b82c8e60edeecd2acf9055d6d10579985c17a713541a7546ec3afbf619a39947487bfdc84924cae108
7
+ data.tar.gz: '03288955984216597452d3bc33b15bec80e41b98a1ce58e532a0e1029ccf41815fc46bc331f1e40d222a111a26b99ab8fcf3e2965c498905d624623326bb365a'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.553.0)
4
+ stigg-api-client (0.554.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -485,6 +485,20 @@ module Stigg
485
485
  }
486
486
  isPlanDowngrade
487
487
  hasScheduledUpdates
488
+ credits {
489
+ initial {
490
+ amount
491
+ currency
492
+ }
493
+ used {
494
+ amount
495
+ currency
496
+ }
497
+ remaining {
498
+ amount
499
+ currency
500
+ }
501
+ }
488
502
  }
489
503
  GRAPHQL
490
504
 
@@ -712,7 +726,7 @@ module Stigg
712
726
  }
713
727
  customCss
714
728
  content {
715
- collectPhoneNumber
729
+ collectPhoneNumber
716
730
  }
717
731
  __typename
718
732
  }
@@ -58838,6 +58838,18 @@
58838
58838
  "isDeprecated": false,
58839
58839
  "deprecationReason": null
58840
58840
  },
58841
+ {
58842
+ "name": "credits",
58843
+ "description": null,
58844
+ "args": [],
58845
+ "type": {
58846
+ "kind": "OBJECT",
58847
+ "name": "SubscriptionPreviewCredits",
58848
+ "ofType": null
58849
+ },
58850
+ "isDeprecated": false,
58851
+ "deprecationReason": null
58852
+ },
58841
58853
  {
58842
58854
  "name": "discount",
58843
58855
  "description": null,
@@ -58976,6 +58988,65 @@
58976
58988
  "enumValues": null,
58977
58989
  "possibleTypes": null
58978
58990
  },
58991
+ {
58992
+ "kind": "OBJECT",
58993
+ "name": "SubscriptionPreviewCredits",
58994
+ "description": null,
58995
+ "fields": [
58996
+ {
58997
+ "name": "initial",
58998
+ "description": null,
58999
+ "args": [],
59000
+ "type": {
59001
+ "kind": "NON_NULL",
59002
+ "name": null,
59003
+ "ofType": {
59004
+ "kind": "OBJECT",
59005
+ "name": "Money",
59006
+ "ofType": null
59007
+ }
59008
+ },
59009
+ "isDeprecated": false,
59010
+ "deprecationReason": null
59011
+ },
59012
+ {
59013
+ "name": "remaining",
59014
+ "description": null,
59015
+ "args": [],
59016
+ "type": {
59017
+ "kind": "NON_NULL",
59018
+ "name": null,
59019
+ "ofType": {
59020
+ "kind": "OBJECT",
59021
+ "name": "Money",
59022
+ "ofType": null
59023
+ }
59024
+ },
59025
+ "isDeprecated": false,
59026
+ "deprecationReason": null
59027
+ },
59028
+ {
59029
+ "name": "used",
59030
+ "description": null,
59031
+ "args": [],
59032
+ "type": {
59033
+ "kind": "NON_NULL",
59034
+ "name": null,
59035
+ "ofType": {
59036
+ "kind": "OBJECT",
59037
+ "name": "Money",
59038
+ "ofType": null
59039
+ }
59040
+ },
59041
+ "isDeprecated": false,
59042
+ "deprecationReason": null
59043
+ }
59044
+ ],
59045
+ "inputFields": null,
59046
+ "interfaces": [],
59047
+ "enumValues": null,
59048
+ "possibleTypes": null
59049
+ },
58979
59050
  {
58980
59051
  "kind": "OBJECT",
58981
59052
  "name": "SubscriptionPreviewDiscountDTO",
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.553.0"
4
+ VERSION = "0.554.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.553.0
4
+ version: 0.554.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-08-29 00:00:00.000000000 Z
11
+ date: 2023-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient