@ocap/client 1.28.8 → 1.29.0
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.
- package/README.md +0 -1
- package/dist/browser.d.ts +455 -595
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.LICENSE.txt +55 -0
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +5 -20
- package/dist/types.js +200 -201
- package/dist/types.js.map +1 -1
- package/lib/node.d.ts +455 -595
- package/lib/schema/graphql.json +5 -20
- package/lib/types.js +200 -201
- package/lib/types.js.map +1 -1
- package/package.json +21 -22
package/dist/schema/graphql.json
CHANGED
|
@@ -21225,11 +21225,7 @@
|
|
|
21225
21225
|
{
|
|
21226
21226
|
"name": "include",
|
|
21227
21227
|
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
|
|
21228
|
-
"locations": [
|
|
21229
|
-
"FIELD",
|
|
21230
|
-
"FRAGMENT_SPREAD",
|
|
21231
|
-
"INLINE_FRAGMENT"
|
|
21232
|
-
],
|
|
21228
|
+
"locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
|
|
21233
21229
|
"args": [
|
|
21234
21230
|
{
|
|
21235
21231
|
"name": "if",
|
|
@@ -21250,11 +21246,7 @@
|
|
|
21250
21246
|
{
|
|
21251
21247
|
"name": "skip",
|
|
21252
21248
|
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
|
|
21253
|
-
"locations": [
|
|
21254
|
-
"FIELD",
|
|
21255
|
-
"FRAGMENT_SPREAD",
|
|
21256
|
-
"INLINE_FRAGMENT"
|
|
21257
|
-
],
|
|
21249
|
+
"locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
|
|
21258
21250
|
"args": [
|
|
21259
21251
|
{
|
|
21260
21252
|
"name": "if",
|
|
@@ -21275,12 +21267,7 @@
|
|
|
21275
21267
|
{
|
|
21276
21268
|
"name": "deprecated",
|
|
21277
21269
|
"description": "Marks an element of a GraphQL schema as no longer supported.",
|
|
21278
|
-
"locations": [
|
|
21279
|
-
"FIELD_DEFINITION",
|
|
21280
|
-
"ARGUMENT_DEFINITION",
|
|
21281
|
-
"INPUT_FIELD_DEFINITION",
|
|
21282
|
-
"ENUM_VALUE"
|
|
21283
|
-
],
|
|
21270
|
+
"locations": ["FIELD_DEFINITION", "ARGUMENT_DEFINITION", "INPUT_FIELD_DEFINITION", "ENUM_VALUE"],
|
|
21284
21271
|
"args": [
|
|
21285
21272
|
{
|
|
21286
21273
|
"name": "reason",
|
|
@@ -21297,9 +21284,7 @@
|
|
|
21297
21284
|
{
|
|
21298
21285
|
"name": "specifiedBy",
|
|
21299
21286
|
"description": "Exposes a URL that specifies the behavior of this scalar.",
|
|
21300
|
-
"locations": [
|
|
21301
|
-
"SCALAR"
|
|
21302
|
-
],
|
|
21287
|
+
"locations": ["SCALAR"],
|
|
21303
21288
|
"args": [
|
|
21304
21289
|
{
|
|
21305
21290
|
"name": "url",
|
|
@@ -21318,4 +21303,4 @@
|
|
|
21318
21303
|
]
|
|
21319
21304
|
}
|
|
21320
21305
|
]
|
|
21321
|
-
}
|
|
21306
|
+
}
|