@microsoft/sp-module-interfaces 1.17.4 → 1.18.0-beta.2

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 (61) hide show
  1. package/dist/index-internal-beta.d.ts +0 -3
  2. package/dist/index-internal-public.d.ts +0 -3
  3. package/dist/index-internal.d.ts +706 -17
  4. package/dist/tsdoc-metadata.json +1 -1
  5. package/lib-commonjs/manifestSchemaValidator.d.ts +8 -8
  6. package/lib-commonjs/manifestSchemaValidator.d.ts.map +1 -1
  7. package/lib-commonjs/manifestSchemaValidator.js +7 -5
  8. package/lib-commonjs/manifestSchemas/IAdaptiveCardExtensionManifest.d.ts +2 -2
  9. package/lib-commonjs/manifestSchemas/IAdaptiveCardExtensionManifest.d.ts.map +1 -1
  10. package/lib-commonjs/manifestSchemas/IClientSideApplicationManifest.d.ts +1 -1
  11. package/lib-commonjs/manifestSchemas/IClientSideApplicationManifest.d.ts.map +1 -1
  12. package/lib-commonjs/manifestSchemas/IClientSideAssemblyManifest.d.ts +1 -6
  13. package/lib-commonjs/manifestSchemas/IClientSideAssemblyManifest.d.ts.map +1 -1
  14. package/lib-commonjs/manifestSchemas/IClientSideAssemblyManifest.js +0 -5
  15. package/lib-commonjs/manifestSchemas/IClientSideComponentManifest.d.ts +2 -2
  16. package/lib-commonjs/manifestSchemas/IClientSideComponentManifest.d.ts.map +1 -1
  17. package/lib-commonjs/manifestSchemas/IClientSideExtensionManifest.d.ts +1 -1
  18. package/lib-commonjs/manifestSchemas/IClientSideExtensionManifest.d.ts.map +1 -1
  19. package/lib-commonjs/manifestSchemas/IClientSideLibraryManifest.d.ts +1 -6
  20. package/lib-commonjs/manifestSchemas/IClientSideLibraryManifest.d.ts.map +1 -1
  21. package/lib-commonjs/manifestSchemas/IClientSideLibraryManifest.js +0 -5
  22. package/lib-commonjs/manifestSchemas/IClientSideManifestBase.d.ts +0 -3
  23. package/lib-commonjs/manifestSchemas/IClientSideManifestBase.d.ts.map +1 -1
  24. package/lib-commonjs/manifestSchemas/IClientSideManifestBase.js +0 -3
  25. package/lib-commonjs/manifestSchemas/IClientSideMultiVersionManifest.d.ts +2 -5
  26. package/lib-commonjs/manifestSchemas/IClientSideMultiVersionManifest.d.ts.map +1 -1
  27. package/lib-commonjs/manifestSchemas/IClientSideMultiVersionManifest.js +0 -3
  28. package/lib-commonjs/manifestSchemas/IClientSideWebPartManifest.d.ts +1 -6
  29. package/lib-commonjs/manifestSchemas/IClientSideWebPartManifest.d.ts.map +1 -1
  30. package/lib-commonjs/manifestSchemas/IClientSideWebPartManifest.js +0 -5
  31. package/lib-commonjs/manifestSchemas/ICommandSetExtensionManifest.d.ts +2 -2
  32. package/lib-commonjs/manifestSchemas/ICommandSetExtensionManifest.d.ts.map +1 -1
  33. package/lib-commonjs/manifestSchemas/examples/application_1.manifest.d.ts +1 -1
  34. package/lib-commonjs/manifestSchemas/examples/application_1.manifest.d.ts.map +1 -1
  35. package/lib-commonjs/manifestSchemas/examples/application_2.manifest.d.ts +1 -1
  36. package/lib-commonjs/manifestSchemas/examples/application_2.manifest.d.ts.map +1 -1
  37. package/lib-commonjs/manifestSchemas/examples/application_3.manifest.d.ts +1 -1
  38. package/lib-commonjs/manifestSchemas/examples/application_3.manifest.d.ts.map +1 -1
  39. package/lib-commonjs/manifestSchemas/examples/assembly_1.manifest.d.ts +1 -1
  40. package/lib-commonjs/manifestSchemas/examples/assembly_1.manifest.d.ts.map +1 -1
  41. package/lib-commonjs/manifestSchemas/examples/commandSet_1.manifest.d.ts +1 -1
  42. package/lib-commonjs/manifestSchemas/examples/commandSet_1.manifest.d.ts.map +1 -1
  43. package/lib-commonjs/manifestSchemas/examples/extension_1.manifest.d.ts +1 -1
  44. package/lib-commonjs/manifestSchemas/examples/extension_1.manifest.d.ts.map +1 -1
  45. package/lib-commonjs/manifestSchemas/examples/extension_2.manifest.d.ts +1 -1
  46. package/lib-commonjs/manifestSchemas/examples/extension_2.manifest.d.ts.map +1 -1
  47. package/lib-commonjs/manifestSchemas/examples/extension_3.manifest.d.ts +1 -1
  48. package/lib-commonjs/manifestSchemas/examples/extension_3.manifest.d.ts.map +1 -1
  49. package/lib-commonjs/manifestSchemas/examples/extension_4.manifest.d.ts +1 -1
  50. package/lib-commonjs/manifestSchemas/examples/extension_4.manifest.d.ts.map +1 -1
  51. package/lib-commonjs/manifestSchemas/examples/library_1.manifest.d.ts +1 -1
  52. package/lib-commonjs/manifestSchemas/examples/library_1.manifest.d.ts.map +1 -1
  53. package/lib-commonjs/manifestSchemas/examples/multi-version_1.manifest.d.ts +2 -2
  54. package/lib-commonjs/manifestSchemas/examples/multi-version_1.manifest.d.ts.map +1 -1
  55. package/lib-commonjs/manifestSchemas/examples/webpart_1.manifest.d.ts +1 -1
  56. package/lib-commonjs/manifestSchemas/examples/webpart_1.manifest.d.ts.map +1 -1
  57. package/lib-commonjs/manifestSchemas/examples/webpart_1.manifest.js +1 -2
  58. package/lib-commonjs/manifestSchemas/examples/webpart_2.manifest.d.ts +1 -1
  59. package/lib-commonjs/manifestSchemas/examples/webpart_2.manifest.d.ts.map +1 -1
  60. package/lib-commonjs/manifestSchemas/examples/webpart_2.manifest.js +1 -2
  61. package/package.json +4 -3
@@ -551,9 +551,6 @@ export declare interface IClientSideExtensionManifest extends IClientSideCompone
551
551
  export declare interface IClientSideLibraryManifest extends IClientSideComponentManifest {
552
552
  }
553
553
 
554
- /**
555
- * @Copyright (c) Microsoft Corporation. All rights reserved.
556
- */
557
554
  /**
558
555
  * This interface defines members that are common between all deployable manifests.
559
556
  *
@@ -177,9 +177,6 @@ export declare interface IClientSideExtensionManifest extends IClientSideCompone
177
177
  export declare interface IClientSideLibraryManifest extends IClientSideComponentManifest {
178
178
  }
179
179
 
180
- /**
181
- * @Copyright (c) Microsoft Corporation. All rights reserved.
182
- */
183
180
  /**
184
181
  * This interface defines members that are common between all deployable manifests.
185
182
  *