stigg-api-client 2.16.0 → 2.16.1
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 +36 -0
- 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: 4ef43b4c3dad26834f0613a304c562defae63eb046bb07124a3e8e7f9f9dc86e
|
|
4
|
+
data.tar.gz: 3636cb0c3dafe7a22b5c02e9792f1765d78a3d924a55cacb7f9160fbbbaeca51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74d2b4bd15829f811b649e3bdd32520e37360c62689e39e924dee8baca6ba593afc783a103c0a0c997bf4f660828d189cfd8c0d0837dcbd0be5fbacad5f70d84
|
|
7
|
+
data.tar.gz: f8f72068558b87d4d67e4ee10d446beabc926b050179da6741e187f706ad82fa7ed5ad3dfab1618a9355bd41a238d3e2c8cd20a15ebb7e8996efe6ce10f002fd
|
data/Gemfile.lock
CHANGED
|
@@ -65596,6 +65596,18 @@
|
|
|
65596
65596
|
},
|
|
65597
65597
|
"isDeprecated": false,
|
|
65598
65598
|
"deprecationReason": null
|
|
65599
|
+
},
|
|
65600
|
+
{
|
|
65601
|
+
"name": "stripePublishableKey",
|
|
65602
|
+
"description": null,
|
|
65603
|
+
"args": [],
|
|
65604
|
+
"type": {
|
|
65605
|
+
"kind": "SCALAR",
|
|
65606
|
+
"name": "String",
|
|
65607
|
+
"ofType": null
|
|
65608
|
+
},
|
|
65609
|
+
"isDeprecated": false,
|
|
65610
|
+
"deprecationReason": null
|
|
65599
65611
|
}
|
|
65600
65612
|
],
|
|
65601
65613
|
"inputFields": null,
|
|
@@ -81435,6 +81447,18 @@
|
|
|
81435
81447
|
"isDeprecated": false,
|
|
81436
81448
|
"deprecationReason": null
|
|
81437
81449
|
},
|
|
81450
|
+
{
|
|
81451
|
+
"name": "stripePublishableKey",
|
|
81452
|
+
"description": null,
|
|
81453
|
+
"args": [],
|
|
81454
|
+
"type": {
|
|
81455
|
+
"kind": "SCALAR",
|
|
81456
|
+
"name": "String",
|
|
81457
|
+
"ofType": null
|
|
81458
|
+
},
|
|
81459
|
+
"isDeprecated": false,
|
|
81460
|
+
"deprecationReason": null
|
|
81461
|
+
},
|
|
81438
81462
|
{
|
|
81439
81463
|
"name": "stripeSecretKey",
|
|
81440
81464
|
"description": null,
|
|
@@ -81507,6 +81531,18 @@
|
|
|
81507
81531
|
"isDeprecated": false,
|
|
81508
81532
|
"deprecationReason": null
|
|
81509
81533
|
},
|
|
81534
|
+
{
|
|
81535
|
+
"name": "stripePublishableKey",
|
|
81536
|
+
"description": null,
|
|
81537
|
+
"type": {
|
|
81538
|
+
"kind": "SCALAR",
|
|
81539
|
+
"name": "String",
|
|
81540
|
+
"ofType": null
|
|
81541
|
+
},
|
|
81542
|
+
"defaultValue": null,
|
|
81543
|
+
"isDeprecated": false,
|
|
81544
|
+
"deprecationReason": null
|
|
81545
|
+
},
|
|
81510
81546
|
{
|
|
81511
81547
|
"name": "stripeSecretKey",
|
|
81512
81548
|
"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: 2.16.
|
|
4
|
+
version: 2.16.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|