2.2.4 • Published 10 months ago

te-data-models v2.2.4

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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
2.2.0

11 months ago

2.2.4

10 months ago

2.1.5

1 year ago

1.0.65

3 years ago

1.0.68

3 years ago

1.0.67

3 years ago

1.0.10

4 years ago