@cloudcart/dev-mcp 0.2.21 → 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
@@ -2599,6 +2599,132 @@
2599
2599
  "isDeprecated": false,
2600
2600
  "deprecationReason": null
2601
2601
  },
2602
+ {
2603
+ "name": "externalMetaData",
2604
+ "description": "External-metadata mapping (table `meta_data`) — what external key an\nintegration recorded for a CloudCart record, and vice-versa. Filter by\nrecord (recordType + recordId) to see what e.g. Microinvest stored for a\nproduct/variant, by externalRecordKey to find which record an external id\nmaps to, and/or by integration to scope to one source. Per-site data.",
2605
+ "args": [
2606
+ {
2607
+ "name": "recordType",
2608
+ "description": "CloudCart record type, e.g. \"product\" or \"variant\".",
2609
+ "type": {
2610
+ "kind": "SCALAR",
2611
+ "name": "String",
2612
+ "ofType": null
2613
+ },
2614
+ "defaultValue": null,
2615
+ "isDeprecated": false,
2616
+ "deprecationReason": null
2617
+ },
2618
+ {
2619
+ "name": "recordId",
2620
+ "description": "CloudCart record id.",
2621
+ "type": {
2622
+ "kind": "SCALAR",
2623
+ "name": "ID",
2624
+ "ofType": null
2625
+ },
2626
+ "defaultValue": null,
2627
+ "isDeprecated": false,
2628
+ "deprecationReason": null
2629
+ },
2630
+ {
2631
+ "name": "integration",
2632
+ "description": "Source integration, e.g. \"microinvest\" (see externalMetaIntegrations for valid values).",
2633
+ "type": {
2634
+ "kind": "SCALAR",
2635
+ "name": "String",
2636
+ "ofType": null
2637
+ },
2638
+ "defaultValue": null,
2639
+ "isDeprecated": false,
2640
+ "deprecationReason": null
2641
+ },
2642
+ {
2643
+ "name": "externalRecordKey",
2644
+ "description": "External key/id to look up (reverse lookup: external id → CloudCart record).",
2645
+ "type": {
2646
+ "kind": "SCALAR",
2647
+ "name": "String",
2648
+ "ofType": null
2649
+ },
2650
+ "defaultValue": null,
2651
+ "isDeprecated": false,
2652
+ "deprecationReason": null
2653
+ },
2654
+ {
2655
+ "name": "first",
2656
+ "description": "Results per page.",
2657
+ "type": {
2658
+ "kind": "SCALAR",
2659
+ "name": "Int",
2660
+ "ofType": null
2661
+ },
2662
+ "defaultValue": "25",
2663
+ "isDeprecated": false,
2664
+ "deprecationReason": null
2665
+ },
2666
+ {
2667
+ "name": "page",
2668
+ "description": "Page number (1-based).",
2669
+ "type": {
2670
+ "kind": "SCALAR",
2671
+ "name": "Int",
2672
+ "ofType": null
2673
+ },
2674
+ "defaultValue": "1",
2675
+ "isDeprecated": false,
2676
+ "deprecationReason": null
2677
+ }
2678
+ ],
2679
+ "type": {
2680
+ "kind": "NON_NULL",
2681
+ "name": null,
2682
+ "ofType": {
2683
+ "kind": "OBJECT",
2684
+ "name": "ExternalMetaDataConnection",
2685
+ "ofType": null
2686
+ }
2687
+ },
2688
+ "isDeprecated": false,
2689
+ "deprecationReason": null
2690
+ },
2691
+ {
2692
+ "name": "externalMetaIntegrations",
2693
+ "description": "Distinct `integration` values currently present in this store's meta_data.\nThe `integration` field is free-form (written per app: installed app\nmappings like \"microinvest\", \"internal\", shipping provider keys, ...), so\nthis is the data-driven way to discover what can appear there for this store.",
2694
+ "args": [
2695
+ {
2696
+ "name": "recordType",
2697
+ "description": "Optional record type to scope to, e.g. 'product' (recommended for source discovery). integration is overloaded: for product/variant rows it is the source app; for option rows it holds the option key, for images 'url_image'.",
2698
+ "type": {
2699
+ "kind": "SCALAR",
2700
+ "name": "String",
2701
+ "ofType": null
2702
+ },
2703
+ "defaultValue": null,
2704
+ "isDeprecated": false,
2705
+ "deprecationReason": null
2706
+ }
2707
+ ],
2708
+ "type": {
2709
+ "kind": "NON_NULL",
2710
+ "name": null,
2711
+ "ofType": {
2712
+ "kind": "LIST",
2713
+ "name": null,
2714
+ "ofType": {
2715
+ "kind": "NON_NULL",
2716
+ "name": null,
2717
+ "ofType": {
2718
+ "kind": "SCALAR",
2719
+ "name": "String",
2720
+ "ofType": null
2721
+ }
2722
+ }
2723
+ }
2724
+ },
2725
+ "isDeprecated": false,
2726
+ "deprecationReason": null
2727
+ },
2602
2728
  {
2603
2729
  "name": "customer",
2604
2730
  "description": "Find a single customer by ID.",
@@ -6931,6 +7057,22 @@
6931
7057
  "isDeprecated": false,
6932
7058
  "deprecationReason": null
6933
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
+ },
6934
7076
  {
6935
7077
  "name": "queueJobs",
6936
7078
  "description": "Get a paginated list of queue jobs.",
@@ -58435,6 +58577,258 @@
58435
58577
  "enumValues": null,
58436
58578
  "possibleTypes": null
58437
58579
  },
58580
+ {
58581
+ "kind": "OBJECT",
58582
+ "name": "ExternalMetaData",
58583
+ "description": "One external-metadata mapping row (table `meta_data`): the link between a\nCloudCart record and the external key an integration recorded for it.",
58584
+ "isOneOf": null,
58585
+ "fields": [
58586
+ {
58587
+ "name": "id",
58588
+ "description": "Row id.",
58589
+ "args": [],
58590
+ "type": {
58591
+ "kind": "NON_NULL",
58592
+ "name": null,
58593
+ "ofType": {
58594
+ "kind": "SCALAR",
58595
+ "name": "ID",
58596
+ "ofType": null
58597
+ }
58598
+ },
58599
+ "isDeprecated": false,
58600
+ "deprecationReason": null
58601
+ },
58602
+ {
58603
+ "name": "recordType",
58604
+ "description": "CloudCart record type (e.g. product, variant, product_parameter_option).",
58605
+ "args": [],
58606
+ "type": {
58607
+ "kind": "NON_NULL",
58608
+ "name": null,
58609
+ "ofType": {
58610
+ "kind": "SCALAR",
58611
+ "name": "String",
58612
+ "ofType": null
58613
+ }
58614
+ },
58615
+ "isDeprecated": false,
58616
+ "deprecationReason": null
58617
+ },
58618
+ {
58619
+ "name": "recordId",
58620
+ "description": "CloudCart record id.",
58621
+ "args": [],
58622
+ "type": {
58623
+ "kind": "SCALAR",
58624
+ "name": "ID",
58625
+ "ofType": null
58626
+ },
58627
+ "isDeprecated": false,
58628
+ "deprecationReason": null
58629
+ },
58630
+ {
58631
+ "name": "integration",
58632
+ "description": "Source integration that wrote this row (e.g. \"microinvest\", \"internal\", an XML-import/ERP/shipping key).",
58633
+ "args": [],
58634
+ "type": {
58635
+ "kind": "SCALAR",
58636
+ "name": "String",
58637
+ "ofType": null
58638
+ },
58639
+ "isDeprecated": false,
58640
+ "deprecationReason": null
58641
+ },
58642
+ {
58643
+ "name": "externalRecordKey",
58644
+ "description": "External key/id the integration recorded for this record.",
58645
+ "args": [],
58646
+ "type": {
58647
+ "kind": "SCALAR",
58648
+ "name": "String",
58649
+ "ofType": null
58650
+ },
58651
+ "isDeprecated": false,
58652
+ "deprecationReason": null
58653
+ },
58654
+ {
58655
+ "name": "type",
58656
+ "description": "Entry kind (import, feed, sync, ...).",
58657
+ "args": [],
58658
+ "type": {
58659
+ "kind": "SCALAR",
58660
+ "name": "String",
58661
+ "ofType": null
58662
+ },
58663
+ "isDeprecated": false,
58664
+ "deprecationReason": null
58665
+ },
58666
+ {
58667
+ "name": "createdAt",
58668
+ "description": "When the mapping was created.",
58669
+ "args": [],
58670
+ "type": {
58671
+ "kind": "SCALAR",
58672
+ "name": "DateTime",
58673
+ "ofType": null
58674
+ },
58675
+ "isDeprecated": false,
58676
+ "deprecationReason": null
58677
+ },
58678
+ {
58679
+ "name": "updatedAt",
58680
+ "description": "Last update timestamp.",
58681
+ "args": [],
58682
+ "type": {
58683
+ "kind": "SCALAR",
58684
+ "name": "DateTime",
58685
+ "ofType": null
58686
+ },
58687
+ "isDeprecated": false,
58688
+ "deprecationReason": null
58689
+ }
58690
+ ],
58691
+ "inputFields": null,
58692
+ "interfaces": [],
58693
+ "enumValues": null,
58694
+ "possibleTypes": null
58695
+ },
58696
+ {
58697
+ "kind": "OBJECT",
58698
+ "name": "ExternalMetaDataEdge",
58699
+ "description": "An edge in an ExternalMetaData connection.",
58700
+ "isOneOf": null,
58701
+ "fields": [
58702
+ {
58703
+ "name": "node",
58704
+ "description": null,
58705
+ "args": [],
58706
+ "type": {
58707
+ "kind": "NON_NULL",
58708
+ "name": null,
58709
+ "ofType": {
58710
+ "kind": "OBJECT",
58711
+ "name": "ExternalMetaData",
58712
+ "ofType": null
58713
+ }
58714
+ },
58715
+ "isDeprecated": false,
58716
+ "deprecationReason": null
58717
+ },
58718
+ {
58719
+ "name": "cursor",
58720
+ "description": null,
58721
+ "args": [],
58722
+ "type": {
58723
+ "kind": "NON_NULL",
58724
+ "name": null,
58725
+ "ofType": {
58726
+ "kind": "SCALAR",
58727
+ "name": "String",
58728
+ "ofType": null
58729
+ }
58730
+ },
58731
+ "isDeprecated": false,
58732
+ "deprecationReason": null
58733
+ }
58734
+ ],
58735
+ "inputFields": null,
58736
+ "interfaces": [],
58737
+ "enumValues": null,
58738
+ "possibleTypes": null
58739
+ },
58740
+ {
58741
+ "kind": "OBJECT",
58742
+ "name": "ExternalMetaDataConnection",
58743
+ "description": "A paginated list of external-metadata mapping rows.",
58744
+ "isOneOf": null,
58745
+ "fields": [
58746
+ {
58747
+ "name": "edges",
58748
+ "description": "Edges with cursors.",
58749
+ "args": [],
58750
+ "type": {
58751
+ "kind": "NON_NULL",
58752
+ "name": null,
58753
+ "ofType": {
58754
+ "kind": "LIST",
58755
+ "name": null,
58756
+ "ofType": {
58757
+ "kind": "NON_NULL",
58758
+ "name": null,
58759
+ "ofType": {
58760
+ "kind": "OBJECT",
58761
+ "name": "ExternalMetaDataEdge",
58762
+ "ofType": null
58763
+ }
58764
+ }
58765
+ }
58766
+ },
58767
+ "isDeprecated": false,
58768
+ "deprecationReason": null
58769
+ },
58770
+ {
58771
+ "name": "nodes",
58772
+ "description": "Flat list of nodes — prefer over edges.node when cursor is not needed.",
58773
+ "args": [],
58774
+ "type": {
58775
+ "kind": "NON_NULL",
58776
+ "name": null,
58777
+ "ofType": {
58778
+ "kind": "LIST",
58779
+ "name": null,
58780
+ "ofType": {
58781
+ "kind": "NON_NULL",
58782
+ "name": null,
58783
+ "ofType": {
58784
+ "kind": "OBJECT",
58785
+ "name": "ExternalMetaData",
58786
+ "ofType": null
58787
+ }
58788
+ }
58789
+ }
58790
+ },
58791
+ "isDeprecated": false,
58792
+ "deprecationReason": null
58793
+ },
58794
+ {
58795
+ "name": "totalCount",
58796
+ "description": "Total matching rows across all pages.",
58797
+ "args": [],
58798
+ "type": {
58799
+ "kind": "NON_NULL",
58800
+ "name": null,
58801
+ "ofType": {
58802
+ "kind": "SCALAR",
58803
+ "name": "Int",
58804
+ "ofType": null
58805
+ }
58806
+ },
58807
+ "isDeprecated": false,
58808
+ "deprecationReason": null
58809
+ },
58810
+ {
58811
+ "name": "pageInfo",
58812
+ "description": "Pagination metadata.",
58813
+ "args": [],
58814
+ "type": {
58815
+ "kind": "NON_NULL",
58816
+ "name": null,
58817
+ "ofType": {
58818
+ "kind": "OBJECT",
58819
+ "name": "PageInfo",
58820
+ "ofType": null
58821
+ }
58822
+ },
58823
+ "isDeprecated": false,
58824
+ "deprecationReason": null
58825
+ }
58826
+ ],
58827
+ "inputFields": null,
58828
+ "interfaces": [],
58829
+ "enumValues": null,
58830
+ "possibleTypes": null
58831
+ },
58438
58832
  {
58439
58833
  "kind": "INPUT_OBJECT",
58440
58834
  "name": "CreateCategoryInput",
@@ -99885,6 +100279,110 @@
99885
100279
  "enumValues": null,
99886
100280
  "possibleTypes": null
99887
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
+ },
99888
100386
  {
99889
100387
  "kind": "OBJECT",
99890
100388
  "name": "NotificationConnection",
Binary file