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

te-data-models

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

te-data-models

A library contains general schemas, models and constants which is used to share among TE App systems (owned by the co (owned by the construct team)

  • 2.2.4
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

TE Data Models

A library contains general schemas, models and constants which is used to share among TE App systems (owned by the co (owned by the construct team)

Usage with YALC

When you run it with calc, make sure to always COMMIT before publish. Otherwise, you will not get compiled files.

Installation

Adding the underneath code to packages.json and run yarn or npm install

"te-data-models": "https://<github_key>:x-oauth-basic@github.com/timeedit/te-data-models.git"

Build

yarn build:dev

or

npm run build:dev

Usage

Schema

import { FormSchema } from 'te-data-models/schema'

Models

import { Activity } from 'te-data-models/models'

Constants

import { teCoreActivityStatuses } from 'te-data-models/constant/activity.constant'

Available Entities

Schemas
  • FormSchema
  • FormInstanceSchema
  • RecipientSchema
  • RecipientsSchema
  • ActivitySchema
  • ReservationTemplateMappingSchema
Models
  • Activity
  • ActivityValue
  • SchedulingError
Constants
  • Activity
  • Form
  • FormInstance
  • TeCoreProps

New Version

npm version patch
git push --follow-tags

FAQs

Package last updated on 12 Aug 2024

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