stigg-api-client 3.127.0 → 3.128.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 +12 -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: de2e80e129951649b94ae20869e62c2bfb7f68ed3f44336b8c3ac8e98af9cdd2
|
|
4
|
+
data.tar.gz: 370a5d6431ea00697fd08063004ec08837d4ef726f07917fedd695d1356a9213
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a465d353eb55650496740dfbd56bbf4e6f838afceb3d7dda580bad699950634700be8657044935138169584b3f556a590c2252c22b96d357b220ca9775659503
|
|
7
|
+
data.tar.gz: cba1381317fc72c1a4f510dce24f0d4ab702deab1c5c202594c0cb22447960344ae30dbe6ec09e935a9a9fd9b74f3f5fe79e3409b1d420c80c652c450c96963f
|
data/Gemfile.lock
CHANGED
|
@@ -94656,6 +94656,18 @@
|
|
|
94656
94656
|
"isDeprecated": false,
|
|
94657
94657
|
"deprecationReason": null
|
|
94658
94658
|
},
|
|
94659
|
+
{
|
|
94660
|
+
"name": "snowflakeCredentials",
|
|
94661
|
+
"description": "Snowflake integration configuration",
|
|
94662
|
+
"type": {
|
|
94663
|
+
"kind": "INPUT_OBJECT",
|
|
94664
|
+
"name": "SnowflakeCredentialsInput",
|
|
94665
|
+
"ofType": null
|
|
94666
|
+
},
|
|
94667
|
+
"defaultValue": null,
|
|
94668
|
+
"isDeprecated": false,
|
|
94669
|
+
"deprecationReason": null
|
|
94670
|
+
},
|
|
94659
94671
|
{
|
|
94660
94672
|
"name": "stripeCredentials",
|
|
94661
94673
|
"description": "Stripe integration configuration",
|
data/lib/stigg/version.rb
CHANGED