stigg-api-client 0.554.0 → 0.556.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: e49e26ed292d8bd9105e7f8fa866e00caea5b9caddc738707c46f06673ca1f0f
4
- data.tar.gz: 267c8bf78d7be5ee86360500dd609eead11803e80c73971ab960fe79dcacacab
3
+ metadata.gz: 3bf4950938a35aa53f161af9fb5b527cb1140aa159fe3c77d38f15977c31554c
4
+ data.tar.gz: 7273f7139c3a68b6e973d42266f14f42f25bfc8feb2aa2bd09d3b8f0d230f4a6
5
5
  SHA512:
6
- metadata.gz: ff1dee687047cb3a38b26433398511b6857470ba9b2b93b82c8e60edeecd2acf9055d6d10579985c17a713541a7546ec3afbf619a39947487bfdc84924cae108
7
- data.tar.gz: '03288955984216597452d3bc33b15bec80e41b98a1ce58e532a0e1029ccf41815fc46bc331f1e40d222a111a26b99ab8fcf3e2965c498905d624623326bb365a'
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.554.0)
4
+ stigg-api-client (0.556.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -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,
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.554.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.554.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-30 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