stigg-api-client 1.214.3 → 1.215.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 +18 -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: 74306b1ac9272dc5ad4e23cd489c70678b3da8a95740922d9ab4b95bda904e56
|
|
4
|
+
data.tar.gz: 010bc4d96a819b108f80ded5bb38c179ed5c6ca337ab8ae3d57d77f901519d12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76601a594ed5420e8ca30a054fb829af960cade04345b957ded1872cc25cdd35e390435f3184b140333e76840b0c2f041e2ad1bc063f0a60f6eda78580d803e8
|
|
7
|
+
data.tar.gz: 98bd833edc8d990c79c9cbfa29f69a1efd48fc4f1dbaa2e6efff9004e210dbcbc00d83de71836bb3baaa27a1a769096adec8c2683b9eaab754d9a0e0a991b71a
|
data/Gemfile.lock
CHANGED
|
@@ -24433,12 +24433,24 @@
|
|
|
24433
24433
|
"isDeprecated": false,
|
|
24434
24434
|
"deprecationReason": null
|
|
24435
24435
|
},
|
|
24436
|
+
{
|
|
24437
|
+
"name": "AWS",
|
|
24438
|
+
"description": "AWS triggered event",
|
|
24439
|
+
"isDeprecated": false,
|
|
24440
|
+
"deprecationReason": null
|
|
24441
|
+
},
|
|
24436
24442
|
{
|
|
24437
24443
|
"name": "SALESFORCE",
|
|
24438
24444
|
"description": "Salesforce API key",
|
|
24439
24445
|
"isDeprecated": false,
|
|
24440
24446
|
"deprecationReason": null
|
|
24441
24447
|
},
|
|
24448
|
+
{
|
|
24449
|
+
"name": "SCHEDULER",
|
|
24450
|
+
"description": "Stigg scheduler",
|
|
24451
|
+
"isDeprecated": false,
|
|
24452
|
+
"deprecationReason": null
|
|
24453
|
+
},
|
|
24442
24454
|
{
|
|
24443
24455
|
"name": "SERVICE",
|
|
24444
24456
|
"description": "Stigg user service key",
|
|
@@ -24457,6 +24469,12 @@
|
|
|
24457
24469
|
"isDeprecated": false,
|
|
24458
24470
|
"deprecationReason": null
|
|
24459
24471
|
},
|
|
24472
|
+
{
|
|
24473
|
+
"name": "SYSTEM",
|
|
24474
|
+
"description": "Stigg internal system",
|
|
24475
|
+
"isDeprecated": false,
|
|
24476
|
+
"deprecationReason": null
|
|
24477
|
+
},
|
|
24460
24478
|
{
|
|
24461
24479
|
"name": "USER",
|
|
24462
24480
|
"description": "Web application user",
|
data/lib/stigg/version.rb
CHANGED