stigg-api-client 1.50.0 → 1.51.2
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 +87 -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: aa2ace0a3934dcacfff76297f96840723deb0a01948124812558a491e1fa5bfc
|
|
4
|
+
data.tar.gz: 757d3fa5132b3a7c4aacb432be5b246847b9adee1ae5bd1b0d55d20ecad1ab60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cd99e4a7c627f84bd3c66b1a45ba1edb710b76161896bff550c0a78680666e3b7563074677798b2cd1088898bee8077a6c1bb03222f50779d738d50943c0470
|
|
7
|
+
data.tar.gz: 46baef8dbb4db381a3968344048fdb13a0887395c50fd505f2afd0279fa81ecc90428e554da7e83a1bf09cf33ed29d17d0bc4aa491bb26f34122dee28f2474bb
|
data/Gemfile.lock
CHANGED
|
@@ -3083,6 +3083,12 @@
|
|
|
3083
3083
|
"isDeprecated": false,
|
|
3084
3084
|
"deprecationReason": null
|
|
3085
3085
|
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "SALESFORCE",
|
|
3088
|
+
"description": null,
|
|
3089
|
+
"isDeprecated": false,
|
|
3090
|
+
"deprecationReason": null
|
|
3091
|
+
},
|
|
3086
3092
|
{
|
|
3087
3093
|
"name": "SERVER",
|
|
3088
3094
|
"description": null,
|
|
@@ -8417,6 +8423,18 @@
|
|
|
8417
8423
|
"isDeprecated": false,
|
|
8418
8424
|
"deprecationReason": null
|
|
8419
8425
|
},
|
|
8426
|
+
{
|
|
8427
|
+
"name": "salesforceCredentials",
|
|
8428
|
+
"description": null,
|
|
8429
|
+
"type": {
|
|
8430
|
+
"kind": "INPUT_OBJECT",
|
|
8431
|
+
"name": "SalesforceCredentialsInput",
|
|
8432
|
+
"ofType": null
|
|
8433
|
+
},
|
|
8434
|
+
"defaultValue": null,
|
|
8435
|
+
"isDeprecated": false,
|
|
8436
|
+
"deprecationReason": null
|
|
8437
|
+
},
|
|
8420
8438
|
{
|
|
8421
8439
|
"name": "snowflakeCredentials",
|
|
8422
8440
|
"description": null,
|
|
@@ -8904,6 +8922,11 @@
|
|
|
8904
8922
|
"name": "HubspotCredentials",
|
|
8905
8923
|
"ofType": null
|
|
8906
8924
|
},
|
|
8925
|
+
{
|
|
8926
|
+
"kind": "OBJECT",
|
|
8927
|
+
"name": "SalesforceCredentials",
|
|
8928
|
+
"ofType": null
|
|
8929
|
+
},
|
|
8907
8930
|
{
|
|
8908
8931
|
"kind": "OBJECT",
|
|
8909
8932
|
"name": "SnowflakeCredentials",
|
|
@@ -56701,6 +56724,52 @@
|
|
|
56701
56724
|
"enumValues": null,
|
|
56702
56725
|
"possibleTypes": null
|
|
56703
56726
|
},
|
|
56727
|
+
{
|
|
56728
|
+
"kind": "OBJECT",
|
|
56729
|
+
"name": "SalesforceCredentials",
|
|
56730
|
+
"description": null,
|
|
56731
|
+
"fields": [
|
|
56732
|
+
{
|
|
56733
|
+
"name": "domain",
|
|
56734
|
+
"description": null,
|
|
56735
|
+
"args": [],
|
|
56736
|
+
"type": {
|
|
56737
|
+
"kind": "SCALAR",
|
|
56738
|
+
"name": "String",
|
|
56739
|
+
"ofType": null
|
|
56740
|
+
},
|
|
56741
|
+
"isDeprecated": false,
|
|
56742
|
+
"deprecationReason": null
|
|
56743
|
+
}
|
|
56744
|
+
],
|
|
56745
|
+
"inputFields": null,
|
|
56746
|
+
"interfaces": [],
|
|
56747
|
+
"enumValues": null,
|
|
56748
|
+
"possibleTypes": null
|
|
56749
|
+
},
|
|
56750
|
+
{
|
|
56751
|
+
"kind": "INPUT_OBJECT",
|
|
56752
|
+
"name": "SalesforceCredentialsInput",
|
|
56753
|
+
"description": null,
|
|
56754
|
+
"fields": null,
|
|
56755
|
+
"inputFields": [
|
|
56756
|
+
{
|
|
56757
|
+
"name": "domain",
|
|
56758
|
+
"description": null,
|
|
56759
|
+
"type": {
|
|
56760
|
+
"kind": "SCALAR",
|
|
56761
|
+
"name": "String",
|
|
56762
|
+
"ofType": null
|
|
56763
|
+
},
|
|
56764
|
+
"defaultValue": null,
|
|
56765
|
+
"isDeprecated": false,
|
|
56766
|
+
"deprecationReason": null
|
|
56767
|
+
}
|
|
56768
|
+
],
|
|
56769
|
+
"interfaces": null,
|
|
56770
|
+
"enumValues": null,
|
|
56771
|
+
"possibleTypes": null
|
|
56772
|
+
},
|
|
56704
56773
|
{
|
|
56705
56774
|
"kind": "ENUM",
|
|
56706
56775
|
"name": "ScheduleStrategy",
|
|
@@ -69219,6 +69288,18 @@
|
|
|
69219
69288
|
"description": null,
|
|
69220
69289
|
"fields": null,
|
|
69221
69290
|
"inputFields": [
|
|
69291
|
+
{
|
|
69292
|
+
"name": "salesforceCredentials",
|
|
69293
|
+
"description": "Salesforce integration configuration",
|
|
69294
|
+
"type": {
|
|
69295
|
+
"kind": "INPUT_OBJECT",
|
|
69296
|
+
"name": "SalesforceCredentialsInput",
|
|
69297
|
+
"ofType": null
|
|
69298
|
+
},
|
|
69299
|
+
"defaultValue": null,
|
|
69300
|
+
"isDeprecated": false,
|
|
69301
|
+
"deprecationReason": null
|
|
69302
|
+
},
|
|
69222
69303
|
{
|
|
69223
69304
|
"name": "stripeCredentials",
|
|
69224
69305
|
"description": null,
|
|
@@ -72368,6 +72449,12 @@
|
|
|
72368
72449
|
"isDeprecated": false,
|
|
72369
72450
|
"deprecationReason": null
|
|
72370
72451
|
},
|
|
72452
|
+
{
|
|
72453
|
+
"name": "SALESFORCE",
|
|
72454
|
+
"description": null,
|
|
72455
|
+
"isDeprecated": false,
|
|
72456
|
+
"deprecationReason": null
|
|
72457
|
+
},
|
|
72371
72458
|
{
|
|
72372
72459
|
"name": "SNOWFLAKE",
|
|
72373
72460
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED