stigg-api-client 0.490.0 → 0.491.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5ed93c315c1d7e64f41698e2eb5cc06a889462d9329c2a5b1d067f685e39454
4
- data.tar.gz: 171d18f6ce20e375826c38fa67f268d549bf7310d2afec68eabd8d92c19b75e7
3
+ metadata.gz: ac046d186092602dfc4a00d649fc9799da168253a92da274746f775541dc5a5c
4
+ data.tar.gz: 784d52523412cde07aafc57b327a050f0214fa0d322ecfba6e9e3d1e4e052daf
5
5
  SHA512:
6
- metadata.gz: 6bfc44866df48fd5f17fbd1401c40ad537c3e5f90bc3bf85df8a29cd43f2d8e3112d014236f4f5fd8d6ed25a0b720c91b51e96774125fcde1261bf2c0e049d5a
7
- data.tar.gz: 633ea9c10bf612462bd5fcc0be360b0f20eb658ea7c14cb1e1b488c69b44884f89a3b30c3c7e07e70fdafc6665cc7e819764162e98f9456f0a279951f8cabff7
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.490.0)
4
+ stigg-api-client (0.491.3)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -774,6 +774,7 @@ module Stigg
774
774
  id
775
775
  refId
776
776
  displayName
777
+ pricingType
777
778
  }
778
779
  scheduleVariables {
779
780
  ... on DowngradeChangeVariables {
@@ -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.490.0"
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.490.0
4
+ version: 0.491.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg