Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quadient/evolve-front-office-scripting-utils

Package Overview
Dependencies
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quadient/evolve-front-office-scripting-utils

Library for front office api.

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

Evolve Front Office Scripting Utils

Overview

This package contains helper utilities for communication between Generate and Front office apps in Inspire Evolve.

Add to project:

npm install @quadient/evolve-front-office-scripting-utils

Table of Contents

  • DocumentsJson type - DTO for parsing multi-document files sent from FO.
  • FrontOfficeMetadata type - DTO for parsing metadata files sent from FO.
  • FrontOfficeTicketData type - DTO for creating tickets in FO.
  • FrontOfficeClient class - contains methods for sending requests to FO for creating tickets.

Create Ticket Example

const foClient = new FrontOfficeClient(connector);
const data = foClient.getSingleTicketData(stateId, holderType, holderValue, template);

const ticketId = await foClient.createSingleTicket(data);

FAQs

Package last updated on 24 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc