stigg-api-client 2.170.0 → 2.179.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: 6ec0849c944f247fdd65f01a1a8dc5d92a151486cbb227972db2fb7e3e7885be
4
- data.tar.gz: 8dd9a24635c311d7308164260934db59e503a5a26cf79dc6bde0682dc0e8217c
3
+ metadata.gz: 527eae1d6b5bbd7e09e042c67ad9a5abb2292043613178bbf82e95df3166398d
4
+ data.tar.gz: ed2ba5e95c7534fc62e77864d15e53ca1eec3e1c6227df0862896e696392926c
5
5
  SHA512:
6
- metadata.gz: 1ded177a7e13f90b0317c9859fd8b7562a06954e8c9c4ab7345e057feedcc0722614d68d91c9f4dfd9e65d4dd7f235339893adee4a954aa7da85ff1f82450c65
7
- data.tar.gz: f85c9e03d1e0f0b1b17df4b57016ade8e13082b375cda236c0258202ee093f22bd5d1ddd7a3a3d578990cd0f6c063d0fe067f31640c32c207ae913c863f6c945
6
+ metadata.gz: 46379ffe4da374d7e1f2c9e6021f74c7ae0a362b8ae60c9e3289719d22063a21c8d1149dc6c867f804ec8a9e8e737029fcb50671750346a37e7994a77c2a6008
7
+ data.tar.gz: 929098416d8688f4cc7400907a556fda2e816961fbde78b3e89c06a5ca0b0324c4d959325bf265df92e5b33fc2063847c07d0d50da3c8b1444cd3a0f105f31dc
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.179.0)
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.179.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: 2.170.0
4
+ version: 2.179.0
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-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient