Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
protected WUResubmit(request: Partial): Promise {
return this.connection.WUResubmit(deepMixinT({}, request, {
Wuids: [this.Wuid]
}));
}
protected WUDetails(request: Partial): Promise {
return this.connection.WUDetails(deepMixinT({
ScopeFilter: {
MaxDepth: 9999
},
ScopeOptions: {
IncludeMatchedScopesInResults: true,
IncludeScope: true,
IncludeId: false,
IncludeScopeType: false
},
PropertyOptions: {
IncludeName: true,
IncludeRawValue: false,
IncludeFormatted: true,
IncludeMeasure: true,
IncludeCreator: false,
IncludeCreatorType: false