@cratis/arc 20.43.5 → 20.43.7
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/commands/Command.ts +1 -1
- package/commands/for_Command/when_executing/with_empty_required_string_property.ts +47 -0
- package/commands/for_Command/when_executing/with_null_required_property.ts +29 -0
- package/commands/for_Command/when_validating/with_empty_required_string_property.ts +48 -0
- package/commands/for_Command/when_validating/with_null_required_property.ts +29 -0
- package/dist/cjs/commands/Command.js +1 -1
- package/dist/cjs/commands/Command.js.map +1 -1
- package/dist/cjs/commands/for_Command/when_executing/with_empty_required_string_property.d.ts +2 -0
- package/dist/cjs/commands/for_Command/when_executing/with_empty_required_string_property.d.ts.map +1 -0
- package/dist/cjs/commands/for_Command/when_executing/with_null_required_property.d.ts +2 -0
- package/dist/cjs/commands/for_Command/when_executing/with_null_required_property.d.ts.map +1 -0
- package/dist/cjs/commands/for_Command/when_validating/with_empty_required_string_property.d.ts +2 -0
- package/dist/cjs/commands/for_Command/when_validating/with_empty_required_string_property.d.ts.map +1 -0
- package/dist/cjs/commands/for_Command/when_validating/with_null_required_property.d.ts +2 -0
- package/dist/cjs/commands/for_Command/when_validating/with_null_required_property.d.ts.map +1 -0
- package/dist/esm/commands/Command.js +1 -1
- package/dist/esm/commands/Command.js.map +1 -1
- package/dist/esm/commands/for_Command/when_executing/with_empty_required_string_property.d.ts +2 -0
- package/dist/esm/commands/for_Command/when_executing/with_empty_required_string_property.d.ts.map +1 -0
- package/dist/esm/commands/for_Command/when_executing/with_empty_required_string_property.js +39 -0
- package/dist/esm/commands/for_Command/when_executing/with_empty_required_string_property.js.map +1 -0
- package/dist/esm/commands/for_Command/when_executing/with_null_required_property.d.ts +2 -0
- package/dist/esm/commands/for_Command/when_executing/with_null_required_property.d.ts.map +1 -0
- package/dist/esm/commands/for_Command/when_executing/with_null_required_property.js +22 -0
- package/dist/esm/commands/for_Command/when_executing/with_null_required_property.js.map +1 -0
- package/dist/esm/commands/for_Command/when_validating/with_empty_required_string_property.d.ts +2 -0
- package/dist/esm/commands/for_Command/when_validating/with_empty_required_string_property.d.ts.map +1 -0
- package/dist/esm/commands/for_Command/when_validating/with_empty_required_string_property.js +40 -0
- package/dist/esm/commands/for_Command/when_validating/with_empty_required_string_property.js.map +1 -0
- package/dist/esm/commands/for_Command/when_validating/with_null_required_property.d.ts +2 -0
- package/dist/esm/commands/for_Command/when_validating/with_null_required_property.d.ts.map +1 -0
- package/dist/esm/commands/for_Command/when_validating/with_null_required_property.js +22 -0
- package/dist/esm/commands/for_Command/when_validating/with_null_required_property.js.map +1 -0
- package/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1