@contrail/flexplm 1.5.1-alpha.64caad7 → 1.5.1-alpha.c9b11be

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/flexplm",
3
- "version": "1.5.1-alpha.64caad7",
3
+ "version": "1.5.1-alpha.c9b11be",
4
4
  "description": "Library used for integration with flexplm.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -772,7 +772,7 @@ export class BaseProcessPublishAssortment {
772
772
  }
773
773
  }
774
774
 
775
- private async sendPublishPayloadEvent(outboundPublishEvent: any){
775
+ private async sendPublishPayloadEvent(outboundPublishEvent: AsyncEventsPayloadType){
776
776
  console.info('sendPublishPayloadEvent()');
777
777
  let initialEvent = {};
778
778
  if (this.config?.event){