@takeshape/schema 11.70.2 → 11.71.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.
Files changed (77) hide show
  1. package/dist/__tests__/refs.test.js +62 -1
  2. package/dist/migration/index.d.ts +1 -0
  3. package/dist/migration/index.js +3 -1
  4. package/dist/migration/to/v3.54.0.d.ts +4 -0
  5. package/dist/migration/to/v3.54.0.js +10 -0
  6. package/dist/project-schema/index.d.ts +4 -1
  7. package/dist/project-schema/index.js +2 -1
  8. package/dist/project-schema/latest.d.ts +27 -8
  9. package/dist/project-schema/migrate.js +4 -1
  10. package/dist/project-schema/v3.54.0.d.ts +2322 -0
  11. package/dist/project-schema/v3.54.0.js +7 -0
  12. package/dist/refs.d.ts +10 -0
  13. package/dist/refs.js +26 -1
  14. package/dist/resolvers/ai/__tests__/rag-query.test.d.ts +1 -0
  15. package/dist/resolvers/ai/__tests__/rag-query.test.js +49 -0
  16. package/dist/resolvers/ai/rag-query.d.ts +49 -0
  17. package/dist/resolvers/ai/rag-query.js +40 -0
  18. package/dist/schemas/index.d.ts +2 -2
  19. package/dist/schemas/index.js +4 -2
  20. package/dist/schemas/project-schema/latest.json +38 -2
  21. package/dist/schemas/project-schema/v3.54.0.json +3512 -0
  22. package/dist/schemas/project-schema.json +3 -0
  23. package/dist/util/has-arg.d.ts +3 -2
  24. package/dist/util/has-arg.js +14 -2
  25. package/examples/latest/agent-schema.json +1 -1
  26. package/examples/latest/all-fields-shapes-inline.json +1 -1
  27. package/examples/latest/all-fields-shapes.json +1 -1
  28. package/examples/latest/betzino.json +1 -1
  29. package/examples/latest/blog-schema.json +1 -1
  30. package/examples/latest/brewery-schema.json +1 -1
  31. package/examples/latest/clear-cache-schema.json +1 -1
  32. package/examples/latest/complex-project-schema.json +1 -1
  33. package/examples/latest/complex-schema.json +1 -1
  34. package/examples/latest/edit-schema.json +1 -1
  35. package/examples/latest/fabric-ecommerce.json +1 -1
  36. package/examples/latest/frank-and-fred-schema.json +1 -1
  37. package/examples/latest/klirr-schema.json +1 -1
  38. package/examples/latest/layers/rick-and-morty-layer.json +1 -1
  39. package/examples/latest/layers/shopify-layer-2023-01.json +1 -1
  40. package/examples/latest/layers/shopify-storefront-2023-04.json +1 -1
  41. package/examples/latest/layers/wordpress-2024-01.json +1 -1
  42. package/examples/latest/massive-schema.json +1 -1
  43. package/examples/latest/mill-components-schema.json +1 -1
  44. package/examples/latest/nested-shape-arrays.json +1 -1
  45. package/examples/latest/one-earth.json +1 -1
  46. package/examples/latest/pet-oneof-array.json +1 -1
  47. package/examples/latest/post-schema.json +1 -1
  48. package/examples/latest/pruned-shopify-product-schema.json +1 -1
  49. package/examples/latest/rag-example.json +4 -39
  50. package/examples/latest/real-world-schema.json +1 -1
  51. package/examples/latest/recursive-repeater-schema.json +1 -1
  52. package/examples/latest/recursive-schema.json +1 -1
  53. package/examples/latest/rick-and-morty-ast.json +1 -1
  54. package/examples/latest/rick-and-morty-graphql.json +1 -1
  55. package/examples/latest/rick-and-morty-rest.json +1 -1
  56. package/examples/latest/rick-and-morty-user-schema.json +53 -16
  57. package/examples/latest/rick-and-morty-with-indexing.json +1 -1
  58. package/examples/latest/schema-where-filter.json +1 -1
  59. package/examples/latest/schema-with-repeater-draftjs.json +1 -1
  60. package/examples/latest/schema-with-rick-and-morty.json +1 -1
  61. package/examples/latest/shape-books-v3_2_0.json +1 -1
  62. package/examples/latest/shape-books.json +1 -1
  63. package/examples/latest/shape-editor-schema-edited.json +1 -1
  64. package/examples/latest/shape-editor-schema-initial.json +1 -1
  65. package/examples/latest/shapedb-crud-every-prop-type.json +1 -1
  66. package/examples/latest/shopify-lookbook.json +1 -1
  67. package/examples/latest/shopify-product-2022-07.json +1 -1
  68. package/examples/latest/shopify-product-2023-04.json +1 -1
  69. package/examples/latest/shopify-store-with-widget.json +1 -1
  70. package/examples/latest/stripe-product-runtime-schema.json +1 -1
  71. package/examples/latest/stripe-starter-resolved.json +1 -1
  72. package/examples/latest/user-schema-no-required.json +1 -1
  73. package/examples/latest/user-schema-with-defaults.json +1 -1
  74. package/examples/latest/valvoline-ai-demo.json +1 -1
  75. package/examples/latest/vector-search-schema.json +1 -1
  76. package/examples/source/rag-example.json +3 -38
  77. package/package.json +8 -5
@@ -189,6 +189,9 @@
189
189
  {
190
190
  "$ref": "https://schema.takeshape.io/project-schema/v3.53.0#"
191
191
  },
192
+ {
193
+ "$ref": "https://schema.takeshape.io/project-schema/v3.54.0#"
194
+ },
192
195
  {
193
196
  "$ref": "https://schema.takeshape.io/project-schema/v4.0.0#"
194
197
  }
@@ -1,4 +1,5 @@
1
- import type { Args, ProjectSchemaJSON } from '../project-schema/index.ts';
2
- import type { SchemaWithArgs } from '../types/index.ts';
1
+ import type { Args, ObjectSchema, ProjectSchemaJSON } from '../project-schema/index.ts';
2
+ import { type SchemaWithArgs } from '../types/index.ts';
3
3
  export declare function getArgs(prop: SchemaWithArgs): Args | undefined;
4
+ export declare function getArgsSchema(projectSchema: ProjectSchemaJSON, args: Args): ObjectSchema | undefined;
4
5
  export declare function hasArg(projectSchema: ProjectSchemaJSON, prop: SchemaWithArgs, argPath: string | string[]): boolean;
@@ -1,13 +1,25 @@
1
+ import { refExpressionToRefItem, refItemToShape } from "../refs.js";
2
+ import { isObjectSchema } from "../types/index.js";
1
3
  import { findSchemaAtPath } from "./find-shape-at-path.js";
2
4
  export function getArgs(prop) {
3
5
  return '@args' in prop ? prop['@args'] : 'args' in prop ? prop.args : undefined;
4
6
  }
7
+ export function getArgsSchema(projectSchema, args) {
8
+ if (typeof args === 'object') {
9
+ return args;
10
+ }
11
+ const ref = refExpressionToRefItem(projectSchema, args);
12
+ const shapeSchema = refItemToShape(projectSchema, ref)?.schema;
13
+ if (shapeSchema && isObjectSchema(shapeSchema)) {
14
+ return shapeSchema;
15
+ }
16
+ }
5
17
  export function hasArg(projectSchema, prop, argPath) {
6
18
  const args = getArgs(prop);
7
19
  if (!args) {
8
20
  return false;
9
21
  }
10
- const schema = typeof args === 'string' ? projectSchema.shapes[args]?.schema : args;
22
+ const schema = getArgsSchema(projectSchema, args);
11
23
  const pathArray = Array.isArray(argPath) ? argPath : argPath.split('.');
12
- return Boolean(findSchemaAtPath(projectSchema, schema, pathArray));
24
+ return Boolean(schema && findSchemaAtPath(projectSchema, schema, pathArray));
13
25
  }
@@ -148,7 +148,7 @@
148
148
  }
149
149
  }
150
150
  },
151
- "schemaVersion": "3.53.0",
151
+ "schemaVersion": "3.54.0",
152
152
  "apiVersion": "2",
153
153
  "services": {
154
154
  "openai": {
@@ -494,6 +494,6 @@
494
494
  }
495
495
  }
496
496
  },
497
- "schemaVersion": "3.53.0",
497
+ "schemaVersion": "3.54.0",
498
498
  "apiVersion": "2"
499
499
  }
@@ -915,6 +915,6 @@
915
915
  }
916
916
  }
917
917
  },
918
- "schemaVersion": "3.53.0",
918
+ "schemaVersion": "3.54.0",
919
919
  "apiVersion": "2"
920
920
  }
@@ -52781,6 +52781,6 @@
52781
52781
  }
52782
52782
  }
52783
52783
  },
52784
- "schemaVersion": "3.53.0",
52784
+ "schemaVersion": "3.54.0",
52785
52785
  "services": {}
52786
52786
  }
@@ -399,6 +399,6 @@
399
399
  }
400
400
  }
401
401
  },
402
- "schemaVersion": "3.53.0",
402
+ "schemaVersion": "3.54.0",
403
403
  "services": {}
404
404
  }
@@ -387,6 +387,6 @@
387
387
  }
388
388
  }
389
389
  },
390
- "schemaVersion": "3.53.0",
390
+ "schemaVersion": "3.54.0",
391
391
  "services": {}
392
392
  }
@@ -40,7 +40,7 @@
40
40
  "shapes": {},
41
41
  "workflows": {},
42
42
  "forms": {},
43
- "schemaVersion": "3.53.0",
43
+ "schemaVersion": "3.54.0",
44
44
  "apiVersion": "2",
45
45
  "services": {
46
46
  "graphql": {
@@ -4350,6 +4350,6 @@
4350
4350
  }
4351
4351
  }
4352
4352
  },
4353
- "schemaVersion": "3.53.0",
4353
+ "schemaVersion": "3.54.0",
4354
4354
  "services": {}
4355
4355
  }
@@ -15,7 +15,7 @@
15
15
  "apiVersion": "1",
16
16
  "queries": {},
17
17
  "mutations": {},
18
- "schemaVersion": "3.53.0",
18
+ "schemaVersion": "3.54.0",
19
19
  "shapes": {
20
20
  "DocumentUploadForm": {
21
21
  "id": "HJPFlRKkr",
@@ -97,6 +97,6 @@
97
97
  }
98
98
  }
99
99
  },
100
- "schemaVersion": "3.53.0",
100
+ "schemaVersion": "3.54.0",
101
101
  "apiVersion": "2"
102
102
  }
@@ -10474,5 +10474,5 @@
10474
10474
  }
10475
10475
  }
10476
10476
  },
10477
- "schemaVersion": "3.53.0"
10477
+ "schemaVersion": "3.54.0"
10478
10478
  }
@@ -23446,6 +23446,6 @@
23446
23446
  }
23447
23447
  }
23448
23448
  },
23449
- "schemaVersion": "3.53.0",
23449
+ "schemaVersion": "3.54.0",
23450
23450
  "services": {}
23451
23451
  }
@@ -35163,6 +35163,6 @@
35163
35163
  }
35164
35164
  }
35165
35165
  },
35166
- "schemaVersion": "3.53.0",
35166
+ "schemaVersion": "3.54.0",
35167
35167
  "services": {}
35168
35168
  }
@@ -572,5 +572,5 @@
572
572
  }
573
573
  },
574
574
  "mutations": {},
575
- "schemaVersion": "3.53.0"
575
+ "schemaVersion": "3.54.0"
576
576
  }
@@ -86168,5 +86168,5 @@
86168
86168
  "shape": "Shopify_WebhookSubscriptionUpdatePayload"
86169
86169
  }
86170
86170
  },
86171
- "schemaVersion": "3.53.0"
86171
+ "schemaVersion": "3.54.0"
86172
86172
  }
@@ -15937,5 +15937,5 @@
15937
15937
  "shape": "ShopifyStorefront_CustomerUpdatePayload"
15938
15938
  }
15939
15939
  },
15940
- "schemaVersion": "3.53.0"
15940
+ "schemaVersion": "3.54.0"
15941
15941
  }
@@ -26892,5 +26892,5 @@
26892
26892
  "shape": "WP_UpdateUserPayload"
26893
26893
  }
26894
26894
  },
26895
- "schemaVersion": "3.53.0"
26895
+ "schemaVersion": "3.54.0"
26896
26896
  }
@@ -8053,6 +8053,6 @@
8053
8053
  }
8054
8054
  }
8055
8055
  },
8056
- "schemaVersion": "3.53.0",
8056
+ "schemaVersion": "3.54.0",
8057
8057
  "services": {}
8058
8058
  }
@@ -1884,6 +1884,6 @@
1884
1884
  }
1885
1885
  }
1886
1886
  },
1887
- "schemaVersion": "3.53.0",
1887
+ "schemaVersion": "3.54.0",
1888
1888
  "services": {}
1889
1889
  }
@@ -234,6 +234,6 @@
234
234
  }
235
235
  }
236
236
  },
237
- "schemaVersion": "3.53.0",
237
+ "schemaVersion": "3.54.0",
238
238
  "apiVersion": "2"
239
239
  }
@@ -14766,6 +14766,6 @@
14766
14766
  }
14767
14767
  }
14768
14768
  },
14769
- "schemaVersion": "3.53.0",
14769
+ "schemaVersion": "3.54.0",
14770
14770
  "services": {}
14771
14771
  }
@@ -388,6 +388,6 @@
388
388
  }
389
389
  }
390
390
  },
391
- "schemaVersion": "3.53.0",
391
+ "schemaVersion": "3.54.0",
392
392
  "services": {}
393
393
  }
@@ -226,6 +226,6 @@
226
226
  }
227
227
  }
228
228
  },
229
- "schemaVersion": "3.53.0",
229
+ "schemaVersion": "3.54.0",
230
230
  "services": {}
231
231
  }
@@ -9756,5 +9756,5 @@
9756
9756
  }
9757
9757
  }
9758
9758
  },
9759
- "schemaVersion": "3.53.0"
9759
+ "schemaVersion": "3.54.0"
9760
9760
  }
@@ -8,43 +8,8 @@
8
8
  "getRelatedProductList": {
9
9
  "shape": "PaginatedList<shopify:Product>",
10
10
  "resolver": {
11
- "compose": [
12
- {
13
- "name": "ai:createEmbedding",
14
- "id": "createEmbedding",
15
- "service": "openai",
16
- "model": "text-embedding-3-small",
17
- "args": {
18
- "ops": [
19
- {
20
- "path": "input",
21
- "mapping": "$args.text"
22
- }
23
- ]
24
- }
25
- },
26
- {
27
- "shapeName": "Shopify_Product",
28
- "name": "takeshape:vectorSearch",
29
- "service": "takeshape",
30
- "args": {
31
- "ops": [
32
- {
33
- "path": "vector.name",
34
- "value": "vector"
35
- },
36
- {
37
- "path": "vector.value",
38
- "mapping": "$resolvers.createEmbedding"
39
- },
40
- {
41
- "path": "size",
42
- "mapping": "$args.size"
43
- }
44
- ]
45
- }
46
- }
47
- ]
11
+ "name": "ai:embeddingSearch",
12
+ "vectorProperty": "shopify:Product.vector"
48
13
  },
49
14
  "args": {
50
15
  "type": "object",
@@ -179,7 +144,7 @@
179
144
  }
180
145
  },
181
146
  {
182
- "name": "ai:chat",
147
+ "name": "ai:generateText",
183
148
  "service": "openai",
184
149
  "model": "gpt-3.5-turbo",
185
150
  "systemPrompt": "You are a helpful assistant.",
@@ -314,6 +279,6 @@
314
279
  }
315
280
  }
316
281
  },
317
- "schemaVersion": "3.53.0",
282
+ "schemaVersion": "3.54.0",
318
283
  "apiVersion": "2"
319
284
  }
@@ -806,6 +806,6 @@
806
806
  }
807
807
  }
808
808
  },
809
- "schemaVersion": "3.53.0",
809
+ "schemaVersion": "3.54.0",
810
810
  "services": {}
811
811
  }
@@ -142,6 +142,6 @@
142
142
  }
143
143
  }
144
144
  },
145
- "schemaVersion": "3.53.0",
145
+ "schemaVersion": "3.54.0",
146
146
  "services": {}
147
147
  }
@@ -149,6 +149,6 @@
149
149
  }
150
150
  }
151
151
  },
152
- "schemaVersion": "3.53.0",
152
+ "schemaVersion": "3.54.0",
153
153
  "services": {}
154
154
  }
@@ -2633,5 +2633,5 @@
2633
2633
  }
2634
2634
  }
2635
2635
  },
2636
- "schemaVersion": "3.53.0"
2636
+ "schemaVersion": "3.54.0"
2637
2637
  }
@@ -2105,5 +2105,5 @@
2105
2105
  }
2106
2106
  }
2107
2107
  },
2108
- "schemaVersion": "3.53.0"
2108
+ "schemaVersion": "3.54.0"
2109
2109
  }
@@ -91,5 +91,5 @@
91
91
  }
92
92
  }
93
93
  },
94
- "schemaVersion": "3.53.0"
94
+ "schemaVersion": "3.54.0"
95
95
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "projectId": "a8b9ea5b-2522-442d-9b68-be0bef4a1a74",
3
3
  "defaultLocale": "en-us",
4
- "locales": ["en-us"],
4
+ "locales": [
5
+ "en-us"
6
+ ],
5
7
  "queries": {
6
8
  "Rick_characters": {
7
9
  "resolver": {
@@ -12,8 +14,12 @@
12
14
  "args": {
13
15
  "type": "object",
14
16
  "properties": {
15
- "page": { "type": "integer" },
16
- "filter": { "@ref": "rick:FilterCharacter" }
17
+ "page": {
18
+ "type": "integer"
19
+ },
20
+ "filter": {
21
+ "@ref": "rick:FilterCharacter"
22
+ }
17
23
  }
18
24
  },
19
25
  "shape": "Rick_Characters"
@@ -24,7 +30,9 @@
24
30
  "shapeName": "Rick_Character",
25
31
  "name": "takeshape:queryApiIndex",
26
32
  "service": "takeshape",
27
- "options": { "indexedShape": "Rick_Character" }
33
+ "options": {
34
+ "indexedShape": "Rick_Character"
35
+ }
28
36
  },
29
37
  "description": "Fetch Rick_Character data from the API Index.",
30
38
  "args": "TSListArgs<Rick_Character>"
@@ -37,8 +45,15 @@
37
45
  },
38
46
  "args": {
39
47
  "type": "object",
40
- "properties": { "id": { "type": "string", "@tag": "id" } },
41
- "required": ["id"]
48
+ "properties": {
49
+ "id": {
50
+ "type": "string",
51
+ "@tag": "id"
52
+ }
53
+ },
54
+ "required": [
55
+ "id"
56
+ ]
42
57
  },
43
58
  "shape": "Rick_Character"
44
59
  }
@@ -51,16 +66,30 @@
51
66
  "title": "Rick Character",
52
67
  "cache": {
53
68
  "enabled": true,
54
- "triggers": [{ "type": "schedule", "loader": "list", "interval": 1440 }],
55
- "fragment": { "maxDepth": 2 }
69
+ "triggers": [
70
+ {
71
+ "type": "schedule",
72
+ "loader": "list",
73
+ "interval": 1440
74
+ }
75
+ ],
76
+ "fragment": {
77
+ "maxDepth": 2
78
+ }
56
79
  },
57
80
  "loaders": {
58
- "list": { "query": "rick:Query.characters" },
59
- "get": { "query": "rick:Query.character" }
81
+ "list": {
82
+ "query": "rick:Query.characters"
83
+ },
84
+ "get": {
85
+ "query": "rick:Query.character"
86
+ }
60
87
  },
61
88
  "schema": {
62
89
  "extends": [
63
- { "@ref": "rick:Character" },
90
+ {
91
+ "@ref": "rick:Character"
92
+ },
64
93
  {
65
94
  "type": "object",
66
95
  "properties": {
@@ -79,12 +108,18 @@
79
108
  "forms": {
80
109
  "Rick_Character": {
81
110
  "default": {
82
- "properties": { "custom": { "widget": "singleLineText" } },
83
- "order": ["custom"]
111
+ "properties": {
112
+ "custom": {
113
+ "widget": "singleLineText"
114
+ }
115
+ },
116
+ "order": [
117
+ "custom"
118
+ ]
84
119
  }
85
120
  }
86
121
  },
87
- "schemaVersion": "3.53.0",
122
+ "schemaVersion": "3.54.0",
88
123
  "apiVersion": "2",
89
124
  "services": {
90
125
  "rick": {
@@ -98,7 +133,9 @@
98
133
  "endpoint": "https://rickandmortyapi.com/graphql",
99
134
  "introspectedAt": "2025-04-23T18:13:21.722Z"
100
135
  },
101
- "healthCheck": { "checkName": "graphqlIntrospection" }
136
+ "healthCheck": {
137
+ "checkName": "graphqlIntrospection"
138
+ }
102
139
  }
103
140
  }
104
- }
141
+ }
@@ -198,7 +198,7 @@
198
198
  },
199
199
  "workflows": {},
200
200
  "forms": {},
201
- "schemaVersion": "3.53.0",
201
+ "schemaVersion": "3.54.0",
202
202
  "apiVersion": "2",
203
203
  "services": {
204
204
  "rick-and-morty": {
@@ -428,7 +428,7 @@
428
428
  }
429
429
  }
430
430
  },
431
- "schemaVersion": "3.53.0",
431
+ "schemaVersion": "3.54.0",
432
432
  "apiVersion": "2",
433
433
  "services": {
434
434
  "rick-and-morty": {
@@ -397,6 +397,6 @@
397
397
  }
398
398
  }
399
399
  },
400
- "schemaVersion": "3.53.0",
400
+ "schemaVersion": "3.54.0",
401
401
  "services": {}
402
402
  }
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "workflows": {},
44
44
  "forms": {},
45
- "schemaVersion": "3.53.0",
45
+ "schemaVersion": "3.54.0",
46
46
  "apiVersion": "2",
47
47
  "services": {
48
48
  "rick-and-morty": {
@@ -1129,6 +1129,6 @@
1129
1129
  }
1130
1130
  }
1131
1131
  },
1132
- "schemaVersion": "3.53.0",
1132
+ "schemaVersion": "3.54.0",
1133
1133
  "services": {}
1134
1134
  }
@@ -1129,6 +1129,6 @@
1129
1129
  }
1130
1130
  }
1131
1131
  },
1132
- "schemaVersion": "3.53.0",
1132
+ "schemaVersion": "3.54.0",
1133
1133
  "services": {}
1134
1134
  }
@@ -1004,6 +1004,6 @@
1004
1004
  }
1005
1005
  }
1006
1006
  },
1007
- "schemaVersion": "3.53.0",
1007
+ "schemaVersion": "3.54.0",
1008
1008
  "apiVersion": "2"
1009
1009
  }
@@ -406,6 +406,6 @@
406
406
  }
407
407
  }
408
408
  },
409
- "schemaVersion": "3.53.0",
409
+ "schemaVersion": "3.54.0",
410
410
  "apiVersion": "2"
411
411
  }
@@ -271,6 +271,6 @@
271
271
  }
272
272
  }
273
273
  },
274
- "schemaVersion": "3.53.0",
274
+ "schemaVersion": "3.54.0",
275
275
  "apiVersion": "2"
276
276
  }
@@ -1147,5 +1147,5 @@
1147
1147
  }
1148
1148
  }
1149
1149
  },
1150
- "schemaVersion": "3.53.0"
1150
+ "schemaVersion": "3.54.0"
1151
1151
  }
@@ -5,7 +5,7 @@
5
5
  "en-us"
6
6
  ],
7
7
  "apiVersion": "2",
8
- "schemaVersion": "3.53.0",
8
+ "schemaVersion": "3.54.0",
9
9
  "queries": {
10
10
  "getAsset": {
11
11
  "shape": "Asset",
@@ -49144,7 +49144,7 @@
49144
49144
  }
49145
49145
  }
49146
49146
  },
49147
- "schemaVersion": "3.53.0",
49147
+ "schemaVersion": "3.54.0",
49148
49148
  "apiVersion": "2",
49149
49149
  "services": {
49150
49150
  "shopify": {
@@ -12297,5 +12297,5 @@
12297
12297
  }
12298
12298
  }
12299
12299
  },
12300
- "schemaVersion": "3.53.0"
12300
+ "schemaVersion": "3.54.0"
12301
12301
  }
@@ -5,7 +5,7 @@
5
5
  "en-us"
6
6
  ],
7
7
  "apiVersion": "2",
8
- "schemaVersion": "3.53.0",
8
+ "schemaVersion": "3.54.0",
9
9
  "queries": {
10
10
  "getAsset": {
11
11
  "shape": "Asset",
@@ -28916,5 +28916,5 @@
28916
28916
  }
28917
28917
  }
28918
28918
  },
28919
- "schemaVersion": "3.53.0"
28919
+ "schemaVersion": "3.54.0"
28920
28920
  }