# test-ps-connectors-common

> PS Connectors Common

Latest version **1.0.1** (published 2021-04-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install test-ps-connectors-common
pnpm add test-ps-connectors-common
yarn add test-ps-connectors-common
bun add test-ps-connectors-common
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-04-19 |
| First published | 2021-04-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 30.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Bentley Systems, Inc. |
| Maintainers | aunsadiq |
| Keywords | Bentley, PS, Connectors, Common |

## Links

- npm: https://www.npmjs.com/package/test-ps-connectors-common
- npm.io page: https://npm.io/package/test-ps-connectors-common

## Dependencies (8)

- [bunyan](https://npm.io/package/bunyan.md) ^1.8.14
- [crypto](https://npm.io/package/crypto.md) ^1.0.1
- [dotenv](https://npm.io/package/dotenv.md) ^8.2.0
- [bunyan-seq](https://npm.io/package/bunyan-seq.md) ^0.4.0
- [hex-to-uuid](https://npm.io/package/hex-to-uuid.md) ^1.1.1
- [@bentley/bentleyjs-core](https://npm.io/package/@bentley/bentleyjs-core.md) 2.14.0
- [@bentley/imodeljs-common](https://npm.io/package/@bentley/imodeljs-common.md) 2.14.0
- [@bentley/imodeljs-backend](https://npm.io/package/@bentley/imodeljs-backend.md) 2.14.0

## Alternatives

- [@mdxeditor/editor](https://npm.io/package/@mdxeditor/editor.md) — 962.4K weekly downloads
- [mmdb-lib](https://npm.io/package/mmdb-lib.md) — 680.9K weekly downloads
- [playcanvas](https://npm.io/package/playcanvas.md) — 36.2K weekly downloads
- [@glw907/cairn-cms](https://npm.io/package/@glw907/cairn-cms.md) — 967 weekly downloads
- [markdown-to-confluence](https://npm.io/package/markdown-to-confluence.md) — 103 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2021-04-19
- 1.0.0 — 2021-04-19

## README

# PS Connectors Common
This project contains the common functionalities used in all PlantSight Connectors.
The Common functionalities include the following
1: Generate guid from a string (Guid.ts)
2: Check provisioning of an imodel (IModelHelper.ts)
3: Check if a specific schema class exists or not (IModelHelper.ts)
4: Query a functional model (IModelHelper.ts)
5: Create a functinoal model (IModelHelper.ts)
6: Check if json properties exist or not (IModelHelper.ts)
7: Add json properties to a functional model (IModelHelper.ts)
8: Add private property to a functinoal model (IModelHelper.ts)

---
_Source: https://npm.io/package/test-ps-connectors-common · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
