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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +0 -49
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 527eae1d6b5bbd7e09e042c67ad9a5abb2292043613178bbf82e95df3166398d
|
4
|
+
data.tar.gz: ed2ba5e95c7534fc62e77864d15e53ca1eec3e1c6227df0862896e696392926c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46379ffe4da374d7e1f2c9e6021f74c7ae0a362b8ae60c9e3289719d22063a21c8d1149dc6c867f804ec8a9e8e737029fcb50671750346a37e7994a77c2a6008
|
7
|
+
data.tar.gz: 929098416d8688f4cc7400907a556fda2e816961fbde78b3e89c06a5ca0b0324c4d959325bf265df92e5b33fc2063847c07d0d50da3c8b1444cd3a0f105f31dc
|
data/Gemfile.lock
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2024-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|