stigg-api-client 0.491.1 → 0.491.8

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: 24a9ba877135eedab5f9ab91ee85d78a934dab216734c21b8e533b7650193504
4
+ data.tar.gz: 00adc8c8c8b5f0cd6092bb4be44f02ec6fbb8a951fb7a569421a99541c058a63
5
5
  SHA512:
6
- metadata.gz: 5521d4abe435d65def1c44c8e591ea50d19f5f9d1ae54333f48e6a7eed8c61c6234e157b372061841cf35b6739b935965afa3e2c06151b160afdf88fef79a0a5
7
- data.tar.gz: c1100d4d31eaf33d04d0813290fff87ecc6cdfa5f5d22dde95ae5f0306ebf61c9e9e2b67dac67e82b6098147a521913225ce53cb75c7875cb04a49f89539c2b0
6
+ metadata.gz: bace619c4ca5791520672112d71f980d8c03fb2d09bbfd827a6373d52b3e77312cb55bce95d39f919cf0eeb3ed11416171c2f4518272d1a2b40e9cb0d1061640
7
+ data.tar.gz: c8aa660392b7e3d8da04f2e27399af5d7aa3e692d2be1b82e36f76d4012083eb3cb39931ed18a1a1a0e0a5e52998940931cb105286303a0848e2d76212c2eb3f
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.8)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -40,6 +40,7 @@ module Stigg
40
40
  currency
41
41
  }
42
42
  feature {
43
+ refId
43
44
  featureUnits
44
45
  featureUnitsPlural
45
46
  displayName
@@ -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.8"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-17 00:00:00.000000000 Z
11
+ date: 2023-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient