Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@aptly-as/types

Package Overview
Dependencies
Maintainers
2
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptly-as/types - npm Package Compare versions

Comparing version
3.16.1
to
3.16.2
+3
-1
enums/standards.d.ts
export declare enum AptlyQuantityUnitCode {
One = "C62",
Piece = "H87",
Millimetre = "MMT",
Centimetre = "CMT",
Meter = "MTR",
LinearMetre = "LM",
SquareMetre = "MTK",
Kilometre = "KMT",
SquareMeter = "MTK",
Kilogram = "KGM",

@@ -9,0 +11,0 @@ Hour = "HUR",

@@ -5,6 +5,8 @@ export var AptlyQuantityUnitCode;

AptlyQuantityUnitCode["Piece"] = "H87";
AptlyQuantityUnitCode["Millimetre"] = "MMT";
AptlyQuantityUnitCode["Centimetre"] = "CMT";
AptlyQuantityUnitCode["Meter"] = "MTR";
AptlyQuantityUnitCode["LinearMetre"] = "LM";
AptlyQuantityUnitCode["SquareMetre"] = "MTK";
AptlyQuantityUnitCode["Kilometre"] = "KMT";
AptlyQuantityUnitCode["SquareMeter"] = "MTK";
AptlyQuantityUnitCode["Kilogram"] = "KGM";

@@ -11,0 +13,0 @@ AptlyQuantityUnitCode["Hour"] = "HUR";

@@ -6,6 +6,8 @@ {

"H87": "pcs",
"MMT": "mm",
"CMT": "cm",
"MTR": "m",
"CMT": "cm",
"LMT": "lmt",
"MTK": "m²",
"KMT": "km",
"MTK": "m²",
"KGM": "kg",

@@ -12,0 +14,0 @@ "HUR_one": "hour",

@@ -6,6 +6,8 @@ {

"H87": "stk",
"MMT": "mm",
"CMT": "cm",
"MTR": "m",
"CMT": "cm",
"LMT": "lm",
"MTK": "m²",
"KMT": "km",
"MTK": "m²",
"KGM": "kg",

@@ -12,0 +14,0 @@ "HUR_one": "time",

@@ -14,2 +14,3 @@ import { AptlyBaseSchema, AptlyHistorySchema } from './extends.js';

organizationNumber: string;
nobbParticipantNo?: number;
featured: boolean;

@@ -16,0 +17,0 @@ extends: ID;

@@ -47,2 +47,4 @@ import { AptlyDocumentSchema } from './document.js';

efoFDVUrl?: string;
nobbImageUrl?: string;
nobbFDVUrl?: string;
variants: AptlyProductVariantSchema<ID, DATE>[];

@@ -49,0 +51,0 @@ created: DATE;

{
"name": "@aptly-as/types",
"version": "3.16.1",
"version": "3.16.2",
"description": "Aptly types and enums",

@@ -5,0 +5,0 @@ "type": "module",