stigg-api-client 2.15.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 +60 -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,
|
|
@@ -81434,6 +81446,30 @@
|
|
|
81434
81446
|
},
|
|
81435
81447
|
"isDeprecated": false,
|
|
81436
81448
|
"deprecationReason": null
|
|
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
|
+
},
|
|
81462
|
+
{
|
|
81463
|
+
"name": "stripeSecretKey",
|
|
81464
|
+
"description": null,
|
|
81465
|
+
"args": [],
|
|
81466
|
+
"type": {
|
|
81467
|
+
"kind": "SCALAR",
|
|
81468
|
+
"name": "String",
|
|
81469
|
+
"ofType": null
|
|
81470
|
+
},
|
|
81471
|
+
"isDeprecated": false,
|
|
81472
|
+
"deprecationReason": null
|
|
81437
81473
|
}
|
|
81438
81474
|
],
|
|
81439
81475
|
"inputFields": null,
|
|
@@ -81494,6 +81530,30 @@
|
|
|
81494
81530
|
"defaultValue": null,
|
|
81495
81531
|
"isDeprecated": false,
|
|
81496
81532
|
"deprecationReason": null
|
|
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
|
+
},
|
|
81546
|
+
{
|
|
81547
|
+
"name": "stripeSecretKey",
|
|
81548
|
+
"description": null,
|
|
81549
|
+
"type": {
|
|
81550
|
+
"kind": "SCALAR",
|
|
81551
|
+
"name": "String",
|
|
81552
|
+
"ofType": null
|
|
81553
|
+
},
|
|
81554
|
+
"defaultValue": null,
|
|
81555
|
+
"isDeprecated": false,
|
|
81556
|
+
"deprecationReason": null
|
|
81497
81557
|
}
|
|
81498
81558
|
],
|
|
81499
81559
|
"interfaces": 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.
|
|
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
|