stigg-api-client 0.690.5 → 0.693.0

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: e18833a6a4bead836d9e22ffb23b084f3739670ccb2f5595e8f9cf655eb15b63
4
- data.tar.gz: 3eb2fb0b21df67619d294c095018b25f3e42e7b28ce049dc6b434eb803334e9e
3
+ metadata.gz: cb0b313fe3f5b56e6030cff43e68376cdd8b84f4cca2d30fc1d0c04909f6ff55
4
+ data.tar.gz: 92c53de49903078c9a7a9beabecadd4ecf2256cc962f79fc30b17660bec22237
5
5
  SHA512:
6
- metadata.gz: b5290a1acebab039702ea82d3c4d3f78f537d98360961af7b51a0fbd37a38833ba845c989697eaa5d9de526d63c45fe1f423e3ccc344b9a7639292814898d9b0
7
- data.tar.gz: b5d0cba2fe194e770ea06e2194984d9593bd443dab999dd5df1a1a71cafd68ce0bd4748fa633055805c1404f28a3a39b79b6936da5b486bf8fccbe68ce384102
6
+ metadata.gz: 3ba4bd7b2c129af6f630f0682010074f614eede67c9564e6f07ee0df4b5ae80a4dc431fe03566cc3b8164e6a32a37abaa846d60f15bdc2c20a4938471eddbedb
7
+ data.tar.gz: 672062f51240f9907a87a4115d1286b271b0950e9c6d802185d1a6827a8985c9823c1e490cad648ca88d57adb42bfa5dbb36eb58595f119d4d03aa74feddf52a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.690.5)
4
+ stigg-api-client (0.693.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -18628,6 +18628,101 @@
18628
18628
  "enumValues": null,
18629
18629
  "possibleTypes": null
18630
18630
  },
18631
+ {
18632
+ "kind": "INPUT_OBJECT",
18633
+ "name": "DuplicateProductInput",
18634
+ "description": null,
18635
+ "fields": null,
18636
+ "inputFields": [
18637
+ {
18638
+ "name": "billingDisplayName",
18639
+ "description": null,
18640
+ "type": {
18641
+ "kind": "SCALAR",
18642
+ "name": "String",
18643
+ "ofType": null
18644
+ },
18645
+ "defaultValue": null,
18646
+ "isDeprecated": false,
18647
+ "deprecationReason": null
18648
+ },
18649
+ {
18650
+ "name": "description",
18651
+ "description": null,
18652
+ "type": {
18653
+ "kind": "SCALAR",
18654
+ "name": "String",
18655
+ "ofType": null
18656
+ },
18657
+ "defaultValue": null,
18658
+ "isDeprecated": false,
18659
+ "deprecationReason": null
18660
+ },
18661
+ {
18662
+ "name": "displayName",
18663
+ "description": null,
18664
+ "type": {
18665
+ "kind": "SCALAR",
18666
+ "name": "String",
18667
+ "ofType": null
18668
+ },
18669
+ "defaultValue": null,
18670
+ "isDeprecated": false,
18671
+ "deprecationReason": null
18672
+ },
18673
+ {
18674
+ "name": "environmentId",
18675
+ "description": null,
18676
+ "type": {
18677
+ "kind": "NON_NULL",
18678
+ "name": null,
18679
+ "ofType": {
18680
+ "kind": "SCALAR",
18681
+ "name": "String",
18682
+ "ofType": null
18683
+ }
18684
+ },
18685
+ "defaultValue": null,
18686
+ "isDeprecated": false,
18687
+ "deprecationReason": null
18688
+ },
18689
+ {
18690
+ "name": "refId",
18691
+ "description": null,
18692
+ "type": {
18693
+ "kind": "NON_NULL",
18694
+ "name": null,
18695
+ "ofType": {
18696
+ "kind": "SCALAR",
18697
+ "name": "String",
18698
+ "ofType": null
18699
+ }
18700
+ },
18701
+ "defaultValue": null,
18702
+ "isDeprecated": false,
18703
+ "deprecationReason": null
18704
+ },
18705
+ {
18706
+ "name": "sourceProductId",
18707
+ "description": null,
18708
+ "type": {
18709
+ "kind": "NON_NULL",
18710
+ "name": null,
18711
+ "ofType": {
18712
+ "kind": "SCALAR",
18713
+ "name": "String",
18714
+ "ofType": null
18715
+ }
18716
+ },
18717
+ "defaultValue": null,
18718
+ "isDeprecated": false,
18719
+ "deprecationReason": null
18720
+ }
18721
+ ],
18722
+ "interfaces": null,
18723
+ "enumValues": null,
18724
+ "possibleTypes": null
18725
+ },
18631
18726
  {
18632
18727
  "kind": "OBJECT",
18633
18728
  "name": "DuplicatedEntityNotAllowedError",
@@ -21093,6 +21188,12 @@
21093
21188
  "isDeprecated": false,
21094
21189
  "deprecationReason": null
21095
21190
  },
21191
+ {
21192
+ "name": "DuplicateProductValidationError",
21193
+ "description": null,
21194
+ "isDeprecated": false,
21195
+ "deprecationReason": null
21196
+ },
21096
21197
  {
21097
21198
  "name": "DuplicatedEntityNotAllowed",
21098
21199
  "description": null,
@@ -34108,6 +34209,39 @@
34108
34209
  "isDeprecated": false,
34109
34210
  "deprecationReason": null
34110
34211
  },
34212
+ {
34213
+ "name": "duplicateProducts",
34214
+ "description": null,
34215
+ "args": [
34216
+ {
34217
+ "name": "input",
34218
+ "description": null,
34219
+ "type": {
34220
+ "kind": "NON_NULL",
34221
+ "name": null,
34222
+ "ofType": {
34223
+ "kind": "INPUT_OBJECT",
34224
+ "name": "DuplicateProductInput",
34225
+ "ofType": null
34226
+ }
34227
+ },
34228
+ "defaultValue": null,
34229
+ "isDeprecated": false,
34230
+ "deprecationReason": null
34231
+ }
34232
+ ],
34233
+ "type": {
34234
+ "kind": "NON_NULL",
34235
+ "name": null,
34236
+ "ofType": {
34237
+ "kind": "OBJECT",
34238
+ "name": "Product",
34239
+ "ofType": null
34240
+ }
34241
+ },
34242
+ "isDeprecated": false,
34243
+ "deprecationReason": null
34244
+ },
34111
34245
  {
34112
34246
  "name": "estimateSubscription",
34113
34247
  "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.690.5"
4
+ VERSION = "0.693.0"
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.690.5
4
+ version: 0.693.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-06 00:00:00.000000000 Z
11
+ date: 2023-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient