conductor-node-mcp 12.22.0 → 12.23.1

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 (98) hide show
  1. package/README.md +34 -0
  2. package/filtering.d.mts +1 -1
  3. package/filtering.d.mts.map +1 -1
  4. package/filtering.d.ts +1 -1
  5. package/filtering.d.ts.map +1 -1
  6. package/filtering.js +1 -2
  7. package/filtering.js.map +1 -1
  8. package/filtering.mjs +1 -2
  9. package/filtering.mjs.map +1 -1
  10. package/headers.d.mts +4 -0
  11. package/headers.d.mts.map +1 -0
  12. package/headers.d.ts +4 -0
  13. package/headers.d.ts.map +1 -0
  14. package/headers.js +22 -0
  15. package/headers.js.map +1 -0
  16. package/headers.mjs +18 -0
  17. package/headers.mjs.map +1 -0
  18. package/http.d.mts +6 -0
  19. package/http.d.mts.map +1 -0
  20. package/http.d.ts +6 -0
  21. package/http.d.ts.map +1 -0
  22. package/http.js +93 -0
  23. package/http.js.map +1 -0
  24. package/http.mjs +85 -0
  25. package/http.mjs.map +1 -0
  26. package/index.js +12 -7
  27. package/index.js.map +1 -1
  28. package/index.mjs +13 -8
  29. package/index.mjs.map +1 -1
  30. package/options.d.mts +3 -0
  31. package/options.d.mts.map +1 -1
  32. package/options.d.ts +3 -0
  33. package/options.d.ts.map +1 -1
  34. package/options.js +18 -0
  35. package/options.js.map +1 -1
  36. package/options.mjs +18 -0
  37. package/options.mjs.map +1 -1
  38. package/package.json +4 -3
  39. package/server.d.mts +1 -0
  40. package/server.d.mts.map +1 -1
  41. package/server.d.ts +1 -0
  42. package/server.d.ts.map +1 -1
  43. package/server.js +6 -4
  44. package/server.js.map +1 -1
  45. package/server.mjs +4 -3
  46. package/server.mjs.map +1 -1
  47. package/src/filtering.ts +1 -2
  48. package/src/headers.ts +24 -0
  49. package/src/http.ts +99 -0
  50. package/src/index.ts +15 -11
  51. package/src/options.ts +22 -0
  52. package/src/server.ts +11 -8
  53. package/src/stdio.ts +14 -0
  54. package/src/tools/end-users/passthrough-end-users.ts +2 -1
  55. package/src/tools/index.ts +4 -0
  56. package/src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts +105 -0
  57. package/src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts +94 -0
  58. package/src/tools/qbd/transactions/list-qbd-transactions.ts +2 -2
  59. package/stdio.d.mts +4 -0
  60. package/stdio.d.mts.map +1 -0
  61. package/stdio.d.ts +4 -0
  62. package/stdio.d.ts.map +1 -0
  63. package/stdio.js +14 -0
  64. package/stdio.js.map +1 -0
  65. package/stdio.mjs +10 -0
  66. package/stdio.mjs.map +1 -0
  67. package/tools/end-users/passthrough-end-users.d.mts.map +1 -1
  68. package/tools/end-users/passthrough-end-users.d.ts.map +1 -1
  69. package/tools/end-users/passthrough-end-users.js +2 -1
  70. package/tools/end-users/passthrough-end-users.js.map +1 -1
  71. package/tools/end-users/passthrough-end-users.mjs +2 -1
  72. package/tools/end-users/passthrough-end-users.mjs.map +1 -1
  73. package/tools/index.d.mts.map +1 -1
  74. package/tools/index.d.ts.map +1 -1
  75. package/tools/index.js +4 -0
  76. package/tools/index.js.map +1 -1
  77. package/tools/index.mjs +4 -0
  78. package/tools/index.mjs.map +1 -1
  79. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.mts +45 -0
  80. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.mts.map +1 -0
  81. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.ts +45 -0
  82. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.ts.map +1 -0
  83. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js +97 -0
  84. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js.map +1 -0
  85. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs +93 -0
  86. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs.map +1 -0
  87. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.mts +45 -0
  88. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.mts.map +1 -0
  89. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.ts +45 -0
  90. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.ts.map +1 -0
  91. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js +84 -0
  92. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js.map +1 -0
  93. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs +80 -0
  94. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs.map +1 -0
  95. package/tools/qbd/transactions/list-qbd-transactions.js +2 -2
  96. package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
  97. package/tools/qbd/transactions/list-qbd-transactions.mjs +2 -2
  98. package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
@@ -0,0 +1,97 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.handler = exports.tool = exports.metadata = void 0;
5
+ const filtering_1 = require("conductor-node-mcp/filtering");
6
+ const types_1 = require("conductor-node-mcp/tools/types");
7
+ exports.metadata = {
8
+ resource: 'qbd.deleted_list_objects',
9
+ operation: 'read',
10
+ tags: [],
11
+ httpMethod: 'get',
12
+ httpPath: '/quickbooks-desktop/deleted-list-objects',
13
+ };
14
+ exports.tool = {
15
+ name: 'list_qbd_deleted_list_objects',
16
+ description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nLists deleted non-transaction list-objects (e.g., customers, vendors, employees, items) from the last 90 days. Results are grouped by list-object type and ordered by actual delete time (ascending). For deleted transactions (e.g., invoices, bills, estimates), see the deleted-transactions endpoint.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of deleted list-objects.',\n items: {\n $ref: '#/$defs/deleted_list_object'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n deleted_list_object: {\n type: 'object',\n title: 'The Deleted List-Object object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this deleted list-object. This ID is unique across all deleted list-objects but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this deleted list-object was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n deletedAt: {\n type: 'string',\n description: 'The date and time when this deleted list-object was deleted, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n listType: {\n type: 'string',\n description: 'The type of deleted list object (i.e., non-transaction).',\n enum: [ 'account',\n 'billing_rate',\n 'class',\n 'currency',\n 'customer',\n 'customer_message',\n 'customer_type',\n 'date_driven_terms',\n 'employee',\n 'inventory_site',\n 'item_discount',\n 'item_fixed_asset',\n 'item_group',\n 'item_inventory',\n 'item_inventory_assembly',\n 'item_non_inventory',\n 'item_other_charge',\n 'item_payment',\n 'item_sales_tax',\n 'item_sales_tax_group',\n 'item_service',\n 'item_subtotal',\n 'job_type',\n 'other_name',\n 'payment_method',\n 'payroll_item_non_wage',\n 'payroll_item_wage',\n 'price_level',\n 'sales_representative',\n 'sales_tax_code',\n 'ship_method',\n 'standard_terms',\n 'to_do',\n 'unit_of_measure_set',\n 'vehicle',\n 'vendor',\n 'vendor_type',\n 'workers_comp_code'\n ]\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_deleted_list_object\"`.',\n enum: [ 'qbd_deleted_list_object'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'deletedAt',\n 'listType',\n 'objectType'\n ]\n }\n }\n}\n```",
17
+ inputSchema: {
18
+ type: 'object',
19
+ properties: {
20
+ objectTypes: {
21
+ type: 'array',
22
+ description: 'Filter for deleted list-objects by their list-object type(s).',
23
+ items: {
24
+ type: 'string',
25
+ enum: [
26
+ 'account',
27
+ 'billing_rate',
28
+ 'class',
29
+ 'currency',
30
+ 'customer',
31
+ 'customer_message',
32
+ 'customer_type',
33
+ 'date_driven_terms',
34
+ 'employee',
35
+ 'inventory_site',
36
+ 'item_discount',
37
+ 'item_fixed_asset',
38
+ 'item_group',
39
+ 'item_inventory',
40
+ 'item_inventory_assembly',
41
+ 'item_non_inventory',
42
+ 'item_other_charge',
43
+ 'item_payment',
44
+ 'item_sales_tax',
45
+ 'item_sales_tax_group',
46
+ 'item_service',
47
+ 'item_subtotal',
48
+ 'job_type',
49
+ 'other_name',
50
+ 'payment_method',
51
+ 'payroll_item_non_wage',
52
+ 'payroll_item_wage',
53
+ 'price_level',
54
+ 'sales_representative',
55
+ 'sales_tax_code',
56
+ 'ship_method',
57
+ 'standard_terms',
58
+ 'to_do',
59
+ 'unit_of_measure_set',
60
+ 'vehicle',
61
+ 'vendor',
62
+ 'vendor_type',
63
+ 'workers_comp_code',
64
+ ],
65
+ },
66
+ },
67
+ conductorEndUserId: {
68
+ type: 'string',
69
+ description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
70
+ },
71
+ deletedAfter: {
72
+ type: 'string',
73
+ description: 'Filter for deleted list-objects deleted on or after this date and time, within the last 90 days (QuickBooks limit), in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 00:00:00 of that day.',
74
+ },
75
+ deletedBefore: {
76
+ type: 'string',
77
+ description: 'Filter for deleted list-objects deleted on or before this date and time, within the last 90 days (QuickBooks limit), in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 23:59:59 of that day.',
78
+ },
79
+ jq_filter: {
80
+ type: 'string',
81
+ title: 'jq Filter',
82
+ description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
83
+ },
84
+ },
85
+ required: ['objectTypes', 'conductorEndUserId'],
86
+ },
87
+ annotations: {
88
+ readOnlyHint: true,
89
+ },
90
+ };
91
+ const handler = async (conductor, args) => {
92
+ const { jq_filter, ...body } = args;
93
+ return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(jq_filter, await conductor.qbd.deletedListObjects.list(body)));
94
+ };
95
+ exports.handler = handler;
96
+ exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
97
+ //# sourceMappingURL=list-qbd-deleted-list-objects.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-qbd-deleted-list-objects.js","sourceRoot":"","sources":["../../../src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,0BAA0B;IACpC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,klHAAklH;IACplH,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,WAAW,EAAE;gBACX,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE;wBACJ,SAAS;wBACT,cAAc;wBACd,OAAO;wBACP,UAAU;wBACV,UAAU;wBACV,kBAAkB;wBAClB,eAAe;wBACf,mBAAmB;wBACnB,UAAU;wBACV,gBAAgB;wBAChB,eAAe;wBACf,kBAAkB;wBAClB,YAAY;wBACZ,gBAAgB;wBAChB,yBAAyB;wBACzB,oBAAoB;wBACpB,mBAAmB;wBACnB,cAAc;wBACd,gBAAgB;wBAChB,sBAAsB;wBACtB,cAAc;wBACd,eAAe;wBACf,UAAU;wBACV,YAAY;wBACZ,gBAAgB;wBAChB,uBAAuB;wBACvB,mBAAmB;wBACnB,aAAa;wBACb,sBAAsB;wBACtB,gBAAgB;wBAChB,aAAa;wBACb,gBAAgB;wBAChB,OAAO;wBACP,qBAAqB;wBACrB,SAAS;wBACT,QAAQ;wBACR,aAAa;wBACb,mBAAmB;qBACpB;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wPAAwP;aAC3P;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yPAAyP;aAC5P;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,aAAa,EAAE,oBAAoB,CAAC;KAChD;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC9G,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -0,0 +1,93 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
+ import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
+ export const metadata = {
5
+ resource: 'qbd.deleted_list_objects',
6
+ operation: 'read',
7
+ tags: [],
8
+ httpMethod: 'get',
9
+ httpPath: '/quickbooks-desktop/deleted-list-objects',
10
+ };
11
+ export const tool = {
12
+ name: 'list_qbd_deleted_list_objects',
13
+ description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nLists deleted non-transaction list-objects (e.g., customers, vendors, employees, items) from the last 90 days. Results are grouped by list-object type and ordered by actual delete time (ascending). For deleted transactions (e.g., invoices, bills, estimates), see the deleted-transactions endpoint.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of deleted list-objects.',\n items: {\n $ref: '#/$defs/deleted_list_object'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n deleted_list_object: {\n type: 'object',\n title: 'The Deleted List-Object object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this deleted list-object. This ID is unique across all deleted list-objects but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this deleted list-object was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n deletedAt: {\n type: 'string',\n description: 'The date and time when this deleted list-object was deleted, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n listType: {\n type: 'string',\n description: 'The type of deleted list object (i.e., non-transaction).',\n enum: [ 'account',\n 'billing_rate',\n 'class',\n 'currency',\n 'customer',\n 'customer_message',\n 'customer_type',\n 'date_driven_terms',\n 'employee',\n 'inventory_site',\n 'item_discount',\n 'item_fixed_asset',\n 'item_group',\n 'item_inventory',\n 'item_inventory_assembly',\n 'item_non_inventory',\n 'item_other_charge',\n 'item_payment',\n 'item_sales_tax',\n 'item_sales_tax_group',\n 'item_service',\n 'item_subtotal',\n 'job_type',\n 'other_name',\n 'payment_method',\n 'payroll_item_non_wage',\n 'payroll_item_wage',\n 'price_level',\n 'sales_representative',\n 'sales_tax_code',\n 'ship_method',\n 'standard_terms',\n 'to_do',\n 'unit_of_measure_set',\n 'vehicle',\n 'vendor',\n 'vendor_type',\n 'workers_comp_code'\n ]\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_deleted_list_object\"`.',\n enum: [ 'qbd_deleted_list_object'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'deletedAt',\n 'listType',\n 'objectType'\n ]\n }\n }\n}\n```",
14
+ inputSchema: {
15
+ type: 'object',
16
+ properties: {
17
+ objectTypes: {
18
+ type: 'array',
19
+ description: 'Filter for deleted list-objects by their list-object type(s).',
20
+ items: {
21
+ type: 'string',
22
+ enum: [
23
+ 'account',
24
+ 'billing_rate',
25
+ 'class',
26
+ 'currency',
27
+ 'customer',
28
+ 'customer_message',
29
+ 'customer_type',
30
+ 'date_driven_terms',
31
+ 'employee',
32
+ 'inventory_site',
33
+ 'item_discount',
34
+ 'item_fixed_asset',
35
+ 'item_group',
36
+ 'item_inventory',
37
+ 'item_inventory_assembly',
38
+ 'item_non_inventory',
39
+ 'item_other_charge',
40
+ 'item_payment',
41
+ 'item_sales_tax',
42
+ 'item_sales_tax_group',
43
+ 'item_service',
44
+ 'item_subtotal',
45
+ 'job_type',
46
+ 'other_name',
47
+ 'payment_method',
48
+ 'payroll_item_non_wage',
49
+ 'payroll_item_wage',
50
+ 'price_level',
51
+ 'sales_representative',
52
+ 'sales_tax_code',
53
+ 'ship_method',
54
+ 'standard_terms',
55
+ 'to_do',
56
+ 'unit_of_measure_set',
57
+ 'vehicle',
58
+ 'vendor',
59
+ 'vendor_type',
60
+ 'workers_comp_code',
61
+ ],
62
+ },
63
+ },
64
+ conductorEndUserId: {
65
+ type: 'string',
66
+ description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
67
+ },
68
+ deletedAfter: {
69
+ type: 'string',
70
+ description: 'Filter for deleted list-objects deleted on or after this date and time, within the last 90 days (QuickBooks limit), in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 00:00:00 of that day.',
71
+ },
72
+ deletedBefore: {
73
+ type: 'string',
74
+ description: 'Filter for deleted list-objects deleted on or before this date and time, within the last 90 days (QuickBooks limit), in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 23:59:59 of that day.',
75
+ },
76
+ jq_filter: {
77
+ type: 'string',
78
+ title: 'jq Filter',
79
+ description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
80
+ },
81
+ },
82
+ required: ['objectTypes', 'conductorEndUserId'],
83
+ },
84
+ annotations: {
85
+ readOnlyHint: true,
86
+ },
87
+ };
88
+ export const handler = async (conductor, args) => {
89
+ const { jq_filter, ...body } = args;
90
+ return asTextContentResult(await maybeFilter(jq_filter, await conductor.qbd.deletedListObjects.list(body)));
91
+ };
92
+ export default { metadata, tool, handler };
93
+ //# sourceMappingURL=list-qbd-deleted-list-objects.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-qbd-deleted-list-objects.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,0BAA0B;IACpC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,klHAAklH;IACplH,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,WAAW,EAAE;gBACX,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE;wBACJ,SAAS;wBACT,cAAc;wBACd,OAAO;wBACP,UAAU;wBACV,UAAU;wBACV,kBAAkB;wBAClB,eAAe;wBACf,mBAAmB;wBACnB,UAAU;wBACV,gBAAgB;wBAChB,eAAe;wBACf,kBAAkB;wBAClB,YAAY;wBACZ,gBAAgB;wBAChB,yBAAyB;wBACzB,oBAAoB;wBACpB,mBAAmB;wBACnB,cAAc;wBACd,gBAAgB;wBAChB,sBAAsB;wBACtB,cAAc;wBACd,eAAe;wBACf,UAAU;wBACV,YAAY;wBACZ,gBAAgB;wBAChB,uBAAuB;wBACvB,mBAAmB;wBACnB,aAAa;wBACb,sBAAsB;wBACtB,gBAAgB;wBAChB,aAAa;wBACb,gBAAgB;wBAChB,OAAO;wBACP,qBAAqB;wBACrB,SAAS;wBACT,QAAQ;wBACR,aAAa;wBACb,mBAAmB;qBACpB;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wPAAwP;aAC3P;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yPAAyP;aAC5P;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,aAAa,EAAE,oBAAoB,CAAC;KAChD;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC9G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -0,0 +1,45 @@
1
+ import { Metadata } from 'conductor-node-mcp/tools/types';
2
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
3
+ import Conductor from 'conductor-node';
4
+ export declare const metadata: Metadata;
5
+ export declare const tool: Tool;
6
+ export declare const handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
7
+ declare const _default: {
8
+ metadata: Metadata;
9
+ tool: {
10
+ [x: string]: unknown;
11
+ name: string;
12
+ inputSchema: {
13
+ [x: string]: unknown;
14
+ type: "object";
15
+ properties?: {
16
+ [x: string]: unknown;
17
+ } | undefined;
18
+ required?: string[] | undefined;
19
+ };
20
+ title?: string | undefined;
21
+ description?: string | undefined;
22
+ outputSchema?: {
23
+ [x: string]: unknown;
24
+ type: "object";
25
+ properties?: {
26
+ [x: string]: unknown;
27
+ } | undefined;
28
+ required?: string[] | undefined;
29
+ } | undefined;
30
+ annotations?: {
31
+ [x: string]: unknown;
32
+ title?: string | undefined;
33
+ readOnlyHint?: boolean | undefined;
34
+ destructiveHint?: boolean | undefined;
35
+ idempotentHint?: boolean | undefined;
36
+ openWorldHint?: boolean | undefined;
37
+ } | undefined;
38
+ _meta?: {
39
+ [x: string]: unknown;
40
+ } | undefined;
41
+ };
42
+ handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
43
+ };
44
+ export default _default;
45
+ //# sourceMappingURL=list-qbd-deleted-transactions.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-qbd-deleted-transactions.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAoElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAK5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBALuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAO7F,wBAA2C"}
@@ -0,0 +1,45 @@
1
+ import { Metadata } from 'conductor-node-mcp/tools/types';
2
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
3
+ import Conductor from 'conductor-node';
4
+ export declare const metadata: Metadata;
5
+ export declare const tool: Tool;
6
+ export declare const handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
7
+ declare const _default: {
8
+ metadata: Metadata;
9
+ tool: {
10
+ [x: string]: unknown;
11
+ name: string;
12
+ inputSchema: {
13
+ [x: string]: unknown;
14
+ type: "object";
15
+ properties?: {
16
+ [x: string]: unknown;
17
+ } | undefined;
18
+ required?: string[] | undefined;
19
+ };
20
+ title?: string | undefined;
21
+ description?: string | undefined;
22
+ outputSchema?: {
23
+ [x: string]: unknown;
24
+ type: "object";
25
+ properties?: {
26
+ [x: string]: unknown;
27
+ } | undefined;
28
+ required?: string[] | undefined;
29
+ } | undefined;
30
+ annotations?: {
31
+ [x: string]: unknown;
32
+ title?: string | undefined;
33
+ readOnlyHint?: boolean | undefined;
34
+ destructiveHint?: boolean | undefined;
35
+ idempotentHint?: boolean | undefined;
36
+ openWorldHint?: boolean | undefined;
37
+ } | undefined;
38
+ _meta?: {
39
+ [x: string]: unknown;
40
+ } | undefined;
41
+ };
42
+ handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
43
+ };
44
+ export default _default;
45
+ //# sourceMappingURL=list-qbd-deleted-transactions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-qbd-deleted-transactions.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAoElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAK5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBALuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAO7F,wBAA2C"}
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.handler = exports.tool = exports.metadata = void 0;
5
+ const filtering_1 = require("conductor-node-mcp/filtering");
6
+ const types_1 = require("conductor-node-mcp/tools/types");
7
+ exports.metadata = {
8
+ resource: 'qbd.deleted_transactions',
9
+ operation: 'read',
10
+ tags: [],
11
+ httpMethod: 'get',
12
+ httpPath: '/quickbooks-desktop/deleted-transactions',
13
+ };
14
+ exports.tool = {
15
+ name: 'list_qbd_deleted_transactions',
16
+ description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nLists deleted transactions of the specified type(s) (e.g., invoice, bill, estimate) in the last 90 days. Results are grouped by transaction type and ordered by actual delete time (ascending). NOTE: For deleted non-transaction list-objects (e.g., customer, vendor, employee), see the deleted-list-objects endpoint.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of deleted transactions.',\n items: {\n $ref: '#/$defs/deleted_transaction'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n deleted_transaction: {\n type: 'object',\n title: 'The Deleted Transaction object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this deleted transaction. This ID is unique across all transaction types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this deleted transaction was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n deletedAt: {\n type: 'string',\n description: 'The date and time when this deleted transaction was deleted, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_deleted_transaction\"`.',\n enum: [ 'qbd_deleted_transaction'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number for this deleted transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.'\n },\n transactionType: {\n type: 'string',\n description: 'The type of deleted transaction.',\n enum: [ 'ar_refund_credit_card',\n 'bill',\n 'bill_payment_check',\n 'bill_payment_credit_card',\n 'build_assembly',\n 'charge',\n 'check',\n 'credit_card_charge',\n 'credit_card_credit',\n 'credit_memo',\n 'deposit',\n 'estimate',\n 'inventory_adjustment',\n 'invoice',\n 'item_receipt',\n 'journal_entry',\n 'purchase_order',\n 'receive_payment',\n 'sales_order',\n 'sales_receipt',\n 'sales_tax_payment_check',\n 'time_tracking',\n 'transfer_inventory',\n 'vehicle_mileage',\n 'vendor_credit'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'deletedAt',\n 'objectType',\n 'refNumber',\n 'transactionType'\n ]\n }\n }\n}\n```",
17
+ inputSchema: {
18
+ type: 'object',
19
+ properties: {
20
+ transactionTypes: {
21
+ type: 'array',
22
+ description: 'Filter for deleted transactions by their transaction type(s).',
23
+ items: {
24
+ type: 'string',
25
+ enum: [
26
+ 'ar_refund_credit_card',
27
+ 'bill',
28
+ 'bill_payment_check',
29
+ 'bill_payment_credit_card',
30
+ 'build_assembly',
31
+ 'charge',
32
+ 'check',
33
+ 'credit_card_charge',
34
+ 'credit_card_credit',
35
+ 'credit_memo',
36
+ 'deposit',
37
+ 'estimate',
38
+ 'inventory_adjustment',
39
+ 'invoice',
40
+ 'item_receipt',
41
+ 'journal_entry',
42
+ 'purchase_order',
43
+ 'receive_payment',
44
+ 'sales_order',
45
+ 'sales_receipt',
46
+ 'sales_tax_payment_check',
47
+ 'time_tracking',
48
+ 'transfer_inventory',
49
+ 'vehicle_mileage',
50
+ 'vendor_credit',
51
+ ],
52
+ },
53
+ },
54
+ conductorEndUserId: {
55
+ type: 'string',
56
+ description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
57
+ },
58
+ deletedAfter: {
59
+ type: 'string',
60
+ description: 'Filter for deleted transactions deleted on or after this date and time, within the last 90 days (QuickBooks limit), in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 00:00:00 of that day.',
61
+ },
62
+ deletedBefore: {
63
+ type: 'string',
64
+ description: 'Filter for deleted transactions deleted on or before this date and time, within the last 90 days (QuickBooks limit), in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 23:59:59 of that day.',
65
+ },
66
+ jq_filter: {
67
+ type: 'string',
68
+ title: 'jq Filter',
69
+ description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
70
+ },
71
+ },
72
+ required: ['transactionTypes', 'conductorEndUserId'],
73
+ },
74
+ annotations: {
75
+ readOnlyHint: true,
76
+ },
77
+ };
78
+ const handler = async (conductor, args) => {
79
+ const { jq_filter, ...body } = args;
80
+ return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(jq_filter, await conductor.qbd.deletedTransactions.list(body)));
81
+ };
82
+ exports.handler = handler;
83
+ exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
84
+ //# sourceMappingURL=list-qbd-deleted-transactions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-qbd-deleted-transactions.js","sourceRoot":"","sources":["../../../src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,0BAA0B;IACpC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,qgHAAqgH;IACvgH,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE;wBACJ,uBAAuB;wBACvB,MAAM;wBACN,oBAAoB;wBACpB,0BAA0B;wBAC1B,gBAAgB;wBAChB,QAAQ;wBACR,OAAO;wBACP,oBAAoB;wBACpB,oBAAoB;wBACpB,aAAa;wBACb,SAAS;wBACT,UAAU;wBACV,sBAAsB;wBACtB,SAAS;wBACT,cAAc;wBACd,eAAe;wBACf,gBAAgB;wBAChB,iBAAiB;wBACjB,aAAa;wBACb,eAAe;wBACf,yBAAyB;wBACzB,eAAe;wBACf,oBAAoB;wBACpB,iBAAiB;wBACjB,eAAe;qBAChB;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wPAAwP;aAC3P;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yPAAyP;aAC5P;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,oBAAoB,CAAC;KACrD;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CACjF,CAAC;AACJ,CAAC,CAAC;AALW,QAAA,OAAO,WAKlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -0,0 +1,80 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
+ import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
+ export const metadata = {
5
+ resource: 'qbd.deleted_transactions',
6
+ operation: 'read',
7
+ tags: [],
8
+ httpMethod: 'get',
9
+ httpPath: '/quickbooks-desktop/deleted-transactions',
10
+ };
11
+ export const tool = {
12
+ name: 'list_qbd_deleted_transactions',
13
+ description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nLists deleted transactions of the specified type(s) (e.g., invoice, bill, estimate) in the last 90 days. Results are grouped by transaction type and ordered by actual delete time (ascending). NOTE: For deleted non-transaction list-objects (e.g., customer, vendor, employee), see the deleted-list-objects endpoint.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of deleted transactions.',\n items: {\n $ref: '#/$defs/deleted_transaction'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n deleted_transaction: {\n type: 'object',\n title: 'The Deleted Transaction object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this deleted transaction. This ID is unique across all transaction types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this deleted transaction was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n deletedAt: {\n type: 'string',\n description: 'The date and time when this deleted transaction was deleted, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_deleted_transaction\"`.',\n enum: [ 'qbd_deleted_transaction'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number for this deleted transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.'\n },\n transactionType: {\n type: 'string',\n description: 'The type of deleted transaction.',\n enum: [ 'ar_refund_credit_card',\n 'bill',\n 'bill_payment_check',\n 'bill_payment_credit_card',\n 'build_assembly',\n 'charge',\n 'check',\n 'credit_card_charge',\n 'credit_card_credit',\n 'credit_memo',\n 'deposit',\n 'estimate',\n 'inventory_adjustment',\n 'invoice',\n 'item_receipt',\n 'journal_entry',\n 'purchase_order',\n 'receive_payment',\n 'sales_order',\n 'sales_receipt',\n 'sales_tax_payment_check',\n 'time_tracking',\n 'transfer_inventory',\n 'vehicle_mileage',\n 'vendor_credit'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'deletedAt',\n 'objectType',\n 'refNumber',\n 'transactionType'\n ]\n }\n }\n}\n```",
14
+ inputSchema: {
15
+ type: 'object',
16
+ properties: {
17
+ transactionTypes: {
18
+ type: 'array',
19
+ description: 'Filter for deleted transactions by their transaction type(s).',
20
+ items: {
21
+ type: 'string',
22
+ enum: [
23
+ 'ar_refund_credit_card',
24
+ 'bill',
25
+ 'bill_payment_check',
26
+ 'bill_payment_credit_card',
27
+ 'build_assembly',
28
+ 'charge',
29
+ 'check',
30
+ 'credit_card_charge',
31
+ 'credit_card_credit',
32
+ 'credit_memo',
33
+ 'deposit',
34
+ 'estimate',
35
+ 'inventory_adjustment',
36
+ 'invoice',
37
+ 'item_receipt',
38
+ 'journal_entry',
39
+ 'purchase_order',
40
+ 'receive_payment',
41
+ 'sales_order',
42
+ 'sales_receipt',
43
+ 'sales_tax_payment_check',
44
+ 'time_tracking',
45
+ 'transfer_inventory',
46
+ 'vehicle_mileage',
47
+ 'vendor_credit',
48
+ ],
49
+ },
50
+ },
51
+ conductorEndUserId: {
52
+ type: 'string',
53
+ description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
54
+ },
55
+ deletedAfter: {
56
+ type: 'string',
57
+ description: 'Filter for deleted transactions deleted on or after this date and time, within the last 90 days (QuickBooks limit), in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 00:00:00 of that day.',
58
+ },
59
+ deletedBefore: {
60
+ type: 'string',
61
+ description: 'Filter for deleted transactions deleted on or before this date and time, within the last 90 days (QuickBooks limit), in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 23:59:59 of that day.',
62
+ },
63
+ jq_filter: {
64
+ type: 'string',
65
+ title: 'jq Filter',
66
+ description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
67
+ },
68
+ },
69
+ required: ['transactionTypes', 'conductorEndUserId'],
70
+ },
71
+ annotations: {
72
+ readOnlyHint: true,
73
+ },
74
+ };
75
+ export const handler = async (conductor, args) => {
76
+ const { jq_filter, ...body } = args;
77
+ return asTextContentResult(await maybeFilter(jq_filter, await conductor.qbd.deletedTransactions.list(body)));
78
+ };
79
+ export default { metadata, tool, handler };
80
+ //# sourceMappingURL=list-qbd-deleted-transactions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-qbd-deleted-transactions.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,0BAA0B;IACpC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,qgHAAqgH;IACvgH,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE;wBACJ,uBAAuB;wBACvB,MAAM;wBACN,oBAAoB;wBACpB,0BAA0B;wBAC1B,gBAAgB;wBAChB,QAAQ;wBACR,OAAO;wBACP,oBAAoB;wBACpB,oBAAoB;wBACpB,aAAa;wBACb,SAAS;wBACT,UAAU;wBACV,sBAAsB;wBACtB,SAAS;wBACT,cAAc;wBACd,eAAe;wBACf,gBAAgB;wBAChB,iBAAiB;wBACjB,aAAa;wBACb,eAAe;wBACf,yBAAyB;wBACzB,eAAe;wBACf,oBAAoB;wBACpB,iBAAiB;wBACjB,eAAe;qBAChB;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wPAAwP;aAC3P;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yPAAyP;aAC5P;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,oBAAoB,CAAC;KACrD;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CACjF,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -122,9 +122,9 @@ exports.tool = {
122
122
  description: 'Filter for transactions whose `date` field is on or before this date, in ISO 8601 format (YYYY-MM-DD).',
123
123
  format: 'date',
124
124
  },
125
- transactionType: {
125
+ transactionTypes: {
126
126
  type: 'array',
127
- description: 'Filter for transactions by their type. You can specify one or more transaction types.\n\n**NOTE**: Filtering for time tracking activities is not supported by QuickBooks for this endpoint.',
127
+ description: 'Filter for transactions by their transaction type(s).\n\n**NOTE**: Filtering for time tracking activities is not supported by QuickBooks for this endpoint.',
128
128
  items: {
129
129
  type: 'string',
130
130
  enum: [
@@ -1 +1 @@
1
- {"version":3,"file":"list-qbd-transactions.js","sourceRoot":"","sources":["../../../src/tools/qbd/transactions/list-qbd-transactions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EACT,kaAAka;IACpa,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,oMAAoM;gBACtM,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,4PAA4P;gBAC9P,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,8CAA8C;gBAC3D,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,4NAA4N;gBAC9N,IAAI,EAAE,CAAC,KAAK,EAAE,wBAAwB,EAAE,4BAA4B,CAAC;aACtE;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,0OAA0O;gBAC5O,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,+iBAA+iB;gBACjjB,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iMAAiM;gBACnM,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,gZAAgZ;aACnZ;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qKAAqK;gBACvK,IAAI,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,CAAC;aACnC;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+JAA+J;gBACjK,IAAI,EAAE,CAAC,QAAQ,EAAE,aAAa,EAAE,SAAS,CAAC;aAC3C;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,8KAA8K;aACjL;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+KAA+K;aAClL;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,sQAAsQ;aACzQ;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,gaAAga;gBACla,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+KAA+K;aAClL;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gQAAgQ;aACnQ;YACD,mBAAmB,EAAE;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uGAAuG;gBACzG,MAAM,EAAE,MAAM;aACf;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wGAAwG;gBAC1G,MAAM,EAAE,MAAM;aACf;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,6LAA6L;gBAC/L,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE;wBACJ,KAAK;wBACL,uBAAuB;wBACvB,MAAM;wBACN,oBAAoB;wBACpB,0BAA0B;wBAC1B,gBAAgB;wBAChB,QAAQ;wBACR,OAAO;wBACP,oBAAoB;wBACpB,oBAAoB;wBACpB,aAAa;wBACb,SAAS;wBACT,UAAU;wBACV,sBAAsB;wBACtB,SAAS;wBACT,cAAc;wBACd,eAAe;wBACf,sBAAsB;wBACtB,UAAU;wBACV,yBAAyB;wBACzB,gBAAgB;wBAChB,iBAAiB;wBACjB,aAAa;wBACb,eAAe;wBACf,yBAAyB;wBACzB,UAAU;wBACV,eAAe;wBACf,gBAAgB;qBACjB;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oMAAoM;aACvM;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qMAAqM;aACxM;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IAC1E,OAAO,IAAA,2BAAmB,EAAC,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC;AACpD,CAAC,CAAC;AAJW,QAAA,OAAO,WAIlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"list-qbd-transactions.js","sourceRoot":"","sources":["../../../src/tools/qbd/transactions/list-qbd-transactions.ts"],"names":[],"mappings":"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"}
@@ -119,9 +119,9 @@ export const tool = {
119
119
  description: 'Filter for transactions whose `date` field is on or before this date, in ISO 8601 format (YYYY-MM-DD).',
120
120
  format: 'date',
121
121
  },
122
- transactionType: {
122
+ transactionTypes: {
123
123
  type: 'array',
124
- description: 'Filter for transactions by their type. You can specify one or more transaction types.\n\n**NOTE**: Filtering for time tracking activities is not supported by QuickBooks for this endpoint.',
124
+ description: 'Filter for transactions by their transaction type(s).\n\n**NOTE**: Filtering for time tracking activities is not supported by QuickBooks for this endpoint.',
125
125
  items: {
126
126
  type: 'string',
127
127
  enum: [
@@ -1 +1 @@
1
- {"version":3,"file":"list-qbd-transactions.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/transactions/list-qbd-transactions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"list-qbd-transactions.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/transactions/list-qbd-transactions.ts"],"names":[],"mappings":"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"}