@typespec/compiler 0.45.0-dev.13 → 0.45.0-dev.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.
package/dist/manifest.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
2
  "version": "0.44.0",
3
- "commit": "01b75f905de93c844a8a01449d9b5bb062ebeeec"
3
+ "commit": "d01cd2d21fb5c75b51bdc14e3e6e97e110f77319"
4
4
  };
@@ -500,6 +500,11 @@ extern dec withDefaultKeyVisibility(target: Model, visibility: unknown);
500
500
  */
501
501
  extern dec withUpdateableProperties(target: Model);
502
502
 
503
+ /**
504
+ * Returns the model with required properties removed.
505
+ */
506
+ extern dec withOptionalProperties(target: Model);
507
+
503
508
  /**
504
509
  * Returns the model with any default values removed.
505
510
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.45.0-dev.13",
3
+ "version": "0.45.0-dev.14",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",