stigg-api-client 2.170.0 → 2.175.4

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: 6ec0849c944f247fdd65f01a1a8dc5d92a151486cbb227972db2fb7e3e7885be
4
- data.tar.gz: 8dd9a24635c311d7308164260934db59e503a5a26cf79dc6bde0682dc0e8217c
3
+ metadata.gz: dc9c9bdee4e46e01c001341427e7e8f9583f51cdf182e81ffe7efcce367e7d66
4
+ data.tar.gz: 5354d7dbf93550cadba260b42bb5b89842813cd4288263dae6d9987d3ecd2c3e
5
5
  SHA512:
6
- metadata.gz: 1ded177a7e13f90b0317c9859fd8b7562a06954e8c9c4ab7345e057feedcc0722614d68d91c9f4dfd9e65d4dd7f235339893adee4a954aa7da85ff1f82450c65
7
- data.tar.gz: f85c9e03d1e0f0b1b17df4b57016ade8e13082b375cda236c0258202ee093f22bd5d1ddd7a3a3d578990cd0f6c063d0fe067f31640c32c207ae913c863f6c945
6
+ metadata.gz: ba4b587f4e381ba7f0b8effd1d991d061bc3361adde46a27cb1c0bd30384052d0af57d468599f10475c837c23044c9e2a8b75ad05e552d5b0f154136e87d18f7
7
+ data.tar.gz: a37d882ff8330cb47d08b66c493f310caa1a0757f86161f65499b99b83b63a3b1f4a565f21c95b8fd9e9d3ea0482755a7c10aa894cd23395eca8552e704233f5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.170.0)
4
+ stigg-api-client (2.175.4)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -24608,12 +24608,6 @@
24608
24608
  "isDeprecated": false,
24609
24609
  "deprecationReason": null
24610
24610
  },
24611
- {
24612
- "name": "TrialMinDateError",
24613
- "description": null,
24614
- "isDeprecated": false,
24615
- "deprecationReason": null
24616
- },
24617
24611
  {
24618
24612
  "name": "TrialMustBeCancelledImmediately",
24619
24613
  "description": null,
@@ -77225,49 +77219,6 @@
77225
77219
  "enumValues": null,
77226
77220
  "possibleTypes": null
77227
77221
  },
77228
- {
77229
- "kind": "OBJECT",
77230
- "name": "TrialMinDateError",
77231
- "description": null,
77232
- "fields": [
77233
- {
77234
- "name": "code",
77235
- "description": null,
77236
- "args": [],
77237
- "type": {
77238
- "kind": "NON_NULL",
77239
- "name": null,
77240
- "ofType": {
77241
- "kind": "SCALAR",
77242
- "name": "String",
77243
- "ofType": null
77244
- }
77245
- },
77246
- "isDeprecated": false,
77247
- "deprecationReason": null
77248
- },
77249
- {
77250
- "name": "isValidationError",
77251
- "description": null,
77252
- "args": [],
77253
- "type": {
77254
- "kind": "NON_NULL",
77255
- "name": null,
77256
- "ofType": {
77257
- "kind": "SCALAR",
77258
- "name": "Boolean",
77259
- "ofType": null
77260
- }
77261
- },
77262
- "isDeprecated": false,
77263
- "deprecationReason": null
77264
- }
77265
- ],
77266
- "inputFields": null,
77267
- "interfaces": [],
77268
- "enumValues": null,
77269
- "possibleTypes": null
77270
- },
77271
77222
  {
77272
77223
  "kind": "INPUT_OBJECT",
77273
77224
  "name": "TrialOverrideConfigurationInput",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.170.0"
4
+ VERSION = "2.175.4"
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: 2.170.0
4
+ version: 2.175.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-29 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient