UNPKG

n8n-nodes-myob

Version:

Simple n8n node to create sales orders in MYOB Business API with multiple line items

8 lines (7 loc) 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MyobOAuth2Api = exports.Myob = void 0; var Myob_node_1 = require("./nodes/Myob.node"); Object.defineProperty(exports, "Myob", { enumerable: true, get: function () { return Myob_node_1.Myob; } }); var MyobOAuth2Api_credentials_1 = require("./credentials/MyobOAuth2Api.credentials"); Object.defineProperty(exports, "MyobOAuth2Api", { enumerable: true, get: function () { return MyobOAuth2Api_credentials_1.MyobOAuth2Api; } });