stigg-api-client 0.491.1 → 0.491.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +0 -72
- 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: ac046d186092602dfc4a00d649fc9799da168253a92da274746f775541dc5a5c
|
4
|
+
data.tar.gz: 784d52523412cde07aafc57b327a050f0214fa0d322ecfba6e9e3d1e4e052daf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 218b25fc7eace6894ca5340b1f69785ab9a8d45e01efc337e88125756e21115cd6fb46f7a9bed4d06ab835b181244e397f16e3fcd3d38f61022d893844719be2
|
7
|
+
data.tar.gz: 22d0e2166882b1075cd306ab00ccb2efedb2fe344f9d8ff2f472858576c913570c4b7d829ec7dd4bc91126516cb5c9fa0cd0ce001170d4e439436ec917a0e7da
|
data/Gemfile.lock
CHANGED
@@ -16086,45 +16086,6 @@
|
|
16086
16086
|
"enumValues": null,
|
16087
16087
|
"possibleTypes": null
|
16088
16088
|
},
|
16089
|
-
{
|
16090
|
-
"kind": "INPUT_OBJECT",
|
16091
|
-
"name": "DeleteCustomerInput",
|
16092
|
-
"description": null,
|
16093
|
-
"fields": null,
|
16094
|
-
"inputFields": [
|
16095
|
-
{
|
16096
|
-
"name": "environmentId",
|
16097
|
-
"description": null,
|
16098
|
-
"type": {
|
16099
|
-
"kind": "SCALAR",
|
16100
|
-
"name": "String",
|
16101
|
-
"ofType": null
|
16102
|
-
},
|
16103
|
-
"defaultValue": null,
|
16104
|
-
"isDeprecated": false,
|
16105
|
-
"deprecationReason": null
|
16106
|
-
},
|
16107
|
-
{
|
16108
|
-
"name": "id",
|
16109
|
-
"description": null,
|
16110
|
-
"type": {
|
16111
|
-
"kind": "NON_NULL",
|
16112
|
-
"name": null,
|
16113
|
-
"ofType": {
|
16114
|
-
"kind": "SCALAR",
|
16115
|
-
"name": "String",
|
16116
|
-
"ofType": null
|
16117
|
-
}
|
16118
|
-
},
|
16119
|
-
"defaultValue": null,
|
16120
|
-
"isDeprecated": false,
|
16121
|
-
"deprecationReason": null
|
16122
|
-
}
|
16123
|
-
],
|
16124
|
-
"interfaces": null,
|
16125
|
-
"enumValues": null,
|
16126
|
-
"possibleTypes": null
|
16127
|
-
},
|
16128
16089
|
{
|
16129
16090
|
"kind": "INPUT_OBJECT",
|
16130
16091
|
"name": "DeleteFeatureInput",
|
@@ -31585,39 +31546,6 @@
|
|
31585
31546
|
"isDeprecated": false,
|
31586
31547
|
"deprecationReason": null
|
31587
31548
|
},
|
31588
|
-
{
|
31589
|
-
"name": "deleteOneCustomer",
|
31590
|
-
"description": null,
|
31591
|
-
"args": [
|
31592
|
-
{
|
31593
|
-
"name": "input",
|
31594
|
-
"description": null,
|
31595
|
-
"type": {
|
31596
|
-
"kind": "NON_NULL",
|
31597
|
-
"name": null,
|
31598
|
-
"ofType": {
|
31599
|
-
"kind": "INPUT_OBJECT",
|
31600
|
-
"name": "DeleteCustomerInput",
|
31601
|
-
"ofType": null
|
31602
|
-
}
|
31603
|
-
},
|
31604
|
-
"defaultValue": null,
|
31605
|
-
"isDeprecated": false,
|
31606
|
-
"deprecationReason": null
|
31607
|
-
}
|
31608
|
-
],
|
31609
|
-
"type": {
|
31610
|
-
"kind": "NON_NULL",
|
31611
|
-
"name": null,
|
31612
|
-
"ofType": {
|
31613
|
-
"kind": "OBJECT",
|
31614
|
-
"name": "Customer",
|
31615
|
-
"ofType": null
|
31616
|
-
}
|
31617
|
-
},
|
31618
|
-
"isDeprecated": true,
|
31619
|
-
"deprecationReason": "Use archive instead. We now soft delete customers"
|
31620
|
-
},
|
31621
31549
|
{
|
31622
31550
|
"name": "deleteOneEnvironment",
|
31623
31551
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED