stigg-api-client 2.302.0 → 2.303.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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11aa852b9eccd303ec687b86ab9a6a5f709faddc4308d4fb865a1cf16f4d1a24
|
4
|
+
data.tar.gz: 8c9de5164dadbd007215aa080e6ae00528472279ea41e139ab7337d6fba9f677
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5be5633e332a06c80da614847ac68f4b7f5309bf54c2bf8f2780b9bff4b6a1f80c570978fe3dcd7d939f02da9e76302231eab659d77a843a291709c87774b9cd
|
7
|
+
data.tar.gz: 3986ca690237c3f08481ddaf589de8f61aa4dc0d1581c0dd33e35d27042f9feb9408d47eed768f3dd8f4bcc7152835aa8b6bf73d99d90dd86574d1ac68938cc1
|
data/Gemfile.lock
CHANGED
@@ -85618,6 +85618,18 @@
|
|
85618
85618
|
"isDeprecated": false,
|
85619
85619
|
"deprecationReason": null
|
85620
85620
|
},
|
85621
|
+
{
|
85622
|
+
"name": "paymentPageId",
|
85623
|
+
"description": null,
|
85624
|
+
"args": [],
|
85625
|
+
"type": {
|
85626
|
+
"kind": "SCALAR",
|
85627
|
+
"name": "String",
|
85628
|
+
"ofType": null
|
85629
|
+
},
|
85630
|
+
"isDeprecated": false,
|
85631
|
+
"deprecationReason": null
|
85632
|
+
},
|
85621
85633
|
{
|
85622
85634
|
"name": "stripePublishableKey",
|
85623
85635
|
"description": null,
|
@@ -85641,6 +85653,18 @@
|
|
85641
85653
|
},
|
85642
85654
|
"isDeprecated": false,
|
85643
85655
|
"deprecationReason": null
|
85656
|
+
},
|
85657
|
+
{
|
85658
|
+
"name": "webhookSecret",
|
85659
|
+
"description": null,
|
85660
|
+
"args": [],
|
85661
|
+
"type": {
|
85662
|
+
"kind": "SCALAR",
|
85663
|
+
"name": "String",
|
85664
|
+
"ofType": null
|
85665
|
+
},
|
85666
|
+
"isDeprecated": false,
|
85667
|
+
"deprecationReason": null
|
85644
85668
|
}
|
85645
85669
|
],
|
85646
85670
|
"inputFields": 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.303.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|