@contractspec/lib.contracts-transformers 1.62.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/index.js +8 -8
- package/dist/browser/openapi/index.js +8 -8
- package/dist/common/index.d.ts +0 -1
- package/dist/common/types.d.ts +1 -2
- package/dist/common/utils.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +8 -8
- package/dist/node/index.js +8 -8
- package/dist/node/openapi/index.js +8 -8
- package/dist/openapi/differ.d.ts +1 -2
- package/dist/openapi/exporter/data-views.d.ts +1 -2
- package/dist/openapi/exporter/events.d.ts +1 -2
- package/dist/openapi/exporter/features.d.ts +1 -2
- package/dist/openapi/exporter/forms.d.ts +1 -2
- package/dist/openapi/exporter/index.d.ts +0 -1
- package/dist/openapi/exporter/operations.d.ts +1 -2
- package/dist/openapi/exporter/presentations.d.ts +1 -2
- package/dist/openapi/exporter/registries.d.ts +0 -1
- package/dist/openapi/exporter/workflows.d.ts +1 -2
- package/dist/openapi/exporter.d.ts +3 -2
- package/dist/openapi/exporter.test.d.ts +0 -1
- package/dist/openapi/importer/analyzer.d.ts +0 -1
- package/dist/openapi/importer/events.d.ts +1 -2
- package/dist/openapi/importer/generator.d.ts +1 -2
- package/dist/openapi/importer/grouping.d.ts +1 -2
- package/dist/openapi/importer/index.d.ts +1 -2
- package/dist/openapi/importer/models.d.ts +1 -2
- package/dist/openapi/importer/schemas.d.ts +0 -1
- package/dist/openapi/importer.d.ts +0 -1
- package/dist/openapi/index.d.ts +0 -1
- package/dist/openapi/index.js +8 -8
- package/dist/openapi/parser/document.d.ts +0 -1
- package/dist/openapi/parser/index.d.ts +0 -1
- package/dist/openapi/parser/operation.d.ts +0 -1
- package/dist/openapi/parser/parameters.d.ts +0 -1
- package/dist/openapi/parser/resolvers.d.ts +0 -1
- package/dist/openapi/parser/utils.d.ts +0 -1
- package/dist/openapi/parser.d.ts +0 -1
- package/dist/openapi/schema-converter.d.ts +1 -2
- package/dist/openapi/schema-generators/index.d.ts +1 -2
- package/dist/openapi/schema-generators.test.d.ts +0 -1
- package/dist/openapi/types.d.ts +0 -1
- package/package.json +5 -5
- package/dist/common/index.d.ts.map +0 -1
- package/dist/common/types.d.ts.map +0 -1
- package/dist/common/utils.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/openapi/differ.d.ts.map +0 -1
- package/dist/openapi/exporter/data-views.d.ts.map +0 -1
- package/dist/openapi/exporter/events.d.ts.map +0 -1
- package/dist/openapi/exporter/features.d.ts.map +0 -1
- package/dist/openapi/exporter/forms.d.ts.map +0 -1
- package/dist/openapi/exporter/index.d.ts.map +0 -1
- package/dist/openapi/exporter/operations.d.ts.map +0 -1
- package/dist/openapi/exporter/presentations.d.ts.map +0 -1
- package/dist/openapi/exporter/registries.d.ts.map +0 -1
- package/dist/openapi/exporter/workflows.d.ts.map +0 -1
- package/dist/openapi/exporter.d.ts.map +0 -1
- package/dist/openapi/exporter.test.d.ts.map +0 -1
- package/dist/openapi/importer/analyzer.d.ts.map +0 -1
- package/dist/openapi/importer/events.d.ts.map +0 -1
- package/dist/openapi/importer/generator.d.ts.map +0 -1
- package/dist/openapi/importer/grouping.d.ts.map +0 -1
- package/dist/openapi/importer/index.d.ts.map +0 -1
- package/dist/openapi/importer/models.d.ts.map +0 -1
- package/dist/openapi/importer/schemas.d.ts.map +0 -1
- package/dist/openapi/importer.d.ts.map +0 -1
- package/dist/openapi/index.d.ts.map +0 -1
- package/dist/openapi/parser/document.d.ts.map +0 -1
- package/dist/openapi/parser/index.d.ts.map +0 -1
- package/dist/openapi/parser/operation.d.ts.map +0 -1
- package/dist/openapi/parser/parameters.d.ts.map +0 -1
- package/dist/openapi/parser/resolvers.d.ts.map +0 -1
- package/dist/openapi/parser/utils.d.ts.map +0 -1
- package/dist/openapi/parser.d.ts.map +0 -1
- package/dist/openapi/schema-converter.d.ts.map +0 -1
- package/dist/openapi/schema-generators/index.d.ts.map +0 -1
- package/dist/openapi/schema-generators.test.d.ts.map +0 -1
- package/dist/openapi/types.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ bun add @contractspec/lib.contracts-transformers
|
|
|
21
21
|
|
|
22
22
|
```typescript
|
|
23
23
|
import { openApiForRegistry } from '@contractspec/lib.contracts-transformers/openapi';
|
|
24
|
-
import { OperationSpecRegistry } from '@contractspec/lib.contracts';
|
|
24
|
+
import { OperationSpecRegistry } from '@contractspec/lib.contracts-spec';
|
|
25
25
|
|
|
26
26
|
const registry = new OperationSpecRegistry();
|
|
27
27
|
// ... register your specs ...
|
package/dist/browser/index.js
CHANGED
|
@@ -477,7 +477,7 @@ function generateOperationsRegistry(registry) {
|
|
|
477
477
|
* Auto-generated operations registry.
|
|
478
478
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
479
479
|
*/
|
|
480
|
-
import { OperationSpecRegistry } from '@contractspec/lib.contracts';
|
|
480
|
+
import { OperationSpecRegistry } from '@contractspec/lib.contracts-spec';
|
|
481
481
|
|
|
482
482
|
${Array.from(imports).join(`
|
|
483
483
|
`)}
|
|
@@ -548,7 +548,7 @@ function generateFeaturesRegistry(registry) {
|
|
|
548
548
|
* Auto-generated features registry.
|
|
549
549
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
550
550
|
*/
|
|
551
|
-
import { FeatureRegistry } from '@contractspec/lib.contracts';
|
|
551
|
+
import { FeatureRegistry } from '@contractspec/lib.contracts-spec';
|
|
552
552
|
|
|
553
553
|
${Array.from(imports).join(`
|
|
554
554
|
`)}
|
|
@@ -599,7 +599,7 @@ function generatePresentationsRegistry(registry) {
|
|
|
599
599
|
* Auto-generated presentations registry.
|
|
600
600
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
601
601
|
*/
|
|
602
|
-
import { PresentationRegistry } from '@contractspec/lib.contracts';
|
|
602
|
+
import { PresentationRegistry } from '@contractspec/lib.contracts-spec';
|
|
603
603
|
|
|
604
604
|
${Array.from(imports).join(`
|
|
605
605
|
`)}
|
|
@@ -641,7 +641,7 @@ function generateFormsRegistry(registry) {
|
|
|
641
641
|
* Auto-generated forms registry.
|
|
642
642
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
643
643
|
*/
|
|
644
|
-
import { FormRegistry } from '@contractspec/lib.contracts';
|
|
644
|
+
import { FormRegistry } from '@contractspec/lib.contracts-spec';
|
|
645
645
|
|
|
646
646
|
${Array.from(imports).join(`
|
|
647
647
|
`)}
|
|
@@ -682,7 +682,7 @@ function generateDataViewsRegistry(registry) {
|
|
|
682
682
|
* Auto-generated data views registry.
|
|
683
683
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
684
684
|
*/
|
|
685
|
-
import { DataViewRegistry } from '@contractspec/lib.contracts';
|
|
685
|
+
import { DataViewRegistry } from '@contractspec/lib.contracts-spec/data-views';
|
|
686
686
|
|
|
687
687
|
${Array.from(imports).join(`
|
|
688
688
|
`)}
|
|
@@ -730,7 +730,7 @@ function generateWorkflowsRegistry(registry) {
|
|
|
730
730
|
* Auto-generated workflows registry.
|
|
731
731
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
732
732
|
*/
|
|
733
|
-
import { WorkflowRegistry } from '@contractspec/lib.contracts';
|
|
733
|
+
import { WorkflowRegistry } from '@contractspec/lib.contracts-spec/workflow';
|
|
734
734
|
|
|
735
735
|
${Array.from(imports).join(`
|
|
736
736
|
`)}
|
|
@@ -1732,7 +1732,7 @@ function generateSpecCode(operation2, contractspecConfig, options = {}, inputMod
|
|
|
1732
1732
|
const kind = inferOpKind(operation2.method);
|
|
1733
1733
|
const auth = inferAuthLevel(operation2, options.defaultAuth ?? "user");
|
|
1734
1734
|
const lines = [];
|
|
1735
|
-
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts';");
|
|
1735
|
+
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts-spec';");
|
|
1736
1736
|
if (inputModel || outputModel || queryModel || paramsModel || headersModel) {
|
|
1737
1737
|
const collectedImports = new Set;
|
|
1738
1738
|
const models = [
|
|
@@ -1852,7 +1852,7 @@ function generateEventCode(event, options) {
|
|
|
1852
1852
|
const schemaFormat = options.schemaFormat || "contractspec";
|
|
1853
1853
|
const payloadModel = generateSchemaModelCode(event.payload, modelName, schemaFormat, options);
|
|
1854
1854
|
const imports = new Set;
|
|
1855
|
-
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts';");
|
|
1855
|
+
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts-spec';");
|
|
1856
1856
|
if (payloadModel.imports && payloadModel.imports.length > 0) {
|
|
1857
1857
|
payloadModel.imports.forEach((i) => imports.add(i));
|
|
1858
1858
|
} else if (payloadModel.fields && payloadModel.fields.length > 0) {
|
|
@@ -404,7 +404,7 @@ function generateOperationsRegistry(registry) {
|
|
|
404
404
|
* Auto-generated operations registry.
|
|
405
405
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
406
406
|
*/
|
|
407
|
-
import { OperationSpecRegistry } from '@contractspec/lib.contracts';
|
|
407
|
+
import { OperationSpecRegistry } from '@contractspec/lib.contracts-spec';
|
|
408
408
|
|
|
409
409
|
${Array.from(imports).join(`
|
|
410
410
|
`)}
|
|
@@ -475,7 +475,7 @@ function generateFeaturesRegistry(registry) {
|
|
|
475
475
|
* Auto-generated features registry.
|
|
476
476
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
477
477
|
*/
|
|
478
|
-
import { FeatureRegistry } from '@contractspec/lib.contracts';
|
|
478
|
+
import { FeatureRegistry } from '@contractspec/lib.contracts-spec';
|
|
479
479
|
|
|
480
480
|
${Array.from(imports).join(`
|
|
481
481
|
`)}
|
|
@@ -526,7 +526,7 @@ function generatePresentationsRegistry(registry) {
|
|
|
526
526
|
* Auto-generated presentations registry.
|
|
527
527
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
528
528
|
*/
|
|
529
|
-
import { PresentationRegistry } from '@contractspec/lib.contracts';
|
|
529
|
+
import { PresentationRegistry } from '@contractspec/lib.contracts-spec';
|
|
530
530
|
|
|
531
531
|
${Array.from(imports).join(`
|
|
532
532
|
`)}
|
|
@@ -568,7 +568,7 @@ function generateFormsRegistry(registry) {
|
|
|
568
568
|
* Auto-generated forms registry.
|
|
569
569
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
570
570
|
*/
|
|
571
|
-
import { FormRegistry } from '@contractspec/lib.contracts';
|
|
571
|
+
import { FormRegistry } from '@contractspec/lib.contracts-spec';
|
|
572
572
|
|
|
573
573
|
${Array.from(imports).join(`
|
|
574
574
|
`)}
|
|
@@ -609,7 +609,7 @@ function generateDataViewsRegistry(registry) {
|
|
|
609
609
|
* Auto-generated data views registry.
|
|
610
610
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
611
611
|
*/
|
|
612
|
-
import { DataViewRegistry } from '@contractspec/lib.contracts';
|
|
612
|
+
import { DataViewRegistry } from '@contractspec/lib.contracts-spec/data-views';
|
|
613
613
|
|
|
614
614
|
${Array.from(imports).join(`
|
|
615
615
|
`)}
|
|
@@ -657,7 +657,7 @@ function generateWorkflowsRegistry(registry) {
|
|
|
657
657
|
* Auto-generated workflows registry.
|
|
658
658
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
659
659
|
*/
|
|
660
|
-
import { WorkflowRegistry } from '@contractspec/lib.contracts';
|
|
660
|
+
import { WorkflowRegistry } from '@contractspec/lib.contracts-spec/workflow';
|
|
661
661
|
|
|
662
662
|
${Array.from(imports).join(`
|
|
663
663
|
`)}
|
|
@@ -1733,7 +1733,7 @@ function generateSpecCode(operation2, contractspecConfig, options = {}, inputMod
|
|
|
1733
1733
|
const kind = inferOpKind(operation2.method);
|
|
1734
1734
|
const auth = inferAuthLevel(operation2, options.defaultAuth ?? "user");
|
|
1735
1735
|
const lines = [];
|
|
1736
|
-
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts';");
|
|
1736
|
+
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts-spec';");
|
|
1737
1737
|
if (inputModel || outputModel || queryModel || paramsModel || headersModel) {
|
|
1738
1738
|
const collectedImports = new Set;
|
|
1739
1739
|
const models = [
|
|
@@ -1853,7 +1853,7 @@ function generateEventCode(event, options) {
|
|
|
1853
1853
|
const schemaFormat = options.schemaFormat || "contractspec";
|
|
1854
1854
|
const payloadModel = generateSchemaModelCode(event.payload, modelName, schemaFormat, options);
|
|
1855
1855
|
const imports = new Set;
|
|
1856
|
-
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts';");
|
|
1856
|
+
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts-spec';");
|
|
1857
1857
|
if (payloadModel.imports && payloadModel.imports.length > 0) {
|
|
1858
1858
|
payloadModel.imports.forEach((i) => imports.add(i));
|
|
1859
1859
|
} else if (payloadModel.fields && payloadModel.fields.length > 0) {
|
package/dist/common/index.d.ts
CHANGED
package/dist/common/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Common types for contract transformations.
|
|
3
3
|
*/
|
|
4
|
-
import type { AnyOperationSpec } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { AnyOperationSpec } from '@contractspec/lib.contracts-spec';
|
|
5
5
|
/**
|
|
6
6
|
* Source information for imported specs.
|
|
7
7
|
*/
|
|
@@ -154,4 +154,3 @@ export interface ValidationResult {
|
|
|
154
154
|
/** Validation warnings */
|
|
155
155
|
warnings: string[];
|
|
156
156
|
}
|
|
157
|
-
//# sourceMappingURL=types.d.ts.map
|
package/dist/common/utils.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -478,7 +478,7 @@ function generateOperationsRegistry(registry) {
|
|
|
478
478
|
* Auto-generated operations registry.
|
|
479
479
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
480
480
|
*/
|
|
481
|
-
import { OperationSpecRegistry } from '@contractspec/lib.contracts';
|
|
481
|
+
import { OperationSpecRegistry } from '@contractspec/lib.contracts-spec';
|
|
482
482
|
|
|
483
483
|
${Array.from(imports).join(`
|
|
484
484
|
`)}
|
|
@@ -549,7 +549,7 @@ function generateFeaturesRegistry(registry) {
|
|
|
549
549
|
* Auto-generated features registry.
|
|
550
550
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
551
551
|
*/
|
|
552
|
-
import { FeatureRegistry } from '@contractspec/lib.contracts';
|
|
552
|
+
import { FeatureRegistry } from '@contractspec/lib.contracts-spec';
|
|
553
553
|
|
|
554
554
|
${Array.from(imports).join(`
|
|
555
555
|
`)}
|
|
@@ -600,7 +600,7 @@ function generatePresentationsRegistry(registry) {
|
|
|
600
600
|
* Auto-generated presentations registry.
|
|
601
601
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
602
602
|
*/
|
|
603
|
-
import { PresentationRegistry } from '@contractspec/lib.contracts';
|
|
603
|
+
import { PresentationRegistry } from '@contractspec/lib.contracts-spec';
|
|
604
604
|
|
|
605
605
|
${Array.from(imports).join(`
|
|
606
606
|
`)}
|
|
@@ -642,7 +642,7 @@ function generateFormsRegistry(registry) {
|
|
|
642
642
|
* Auto-generated forms registry.
|
|
643
643
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
644
644
|
*/
|
|
645
|
-
import { FormRegistry } from '@contractspec/lib.contracts';
|
|
645
|
+
import { FormRegistry } from '@contractspec/lib.contracts-spec';
|
|
646
646
|
|
|
647
647
|
${Array.from(imports).join(`
|
|
648
648
|
`)}
|
|
@@ -683,7 +683,7 @@ function generateDataViewsRegistry(registry) {
|
|
|
683
683
|
* Auto-generated data views registry.
|
|
684
684
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
685
685
|
*/
|
|
686
|
-
import { DataViewRegistry } from '@contractspec/lib.contracts';
|
|
686
|
+
import { DataViewRegistry } from '@contractspec/lib.contracts-spec/data-views';
|
|
687
687
|
|
|
688
688
|
${Array.from(imports).join(`
|
|
689
689
|
`)}
|
|
@@ -731,7 +731,7 @@ function generateWorkflowsRegistry(registry) {
|
|
|
731
731
|
* Auto-generated workflows registry.
|
|
732
732
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
733
733
|
*/
|
|
734
|
-
import { WorkflowRegistry } from '@contractspec/lib.contracts';
|
|
734
|
+
import { WorkflowRegistry } from '@contractspec/lib.contracts-spec/workflow';
|
|
735
735
|
|
|
736
736
|
${Array.from(imports).join(`
|
|
737
737
|
`)}
|
|
@@ -1733,7 +1733,7 @@ function generateSpecCode(operation2, contractspecConfig, options = {}, inputMod
|
|
|
1733
1733
|
const kind = inferOpKind(operation2.method);
|
|
1734
1734
|
const auth = inferAuthLevel(operation2, options.defaultAuth ?? "user");
|
|
1735
1735
|
const lines = [];
|
|
1736
|
-
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts';");
|
|
1736
|
+
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts-spec';");
|
|
1737
1737
|
if (inputModel || outputModel || queryModel || paramsModel || headersModel) {
|
|
1738
1738
|
const collectedImports = new Set;
|
|
1739
1739
|
const models = [
|
|
@@ -1853,7 +1853,7 @@ function generateEventCode(event, options) {
|
|
|
1853
1853
|
const schemaFormat = options.schemaFormat || "contractspec";
|
|
1854
1854
|
const payloadModel = generateSchemaModelCode(event.payload, modelName, schemaFormat, options);
|
|
1855
1855
|
const imports = new Set;
|
|
1856
|
-
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts';");
|
|
1856
|
+
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts-spec';");
|
|
1857
1857
|
if (payloadModel.imports && payloadModel.imports.length > 0) {
|
|
1858
1858
|
payloadModel.imports.forEach((i) => imports.add(i));
|
|
1859
1859
|
} else if (payloadModel.fields && payloadModel.fields.length > 0) {
|
package/dist/node/index.js
CHANGED
|
@@ -477,7 +477,7 @@ function generateOperationsRegistry(registry) {
|
|
|
477
477
|
* Auto-generated operations registry.
|
|
478
478
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
479
479
|
*/
|
|
480
|
-
import { OperationSpecRegistry } from '@contractspec/lib.contracts';
|
|
480
|
+
import { OperationSpecRegistry } from '@contractspec/lib.contracts-spec';
|
|
481
481
|
|
|
482
482
|
${Array.from(imports).join(`
|
|
483
483
|
`)}
|
|
@@ -548,7 +548,7 @@ function generateFeaturesRegistry(registry) {
|
|
|
548
548
|
* Auto-generated features registry.
|
|
549
549
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
550
550
|
*/
|
|
551
|
-
import { FeatureRegistry } from '@contractspec/lib.contracts';
|
|
551
|
+
import { FeatureRegistry } from '@contractspec/lib.contracts-spec';
|
|
552
552
|
|
|
553
553
|
${Array.from(imports).join(`
|
|
554
554
|
`)}
|
|
@@ -599,7 +599,7 @@ function generatePresentationsRegistry(registry) {
|
|
|
599
599
|
* Auto-generated presentations registry.
|
|
600
600
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
601
601
|
*/
|
|
602
|
-
import { PresentationRegistry } from '@contractspec/lib.contracts';
|
|
602
|
+
import { PresentationRegistry } from '@contractspec/lib.contracts-spec';
|
|
603
603
|
|
|
604
604
|
${Array.from(imports).join(`
|
|
605
605
|
`)}
|
|
@@ -641,7 +641,7 @@ function generateFormsRegistry(registry) {
|
|
|
641
641
|
* Auto-generated forms registry.
|
|
642
642
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
643
643
|
*/
|
|
644
|
-
import { FormRegistry } from '@contractspec/lib.contracts';
|
|
644
|
+
import { FormRegistry } from '@contractspec/lib.contracts-spec';
|
|
645
645
|
|
|
646
646
|
${Array.from(imports).join(`
|
|
647
647
|
`)}
|
|
@@ -682,7 +682,7 @@ function generateDataViewsRegistry(registry) {
|
|
|
682
682
|
* Auto-generated data views registry.
|
|
683
683
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
684
684
|
*/
|
|
685
|
-
import { DataViewRegistry } from '@contractspec/lib.contracts';
|
|
685
|
+
import { DataViewRegistry } from '@contractspec/lib.contracts-spec/data-views';
|
|
686
686
|
|
|
687
687
|
${Array.from(imports).join(`
|
|
688
688
|
`)}
|
|
@@ -730,7 +730,7 @@ function generateWorkflowsRegistry(registry) {
|
|
|
730
730
|
* Auto-generated workflows registry.
|
|
731
731
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
732
732
|
*/
|
|
733
|
-
import { WorkflowRegistry } from '@contractspec/lib.contracts';
|
|
733
|
+
import { WorkflowRegistry } from '@contractspec/lib.contracts-spec/workflow';
|
|
734
734
|
|
|
735
735
|
${Array.from(imports).join(`
|
|
736
736
|
`)}
|
|
@@ -1732,7 +1732,7 @@ function generateSpecCode(operation2, contractspecConfig, options = {}, inputMod
|
|
|
1732
1732
|
const kind = inferOpKind(operation2.method);
|
|
1733
1733
|
const auth = inferAuthLevel(operation2, options.defaultAuth ?? "user");
|
|
1734
1734
|
const lines = [];
|
|
1735
|
-
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts';");
|
|
1735
|
+
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts-spec';");
|
|
1736
1736
|
if (inputModel || outputModel || queryModel || paramsModel || headersModel) {
|
|
1737
1737
|
const collectedImports = new Set;
|
|
1738
1738
|
const models = [
|
|
@@ -1852,7 +1852,7 @@ function generateEventCode(event, options) {
|
|
|
1852
1852
|
const schemaFormat = options.schemaFormat || "contractspec";
|
|
1853
1853
|
const payloadModel = generateSchemaModelCode(event.payload, modelName, schemaFormat, options);
|
|
1854
1854
|
const imports = new Set;
|
|
1855
|
-
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts';");
|
|
1855
|
+
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts-spec';");
|
|
1856
1856
|
if (payloadModel.imports && payloadModel.imports.length > 0) {
|
|
1857
1857
|
payloadModel.imports.forEach((i) => imports.add(i));
|
|
1858
1858
|
} else if (payloadModel.fields && payloadModel.fields.length > 0) {
|
|
@@ -404,7 +404,7 @@ function generateOperationsRegistry(registry) {
|
|
|
404
404
|
* Auto-generated operations registry.
|
|
405
405
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
406
406
|
*/
|
|
407
|
-
import { OperationSpecRegistry } from '@contractspec/lib.contracts';
|
|
407
|
+
import { OperationSpecRegistry } from '@contractspec/lib.contracts-spec';
|
|
408
408
|
|
|
409
409
|
${Array.from(imports).join(`
|
|
410
410
|
`)}
|
|
@@ -475,7 +475,7 @@ function generateFeaturesRegistry(registry) {
|
|
|
475
475
|
* Auto-generated features registry.
|
|
476
476
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
477
477
|
*/
|
|
478
|
-
import { FeatureRegistry } from '@contractspec/lib.contracts';
|
|
478
|
+
import { FeatureRegistry } from '@contractspec/lib.contracts-spec';
|
|
479
479
|
|
|
480
480
|
${Array.from(imports).join(`
|
|
481
481
|
`)}
|
|
@@ -526,7 +526,7 @@ function generatePresentationsRegistry(registry) {
|
|
|
526
526
|
* Auto-generated presentations registry.
|
|
527
527
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
528
528
|
*/
|
|
529
|
-
import { PresentationRegistry } from '@contractspec/lib.contracts';
|
|
529
|
+
import { PresentationRegistry } from '@contractspec/lib.contracts-spec';
|
|
530
530
|
|
|
531
531
|
${Array.from(imports).join(`
|
|
532
532
|
`)}
|
|
@@ -568,7 +568,7 @@ function generateFormsRegistry(registry) {
|
|
|
568
568
|
* Auto-generated forms registry.
|
|
569
569
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
570
570
|
*/
|
|
571
|
-
import { FormRegistry } from '@contractspec/lib.contracts';
|
|
571
|
+
import { FormRegistry } from '@contractspec/lib.contracts-spec';
|
|
572
572
|
|
|
573
573
|
${Array.from(imports).join(`
|
|
574
574
|
`)}
|
|
@@ -609,7 +609,7 @@ function generateDataViewsRegistry(registry) {
|
|
|
609
609
|
* Auto-generated data views registry.
|
|
610
610
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
611
611
|
*/
|
|
612
|
-
import { DataViewRegistry } from '@contractspec/lib.contracts';
|
|
612
|
+
import { DataViewRegistry } from '@contractspec/lib.contracts-spec/data-views';
|
|
613
613
|
|
|
614
614
|
${Array.from(imports).join(`
|
|
615
615
|
`)}
|
|
@@ -657,7 +657,7 @@ function generateWorkflowsRegistry(registry) {
|
|
|
657
657
|
* Auto-generated workflows registry.
|
|
658
658
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
659
659
|
*/
|
|
660
|
-
import { WorkflowRegistry } from '@contractspec/lib.contracts';
|
|
660
|
+
import { WorkflowRegistry } from '@contractspec/lib.contracts-spec/workflow';
|
|
661
661
|
|
|
662
662
|
${Array.from(imports).join(`
|
|
663
663
|
`)}
|
|
@@ -1733,7 +1733,7 @@ function generateSpecCode(operation2, contractspecConfig, options = {}, inputMod
|
|
|
1733
1733
|
const kind = inferOpKind(operation2.method);
|
|
1734
1734
|
const auth = inferAuthLevel(operation2, options.defaultAuth ?? "user");
|
|
1735
1735
|
const lines = [];
|
|
1736
|
-
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts';");
|
|
1736
|
+
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts-spec';");
|
|
1737
1737
|
if (inputModel || outputModel || queryModel || paramsModel || headersModel) {
|
|
1738
1738
|
const collectedImports = new Set;
|
|
1739
1739
|
const models = [
|
|
@@ -1853,7 +1853,7 @@ function generateEventCode(event, options) {
|
|
|
1853
1853
|
const schemaFormat = options.schemaFormat || "contractspec";
|
|
1854
1854
|
const payloadModel = generateSchemaModelCode(event.payload, modelName, schemaFormat, options);
|
|
1855
1855
|
const imports = new Set;
|
|
1856
|
-
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts';");
|
|
1856
|
+
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts-spec';");
|
|
1857
1857
|
if (payloadModel.imports && payloadModel.imports.length > 0) {
|
|
1858
1858
|
payloadModel.imports.forEach((i) => imports.add(i));
|
|
1859
1859
|
} else if (payloadModel.fields && payloadModel.fields.length > 0) {
|
package/dist/openapi/differ.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Diff ContractSpec specs against OpenAPI operations.
|
|
3
3
|
* Used for sync operations to detect changes.
|
|
4
4
|
*/
|
|
5
|
-
import type { AnyOperationSpec } from '@contractspec/lib.contracts';
|
|
5
|
+
import type { AnyOperationSpec } from '@contractspec/lib.contracts-spec';
|
|
6
6
|
import type { ParsedOperation } from './types';
|
|
7
7
|
import type { DiffChange, ImportedOperationSpec, SpecDiff } from '../common/types';
|
|
8
8
|
/**
|
|
@@ -38,4 +38,3 @@ export declare function diffAll(existingSpecs: Map<string, AnyOperationSpec>, im
|
|
|
38
38
|
* Format diff changes for display.
|
|
39
39
|
*/
|
|
40
40
|
export declare function formatDiffChanges(changes: DiffChange[]): string;
|
|
41
|
-
//# sourceMappingURL=differ.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Data views exporter - exports DataViewSpec to OpenAPI extensions.
|
|
3
3
|
*/
|
|
4
|
-
import type { DataViewRegistry } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { DataViewRegistry } from '@contractspec/lib.contracts-spec/data-views';
|
|
5
5
|
import type { GeneratedRegistryCode } from '../types';
|
|
6
6
|
/**
|
|
7
7
|
* Exported data view structure for OpenAPI extensions.
|
|
@@ -33,4 +33,3 @@ export declare function exportDataViews(registry: DataViewRegistry): ExportedDat
|
|
|
33
33
|
* Generate TypeScript code for data views registry.
|
|
34
34
|
*/
|
|
35
35
|
export declare function generateDataViewsRegistry(registry: DataViewRegistry): GeneratedRegistryCode;
|
|
36
|
-
//# sourceMappingURL=data-views.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Events exporter - exports EventSpec to OpenAPI extensions.
|
|
3
3
|
*/
|
|
4
|
-
import type { EventSpec } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { EventSpec } from '@contractspec/lib.contracts-spec';
|
|
5
5
|
import type { AnySchemaModel } from '@contractspec/lib.schema';
|
|
6
6
|
import type { GeneratedRegistryCode } from '../types';
|
|
7
7
|
type OpenApiSchemaObject = Record<string, unknown>;
|
|
@@ -24,4 +24,3 @@ export declare function exportEvents(events: EventSpec<AnySchemaModel>[]): Expor
|
|
|
24
24
|
*/
|
|
25
25
|
export declare function generateEventsExports(events: EventSpec<AnySchemaModel>[]): GeneratedRegistryCode;
|
|
26
26
|
export {};
|
|
27
|
-
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Features exporter - exports FeatureModuleSpec to OpenAPI extensions.
|
|
3
3
|
*/
|
|
4
|
-
import type { FeatureRegistry } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { FeatureRegistry } from '@contractspec/lib.contracts-spec';
|
|
5
5
|
import type { GeneratedRegistryCode } from '../types';
|
|
6
6
|
/**
|
|
7
7
|
* Exported feature structure for OpenAPI extensions.
|
|
@@ -32,4 +32,3 @@ export declare function exportFeatures(registry: FeatureRegistry): ExportedFeatu
|
|
|
32
32
|
* Generate TypeScript code for features registry.
|
|
33
33
|
*/
|
|
34
34
|
export declare function generateFeaturesRegistry(registry: FeatureRegistry): GeneratedRegistryCode;
|
|
35
|
-
//# sourceMappingURL=features.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Forms exporter - exports FormSpec to OpenAPI extensions.
|
|
3
3
|
*/
|
|
4
|
-
import type { FormRegistry, Stability } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { FormRegistry, Stability } from '@contractspec/lib.contracts-spec';
|
|
5
5
|
import type { GeneratedRegistryCode } from '../types';
|
|
6
6
|
type OpenApiSchemaObject = Record<string, unknown>;
|
|
7
7
|
/**
|
|
@@ -26,4 +26,3 @@ export declare function exportForms(registry: FormRegistry): ExportedForm[];
|
|
|
26
26
|
*/
|
|
27
27
|
export declare function generateFormsRegistry(registry: FormRegistry): GeneratedRegistryCode;
|
|
28
28
|
export {};
|
|
29
|
-
//# sourceMappingURL=forms.d.ts.map
|
|
@@ -9,4 +9,3 @@ export { exportForms, generateFormsRegistry, type ExportedForm } from './forms';
|
|
|
9
9
|
export { exportDataViews, generateDataViewsRegistry, type ExportedDataView, } from './data-views';
|
|
10
10
|
export { exportWorkflows, generateWorkflowsRegistry, type ExportedWorkflow, } from './workflows';
|
|
11
11
|
export { generateRegistryIndex, type RegistryGenerationOptions, } from './registries';
|
|
12
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Operations exporter - exports OperationSpec to OpenAPI paths.
|
|
3
3
|
*/
|
|
4
|
-
import type { AnyOperationSpec, OperationSpec, OperationSpecRegistry } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { AnyOperationSpec, OperationSpec, OperationSpecRegistry } from '@contractspec/lib.contracts-spec';
|
|
5
5
|
import type { AnySchemaModel } from '@contractspec/lib.schema';
|
|
6
6
|
import type { GeneratedRegistryCode } from '../types';
|
|
7
7
|
type OpenApiSchemaObject = Record<string, unknown>;
|
|
@@ -61,4 +61,3 @@ export declare function exportOperations(registry: OperationSpecRegistry): Opera
|
|
|
61
61
|
*/
|
|
62
62
|
export declare function generateOperationsRegistry(registry: OperationSpecRegistry): GeneratedRegistryCode;
|
|
63
63
|
export {};
|
|
64
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Presentations exporter - exports PresentationSpec to OpenAPI extensions.
|
|
3
3
|
*/
|
|
4
|
-
import type { PresentationSpec, PresentationRegistry, Stability } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { PresentationSpec, PresentationRegistry, Stability } from '@contractspec/lib.contracts-spec';
|
|
5
5
|
import type { GeneratedRegistryCode } from '../types';
|
|
6
6
|
/**
|
|
7
7
|
* Exported presentation structure for OpenAPI extensions.
|
|
@@ -27,4 +27,3 @@ export declare function exportPresentationsFromArray(descriptors: PresentationSp
|
|
|
27
27
|
* Generate TypeScript code for presentations registry.
|
|
28
28
|
*/
|
|
29
29
|
export declare function generatePresentationsRegistry(registry: PresentationRegistry): GeneratedRegistryCode;
|
|
30
|
-
//# sourceMappingURL=presentations.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Workflows exporter - exports WorkflowSpec to OpenAPI extensions.
|
|
3
3
|
*/
|
|
4
|
-
import type { WorkflowRegistry } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { WorkflowRegistry } from '@contractspec/lib.contracts-spec/workflow';
|
|
5
5
|
import type { GeneratedRegistryCode } from '../types';
|
|
6
6
|
/**
|
|
7
7
|
* Exported workflow structure for OpenAPI extensions.
|
|
@@ -31,4 +31,3 @@ export declare function exportWorkflows(registry: WorkflowRegistry): ExportedWor
|
|
|
31
31
|
* Generate TypeScript code for workflows registry.
|
|
32
32
|
*/
|
|
33
33
|
export declare function generateWorkflowsRegistry(registry: WorkflowRegistry): GeneratedRegistryCode;
|
|
34
|
-
//# sourceMappingURL=workflows.d.ts.map
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
* Export ContractSpec specs to OpenAPI 3.1 format.
|
|
3
3
|
* Refactored to use modular exporters for all surfaces.
|
|
4
4
|
*/
|
|
5
|
-
import type { OperationSpecRegistry, FeatureRegistry, PresentationRegistry, FormRegistry,
|
|
5
|
+
import type { OperationSpecRegistry, FeatureRegistry, PresentationRegistry, FormRegistry, EventSpec, PresentationSpec } from '@contractspec/lib.contracts-spec';
|
|
6
|
+
import type { DataViewRegistry } from '@contractspec/lib.contracts-spec/data-views';
|
|
7
|
+
import type { WorkflowRegistry } from '@contractspec/lib.contracts-spec/workflow';
|
|
6
8
|
import type { AnySchemaModel } from '@contractspec/lib.schema';
|
|
7
9
|
import type { ContractSpecOpenApiDocument, OpenApiExportOptions, ContractSpecExportOptions, ContractSpecExportResult } from './types';
|
|
8
10
|
import { defaultRestPath as defaultRestPathFn } from './exporter/operations';
|
|
@@ -45,4 +47,3 @@ export declare function contractSpecToJson(registries: ContractSpecRegistries, o
|
|
|
45
47
|
* Export ContractSpec to YAML string (all surfaces).
|
|
46
48
|
*/
|
|
47
49
|
export declare function contractSpecToYaml(registries: ContractSpecRegistries, options?: ContractSpecExportOptions): string;
|
|
48
|
-
//# sourceMappingURL=exporter.d.ts.map
|
|
@@ -11,4 +11,3 @@ export declare function inferOpKind(method: string): 'command' | 'query';
|
|
|
11
11
|
* Determine auth level based on security requirements.
|
|
12
12
|
*/
|
|
13
13
|
export declare function inferAuthLevel(operation: ParsedOperation, defaultAuth: 'anonymous' | 'user' | 'admin'): 'anonymous' | 'user' | 'admin';
|
|
14
|
-
//# sourceMappingURL=analyzer.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { ParsedEvent } from '../types';
|
|
2
|
-
import type { ResolvedContractsrcConfig } from '@contractspec/lib.contracts';
|
|
2
|
+
import type { ResolvedContractsrcConfig } from '@contractspec/lib.contracts-spec';
|
|
3
3
|
/**
|
|
4
4
|
* Generate code for an event.
|
|
5
5
|
*/
|
|
6
6
|
export declare function generateEventCode(event: ParsedEvent, options: ResolvedContractsrcConfig): string;
|
|
7
|
-
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { ParsedOperation } from '../types';
|
|
2
2
|
import { type GeneratedModel } from '../schema-converter';
|
|
3
|
-
import type { ResolvedContractsrcConfig, OpenApiSourceConfig } from '@contractspec/lib.contracts';
|
|
3
|
+
import type { ResolvedContractsrcConfig, OpenApiSourceConfig } from '@contractspec/lib.contracts-spec';
|
|
4
4
|
/**
|
|
5
5
|
* Generate ContractSpec TypeScript code for an operation.
|
|
6
6
|
*/
|
|
7
7
|
export declare function generateSpecCode(operation: ParsedOperation, contractspecConfig: ResolvedContractsrcConfig, options: Partial<OpenApiSourceConfig> | undefined, inputModel: GeneratedModel | null, outputModel: GeneratedModel | null, queryModel?: GeneratedModel | null, paramsModel?: GeneratedModel | null, headersModel?: GeneratedModel | null): string;
|
|
8
|
-
//# sourceMappingURL=generator.d.ts.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Grouping utilities for OpenAPI import/export.
|
|
3
3
|
* Determines output folder structure based on configuration.
|
|
4
4
|
*/
|
|
5
|
-
import type { FolderConventions } from '@contractspec/lib.contracts';
|
|
5
|
+
import type { FolderConventions } from '@contractspec/lib.contracts-spec';
|
|
6
6
|
import type { ParsedOperation } from '../types';
|
|
7
7
|
/**
|
|
8
8
|
* Resolve the group folder for an operation based on grouping config.
|
|
@@ -24,4 +24,3 @@ export declare function buildOutputPath(baseDir: string, surfaceDir: string, gro
|
|
|
24
24
|
* Determine if feature-based grouping should be applied.
|
|
25
25
|
*/
|
|
26
26
|
export declare function shouldGroupByFeature(conventions: FolderConventions): boolean;
|
|
27
|
-
//# sourceMappingURL=grouping.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ParsedOperation, ParseResult } from '../types';
|
|
2
2
|
import type { ImportResult } from '../../common/types';
|
|
3
|
-
import type { ResolvedContractsrcConfig, OpenApiSourceConfig } from '@contractspec/lib.contracts';
|
|
3
|
+
import type { ResolvedContractsrcConfig, OpenApiSourceConfig } from '@contractspec/lib.contracts-spec';
|
|
4
4
|
export * from './analyzer';
|
|
5
5
|
export * from './schemas';
|
|
6
6
|
export * from './generator';
|
|
@@ -15,4 +15,3 @@ export declare const importFromOpenApi: (parseResult: ParseResult, contractspecO
|
|
|
15
15
|
* Import a single operation to ContractSpec code.
|
|
16
16
|
*/
|
|
17
17
|
export declare function importOperation(operation: ParsedOperation, options: Partial<OpenApiSourceConfig> | undefined, contractspecOptions: ResolvedContractsrcConfig): string;
|
|
18
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { OpenApiSchema } from '../types';
|
|
2
|
-
import type { ResolvedContractsrcConfig } from '@contractspec/lib.contracts';
|
|
2
|
+
import type { ResolvedContractsrcConfig } from '@contractspec/lib.contracts-spec';
|
|
3
3
|
/**
|
|
4
4
|
* Generate code for a standalone model.
|
|
5
5
|
*/
|
|
6
6
|
export declare function generateModelCode(name: string, schema: OpenApiSchema, options: ResolvedContractsrcConfig): string;
|
|
7
|
-
//# sourceMappingURL=models.d.ts.map
|
package/dist/openapi/index.d.ts
CHANGED
|
@@ -9,4 +9,3 @@ export * from './exporter/index';
|
|
|
9
9
|
export { importFromOpenApi, importOperation } from './importer';
|
|
10
10
|
export { jsonSchemaToType, generateSchemaModelCode, generateImports, getScalarType, type TypescriptType, type SchemaField, type GeneratedModel, } from './schema-converter';
|
|
11
11
|
export { diffSpecVsOperation, diffSpecs, createSpecDiff, diffAll, formatDiffChanges, type DiffOptions, } from './differ';
|
|
12
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/openapi/index.js
CHANGED
|
@@ -405,7 +405,7 @@ function generateOperationsRegistry(registry) {
|
|
|
405
405
|
* Auto-generated operations registry.
|
|
406
406
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
407
407
|
*/
|
|
408
|
-
import { OperationSpecRegistry } from '@contractspec/lib.contracts';
|
|
408
|
+
import { OperationSpecRegistry } from '@contractspec/lib.contracts-spec';
|
|
409
409
|
|
|
410
410
|
${Array.from(imports).join(`
|
|
411
411
|
`)}
|
|
@@ -476,7 +476,7 @@ function generateFeaturesRegistry(registry) {
|
|
|
476
476
|
* Auto-generated features registry.
|
|
477
477
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
478
478
|
*/
|
|
479
|
-
import { FeatureRegistry } from '@contractspec/lib.contracts';
|
|
479
|
+
import { FeatureRegistry } from '@contractspec/lib.contracts-spec';
|
|
480
480
|
|
|
481
481
|
${Array.from(imports).join(`
|
|
482
482
|
`)}
|
|
@@ -527,7 +527,7 @@ function generatePresentationsRegistry(registry) {
|
|
|
527
527
|
* Auto-generated presentations registry.
|
|
528
528
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
529
529
|
*/
|
|
530
|
-
import { PresentationRegistry } from '@contractspec/lib.contracts';
|
|
530
|
+
import { PresentationRegistry } from '@contractspec/lib.contracts-spec';
|
|
531
531
|
|
|
532
532
|
${Array.from(imports).join(`
|
|
533
533
|
`)}
|
|
@@ -569,7 +569,7 @@ function generateFormsRegistry(registry) {
|
|
|
569
569
|
* Auto-generated forms registry.
|
|
570
570
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
571
571
|
*/
|
|
572
|
-
import { FormRegistry } from '@contractspec/lib.contracts';
|
|
572
|
+
import { FormRegistry } from '@contractspec/lib.contracts-spec';
|
|
573
573
|
|
|
574
574
|
${Array.from(imports).join(`
|
|
575
575
|
`)}
|
|
@@ -610,7 +610,7 @@ function generateDataViewsRegistry(registry) {
|
|
|
610
610
|
* Auto-generated data views registry.
|
|
611
611
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
612
612
|
*/
|
|
613
|
-
import { DataViewRegistry } from '@contractspec/lib.contracts';
|
|
613
|
+
import { DataViewRegistry } from '@contractspec/lib.contracts-spec/data-views';
|
|
614
614
|
|
|
615
615
|
${Array.from(imports).join(`
|
|
616
616
|
`)}
|
|
@@ -658,7 +658,7 @@ function generateWorkflowsRegistry(registry) {
|
|
|
658
658
|
* Auto-generated workflows registry.
|
|
659
659
|
* DO NOT EDIT - This file is generated by ContractSpec exporter.
|
|
660
660
|
*/
|
|
661
|
-
import { WorkflowRegistry } from '@contractspec/lib.contracts';
|
|
661
|
+
import { WorkflowRegistry } from '@contractspec/lib.contracts-spec/workflow';
|
|
662
662
|
|
|
663
663
|
${Array.from(imports).join(`
|
|
664
664
|
`)}
|
|
@@ -1734,7 +1734,7 @@ function generateSpecCode(operation2, contractspecConfig, options = {}, inputMod
|
|
|
1734
1734
|
const kind = inferOpKind(operation2.method);
|
|
1735
1735
|
const auth = inferAuthLevel(operation2, options.defaultAuth ?? "user");
|
|
1736
1736
|
const lines = [];
|
|
1737
|
-
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts';");
|
|
1737
|
+
lines.push("import { defineCommand, defineQuery } from '@contractspec/lib.contracts-spec';");
|
|
1738
1738
|
if (inputModel || outputModel || queryModel || paramsModel || headersModel) {
|
|
1739
1739
|
const collectedImports = new Set;
|
|
1740
1740
|
const models = [
|
|
@@ -1854,7 +1854,7 @@ function generateEventCode(event, options) {
|
|
|
1854
1854
|
const schemaFormat = options.schemaFormat || "contractspec";
|
|
1855
1855
|
const payloadModel = generateSchemaModelCode(event.payload, modelName, schemaFormat, options);
|
|
1856
1856
|
const imports = new Set;
|
|
1857
|
-
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts';");
|
|
1857
|
+
imports.add("import { defineEvent, type EventSpec } from '@contractspec/lib.contracts-spec';");
|
|
1858
1858
|
if (payloadModel.imports && payloadModel.imports.length > 0) {
|
|
1859
1859
|
payloadModel.imports.forEach((i) => imports.add(i));
|
|
1860
1860
|
} else if (payloadModel.fields && payloadModel.fields.length > 0) {
|
|
@@ -4,4 +4,3 @@ import type { OpenAPIV3, OpenAPIV3_1 } from 'openapi-types';
|
|
|
4
4
|
* Parse a single operation.
|
|
5
5
|
*/
|
|
6
6
|
export declare function parseOperation(doc: OpenApiDocument, method: HttpMethod, path: string, operation: OpenAPIV3.OperationObject | OpenAPIV3_1.OperationObject, pathParams: OpenApiParameter[] | undefined): ParsedOperation;
|
|
7
|
-
//# sourceMappingURL=operation.d.ts.map
|
|
@@ -18,4 +18,3 @@ export declare function resolveSchema(doc: OpenApiDocument, schema: OpenApiSchem
|
|
|
18
18
|
* Preserves `_originalRef` to track where the schema came from.
|
|
19
19
|
*/
|
|
20
20
|
export declare function dereferenceSchema(doc: OpenApiDocument, schema: OpenApiSchema | undefined, seen?: Set<string>): OpenApiSchema | undefined;
|
|
21
|
-
//# sourceMappingURL=resolvers.d.ts.map
|
package/dist/openapi/parser.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* JSON Schema to SchemaModel conversion utilities.
|
|
3
3
|
* Converts OpenAPI JSON Schema to ContractSpec SchemaModel definitions.
|
|
4
4
|
*/
|
|
5
|
-
import type { SchemaFormat, ResolvedContractsrcConfig } from '@contractspec/lib.contracts';
|
|
5
|
+
import type { SchemaFormat, ResolvedContractsrcConfig } from '@contractspec/lib.contracts-spec';
|
|
6
6
|
import type { OpenApiSchema } from './types';
|
|
7
7
|
/**
|
|
8
8
|
* TypeScript type representation for code generation.
|
|
@@ -67,4 +67,3 @@ export declare function generateSchemaModelCode(schema: OpenApiSchema, modelName
|
|
|
67
67
|
* Generate import statements for a SchemaModel.
|
|
68
68
|
*/
|
|
69
69
|
export declare function generateImports(fields: SchemaField[], options: ResolvedContractsrcConfig, sameDirectory?: boolean): string;
|
|
70
|
-
//# sourceMappingURL=schema-converter.d.ts.map
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module schema-generators
|
|
7
7
|
*/
|
|
8
|
-
import type { ResolvedContractsrcConfig, SchemaFormat } from '@contractspec/lib.contracts';
|
|
8
|
+
import type { ResolvedContractsrcConfig, SchemaFormat } from '@contractspec/lib.contracts-spec';
|
|
9
9
|
import type { OpenApiSchema } from '../types';
|
|
10
10
|
/**
|
|
11
11
|
* Generated code output for a model.
|
|
@@ -112,4 +112,3 @@ export declare class GraphQLSchemaGenerator implements SchemaGenerator {
|
|
|
112
112
|
getBaseImports(): string[];
|
|
113
113
|
private mapTypeToGraphQL;
|
|
114
114
|
}
|
|
115
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/openapi/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.contracts-transformers",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Contract format transformations: import/export between ContractSpec and external formats (OpenAPI, AsyncAPI, etc.)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"typecheck": "tsc --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@contractspec/lib.contracts": "1.
|
|
31
|
-
"@contractspec/lib.schema": "1.
|
|
30
|
+
"@contractspec/lib.contracts-spec": "2.1.0",
|
|
31
|
+
"@contractspec/lib.schema": "2.1.0",
|
|
32
32
|
"compare-versions": "^6.1.1",
|
|
33
33
|
"openapi-types": "^12.1.3",
|
|
34
34
|
"yaml": "^2.7.1",
|
|
35
35
|
"zod": "^4.3.5"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@contractspec/tool.typescript": "1.
|
|
38
|
+
"@contractspec/tool.typescript": "2.1.0",
|
|
39
39
|
"typescript": "^5.9.3",
|
|
40
|
-
"@contractspec/tool.bun": "1.
|
|
40
|
+
"@contractspec/tool.bun": "2.1.0"
|
|
41
41
|
},
|
|
42
42
|
"types": "./dist/index.d.ts",
|
|
43
43
|
"files": [
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/common/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/common/utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAIhD;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAG/C;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAK/C;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAK/C;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAQrD;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAGtE;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAEnD;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,GAAG,OAAO,CAuBzD;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAW7D;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAGxD;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAOlD"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"differ.d.ts","sourceRoot":"","sources":["../../src/openapi/differ.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,KAAK,EACV,UAAU,EAEV,qBAAqB,EACrB,QAAQ,EACT,MAAM,iBAAiB,CAAC;AAGzB;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,iCAAiC;IACjC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,yBAAyB;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8CAA8C;IAC9C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,6BAA6B;IAC7B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAsGD;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,gBAAgB,EACtB,SAAS,EAAE,eAAe,EAC1B,OAAO,GAAE,WAAgB,GACxB,UAAU,EAAE,CAsEd;AAED;;GAEG;AACH,wBAAgB,SAAS,CACvB,OAAO,EAAE,gBAAgB,EACzB,OAAO,EAAE,gBAAgB,EACzB,OAAO,GAAE,WAAgB,GACxB,UAAU,EAAE,CA0Cd;AAED;;GAEG;AACH,wBAAgB,cAAc,CAC5B,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,gBAAgB,GAAG,SAAS,EACtC,QAAQ,EAAE,qBAAqB,EAC/B,OAAO,GAAE,WAAgB,GACxB,QAAQ,CAuCV;AAED;;GAEG;AACH,wBAAgB,OAAO,CACrB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,EAC5C,aAAa,EAAE,qBAAqB,EAAE,EACtC,OAAO,GAAE,WAAgB,GACxB,QAAQ,EAAE,CA+CZ;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,UAAU,EAAE,GAAG,MAAM,CA6B/D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-views.d.ts","sourceRoot":"","sources":["../../../src/openapi/exporter/data-views.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAC3C,MAAM,EAAE;QACN,OAAO,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,CAAC;QAC1C,IAAI,CAAC,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,CAAC;KACzC,CAAC;IACF,MAAM,EAAE,OAAO,EAAE,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAC7B,QAAQ,EAAE,gBAAgB,GACzB,gBAAgB,EAAE,CAWpB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,gBAAgB,GACzB,qBAAqB,CA6BvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/openapi/exporter/events.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE/D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEtD,KAAK,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACpC,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;CAChB;AAED;;GAEG;AACH,wBAAgB,YAAY,CAC1B,MAAM,EAAE,SAAS,CAAC,cAAc,CAAC,EAAE,GAClC,aAAa,EAAE,CAUjB;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,SAAS,CAAC,cAAc,CAAC,EAAE,GAClC,qBAAqB,CAuBvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"features.d.ts","sourceRoot":"","sources":["../../../src/openapi/exporter/features.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAChD,MAAM,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,aAAa,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,eAAe,GAAG,eAAe,EAAE,CAU3E;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CACtC,QAAQ,EAAE,eAAe,GACxB,qBAAqB,CA2BvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"forms.d.ts","sourceRoot":"","sources":["../../../src/openapi/exporter/forms.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEtD,KAAK,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,MAAM,EAAE,OAAO,EAAE,CAAC;IAClB,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAClC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,QAAQ,EAAE,YAAY,GAAG,YAAY,EAAE,CAelE;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CACnC,QAAQ,EAAE,YAAY,GACrB,qBAAqB,CA4BvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/openapi/exporter/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,gBAAgB,EAChB,0BAA0B,EAC1B,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,eAAe,EACf,UAAU,EACV,uBAAuB,EACvB,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,cAAc,CAAC;AAGtB,OAAO,EACL,YAAY,EACZ,qBAAqB,EACrB,KAAK,aAAa,GACnB,MAAM,UAAU,CAAC;AAGlB,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,KAAK,eAAe,GACrB,MAAM,YAAY,CAAC;AAGpB,OAAO,EACL,mBAAmB,EACnB,4BAA4B,EAC5B,6BAA6B,EAC7B,KAAK,oBAAoB,GAC1B,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EAAE,WAAW,EAAE,qBAAqB,EAAE,KAAK,YAAY,EAAE,MAAM,SAAS,CAAC;AAGhF,OAAO,EACL,eAAe,EACf,yBAAyB,EACzB,KAAK,gBAAgB,GACtB,MAAM,cAAc,CAAC;AAGtB,OAAO,EACL,eAAe,EACf,yBAAyB,EACzB,KAAK,gBAAgB,GACtB,MAAM,aAAa,CAAC;AAGrB,OAAO,EACL,qBAAqB,EACrB,KAAK,yBAAyB,GAC/B,MAAM,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/openapi/exporter/operations.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EACV,gBAAgB,EAChB,aAAa,EACb,qBAAqB,EACtB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG/D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEtD,KAAK,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAEnD;;GAEG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAEnE;AAED;;GAEG;AACH,wBAAgB,YAAY,CAC1B,MAAM,EAAE,OAAO,GAAG,QAAQ,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,GACd,MAAM,CAER;AAED;;GAEG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,SAAS,GAAG,OAAO,EACzB,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GACxB,MAAM,CAGR;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAErE;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,gBAAgB,GAAG,MAAM,CAKzD;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACrC,MAAM,EAAE,cAAc,GAAG,IAAI,GAC5B,mBAAmB,GAAG,IAAI,CAG5B;AAED,UAAU,cAAc;IACtB,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAClC,MAAM,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACnC,IAAI,EAAE;QACJ,GAAG,EAAE,MAAM,CAAC;QACZ,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,SAAS,GAAG,OAAO,CAAC;QAC1B,WAAW,EAAE,MAAM,CAAC;QACpB,IAAI,EAAE,MAAM,EAAE,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAC/B,IAAI,EAAE,aAAa,CAAC,cAAc,EAAE,cAAc,CAAC,GAClD,cAAc,CAahB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IAC/C,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,QAAQ,EAAE,qBAAqB,GAC9B,sBAAsB,CA6ExB;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,QAAQ,EAAE,qBAAqB,GAC9B,qBAAqB,CAgCvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"presentations.d.ts","sourceRoot":"","sources":["../../../src/openapi/exporter/presentations.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EACV,gBAAgB,EAChB,oBAAoB,EACpB,SAAS,EACV,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,WAAW,GAAG,aAAa,CAAC;IACxC,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,oBAAoB,GAC7B,oBAAoB,EAAE,CAUxB;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAC1C,WAAW,EAAE,gBAAgB,EAAE,GAC9B,oBAAoB,EAAE,CAUxB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAC3C,QAAQ,EAAE,oBAAoB,GAC7B,qBAAqB,CA8BvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"registries.d.ts","sourceRoot":"","sources":["../../../src/openapi/exporter/registries.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CACnC,OAAO,GAAE,yBAA8B,GACtC,qBAAqB,CA+CvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflows.d.ts","sourceRoot":"","sources":["../../../src/openapi/exporter/workflows.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,OAAO,GAAG,YAAY,GAAG,UAAU,CAAC;QAC1C,KAAK,EAAE,MAAM,CAAC;KACf,EAAE,CAAC;IACJ,WAAW,EAAE;QACX,IAAI,EAAE,MAAM,CAAC;QACb,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,EAAE,CAAC;CACL;AAED;;GAEG;AACH,wBAAgB,eAAe,CAC7B,QAAQ,EAAE,gBAAgB,GACzB,gBAAgB,EAAE,CAkBpB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,gBAAgB,GACzB,qBAAqB,CA6BvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exporter.d.ts","sourceRoot":"","sources":["../../src/openapi/exporter.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,EACV,qBAAqB,EACrB,eAAe,EACf,oBAAoB,EACpB,YAAY,EACZ,gBAAgB,EAChB,gBAAgB,EAChB,SAAS,EACT,gBAAgB,EACjB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EACV,2BAA2B,EAC3B,oBAAoB,EACpB,yBAAyB,EACzB,wBAAwB,EACzB,MAAM,SAAS,CAAC;AACjB,OAAO,EAGL,eAAe,IAAI,iBAAiB,EACrC,MAAM,uBAAuB,CAAC;AAkB/B;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC,MAAM,CAAC,EAAE,SAAS,CAAC,cAAc,CAAC,EAAE,CAAC;IACrC,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,aAAa,CAAC,EAAE,oBAAoB,CAAC;IACrC,kBAAkB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACxC,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B;AAGD,OAAO,EAAE,iBAAiB,IAAI,eAAe,EAAE,CAAC;AAEhD;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,qBAAqB,EAC/B,OAAO,GAAE,oBAAyB,GACjC,2BAA2B,CAc7B;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,sBAAsB,EAClC,OAAO,GAAE,yBAA8B,GACtC,wBAAwB,CAyH1B;AAED;;GAEG;AACH,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,qBAAqB,EAC/B,OAAO,GAAE,oBAAyB,GACjC,MAAM,CAGR;AAED;;GAEG;AACH,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,qBAAqB,EAC/B,OAAO,GAAE,oBAAyB,GACjC,MAAM,CAGR;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,sBAAsB,EAClC,OAAO,GAAE,yBAA8B,GACtC,MAAM,CAGR;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,sBAAsB,EAClC,OAAO,GAAE,yBAA8B,GACtC,MAAM,CAGR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exporter.test.d.ts","sourceRoot":"","sources":["../../src/openapi/exporter.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analyzer.d.ts","sourceRoot":"","sources":["../../../src/openapi/importer/analyzer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,eAAe,UAAqC,CAAC;AAElE;;GAEG;AACH,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAE/D;AAED;;GAEG;AACH,wBAAgB,cAAc,CAC5B,SAAS,EAAE,eAAe,EAC1B,WAAW,EAAE,WAAW,GAAG,MAAM,GAAG,OAAO,GAC1C,WAAW,GAAG,MAAM,GAAG,OAAO,CAchC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/openapi/importer/events.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAG5C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAE7E;;GAEG;AACH,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,WAAW,EAClB,OAAO,EAAE,yBAAyB,GACjC,MAAM,CAyDR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generator.d.ts","sourceRoot":"","sources":["../../../src/openapi/importer/generator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD,OAAO,EAAE,KAAK,cAAc,EAAmB,MAAM,qBAAqB,CAAC;AAE3E,OAAO,KAAK,EACV,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,6BAA6B,CAAC;AAErC;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,SAAS,EAAE,eAAe,EAC1B,kBAAkB,EAAE,yBAAyB,EAC7C,OAAO,EAAE,OAAO,CAAC,mBAAmB,CAAC,YAAK,EAC1C,UAAU,EAAE,cAAc,GAAG,IAAI,EACjC,WAAW,EAAE,cAAc,GAAG,IAAI,EAClC,UAAU,GAAE,cAAc,GAAG,IAAW,EACxC,WAAW,GAAE,cAAc,GAAG,IAAW,EACzC,YAAY,GAAE,cAAc,GAAG,IAAW,GACzC,MAAM,CA0IR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grouping.d.ts","sourceRoot":"","sources":["../../../src/openapi/importer/grouping.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAuBhD;;GAEG;AACH,wBAAgB,2BAA2B,CACzC,SAAS,EAAE,eAAe,EAC1B,WAAW,EAAE,iBAAiB,GAC7B,MAAM,CAcR;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACrC,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,iBAAiB,EAC9B,WAAW,CAAC,EAAE,MAAM,EACpB,WAAW,CAAC,EAAE,MAAM,EAAE,GACrB,MAAM,CAYR;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACrC,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,iBAAiB,EAC9B,WAAW,CAAC,EAAE,MAAM,EAAE,GACrB,MAAM,CAWR;AAwED;;GAEG;AACH,wBAAgB,eAAe,CAC7B,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,GACf,MAAM,CAUR;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,iBAAiB,GAAG,OAAO,CAE5E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/openapi/importer/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,eAAe,EACf,WAAW,EACZ,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAyB,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAY9E,OAAO,KAAK,EACV,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,6BAA6B,CAAC;AAErC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAE3B;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAC5B,aAAa,WAAW,EACxB,qBAAqB,yBAAyB,EAC9C,gBAAe,OAAO,CAAC,mBAAmB,CAAM,KAC/C,YAsQF,CAAC;AAEF;;GAEG;AACH,wBAAgB,eAAe,CAC7B,SAAS,EAAE,eAAe,EAC1B,OAAO,EAAE,OAAO,CAAC,mBAAmB,CAAC,YAAK,EAC1C,mBAAmB,EAAE,yBAAyB,GAC7C,MAAM,CA+DR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/openapi/importer/models.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAG9C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAE7E;;GAEG;AACH,wBAAgB,iBAAiB,CAC/B,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,yBAAyB,GACjC,MAAM,CAuBR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../src/openapi/importer/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE/D;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,eAAe,GAAG;IAC7D,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB,CAsEA;AAED;;GAEG;AACH,wBAAgB,eAAe,CAC7B,SAAS,EAAE,eAAe,GACzB,aAAa,GAAG,IAAI,CAmBtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"importer.d.ts","sourceRoot":"","sources":["../../src/openapi/importer.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/openapi/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,YAAY,EACV,eAAe,EACf,gBAAgB,EAChB,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,oBAAoB,EACpB,mBAAmB,EACnB,cAAc,EACd,UAAU,EACV,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,WAAW,EACX,qBAAqB,EACrB,aAAa,EACb,2BAA2B,GAC5B,MAAM,SAAS,CAAC;AAGjB,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,oBAAoB,EACpB,YAAY,EACZ,aAAa,GACd,MAAM,UAAU,CAAC;AAGlB,OAAO,EACL,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,eAAe,EAEf,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,KAAK,sBAAsB,GAC5B,MAAM,YAAY,CAAC;AAGpB,cAAc,kBAAkB,CAAC;AAGjC,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAGhE,OAAO,EACL,gBAAgB,EAChB,uBAAuB,EACvB,eAAe,EACf,aAAa,EACb,KAAK,cAAc,EACnB,KAAK,WAAW,EAChB,KAAK,cAAc,GACpB,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,mBAAmB,EACnB,SAAS,EACT,cAAc,EACd,OAAO,EACP,iBAAiB,EACjB,KAAK,WAAW,GACjB,MAAM,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../src/openapi/parser/document.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EAEf,mBAAmB,EAKnB,WAAW,EACZ,MAAM,UAAU,CAAC;AAUlB;;GAEG;AACH,wBAAgB,oBAAoB,CAClC,GAAG,EAAE,eAAe,EACpB,QAAQ,GAAE,mBAAwB,GACjC,WAAW,CAiGb;AAED;;;;GAIG;AACH,wBAAsB,YAAY,CAChC,MAAM,EAAE,MAAM,EACd,OAAO,GAAE,mBAAmB,GAAG;IAC7B,KAAK,CAAC,EAAE,OAAO,UAAU,CAAC,KAAK,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;CACzC,GACL,OAAO,CAAC,WAAW,CAAC,CAoDtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/openapi/parser/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operation.d.ts","sourceRoot":"","sources":["../../../src/openapi/parser/operation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EACV,eAAe,EACf,gBAAgB,EAEhB,eAAe,EAChB,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAK5D;;GAEG;AACH,wBAAgB,cAAc,CAC5B,GAAG,EAAE,eAAe,EACpB,MAAM,EAAE,UAAU,EAClB,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,SAAS,CAAC,eAAe,GAAG,WAAW,CAAC,eAAe,EAClE,UAAU,EAAE,gBAAgB,EAAE,GAAG,SAAS,GACzC,eAAe,CA6EjB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/openapi/parser/parameters.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,gBAAgB,EAChB,eAAe,EAEhB,MAAM,UAAU,CAAC;AAIlB;;GAEG;AACH,wBAAgB,eAAe,CAC7B,GAAG,EAAE,eAAe,EACpB,MAAM,EAAE,gBAAgB,EAAE,GAAG,SAAS,GACrC;IACD,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,MAAM,EAAE,eAAe,EAAE,CAAC;IAC1B,MAAM,EAAE,eAAe,EAAE,CAAC;CAC3B,CAuCA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resolvers.d.ts","sourceRoot":"","sources":["../../../src/openapi/parser/resolvers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5D;;GAEG;AACH,wBAAgB,WAAW,CACzB,GAAG,EAAE,OAAO,GACX,GAAG,IAAI,SAAS,CAAC,eAAe,GAAG,WAAW,CAAC,eAAe,CAEhE;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAC1B,GAAG,EAAE,eAAe,EACpB,GAAG,EAAE,MAAM,GACV,CAAC,GAAG,SAAS,CAgBf;AAED;;GAEG;AACH,wBAAgB,aAAa,CAC3B,GAAG,EAAE,eAAe,EACpB,MAAM,EAAE,aAAa,GAAG,SAAS,GAChC,aAAa,GAAG,SAAS,CAM3B;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAC/B,GAAG,EAAE,eAAe,EACpB,MAAM,EAAE,aAAa,GAAG,SAAS,EACjC,IAAI,cAAoB,GACvB,aAAa,GAAG,SAAS,CAkE3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/openapi/parser/utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE5E,eAAO,MAAM,YAAY,EAAE,UAAU,EASpC,CAAC;AAEF;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,MAAM,EACf,MAAM,GAAE,MAAM,GAAG,MAAe,GAC/B,eAAe,CAKjB;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAM7D;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,eAAe,GAAG,cAAc,CAMlE;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAgB5E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../src/openapi/parser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema-converter.d.ts","sourceRoot":"","sources":["../../src/openapi/schema-converter.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,KAAK,EACV,YAAY,EACZ,yBAAyB,EAC1B,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAmB7C;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,gEAAgE;IAChE,IAAI,EAAE,MAAM,CAAC;IACb,mCAAmC;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,mCAAmC;IACnC,KAAK,EAAE,OAAO,CAAC;IACf,uCAAuC;IACvC,SAAS,EAAE,OAAO,CAAC;IACnB,oCAAoC;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kFAAkF;IAClF,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB;IACjB,IAAI,EAAE,cAAc,CAAC;IACrB,6CAA6C;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0CAA0C;IAC1C,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,6CAA6C;IAC7C,WAAW,CAAC,EAAE,cAAc,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa;IACb,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAiBD;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,aAAa,EACrB,IAAI,CAAC,EAAE,MAAM,GACZ,cAAc,CAyGhB;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,aAAa,GAAG,MAAM,GAAG,SAAS,CAsBvE;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACrC,MAAM,EAAE,aAAa,EACrB,SAAS,EAAE,MAAM,EACjB,YAAY,GAAE,YAA6B,EAC3C,MAAM,CAAC,EAAE,yBAAyB,GACjC,cAAc,CAahB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAC7B,MAAM,EAAE,WAAW,EAAE,EACrB,OAAO,EAAE,yBAAyB,EAClC,aAAa,UAAO,GACnB,MAAM,CA2BR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/openapi/schema-generators/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema-generators.test.d.ts","sourceRoot":"","sources":["../../src/openapi/schema-generators.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/openapi/types.ts"],"names":[],"mappings":"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"}
|