stigg-api-client 0.553.0 → 0.556.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: 15828ddbed395ee0c158669642724b8964c9d3176bec7b9a16b0188f308a2b1a
4
- data.tar.gz: 1e65e2f7ae2816c969c2c874515704aae0d4055e794555d1e5af8c4fb3c39c93
3
+ metadata.gz: 3bf4950938a35aa53f161af9fb5b527cb1140aa159fe3c77d38f15977c31554c
4
+ data.tar.gz: 7273f7139c3a68b6e973d42266f14f42f25bfc8feb2aa2bd09d3b8f0d230f4a6
5
5
  SHA512:
6
- metadata.gz: 12c3db9046e3786121b7440eb9a334e4a037346177b89db868a64f0cfb99080a47c7bd935dfe905cb047e3c21b05263dacfd167dc8f5ffc9f364791ca3bb21b8
7
- data.tar.gz: 5ab08676cf994e40e8117cb4732ab67a8d3df9946349d25866d6e2f51c07f0e3862da530b37876a11988b726df530cff7587a64b372dc186c5b604c595acec76
6
+ metadata.gz: 2ae9fa4d9d77cebc954ca3c0acf177c62981855308e61492f9701df9ff312d89ee0b69a2c554dae43c9d4be1bd07ec95718a70359244c2baa307b4d9e85d3868
7
+ data.tar.gz: 04fa7779030c03105b629fd459537619bc5bd2b278ee639f4b561477b6b94845d5458c756a9418231883376731ac1808e56ddcf0404c91ba18cc39757c90ded9
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.556.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
  }
@@ -3653,6 +3653,89 @@
3653
3653
  "enumValues": null,
3654
3654
  "possibleTypes": null
3655
3655
  },
3656
+ {
3657
+ "kind": "INPUT_OBJECT",
3658
+ "name": "BillingAddress",
3659
+ "description": null,
3660
+ "fields": null,
3661
+ "inputFields": [
3662
+ {
3663
+ "name": "city",
3664
+ "description": null,
3665
+ "type": {
3666
+ "kind": "SCALAR",
3667
+ "name": "String",
3668
+ "ofType": null
3669
+ },
3670
+ "defaultValue": null,
3671
+ "isDeprecated": false,
3672
+ "deprecationReason": null
3673
+ },
3674
+ {
3675
+ "name": "country",
3676
+ "description": null,
3677
+ "type": {
3678
+ "kind": "SCALAR",
3679
+ "name": "String",
3680
+ "ofType": null
3681
+ },
3682
+ "defaultValue": null,
3683
+ "isDeprecated": false,
3684
+ "deprecationReason": null
3685
+ },
3686
+ {
3687
+ "name": "line1",
3688
+ "description": null,
3689
+ "type": {
3690
+ "kind": "SCALAR",
3691
+ "name": "String",
3692
+ "ofType": null
3693
+ },
3694
+ "defaultValue": null,
3695
+ "isDeprecated": false,
3696
+ "deprecationReason": null
3697
+ },
3698
+ {
3699
+ "name": "line2",
3700
+ "description": null,
3701
+ "type": {
3702
+ "kind": "SCALAR",
3703
+ "name": "String",
3704
+ "ofType": null
3705
+ },
3706
+ "defaultValue": null,
3707
+ "isDeprecated": false,
3708
+ "deprecationReason": null
3709
+ },
3710
+ {
3711
+ "name": "postalCode",
3712
+ "description": null,
3713
+ "type": {
3714
+ "kind": "SCALAR",
3715
+ "name": "String",
3716
+ "ofType": null
3717
+ },
3718
+ "defaultValue": null,
3719
+ "isDeprecated": false,
3720
+ "deprecationReason": null
3721
+ },
3722
+ {
3723
+ "name": "state",
3724
+ "description": null,
3725
+ "type": {
3726
+ "kind": "SCALAR",
3727
+ "name": "String",
3728
+ "ofType": null
3729
+ },
3730
+ "defaultValue": null,
3731
+ "isDeprecated": false,
3732
+ "deprecationReason": null
3733
+ }
3734
+ ],
3735
+ "interfaces": null,
3736
+ "enumValues": null,
3737
+ "possibleTypes": null
3738
+ },
3656
3739
  {
3657
3740
  "kind": "ENUM",
3658
3741
  "name": "BillingAnchor",
@@ -55329,6 +55412,18 @@
55329
55412
  "description": null,
55330
55413
  "fields": null,
55331
55414
  "inputFields": [
55415
+ {
55416
+ "name": "billingAddress",
55417
+ "description": null,
55418
+ "type": {
55419
+ "kind": "INPUT_OBJECT",
55420
+ "name": "BillingAddress",
55421
+ "ofType": null
55422
+ },
55423
+ "defaultValue": null,
55424
+ "isDeprecated": false,
55425
+ "deprecationReason": null
55426
+ },
55332
55427
  {
55333
55428
  "name": "taxPercentage",
55334
55429
  "description": null,
@@ -58838,6 +58933,18 @@
58838
58933
  "isDeprecated": false,
58839
58934
  "deprecationReason": null
58840
58935
  },
58936
+ {
58937
+ "name": "credits",
58938
+ "description": null,
58939
+ "args": [],
58940
+ "type": {
58941
+ "kind": "OBJECT",
58942
+ "name": "SubscriptionPreviewCredits",
58943
+ "ofType": null
58944
+ },
58945
+ "isDeprecated": false,
58946
+ "deprecationReason": null
58947
+ },
58841
58948
  {
58842
58949
  "name": "discount",
58843
58950
  "description": null,
@@ -58976,6 +59083,65 @@
58976
59083
  "enumValues": null,
58977
59084
  "possibleTypes": null
58978
59085
  },
59086
+ {
59087
+ "kind": "OBJECT",
59088
+ "name": "SubscriptionPreviewCredits",
59089
+ "description": null,
59090
+ "fields": [
59091
+ {
59092
+ "name": "initial",
59093
+ "description": null,
59094
+ "args": [],
59095
+ "type": {
59096
+ "kind": "NON_NULL",
59097
+ "name": null,
59098
+ "ofType": {
59099
+ "kind": "OBJECT",
59100
+ "name": "Money",
59101
+ "ofType": null
59102
+ }
59103
+ },
59104
+ "isDeprecated": false,
59105
+ "deprecationReason": null
59106
+ },
59107
+ {
59108
+ "name": "remaining",
59109
+ "description": null,
59110
+ "args": [],
59111
+ "type": {
59112
+ "kind": "NON_NULL",
59113
+ "name": null,
59114
+ "ofType": {
59115
+ "kind": "OBJECT",
59116
+ "name": "Money",
59117
+ "ofType": null
59118
+ }
59119
+ },
59120
+ "isDeprecated": false,
59121
+ "deprecationReason": null
59122
+ },
59123
+ {
59124
+ "name": "used",
59125
+ "description": null,
59126
+ "args": [],
59127
+ "type": {
59128
+ "kind": "NON_NULL",
59129
+ "name": null,
59130
+ "ofType": {
59131
+ "kind": "OBJECT",
59132
+ "name": "Money",
59133
+ "ofType": null
59134
+ }
59135
+ },
59136
+ "isDeprecated": false,
59137
+ "deprecationReason": null
59138
+ }
59139
+ ],
59140
+ "inputFields": null,
59141
+ "interfaces": [],
59142
+ "enumValues": null,
59143
+ "possibleTypes": null
59144
+ },
58979
59145
  {
58980
59146
  "kind": "OBJECT",
58981
59147
  "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.556.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.556.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-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient