@cloudcart/dev-mcp 0.2.12 → 0.2.13
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/data/admin.json +22 -22
- package/data/embeddings.bin +0 -0
- package/data/embeddings.json +1 -1
- package/package.json +1 -1
package/data/admin.json
CHANGED
|
@@ -13173,8 +13173,8 @@
|
|
|
13173
13173
|
"deprecationReason": null
|
|
13174
13174
|
},
|
|
13175
13175
|
{
|
|
13176
|
-
"name": "
|
|
13177
|
-
"description": "List all
|
|
13176
|
+
"name": "nitrogenStorefronts",
|
|
13177
|
+
"description": "List all Nitrogen storefronts for the current store.",
|
|
13178
13178
|
"args": [
|
|
13179
13179
|
{
|
|
13180
13180
|
"name": "first",
|
|
@@ -13212,7 +13212,7 @@
|
|
|
13212
13212
|
"name": null,
|
|
13213
13213
|
"ofType": {
|
|
13214
13214
|
"kind": "OBJECT",
|
|
13215
|
-
"name": "
|
|
13215
|
+
"name": "NitrogenStorefrontConnection",
|
|
13216
13216
|
"ofType": null
|
|
13217
13217
|
}
|
|
13218
13218
|
},
|
|
@@ -13220,8 +13220,8 @@
|
|
|
13220
13220
|
"deprecationReason": null
|
|
13221
13221
|
},
|
|
13222
13222
|
{
|
|
13223
|
-
"name": "
|
|
13224
|
-
"description": "Get a
|
|
13223
|
+
"name": "nitrogenStorefront",
|
|
13224
|
+
"description": "Get a Nitrogen storefront by ID.",
|
|
13225
13225
|
"args": [
|
|
13226
13226
|
{
|
|
13227
13227
|
"name": "id",
|
|
@@ -13240,15 +13240,15 @@
|
|
|
13240
13240
|
],
|
|
13241
13241
|
"type": {
|
|
13242
13242
|
"kind": "OBJECT",
|
|
13243
|
-
"name": "
|
|
13243
|
+
"name": "NitrogenStorefront",
|
|
13244
13244
|
"ofType": null
|
|
13245
13245
|
},
|
|
13246
13246
|
"isDeprecated": false,
|
|
13247
13247
|
"deprecationReason": null
|
|
13248
13248
|
},
|
|
13249
13249
|
{
|
|
13250
|
-
"name": "
|
|
13251
|
-
"description": "Find a
|
|
13250
|
+
"name": "nitrogenStorefrontByName",
|
|
13251
|
+
"description": "Find a Nitrogen storefront by name.",
|
|
13252
13252
|
"args": [
|
|
13253
13253
|
{
|
|
13254
13254
|
"name": "name",
|
|
@@ -13267,7 +13267,7 @@
|
|
|
13267
13267
|
],
|
|
13268
13268
|
"type": {
|
|
13269
13269
|
"kind": "OBJECT",
|
|
13270
|
-
"name": "
|
|
13270
|
+
"name": "NitrogenStorefront",
|
|
13271
13271
|
"ofType": null
|
|
13272
13272
|
},
|
|
13273
13273
|
"isDeprecated": false,
|
|
@@ -17744,7 +17744,7 @@
|
|
|
17744
17744
|
},
|
|
17745
17745
|
{
|
|
17746
17746
|
"name": "productsBulkSetBrandModels",
|
|
17747
|
-
"description": "Replace the set of brand-models attached to N products. Mirrors the admin product-edit form's brand-models picker. Pass an empty `brandModelIds: []` to detach all brand-models from the supplied products. Each model id is verified against the `brand_model_models` table —
|
|
17747
|
+
"description": "Replace the set of brand-models attached to N products. Mirrors the admin product-edit form's brand-models picker. Pass an empty `brandModelIds: []` to detach all brand-models from the supplied products. Each model id is verified against the `brand_model_models` table — unrecognised ids are surfaced in `bulkOperationStatus.extra.invalidBrandModelIds`; if NONE of the supplied ids resolve, the job fails fast with reason `not_found` instead of silently detaching everything.",
|
|
17748
17748
|
"args": [
|
|
17749
17749
|
{
|
|
17750
17750
|
"name": "ids",
|
|
@@ -17770,7 +17770,7 @@
|
|
|
17770
17770
|
},
|
|
17771
17771
|
{
|
|
17772
17772
|
"name": "brandModelIds",
|
|
17773
|
-
"description": "Brand-model IDs
|
|
17773
|
+
"description": "Brand-model ROW IDs (the `BrandModelItem.id` field — `models[].id` on the Brand type). NOT the brand id, NOT a composite key. Resolve via `brand(id) { models { id title } }` or `brandModels(brandId)` first — the brand is implicit through the model's `brand_id`. The supplied set REPLACES any previously-attached brand-models — pass an empty list to clear.",
|
|
17774
17774
|
"type": {
|
|
17775
17775
|
"kind": "NON_NULL",
|
|
17776
17776
|
"name": null,
|
|
@@ -115975,8 +115975,8 @@
|
|
|
115975
115975
|
},
|
|
115976
115976
|
{
|
|
115977
115977
|
"kind": "OBJECT",
|
|
115978
|
-
"name": "
|
|
115979
|
-
"description": "A
|
|
115978
|
+
"name": "NitrogenStorefront",
|
|
115979
|
+
"description": "A Nitrogen headless storefront.",
|
|
115980
115980
|
"fields": [
|
|
115981
115981
|
{
|
|
115982
115982
|
"name": "id",
|
|
@@ -116146,7 +116146,7 @@
|
|
|
116146
116146
|
"name": null,
|
|
116147
116147
|
"ofType": {
|
|
116148
116148
|
"kind": "OBJECT",
|
|
116149
|
-
"name": "
|
|
116149
|
+
"name": "NitrogenEnvironmentVariable",
|
|
116150
116150
|
"ofType": null
|
|
116151
116151
|
}
|
|
116152
116152
|
}
|
|
@@ -116186,8 +116186,8 @@
|
|
|
116186
116186
|
},
|
|
116187
116187
|
{
|
|
116188
116188
|
"kind": "OBJECT",
|
|
116189
|
-
"name": "
|
|
116190
|
-
"description": "An environment variable for a
|
|
116189
|
+
"name": "NitrogenEnvironmentVariable",
|
|
116190
|
+
"description": "An environment variable for a Nitrogen storefront.",
|
|
116191
116191
|
"fields": [
|
|
116192
116192
|
{
|
|
116193
116193
|
"name": "id",
|
|
@@ -116293,8 +116293,8 @@
|
|
|
116293
116293
|
},
|
|
116294
116294
|
{
|
|
116295
116295
|
"kind": "OBJECT",
|
|
116296
|
-
"name": "
|
|
116297
|
-
"description": "Paginated
|
|
116296
|
+
"name": "NitrogenStorefrontConnection",
|
|
116297
|
+
"description": "Paginated Nitrogen storefronts.",
|
|
116298
116298
|
"fields": [
|
|
116299
116299
|
{
|
|
116300
116300
|
"name": "edges",
|
|
@@ -116311,7 +116311,7 @@
|
|
|
116311
116311
|
"name": null,
|
|
116312
116312
|
"ofType": {
|
|
116313
116313
|
"kind": "OBJECT",
|
|
116314
|
-
"name": "
|
|
116314
|
+
"name": "NitrogenStorefrontEdge",
|
|
116315
116315
|
"ofType": null
|
|
116316
116316
|
}
|
|
116317
116317
|
}
|
|
@@ -116335,7 +116335,7 @@
|
|
|
116335
116335
|
"name": null,
|
|
116336
116336
|
"ofType": {
|
|
116337
116337
|
"kind": "OBJECT",
|
|
116338
|
-
"name": "
|
|
116338
|
+
"name": "NitrogenStorefront",
|
|
116339
116339
|
"ofType": null
|
|
116340
116340
|
}
|
|
116341
116341
|
}
|
|
@@ -116384,7 +116384,7 @@
|
|
|
116384
116384
|
},
|
|
116385
116385
|
{
|
|
116386
116386
|
"kind": "OBJECT",
|
|
116387
|
-
"name": "
|
|
116387
|
+
"name": "NitrogenStorefrontEdge",
|
|
116388
116388
|
"description": null,
|
|
116389
116389
|
"fields": [
|
|
116390
116390
|
{
|
|
@@ -116396,7 +116396,7 @@
|
|
|
116396
116396
|
"name": null,
|
|
116397
116397
|
"ofType": {
|
|
116398
116398
|
"kind": "OBJECT",
|
|
116399
|
-
"name": "
|
|
116399
|
+
"name": "NitrogenStorefront",
|
|
116400
116400
|
"ofType": null
|
|
116401
116401
|
}
|
|
116402
116402
|
},
|
package/data/embeddings.bin
CHANGED
|
Binary file
|