persona-community-5/.pnpm-store/v3/files/24/0b496433f9bd5c36be09ae329df6f1288a01f76a5ab94933c0d6f2ce3c8386e795960f14d462bbe015ed6c3f39e997aec638e1120e72303fd30ca70aeec64d
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

17 lines
487 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OperationOperationId = void 0;
const utils_1 = require("../utils");
const OperationOperationId = () => {
return {
Root: {
PathItem: {
Operation(operation, ctx) {
(0, utils_1.validateDefinedAndNonEmpty)('operationId', operation, ctx);
},
},
},
};
};
exports.OperationOperationId = OperationOperationId;