@redocly/revel-reef 0.124.0-next.13 → 0.124.0-next.14

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.
Files changed (25) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/server/plugins/catalog-entities/databases/mappers/create-bff-related-entity.d.ts.map +1 -1
  4. package/dist/server/plugins/catalog-entities/databases/mappers/create-bff-related-entity.js +1 -1
  5. package/dist/server/plugins/catalog-entities/databases/mappers/create-bff-related-entity.js.map +1 -1
  6. package/dist/server/plugins/catalog-entities/databases/repositories/local/catalog-entities-local-read-repository.d.ts.map +1 -1
  7. package/dist/server/plugins/catalog-entities/databases/repositories/local/catalog-entities-local-read-repository.js +80 -59
  8. package/dist/server/plugins/catalog-entities/databases/repositories/local/catalog-entities-local-read-repository.js.map +1 -1
  9. package/dist/server/plugins/catalog-entities/extensions/api-description/extractors/asyncapi-entities-extractor.js +1 -1
  10. package/dist/server/plugins/catalog-entities/extensions/api-description/extractors/asyncapi-entities-extractor.js.map +1 -1
  11. package/dist/server/plugins/catalog-entities/extensions/api-description/extractors/openapi-entities-extractor.js +1 -1
  12. package/dist/server/plugins/catalog-entities/extensions/api-description/extractors/openapi-entities-extractor.js.map +1 -1
  13. package/dist/server/plugins/catalog-entities/schemas/database-schemas.d.ts +8 -1
  14. package/dist/server/plugins/catalog-entities/schemas/database-schemas.d.ts.map +1 -1
  15. package/dist/server/plugins/catalog-entities/schemas/database-schemas.js +1 -1
  16. package/dist/server/plugins/catalog-entities/schemas/database-schemas.js.map +1 -1
  17. package/dist/server/plugins/catalog-entities/schemas/dto-schemas.d.ts +426 -247
  18. package/dist/server/plugins/catalog-entities/schemas/dto-schemas.d.ts.map +1 -1
  19. package/dist/server/plugins/catalog-entities/schemas/dto-schemas.js +1 -1
  20. package/dist/server/plugins/catalog-entities/schemas/dto-schemas.js.map +1 -1
  21. package/dist/server/plugins/catalog-entities/schemas/file-schemas.d.ts +426 -247
  22. package/dist/server/plugins/catalog-entities/schemas/file-schemas.d.ts.map +1 -1
  23. package/dist/server/plugins/catalog-entities/schemas/file-schemas.js +1 -1
  24. package/dist/server/plugins/catalog-entities/schemas/file-schemas.js.map +1 -1
  25. package/package.json +4 -4
@@ -1 +1 @@
1
- {"version":3,"file":"dto-schemas.d.ts","sourceRoot":"","sources":["../../../../../../../src/server/plugins/catalog-entities/schemas/dto-schemas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,EAAoB,KAAK,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAE5E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2B1B,CAAC;AAEX,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmB,CAAC;AAEhD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACjF,MAAM,MAAM,eAAe,GAAG,gBAAgB,CAAC"}
1
+ {"version":3,"file":"dto-schemas.d.ts","sourceRoot":"","sources":["../../../../../../../src/server/plugins/catalog-entities/schemas/dto-schemas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAIpD,OAAO,EAAoB,KAAK,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAE5E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0B1B,CAAC;AAEX,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmB,CAAC;AAEhD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACjF,MAAM,MAAM,eAAe,GAAG,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- import{entityFileSchema as t}from"./file-schemas.js";const n={type:"object",properties:{type:{type:"string",minLength:2,maxLength:50},sourceKey:{type:"string",minLength:2,maxLength:150},targetKey:{type:"string",minLength:2,maxLength:150},sourceId:{type:["string","null"]},targetId:{type:["string","null"]}},required:["type","sourceKey","targetKey"],additionalProperties:!1},r=t;export{r as entityDtoSchema,n as entityRelationDtoSchema};
1
+ import{ENTITY_RELATION_TYPES as t}from"@redocly/theme/core/constants";import{entityFileSchema as e}from"./file-schemas.js";const i={type:"object",properties:{type:{type:"string",enum:t},sourceKey:{type:"string",minLength:2,maxLength:150},targetKey:{type:"string",minLength:2,maxLength:150},sourceId:{type:["string","null"]},targetId:{type:["string","null"]}},required:["type","sourceKey","targetKey"],additionalProperties:!1},o=e;export{o as entityDtoSchema,i as entityRelationDtoSchema};
@@ -1 +1 @@
1
- {"version":3,"file":"dto-schemas.js","sourceRoot":"","sources":["../../../../../../../src/server/plugins/catalog-entities/schemas/dto-schemas.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAyB,MAAM,mBAAmB,CAAC;AAE5E,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,CAAC;YACZ,SAAS,EAAE,EAAE;SACd;QACD,SAAS,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,CAAC;YACZ,SAAS,EAAE,GAAG;SACf;QACD,SAAS,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,CAAC;YACZ,SAAS,EAAE,GAAG;SACf;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;SACzB;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;SACzB;KACF;IACD,QAAQ,EAAE,CAAC,MAAM,EAAE,WAAW,EAAE,WAAW,CAAC;IAC5C,oBAAoB,EAAE,KAAK;CACnB,CAAC;AAEX,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAgB,CAAC"}
1
+ {"version":3,"file":"dto-schemas.js","sourceRoot":"","sources":["../../../../../../../src/server/plugins/catalog-entities/schemas/dto-schemas.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAEtE,OAAO,EAAE,gBAAgB,EAAyB,MAAM,mBAAmB,CAAC;AAE5E,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,qBAAqB;SAC5B;QACD,SAAS,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,CAAC;YACZ,SAAS,EAAE,GAAG;SACf;QACD,SAAS,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,CAAC;YACZ,SAAS,EAAE,GAAG;SACf;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;SACzB;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;SACzB;KACF;IACD,QAAQ,EAAE,CAAC,MAAM,EAAE,WAAW,EAAE,WAAW,CAAC;IAC5C,oBAAoB,EAAE,KAAK;CACnB,CAAC;AAEX,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAgB,CAAC"}