stigg-api-client 0.491.1 → 0.491.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1243e4b727b2f296de4bfe078ec7f3185c3eb8681e986960727c643bc2da7e18
4
- data.tar.gz: 1f3af13c833ce25f20f8ea6409d0fc77b12f07cff990238cf921aa2fb5d9364d
3
+ metadata.gz: ac046d186092602dfc4a00d649fc9799da168253a92da274746f775541dc5a5c
4
+ data.tar.gz: 784d52523412cde07aafc57b327a050f0214fa0d322ecfba6e9e3d1e4e052daf
5
5
  SHA512:
6
- metadata.gz: 5521d4abe435d65def1c44c8e591ea50d19f5f9d1ae54333f48e6a7eed8c61c6234e157b372061841cf35b6739b935965afa3e2c06151b160afdf88fef79a0a5
7
- data.tar.gz: c1100d4d31eaf33d04d0813290fff87ecc6cdfa5f5d22dde95ae5f0306ebf61c9e9e2b67dac67e82b6098147a521913225ce53cb75c7875cb04a49f89539c2b0
6
+ metadata.gz: 218b25fc7eace6894ca5340b1f69785ab9a8d45e01efc337e88125756e21115cd6fb46f7a9bed4d06ab835b181244e397f16e3fcd3d38f61022d893844719be2
7
+ data.tar.gz: 22d0e2166882b1075cd306ab00ccb2efedb2fe344f9d8ff2f472858576c913570c4b7d829ec7dd4bc91126516cb5c9fa0cd0ce001170d4e439436ec917a0e7da
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.491.1)
4
+ stigg-api-client (0.491.3)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.491.1"
4
+ VERSION = "0.491.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.491.1
4
+ version: 0.491.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg