@veloceapps/api 9.0.0-15 → 9.0.0-16

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.
@@ -985,6 +985,7 @@ class DocumentTemplatesApiService {
985
985
  });
986
986
  }
987
987
  generateDocumentV2(body, quoteId, isAsync) {
988
+ body['docgenURL'] = window.VELO_DOCGEN_API ?? '';
988
989
  const params = {};
989
990
  if (isAsync) {
990
991
  params['async'] = 'true';