@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
56 lines • 6.15 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.SuggestionsListResponseSchema = exports.SuggestionsResponseSchema = exports.SuggestionsDataSchema = exports.SuggestionsSuggestParamsSchema = exports.SuggestionsListParamsSchema = exports.BatchRefreshResponseSchema = exports.BatchRefreshDataSchema = exports.PathItemRefreshResponseSchema = exports.PathItemRefreshDataSchema = exports.PathSearchAttributesResponseSchema = exports.PathSearchAttributesDataSchema = exports.PathAttributeSchema = exports.PathAttributeValueSchema = exports.PathSearchAttributesParamsSchema = exports.PathItemSearchResponseSchema = exports.PathItemSearchDataSchema = exports.PathSearchItemSchema = exports.PathItemSearchParamsSchema = exports.UseBrandFolderDocSchema = exports.PathOperatorSchema = exports.PathSearchTypeSchema = exports.PathHealthCheckResponseSchema = exports.PathHealthCheckDataSchema = exports.PathPingResponseSchema = exports.PathPingDataSchema = void 0;
// Re-export all schemas for backward compatibility
__exportStar(require("./common"), exports);
__exportStar(require("./search"), exports);
__exportStar(require("./attributes"), exports);
__exportStar(require("./items"), exports);
__exportStar(require("./health"), exports);
// Path-based schema exports following OpenAPI Path Mirroring Pattern (selective exports to avoid conflicts)
var ping_1 = require("./ping");
Object.defineProperty(exports, "PathPingDataSchema", { enumerable: true, get: function () { return ping_1.PingDataSchema; } });
Object.defineProperty(exports, "PathPingResponseSchema", { enumerable: true, get: function () { return ping_1.PingResponseSchema; } });
var healthCheck_1 = require("./healthCheck");
Object.defineProperty(exports, "PathHealthCheckDataSchema", { enumerable: true, get: function () { return healthCheck_1.HealthCheckDataSchema; } });
Object.defineProperty(exports, "PathHealthCheckResponseSchema", { enumerable: true, get: function () { return healthCheck_1.HealthCheckResponseSchema; } });
var itemSearch_1 = require("./itemSearch");
Object.defineProperty(exports, "PathSearchTypeSchema", { enumerable: true, get: function () { return itemSearch_1.SearchTypeSchema; } });
Object.defineProperty(exports, "PathOperatorSchema", { enumerable: true, get: function () { return itemSearch_1.OperatorSchema; } });
Object.defineProperty(exports, "UseBrandFolderDocSchema", { enumerable: true, get: function () { return itemSearch_1.UseBrandFolderDocSchema; } });
Object.defineProperty(exports, "PathItemSearchParamsSchema", { enumerable: true, get: function () { return itemSearch_1.ItemSearchParamsSchema; } });
Object.defineProperty(exports, "PathSearchItemSchema", { enumerable: true, get: function () { return itemSearch_1.SearchItemSchema; } });
Object.defineProperty(exports, "PathItemSearchDataSchema", { enumerable: true, get: function () { return itemSearch_1.ItemSearchDataSchema; } });
Object.defineProperty(exports, "PathItemSearchResponseSchema", { enumerable: true, get: function () { return itemSearch_1.ItemSearchResponseSchema; } });
var itemSearchAttributes_1 = require("./itemSearchAttributes");
Object.defineProperty(exports, "PathSearchAttributesParamsSchema", { enumerable: true, get: function () { return itemSearchAttributes_1.SearchAttributesParamsSchema; } });
Object.defineProperty(exports, "PathAttributeValueSchema", { enumerable: true, get: function () { return itemSearchAttributes_1.AttributeValueSchema; } });
Object.defineProperty(exports, "PathAttributeSchema", { enumerable: true, get: function () { return itemSearchAttributes_1.AttributeSchema; } });
Object.defineProperty(exports, "PathSearchAttributesDataSchema", { enumerable: true, get: function () { return itemSearchAttributes_1.SearchAttributesDataSchema; } });
Object.defineProperty(exports, "PathSearchAttributesResponseSchema", { enumerable: true, get: function () { return itemSearchAttributes_1.SearchAttributesResponseSchema; } });
var itemsRefresh_1 = require("./itemsRefresh");
Object.defineProperty(exports, "PathItemRefreshDataSchema", { enumerable: true, get: function () { return itemsRefresh_1.ItemRefreshDataSchema; } });
Object.defineProperty(exports, "PathItemRefreshResponseSchema", { enumerable: true, get: function () { return itemsRefresh_1.ItemRefreshResponseSchema; } });
Object.defineProperty(exports, "BatchRefreshDataSchema", { enumerable: true, get: function () { return itemsRefresh_1.BatchRefreshDataSchema; } });
Object.defineProperty(exports, "BatchRefreshResponseSchema", { enumerable: true, get: function () { return itemsRefresh_1.BatchRefreshResponseSchema; } });
var suggestions_1 = require("./suggestions");
Object.defineProperty(exports, "SuggestionsListParamsSchema", { enumerable: true, get: function () { return suggestions_1.SuggestionsListParamsSchema; } });
Object.defineProperty(exports, "SuggestionsSuggestParamsSchema", { enumerable: true, get: function () { return suggestions_1.SuggestionsSuggestParamsSchema; } });
Object.defineProperty(exports, "SuggestionsDataSchema", { enumerable: true, get: function () { return suggestions_1.SuggestionsDataSchema; } });
Object.defineProperty(exports, "SuggestionsResponseSchema", { enumerable: true, get: function () { return suggestions_1.SuggestionsResponseSchema; } });
Object.defineProperty(exports, "SuggestionsListResponseSchema", { enumerable: true, get: function () { return suggestions_1.SuggestionsListResponseSchema; } });
//# sourceMappingURL=index.js.map