stigg-api-client 2.296.0 → 2.296.1
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/operations.rb +1 -1
- data/lib/stigg/generated/schema.json +4 -4
- 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: 103c326d7725075f987c9d07521a4121748dc11057d0ef29df2e36201b76e6c9
|
4
|
+
data.tar.gz: 3ca8666aaac58c9757dac174e0814fb27ebdd0ddfe6e5f53cf114fec9eef13eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 136031dee3aa392facb35e701b0d52d4c011ea8872ab7d9a2082900b03fd31e4f8e9ca6aa2df632500c3a2a25486d0cf290647858afadd2572b563eb02894815
|
7
|
+
data.tar.gz: ef0d9a348cf72600cdc61c21e4949181075521799775c84494c999b39aeebe46965bda3f9ccc666074a27c1091bf007b3fa251bb71b84b6da8f4d2274331b894
|
data/Gemfile.lock
CHANGED
@@ -17660,7 +17660,7 @@
|
|
17660
17660
|
}
|
17661
17661
|
}
|
17662
17662
|
},
|
17663
|
-
"defaultValue": "[]",
|
17663
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
17664
17664
|
"isDeprecated": false,
|
17665
17665
|
"deprecationReason": null
|
17666
17666
|
}
|
@@ -64540,7 +64540,7 @@
|
|
64540
64540
|
}
|
64541
64541
|
}
|
64542
64542
|
},
|
64543
|
-
"defaultValue": "[]",
|
64543
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
64544
64544
|
"isDeprecated": false,
|
64545
64545
|
"deprecationReason": null
|
64546
64546
|
}
|
@@ -65333,7 +65333,7 @@
|
|
65333
65333
|
}
|
65334
65334
|
}
|
65335
65335
|
},
|
65336
|
-
"defaultValue": "[]",
|
65336
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
65337
65337
|
"isDeprecated": false,
|
65338
65338
|
"deprecationReason": null
|
65339
65339
|
}
|
@@ -65394,7 +65394,7 @@
|
|
65394
65394
|
}
|
65395
65395
|
}
|
65396
65396
|
},
|
65397
|
-
"defaultValue": "[]",
|
65397
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
65398
65398
|
"isDeprecated": false,
|
65399
65399
|
"deprecationReason": null
|
65400
65400
|
}
|
data/lib/stigg/version.rb
CHANGED