stigg-api-client 2.15.0 → 2.16.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +24 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4c3f67927db41222b9659cf9357bedfcdf955ef0de76ffc6901626f9c5a7b96
|
|
4
|
+
data.tar.gz: 4569829b10a282649f4c74a4b5384f915f4026ac63b9f3fd8be871295a891625
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3193a29cabb044f3e1fe2e291321bebeddce353a7fee90b5670927706665707cb3ee364c4c57bc37b3ca79540326f88b282694afb9b7de8e5e1130dd466030eb
|
|
7
|
+
data.tar.gz: a2c4f4eec39601b54865cda00fe40f69998418c23cfe50daa4278e89b81ede0f3fe30fd616fd8af8733074aaed6ed97688fa25221a9ed4002d187c5a0b10e770
|
data/Gemfile.lock
CHANGED
|
@@ -81434,6 +81434,18 @@
|
|
|
81434
81434
|
},
|
|
81435
81435
|
"isDeprecated": false,
|
|
81436
81436
|
"deprecationReason": null
|
|
81437
|
+
},
|
|
81438
|
+
{
|
|
81439
|
+
"name": "stripeSecretKey",
|
|
81440
|
+
"description": null,
|
|
81441
|
+
"args": [],
|
|
81442
|
+
"type": {
|
|
81443
|
+
"kind": "SCALAR",
|
|
81444
|
+
"name": "String",
|
|
81445
|
+
"ofType": null
|
|
81446
|
+
},
|
|
81447
|
+
"isDeprecated": false,
|
|
81448
|
+
"deprecationReason": null
|
|
81437
81449
|
}
|
|
81438
81450
|
],
|
|
81439
81451
|
"inputFields": null,
|
|
@@ -81494,6 +81506,18 @@
|
|
|
81494
81506
|
"defaultValue": null,
|
|
81495
81507
|
"isDeprecated": false,
|
|
81496
81508
|
"deprecationReason": null
|
|
81509
|
+
},
|
|
81510
|
+
{
|
|
81511
|
+
"name": "stripeSecretKey",
|
|
81512
|
+
"description": null,
|
|
81513
|
+
"type": {
|
|
81514
|
+
"kind": "SCALAR",
|
|
81515
|
+
"name": "String",
|
|
81516
|
+
"ofType": null
|
|
81517
|
+
},
|
|
81518
|
+
"defaultValue": null,
|
|
81519
|
+
"isDeprecated": false,
|
|
81520
|
+
"deprecationReason": null
|
|
81497
81521
|
}
|
|
81498
81522
|
],
|
|
81499
81523
|
"interfaces": null,
|
data/lib/stigg/version.rb
CHANGED