@meshery/schemas 1.3.32 → 1.3.34

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 (30) hide show
  1. package/dist/cloudApi.d.mts +3116 -3308
  2. package/dist/cloudApi.d.ts +3116 -3308
  3. package/dist/cloudApi.js +1 -1
  4. package/dist/cloudApi.mjs +1 -1
  5. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +1 -1
  6. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +1 -1
  7. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +1 -1
  8. package/dist/constructs/v1beta1/registry/Registry.d.ts +15022 -0
  9. package/dist/constructs/v1beta1/registry/Registry.js +1 -0
  10. package/dist/constructs/v1beta1/registry/Registry.mjs +0 -0
  11. package/dist/constructs/v1beta1/registry/RegistrySchema.d.ts +2 -0
  12. package/dist/constructs/v1beta1/registry/RegistrySchema.js +802 -0
  13. package/dist/constructs/v1beta1/registry/RegistrySchema.mjs +802 -0
  14. package/dist/constructs/v1beta2/model/Model.d.ts +0 -109
  15. package/dist/constructs/v1beta2/model/ModelSchema.js +1 -1
  16. package/dist/constructs/v1beta2/model/ModelSchema.mjs +1 -1
  17. package/dist/constructs/v1beta3/connection/Connection.d.ts +2 -2
  18. package/dist/constructs/v1beta3/connection/ConnectionSchema.js +1 -1
  19. package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +1 -1
  20. package/dist/index.js +1 -1
  21. package/dist/index.mjs +1 -1
  22. package/dist/mesheryApi.d.mts +20881 -6685
  23. package/dist/mesheryApi.d.ts +20881 -6685
  24. package/dist/mesheryApi.js +1 -1
  25. package/dist/mesheryApi.mjs +1 -1
  26. package/dist/permissions.d.mts +1 -1
  27. package/dist/permissions.d.ts +1 -1
  28. package/dist/permissions.js +1 -1
  29. package/dist/permissions.mjs +1 -1
  30. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ 'use strict';
File without changes
@@ -0,0 +1,2 @@
1
+ declare const RegistrySchema: Record<string, unknown>;
2
+ export default RegistrySchema;