@cloudcart/dev-mcp 0.2.22 → 0.2.23

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 CHANGED
@@ -7057,6 +7057,22 @@
7057
7057
  "isDeprecated": false,
7058
7058
  "deprecationReason": null
7059
7059
  },
7060
+ {
7061
+ "name": "googleMapKeyStatus",
7062
+ "description": "Status of the store's Google Maps / Places API key — most importantly whether\nit is on the NEW Places API or the LEGACY one (apiVersion: \"new\" | \"legacy\").\nUseful for diagnosing checkout address-autocomplete / \"we don't deliver to\nthis country\" issues caused by a key missing the right Places API. Makes a\ncached live probe to Google.",
7063
+ "args": [],
7064
+ "type": {
7065
+ "kind": "NON_NULL",
7066
+ "name": null,
7067
+ "ofType": {
7068
+ "kind": "OBJECT",
7069
+ "name": "GoogleMapKeyStatus",
7070
+ "ofType": null
7071
+ }
7072
+ },
7073
+ "isDeprecated": false,
7074
+ "deprecationReason": null
7075
+ },
7060
7076
  {
7061
7077
  "name": "queueJobs",
7062
7078
  "description": "Get a paginated list of queue jobs.",
@@ -100263,6 +100279,110 @@
100263
100279
  "enumValues": null,
100264
100280
  "possibleTypes": null
100265
100281
  },
100282
+ {
100283
+ "kind": "OBJECT",
100284
+ "name": "GoogleMapKeyStatus",
100285
+ "description": "Status of the store's Google Maps / Places API key.",
100286
+ "isOneOf": null,
100287
+ "fields": [
100288
+ {
100289
+ "name": "configured",
100290
+ "description": "Whether a Google Maps API key is set for the store.",
100291
+ "args": [],
100292
+ "type": {
100293
+ "kind": "NON_NULL",
100294
+ "name": null,
100295
+ "ofType": {
100296
+ "kind": "SCALAR",
100297
+ "name": "Boolean",
100298
+ "ofType": null
100299
+ }
100300
+ },
100301
+ "isDeprecated": false,
100302
+ "deprecationReason": null
100303
+ },
100304
+ {
100305
+ "name": "valid",
100306
+ "description": "Whether the key passed the connectivity test (valid + an enabled Places API).",
100307
+ "args": [],
100308
+ "type": {
100309
+ "kind": "NON_NULL",
100310
+ "name": null,
100311
+ "ofType": {
100312
+ "kind": "SCALAR",
100313
+ "name": "Boolean",
100314
+ "ofType": null
100315
+ }
100316
+ },
100317
+ "isDeprecated": false,
100318
+ "deprecationReason": null
100319
+ },
100320
+ {
100321
+ "name": "apiVersion",
100322
+ "description": "Which Places API the key resolves to: \"new\" (Places API New) or \"legacy\". Null when not configured / unresolved.",
100323
+ "args": [],
100324
+ "type": {
100325
+ "kind": "SCALAR",
100326
+ "name": "String",
100327
+ "ofType": null
100328
+ },
100329
+ "isDeprecated": false,
100330
+ "deprecationReason": null
100331
+ },
100332
+ {
100333
+ "name": "error",
100334
+ "description": "Error/status from the API test (e.g. REQUEST_DENIED), if any.",
100335
+ "args": [],
100336
+ "type": {
100337
+ "kind": "SCALAR",
100338
+ "name": "String",
100339
+ "ofType": null
100340
+ },
100341
+ "isDeprecated": false,
100342
+ "deprecationReason": null
100343
+ },
100344
+ {
100345
+ "name": "httpStatus",
100346
+ "description": "HTTP status code from the probe, if any.",
100347
+ "args": [],
100348
+ "type": {
100349
+ "kind": "SCALAR",
100350
+ "name": "Int",
100351
+ "ofType": null
100352
+ },
100353
+ "isDeprecated": false,
100354
+ "deprecationReason": null
100355
+ },
100356
+ {
100357
+ "name": "errors",
100358
+ "description": "All validation errors (format + connectivity).",
100359
+ "args": [],
100360
+ "type": {
100361
+ "kind": "NON_NULL",
100362
+ "name": null,
100363
+ "ofType": {
100364
+ "kind": "LIST",
100365
+ "name": null,
100366
+ "ofType": {
100367
+ "kind": "NON_NULL",
100368
+ "name": null,
100369
+ "ofType": {
100370
+ "kind": "SCALAR",
100371
+ "name": "String",
100372
+ "ofType": null
100373
+ }
100374
+ }
100375
+ }
100376
+ },
100377
+ "isDeprecated": false,
100378
+ "deprecationReason": null
100379
+ }
100380
+ ],
100381
+ "inputFields": null,
100382
+ "interfaces": [],
100383
+ "enumValues": null,
100384
+ "possibleTypes": null
100385
+ },
100266
100386
  {
100267
100387
  "kind": "OBJECT",
100268
100388
  "name": "NotificationConnection",
Binary file