stigg-api-client 0.486.0 → 0.488.0

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: 0c9fa09e50c0a1f255afeea7468a1c675aff689a4030f8330a3b52670d42c43c
4
- data.tar.gz: 8d213faf2a82e65a4bb9ce2194725bf461851d2c0feab464405655fb64df06ba
3
+ metadata.gz: f173ae94a5b7adfe0a8d13d6cfeac516a9ab8c023a3bdda7363f691109ad2a32
4
+ data.tar.gz: 46a668f6b1b0ea1fdedc598c65832aa43fdb3d519de41bce4764ce4c806aef36
5
5
  SHA512:
6
- metadata.gz: 92e97eb124b643f3f5bc10d2a3542dce9398e21dbb3319449d00ab121931096a78d025da15a34b80f43514917d4a858d09a45e14d49e38ecdcb33c43c3180c08
7
- data.tar.gz: 77036973e3a063f429e7166fdf573037634e81ebc32b866d4e715634022ea704e45cf53c6299a40dbc5d0bcfe4268cea994e1b31d3b401b7b8e4841a6c6f2adf
6
+ metadata.gz: becb1195f1f52ec4cce46effa7a72d8dfb4680972a625749af1b3c7d63fd712db0c007d7869f91971b21222a4f27b2094805fb3b10858481992aeeba4286dc43
7
+ data.tar.gz: 77d259417f55d61da15306655c39b27e2e820094ffeb6668fc6ece72ce58cc4a6a2f84cbb857c4d94d5d3c65dd01c6e84684330811f8d7a5ee16bcf2aff21f25
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.486.0)
4
+ stigg-api-client (0.488.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -8564,6 +8564,18 @@
8564
8564
  "isDeprecated": false,
8565
8565
  "deprecationReason": null
8566
8566
  },
8567
+ {
8568
+ "name": "metadata",
8569
+ "description": null,
8570
+ "type": {
8571
+ "kind": "SCALAR",
8572
+ "name": "JSON",
8573
+ "ofType": null
8574
+ },
8575
+ "defaultValue": null,
8576
+ "isDeprecated": false,
8577
+ "deprecationReason": null
8578
+ },
8567
8579
  {
8568
8580
  "name": "paymentMethodId",
8569
8581
  "description": null,
@@ -19201,6 +19213,12 @@
19201
19213
  "isDeprecated": false,
19202
19214
  "deprecationReason": null
19203
19215
  },
19216
+ {
19217
+ "name": "InvalidMetadataError",
19218
+ "description": null,
19219
+ "isDeprecated": false,
19220
+ "deprecationReason": null
19221
+ },
19204
19222
  {
19205
19223
  "name": "InvalidQuantity",
19206
19224
  "description": null,
@@ -46590,7 +46608,7 @@
46590
46608
  "name": "Boolean",
46591
46609
  "ofType": null
46592
46610
  },
46593
- "defaultValue": "false",
46611
+ "defaultValue": "true",
46594
46612
  "isDeprecated": false,
46595
46613
  "deprecationReason": null
46596
46614
  },
@@ -46856,7 +46874,7 @@
46856
46874
  "name": "Boolean",
46857
46875
  "ofType": null
46858
46876
  },
46859
- "defaultValue": "false",
46877
+ "defaultValue": "true",
46860
46878
  "isDeprecated": false,
46861
46879
  "deprecationReason": null
46862
46880
  },
@@ -47119,7 +47137,7 @@
47119
47137
  "name": "Boolean",
47120
47138
  "ofType": null
47121
47139
  },
47122
- "defaultValue": "false",
47140
+ "defaultValue": "true",
47123
47141
  "isDeprecated": false,
47124
47142
  "deprecationReason": null
47125
47143
  },
@@ -55094,7 +55112,7 @@
55094
55112
  "name": "Boolean",
55095
55113
  "ofType": null
55096
55114
  },
55097
- "defaultValue": "false",
55115
+ "defaultValue": "true",
55098
55116
  "isDeprecated": false,
55099
55117
  "deprecationReason": null
55100
55118
  },
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.486.0"
4
+ VERSION = "0.488.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.486.0
4
+ version: 0.488.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-07-13 00:00:00.000000000 Z
11
+ date: 2023-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient