stigg-api-client 0.554.0 → 0.556.8
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/operations.rb +0 -1
- data/lib/stigg/generated/schema.json +95 -24
- 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: d726cef9e904b06ebed45a0c4231f5464baca62072fc07e482f61e5b03408021
|
|
4
|
+
data.tar.gz: bacfc3b96271f8a20a9692be4afe76626b493b3d0261d5dce54be26c64e486c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd235974ac316fdbb627a1db8bfd6b39ff230f6437b2568a30b98241871fd04833827a21605eab8124afbde28d411005da01bad26b1bb24887f5d6aefbe6288e
|
|
7
|
+
data.tar.gz: c821beb5677aaad62cdf8fe7a19314d371ab77324dc8039cd463c764cdd868a96f289e5d8d1f1f9092503434a6c076534e82e9a5ee57685297aa9bae25f27bc7
|
data/Gemfile.lock
CHANGED
|
@@ -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",
|
|
@@ -4440,18 +4523,6 @@
|
|
|
4440
4523
|
"isDeprecated": false,
|
|
4441
4524
|
"deprecationReason": null
|
|
4442
4525
|
},
|
|
4443
|
-
{
|
|
4444
|
-
"name": "selectionColor",
|
|
4445
|
-
"description": null,
|
|
4446
|
-
"args": [],
|
|
4447
|
-
"type": {
|
|
4448
|
-
"kind": "SCALAR",
|
|
4449
|
-
"name": "String",
|
|
4450
|
-
"ofType": null
|
|
4451
|
-
},
|
|
4452
|
-
"isDeprecated": false,
|
|
4453
|
-
"deprecationReason": null
|
|
4454
|
-
},
|
|
4455
4526
|
{
|
|
4456
4527
|
"name": "summaryBackgroundColor",
|
|
4457
4528
|
"description": null,
|
|
@@ -4834,18 +4905,6 @@
|
|
|
4834
4905
|
"isDeprecated": false,
|
|
4835
4906
|
"deprecationReason": null
|
|
4836
4907
|
},
|
|
4837
|
-
{
|
|
4838
|
-
"name": "selectionColor",
|
|
4839
|
-
"description": null,
|
|
4840
|
-
"type": {
|
|
4841
|
-
"kind": "SCALAR",
|
|
4842
|
-
"name": "String",
|
|
4843
|
-
"ofType": null
|
|
4844
|
-
},
|
|
4845
|
-
"defaultValue": null,
|
|
4846
|
-
"isDeprecated": false,
|
|
4847
|
-
"deprecationReason": null
|
|
4848
|
-
},
|
|
4849
4908
|
{
|
|
4850
4909
|
"name": "summaryBackgroundColor",
|
|
4851
4910
|
"description": null,
|
|
@@ -55329,6 +55388,18 @@
|
|
|
55329
55388
|
"description": null,
|
|
55330
55389
|
"fields": null,
|
|
55331
55390
|
"inputFields": [
|
|
55391
|
+
{
|
|
55392
|
+
"name": "billingAddress",
|
|
55393
|
+
"description": null,
|
|
55394
|
+
"type": {
|
|
55395
|
+
"kind": "INPUT_OBJECT",
|
|
55396
|
+
"name": "BillingAddress",
|
|
55397
|
+
"ofType": null
|
|
55398
|
+
},
|
|
55399
|
+
"defaultValue": null,
|
|
55400
|
+
"isDeprecated": false,
|
|
55401
|
+
"deprecationReason": null
|
|
55402
|
+
},
|
|
55332
55403
|
{
|
|
55333
55404
|
"name": "taxPercentage",
|
|
55334
55405
|
"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.556.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|