Skip to content

Error type in BudgetResponseBody #64

@jcmunoz200

Description

@jcmunoz200
Image
diff --git a/node_modules/mx-platform-node/dist/api.d.ts b/node_modules/mx-platform-node/dist/api.d.ts
index 35f7f34..91f671d 100644
--- a/node_modules/mx-platform-node/dist/api.d.ts
+++ b/node_modules/mx-platform-node/dist/api.d.ts
@@ -1506,7 +1506,7 @@ export interface BudgetResponseBody {
      * @type {BudgetResponse}
      * @memberof BudgetResponseBody
      */
-    'budget'?: BudgetResponse;
+    'budgets'?: BudgetResponse;
 }
 /**
  *
budgets: [
    {
      amount: 199,
      category_guid: 'CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874',
      created_at: '2025-10-20T21:16:38+00:00',
      guid: 'BGT-49655e34-f879-4677-bfde-8b95d785a0e3',
      is_exceeded: false,
      is_off_track: false,
      metadata: null,
      name: 'Auto & Transport',
      parent_guid: null,
      percent_spent: 95.69,
      projected_spending: null,
      revision: 1,
      transaction_total: 190.42,
      updated_at: '2025-10-20T21:16:38+00:00',
      user_guid: 'USR-ac07682b-8ab9-4124-9c75-db26878d8327'
    },
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions