stigg-api-client 2.8.1 → 2.8.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +0 -59
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 875f921d44d03732b87523af4d3210f2f6bb7a6e6f21e1578ffa2183356eac3c
|
|
4
|
+
data.tar.gz: 504e48cfe9f4a6b3cbcd0f168a8de5d435593f4782b10406d56d5164a017b6cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 913ffe24a6c9a2723c323553cbeaec473593fd1f82ff3c24d2230d81d2fa61ba14aa53d013e871e4acc9c9e261c254047429cdce8cf80fdd2bb9d4ce3010d8ff
|
|
7
|
+
data.tar.gz: 3b6319480b63cc18c23b398fd1ed48da39afd9c56054ebc1571c1d8b26a9581a754ffb6c2ea75f0cbb7d770d0e017d54f27b7999d6b0128ab57581156759aea0
|
data/Gemfile.lock
CHANGED
|
@@ -75773,65 +75773,6 @@
|
|
|
75773
75773
|
"enumValues": null,
|
|
75774
75774
|
"possibleTypes": null
|
|
75775
75775
|
},
|
|
75776
|
-
{
|
|
75777
|
-
"kind": "OBJECT",
|
|
75778
|
-
"name": "TrialMustBeCancelledImmediately",
|
|
75779
|
-
"description": null,
|
|
75780
|
-
"fields": [
|
|
75781
|
-
{
|
|
75782
|
-
"name": "code",
|
|
75783
|
-
"description": null,
|
|
75784
|
-
"args": [],
|
|
75785
|
-
"type": {
|
|
75786
|
-
"kind": "NON_NULL",
|
|
75787
|
-
"name": null,
|
|
75788
|
-
"ofType": {
|
|
75789
|
-
"kind": "SCALAR",
|
|
75790
|
-
"name": "String",
|
|
75791
|
-
"ofType": null
|
|
75792
|
-
}
|
|
75793
|
-
},
|
|
75794
|
-
"isDeprecated": false,
|
|
75795
|
-
"deprecationReason": null
|
|
75796
|
-
},
|
|
75797
|
-
{
|
|
75798
|
-
"name": "isValidationError",
|
|
75799
|
-
"description": null,
|
|
75800
|
-
"args": [],
|
|
75801
|
-
"type": {
|
|
75802
|
-
"kind": "NON_NULL",
|
|
75803
|
-
"name": null,
|
|
75804
|
-
"ofType": {
|
|
75805
|
-
"kind": "SCALAR",
|
|
75806
|
-
"name": "Boolean",
|
|
75807
|
-
"ofType": null
|
|
75808
|
-
}
|
|
75809
|
-
},
|
|
75810
|
-
"isDeprecated": false,
|
|
75811
|
-
"deprecationReason": null
|
|
75812
|
-
},
|
|
75813
|
-
{
|
|
75814
|
-
"name": "refId",
|
|
75815
|
-
"description": null,
|
|
75816
|
-
"args": [],
|
|
75817
|
-
"type": {
|
|
75818
|
-
"kind": "NON_NULL",
|
|
75819
|
-
"name": null,
|
|
75820
|
-
"ofType": {
|
|
75821
|
-
"kind": "SCALAR",
|
|
75822
|
-
"name": "String",
|
|
75823
|
-
"ofType": null
|
|
75824
|
-
}
|
|
75825
|
-
},
|
|
75826
|
-
"isDeprecated": false,
|
|
75827
|
-
"deprecationReason": null
|
|
75828
|
-
}
|
|
75829
|
-
],
|
|
75830
|
-
"inputFields": null,
|
|
75831
|
-
"interfaces": [],
|
|
75832
|
-
"enumValues": null,
|
|
75833
|
-
"possibleTypes": null
|
|
75834
|
-
},
|
|
75835
75776
|
{
|
|
75836
75777
|
"kind": "INPUT_OBJECT",
|
|
75837
75778
|
"name": "TrialOverrideConfigurationInput",
|
data/lib/stigg/version.rb
CHANGED