@planet-a/affinity-node
Advanced tools
Comparing version 0.0.1-test.17 to 0.0.1-test.18
{ | ||
"name": "@planet-a/affinity-node", | ||
"version": "0.0.1-test.17", | ||
"version": "0.0.1-test.18", | ||
"description": "API wrapper for the affinity.co API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# [![Test, Lint & Deploy](https://github.com/planet-a-ventures/affinity-node/actions/workflows/main.yml/badge.svg)](https://github.com/planet-a-ventures/affinity-node/actions/workflows/main.yml) affinity-node | ||
# [![Test, Lint & Deploy](https://github.com/planet-a-ventures/affinity-node/actions/workflows/main.yml/badge.svg)](https://github.com/planet-a-ventures/affinity-node/actions/workflows/main.yml) [![NPM Version](https://img.shields.io/npm/v/%40planet-a%2Faffinity-node)](https://www.npmjs.com/package/@planet-a/affinity-node) affinity-node | ||
@@ -3,0 +3,0 @@ Node module for the [Affinity](https://www.affinity.co/) CRM. |
@@ -6,3 +6,4 @@ import type { AxiosInstance } from 'axios'; | ||
export type { DateTime } from './types.js'; | ||
export type DropdownValue = { | ||
export type DropdownValue = string; | ||
export type RankedDropdownValue = { | ||
/** | ||
@@ -20,4 +21,2 @@ * The unique identifier of the value. | ||
color: number; | ||
}; | ||
export type RankedDropdownValue = DropdownValue & { | ||
/** | ||
@@ -137,3 +136,3 @@ * The rank of the value. | ||
*/ | ||
value: Exclude<Value, DropdownValue | RankedDropdownValue>; | ||
value: Exclude<Value, RankedDropdownValue>; | ||
list_entry_id?: number; | ||
@@ -140,0 +139,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
245527
6727