@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
76 lines • 4.47 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ItemWishlistLineResponseSchema = exports.AttributeValueListResponseSchema = exports.AttributeValueResponseSchema = exports.UpdateAttributeValueRequestSchema = exports.CreateAttributeValueRequestSchema = void 0;
// Re-export all schemas and types from split files
__exportStar(require("./invMast"), exports);
__exportStar(require("./categories"), exports);
__exportStar(require("./categoriesAttributes"), exports);
__exportStar(require("./attributes"), exports);
__exportStar(require("./brands"), exports);
__exportStar(require("./alternateCode"), exports);
__exportStar(require("./attributeGroups"), exports);
__exportStar(require("./invLoc"), exports);
__exportStar(require("./healthCheck"), exports);
__exportStar(require("./ping"), exports);
__exportStar(require("./favorites"), exports);
__exportStar(require("./itemWishlist"), exports);
__exportStar(require("./variants"), exports);
__exportStar(require("./faq"), exports);
__exportStar(require("./brandsItems"), exports);
__exportStar(require("./productLinks"), exports);
__exportStar(require("./subparts"), exports);
__exportStar(require("./bins"), exports);
__exportStar(require("./locationsBins"), exports);
__exportStar(require("./invMastLinks"), exports);
__exportStar(require("./invMastSubParts"), exports);
__exportStar(require("./itemFavorites"), exports);
__exportStar(require("./invMastDoc"), exports);
__exportStar(require("./invMastSimilar"), exports);
__exportStar(require("./invMastAccessory"), exports);
__exportStar(require("./invMastSub"), exports);
__exportStar(require("./internalPdf"), exports);
__exportStar(require("./invMastAlternateCode"), exports);
__exportStar(require("./invMastAttributes"), exports);
__exportStar(require("./invMastAttributesValues"), exports);
// New OpenAPI compliance schemas
__exportStar(require("./attributeGroupsAttributes"), exports);
__exportStar(require("./invMastLocationsBins"), exports);
__exportStar(require("./invMastFaq"), exports);
__exportStar(require("./itemWishlistHdr"), exports);
// Import specific non-conflicting schemas from new files
var attributesValues_1 = require("./attributesValues");
Object.defineProperty(exports, "CreateAttributeValueRequestSchema", { enumerable: true, get: function () { return attributesValues_1.CreateAttributeValueRequestSchema; } });
Object.defineProperty(exports, "UpdateAttributeValueRequestSchema", { enumerable: true, get: function () { return attributesValues_1.UpdateAttributeValueRequestSchema; } });
Object.defineProperty(exports, "AttributeValueResponseSchema", { enumerable: true, get: function () { return attributesValues_1.AttributeValueResponseSchema; } });
Object.defineProperty(exports, "AttributeValueListResponseSchema", { enumerable: true, get: function () { return attributesValues_1.AttributeValueListResponseSchema; } });
var itemWishlistLine_1 = require("./itemWishlistLine");
Object.defineProperty(exports, "ItemWishlistLineResponseSchema", { enumerable: true, get: function () { return itemWishlistLine_1.ItemWishlistLineResponseSchema; } });
// New schemas for fixing inline schema issues
__exportStar(require("./itemCategoryDoc"), exports);
__exportStar(require("./updateItemAttributeValueRequest"), exports);
// Contract endpoints
__exportStar(require("./contractsAttributes"), exports);
__exportStar(require("./contractsItems"), exports);
// Endpoint-specific schemas following path-based naming convention
__exportStar(require("./invMastLookup"), exports);
// Item UOM schemas
__exportStar(require("./itemUom"), exports);
// New endpoints
__exportStar(require("./invLocList"), exports);
__exportStar(require("./p21InvMast"), exports);
__exportStar(require("./invMastUd"), exports);
//# sourceMappingURL=index.js.map