@contrail/entity-types
Advanced tools
Comparing version 1.1.55-13 to 1.1.55
## What | ||
- [ ] Bugfix | ||
@@ -6,3 +7,4 @@ - [ ] Feature | ||
Description: | ||
Description: | ||
<!-- | ||
@@ -19,14 +21,13 @@ Describe the functional changes of the PR. | ||
## Why | ||
<!-- | ||
<!-- | ||
why is this change needed? Same rules as with #What | ||
--> | ||
## Testing added | ||
## Testing added | ||
<!-- | ||
<!-- | ||
Describe the testing you added to this PR | ||
--> | ||
## Link to Jira ticket(s) | ||
@@ -1,3 +0,3 @@ | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { AppOrg } from "./app-org"; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
import { AppOrg } from './app-org'; | ||
export interface AppApiKey extends OrgManagedEntity { | ||
@@ -4,0 +4,0 @@ id: string; |
@@ -1,4 +0,4 @@ | ||
import { App } from "./app"; | ||
import { AppVersion } from "./app-version"; | ||
import { BaseManagedEntity } from "./base-managed-entity"; | ||
import { App } from './app'; | ||
import { AppVersion } from './app-version'; | ||
import { BaseManagedEntity } from './base-managed-entity'; | ||
export declare enum AppExtensionType { | ||
@@ -5,0 +5,0 @@ DOCUMENT_AUTOMATION = "DOCUMENT_AUTOMATION", |
@@ -1,5 +0,5 @@ | ||
import { App } from "./app"; | ||
import { AppExtensionType, AppExtensionUserApps } from "./app-extension-definition"; | ||
import { AppVersion } from "./app-version"; | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { App } from './app'; | ||
import { AppExtensionType, AppExtensionUserApps } from './app-extension-definition'; | ||
import { AppVersion } from './app-version'; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
export interface AppExtension extends OrgManagedEntity { | ||
@@ -6,0 +6,0 @@ id?: string; |
@@ -1,4 +0,4 @@ | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { App } from "./app"; | ||
import { AppVersion } from "./app-version"; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
import { App } from './app'; | ||
import { AppVersion } from './app-version'; | ||
import { AppApiKey } from './app-api-key'; | ||
@@ -5,0 +5,0 @@ export declare enum AppOrgStatus { |
@@ -1,6 +0,6 @@ | ||
import { BaseManagedEntity } from "./base-managed-entity"; | ||
import { App } from "./app"; | ||
import { AppCodePackage } from "./app-code-package"; | ||
import { PropertyType } from "./property-type"; | ||
import { AppOrg } from "./app-org"; | ||
import { BaseManagedEntity } from './base-managed-entity'; | ||
import { App } from './app'; | ||
import { AppCodePackage } from './app-code-package'; | ||
import { PropertyType } from './property-type'; | ||
import { AppOrg } from './app-org'; | ||
export declare enum AppVersionStatus { | ||
@@ -7,0 +7,0 @@ PUBLISHING = "PUBLISHING", |
@@ -1,2 +0,2 @@ | ||
import { TypeManagedEntity } from "./type-managed-entity"; | ||
import { TypeManagedEntity } from './type-managed-entity'; | ||
import { Content } from './content'; | ||
@@ -3,0 +3,0 @@ export interface Asset extends TypeManagedEntity { |
@@ -49,2 +49,3 @@ export declare class InvalidPolicyError extends Error { | ||
suffix?: string; | ||
skipHydrateRelationships?: boolean; | ||
} | ||
@@ -51,0 +52,0 @@ export declare abstract class EntitiesClientCreateOptions { |
@@ -56,2 +56,3 @@ "use strict"; | ||
suffix; | ||
skipHydrateRelationships; | ||
} | ||
@@ -58,0 +59,0 @@ exports.EntitiesClientGetOptions = EntitiesClientGetOptions; |
@@ -1,2 +0,2 @@ | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
export interface ContentCustomSize extends OrgManagedEntity { | ||
@@ -3,0 +3,0 @@ id?: string; |
@@ -1,2 +0,2 @@ | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
export interface ContentHolderContent extends OrgManagedEntity { | ||
@@ -3,0 +3,0 @@ contentHolderReference?: string; |
@@ -1,27 +0,27 @@ | ||
export * from "./app-access-grant"; | ||
export * from "./app-api-key"; | ||
export * from "./app-code-package"; | ||
export * from "./app-org"; | ||
export * from "./app-version"; | ||
export * from "./app-extension-definition"; | ||
export * from "./app-extension"; | ||
export * from "./app"; | ||
export * from "./asset"; | ||
export * from "./base-managed-entity"; | ||
export * from "./client"; | ||
export * from "./content"; | ||
export * from "./contentholder-content"; | ||
export * from "./file"; | ||
export * from "./item"; | ||
export * from "./loader"; | ||
export * from "./log-level"; | ||
export * from "./org"; | ||
export * from "./project-item"; | ||
export * from "./project"; | ||
export * from "./property-type"; | ||
export * from "./org-managed-entity"; | ||
export * from "./subscription"; | ||
export * from "./shared-links"; | ||
export * from "./type-managed-entity"; | ||
export * from "./user"; | ||
export * from "./workspace-managed-entity"; | ||
export * from './app-access-grant'; | ||
export * from './app-api-key'; | ||
export * from './app-code-package'; | ||
export * from './app-org'; | ||
export * from './app-version'; | ||
export * from './app-extension-definition'; | ||
export * from './app-extension'; | ||
export * from './app'; | ||
export * from './asset'; | ||
export * from './base-managed-entity'; | ||
export * from './client'; | ||
export * from './content'; | ||
export * from './contentholder-content'; | ||
export * from './file'; | ||
export * from './item'; | ||
export * from './loader'; | ||
export * from './log-level'; | ||
export * from './org'; | ||
export * from './project-item'; | ||
export * from './project'; | ||
export * from './property-type'; | ||
export * from './org-managed-entity'; | ||
export * from './subscription'; | ||
export * from './shared-links'; | ||
export * from './type-managed-entity'; | ||
export * from './user'; | ||
export * from './workspace-managed-entity'; |
@@ -1,3 +0,3 @@ | ||
import { LogLevel } from "./log-level"; | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { LogLevel } from './log-level'; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
export declare class ColumnDefinition { | ||
@@ -53,7 +53,2 @@ fromProperty?: string; | ||
transformErrors: any[]; | ||
transformWarnings?: any[]; | ||
generalErrors?: GeneralIssueDetails[]; | ||
generalWarnings?: GeneralIssueDetails[]; | ||
systemErrors?: GeneralIssueDetails[]; | ||
failureArea?: LoaderFailureArea; | ||
} | ||
@@ -78,16 +73,2 @@ export interface RowLoadError { | ||
} | ||
export interface ProcessingIssues { | ||
rowNumber: number; | ||
columnIssues: ColumnIssueDetails[]; | ||
} | ||
export interface ColumnIssueDetails { | ||
columnName: string; | ||
message: string; | ||
issueType: IssueType; | ||
data: string; | ||
} | ||
export interface GeneralIssueDetails { | ||
message: string; | ||
issueType: IssueType; | ||
} | ||
export interface ColorLoadResult { | ||
@@ -172,17 +153,1 @@ colorsCreated: any[]; | ||
} | ||
export declare enum IssueType { | ||
CONFIG = "CONFIG", | ||
INVALID_DATA = "INVALID_DATA", | ||
MISSING_DATA = "MISSING_DATA", | ||
DUPLICATE_FEDERATED_ID = "DUPLICATE_FEDERATED_ID", | ||
SYSTEM_ERROR = "SYSTEM_ERROR", | ||
HEADER_MISMATCH = "HEADER_MISMATCH", | ||
VALIDATION_ERROR = "VALIDATION_ERROR" | ||
} | ||
export declare enum LoaderFailureArea { | ||
PARSING_CSV = "PARSING_CSV", | ||
TRANSFORMING_DATA = "TRANSFORMING_DATA", | ||
UPLOADING_DATA = "UPLOADING_DATA", | ||
VALIDATING_DATA = "VALIDATING_DATA", | ||
NONE = "NONE" | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LoaderFailureArea = exports.IssueType = exports.LoaderProcess = exports.LoadType = exports.LoadStatus = exports.ValueToAssortment = exports.AssortmentSplit = exports.ConditionalValues = exports.ColumnDefinition = void 0; | ||
exports.LoaderProcess = exports.LoadType = exports.LoadStatus = exports.ValueToAssortment = exports.AssortmentSplit = exports.ConditionalValues = exports.ColumnDefinition = void 0; | ||
class ColumnDefinition { | ||
@@ -86,19 +86,1 @@ fromProperty; | ||
exports.LoaderProcess = LoaderProcess; | ||
var IssueType; | ||
(function (IssueType) { | ||
IssueType["CONFIG"] = "CONFIG"; | ||
IssueType["INVALID_DATA"] = "INVALID_DATA"; | ||
IssueType["MISSING_DATA"] = "MISSING_DATA"; | ||
IssueType["DUPLICATE_FEDERATED_ID"] = "DUPLICATE_FEDERATED_ID"; | ||
IssueType["SYSTEM_ERROR"] = "SYSTEM_ERROR"; | ||
IssueType["HEADER_MISMATCH"] = "HEADER_MISMATCH"; | ||
IssueType["VALIDATION_ERROR"] = "VALIDATION_ERROR"; | ||
})(IssueType = exports.IssueType || (exports.IssueType = {})); | ||
var LoaderFailureArea; | ||
(function (LoaderFailureArea) { | ||
LoaderFailureArea["PARSING_CSV"] = "PARSING_CSV"; | ||
LoaderFailureArea["TRANSFORMING_DATA"] = "TRANSFORMING_DATA"; | ||
LoaderFailureArea["UPLOADING_DATA"] = "UPLOADING_DATA"; | ||
LoaderFailureArea["VALIDATING_DATA"] = "VALIDATING_DATA"; | ||
LoaderFailureArea["NONE"] = "NONE"; | ||
})(LoaderFailureArea = exports.LoaderFailureArea || (exports.LoaderFailureArea = {})); |
@@ -1,2 +0,2 @@ | ||
import { BaseManagedEntity } from "./base-managed-entity"; | ||
import { BaseManagedEntity } from './base-managed-entity'; | ||
export interface OrgManagedEntity extends BaseManagedEntity { | ||
@@ -3,0 +3,0 @@ orgId?: string; |
@@ -1,2 +0,2 @@ | ||
import { BaseManagedEntity } from "./base-managed-entity"; | ||
import { BaseManagedEntity } from './base-managed-entity'; | ||
export interface Org extends BaseManagedEntity { | ||
@@ -3,0 +3,0 @@ id?: string; |
@@ -1,2 +0,2 @@ | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
export interface ProjectConfiguration extends OrgManagedEntity { | ||
@@ -3,0 +3,0 @@ projectName: string; |
@@ -1,4 +0,4 @@ | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
export interface Project extends OrgManagedEntity { | ||
name: string; | ||
} |
@@ -1,3 +0,3 @@ | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { Group, User } from "./user"; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
import { Group, User } from './user'; | ||
export declare enum SharedLinkAccessLevel { | ||
@@ -4,0 +4,0 @@ RESTRICTED = "RESTRICTED", |
@@ -1,3 +0,3 @@ | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { Group, User } from "./user"; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
import { Group, User } from './user'; | ||
export declare enum SubscriptionType { | ||
@@ -4,0 +4,0 @@ COMMENT_ON_OWNED = "COMMENT_ON_OWNED", |
@@ -1,2 +0,2 @@ | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
export interface TypeManagedEntity extends OrgManagedEntity { | ||
@@ -3,0 +3,0 @@ typeId?: string; |
@@ -1,4 +0,4 @@ | ||
import { BaseManagedEntity } from "./base-managed-entity"; | ||
import { Org } from "./org"; | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { BaseManagedEntity } from './base-managed-entity'; | ||
import { Org } from './org'; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
export declare enum UserOrgRole { | ||
@@ -5,0 +5,0 @@ admin = "ADMIN", |
@@ -1,2 +0,2 @@ | ||
import { TypeManagedEntity } from "./type-managed-entity"; | ||
import { TypeManagedEntity } from './type-managed-entity'; | ||
export interface WorkspaceManagedEntity extends TypeManagedEntity { | ||
@@ -3,0 +3,0 @@ workspaceId?: string; |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.55-13", | ||
"version": "1.1.55", | ||
"description": "A types library for Vibeiq entities.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -6,2 +6,3 @@ # Types Entity | ||
### Usage | ||
```js | ||
@@ -13,2 +14,2 @@ import Item from '@contrail/entity-types'; | ||
} | ||
``` | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
14
43348
1291