@contrail/entity-types 1.5.1-alpha.0 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.npmrc.bak +1 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +64 -0
- package/docs/assets/icons.js +15 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +59 -0
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1414 -0
- package/docs/classes/ApiError.html +14 -0
- package/docs/classes/AssortmentSplit.html +7 -0
- package/docs/classes/ColumnDefinition.html +7 -0
- package/docs/classes/ConditionalValues.html +5 -0
- package/docs/classes/EntitiesClient.html +26 -0
- package/docs/classes/EntitiesClientBatchCreateOptions.html +12 -0
- package/docs/classes/EntitiesClientBatchDeleteOptions.html +13 -0
- package/docs/classes/EntitiesClientBatchUpdateOptions.html +12 -0
- package/docs/classes/EntitiesClientCreateOptions.html +20 -0
- package/docs/classes/EntitiesClientDeleteOptions.html +17 -0
- package/docs/classes/EntitiesClientGetOptions.html +39 -0
- package/docs/classes/EntitiesClientUpdateOptions.html +25 -0
- package/docs/classes/EntityReference.html +7 -0
- package/docs/classes/InvalidPolicyError.html +13 -0
- package/docs/classes/LoaderProcess.html +44 -0
- package/docs/classes/TimeoutError.html +13 -0
- package/docs/classes/ValueToAssortment.html +6 -0
- package/docs/enums/API_VERSION.html +7 -0
- package/docs/enums/AppAccessGrantScope.html +3 -0
- package/docs/enums/AppExtensionType.html +6 -0
- package/docs/enums/AppExtensionUserApps.html +7 -0
- package/docs/enums/AppOrgStatus.html +7 -0
- package/docs/enums/AppVersionStatus.html +8 -0
- package/docs/enums/AssortmentType.html +7 -0
- package/docs/enums/EntityType.html +7 -0
- package/docs/enums/IssueType.html +11 -0
- package/docs/enums/LoadStatus.html +7 -0
- package/docs/enums/LoadType.html +9 -0
- package/docs/enums/LoaderFailureArea.html +7 -0
- package/docs/enums/LogLevel.html +8 -0
- package/docs/enums/NodeRuntime.html +4 -0
- package/docs/enums/PropertyType.html +27 -0
- package/docs/enums/SharedLinkAccessLevel.html +7 -0
- package/docs/enums/SortOrderOptions.html +5 -0
- package/docs/enums/SubscriptionChannel.html +5 -0
- package/docs/enums/SubscriptionType.html +9 -0
- package/docs/enums/UserOrgRole.html +5 -0
- package/docs/enums/WorkspacePrincipalRole.html +5 -0
- package/docs/enums/WorkspaceType.html +5 -0
- package/docs/functions/isValidNodeRuntime.html +2 -0
- package/docs/home-hero.svg +11 -0
- package/docs/index.html +5 -0
- package/docs/interfaces/App.html +26 -0
- package/docs/interfaces/AppAccessGrant.html +15 -0
- package/docs/interfaces/AppApiKey.html +15 -0
- package/docs/interfaces/AppCodePackage.html +16 -0
- package/docs/interfaces/AppExtension.html +20 -0
- package/docs/interfaces/AppExtensionDefinition.html +19 -0
- package/docs/interfaces/AppOrg.html +17 -0
- package/docs/interfaces/AppVersion.html +22 -0
- package/docs/interfaces/Asset.html +25 -0
- package/docs/interfaces/Assortment.html +32 -0
- package/docs/interfaces/AssortmentItem.html +27 -0
- package/docs/interfaces/AssortmentSummary.html +16 -0
- package/docs/interfaces/Color.html +19 -0
- package/docs/interfaces/ColumnIssueDetails.html +6 -0
- package/docs/interfaces/CompositePlansSummary.html +16 -0
- package/docs/interfaces/ConfigProperty.html +6 -0
- package/docs/interfaces/Content.html +29 -0
- package/docs/interfaces/ContentHolderContent.html +12 -0
- package/docs/interfaces/EntityLoadResult.html +10 -0
- package/docs/interfaces/ExternalLink.html +7 -0
- package/docs/interfaces/ExternalLinkExtraAttribute.html +4 -0
- package/docs/interfaces/File.html +20 -0
- package/docs/interfaces/GeneralIssueDetails.html +4 -0
- package/docs/interfaces/Group.html +14 -0
- package/docs/interfaces/GroupPrincipal.html +16 -0
- package/docs/interfaces/Item.html +25 -0
- package/docs/interfaces/LoadResult.html +13 -0
- package/docs/interfaces/LoaderConfiguration.html +16 -0
- package/docs/interfaces/LoaderNumbersSummary.html +14 -0
- package/docs/interfaces/Org.html +13 -0
- package/docs/interfaces/PreprocessingStepStoredResultSummary.html +6 -0
- package/docs/interfaces/ProcessedData.html +9 -0
- package/docs/interfaces/ProcessingIssues.html +4 -0
- package/docs/interfaces/Project.html +11 -0
- package/docs/interfaces/ProjectItem.html +18 -0
- package/docs/interfaces/PropertyTypeMetaData.html +5 -0
- package/docs/interfaces/RowLoadError.html +4 -0
- package/docs/interfaces/SharedLink.html +22 -0
- package/docs/interfaces/SharedLinkPrincipal.html +18 -0
- package/docs/interfaces/SortOption.html +4 -0
- package/docs/interfaces/Subscription.html +18 -0
- package/docs/interfaces/TriggerKeyDefinition.html +6 -0
- package/docs/interfaces/User.html +14 -0
- package/docs/interfaces/UserOrg.html +19 -0
- package/docs/interfaces/Workspace.html +29 -0
- package/docs/interfaces/WorkspacePrincipal.html +21 -0
- package/docs/modules.html +94 -0
- package/docs/types/BatchFetchResponse.html +2 -0
- package/docs/types/SubscriptionMatrix.html +2 -0
- package/docs/variables/BOARD_APP_SUBSCRIBED_TO_CONST.html +2 -0
- package/docs/variables/DEFAULT_API_VERSION.html +2 -0
- package/docs/variables/PLAN_APP_SUBSCRIBED_TO_CONST.html +2 -0
- package/docs/variables/SHOWCASE_APP_SUBSCRIBED_TO_CONST.html +2 -0
- package/lib/action-definition-config.d.ts +6 -6
- package/lib/action-definition-config.js +2 -2
- package/lib/app-access-grant.d.ts +15 -15
- package/lib/app-access-grant.js +7 -7
- package/lib/app-api-key.d.ts +15 -15
- package/lib/app-api-key.js +2 -2
- package/lib/app-code-package.d.ts +17 -17
- package/lib/app-code-package.js +2 -2
- package/lib/app-extension-definition.d.ts +53 -34
- package/lib/app-extension-definition.js +18 -18
- package/lib/app-extension.d.ts +24 -23
- package/lib/app-extension.js +2 -2
- package/lib/app-org.d.ts +20 -20
- package/lib/app-org.js +11 -11
- package/lib/app-version.d.ts +57 -57
- package/lib/app-version.js +21 -21
- package/lib/app.d.ts +25 -25
- package/lib/app.js +2 -2
- package/lib/asset.d.ts +16 -16
- package/lib/asset.js +2 -2
- package/lib/assortment-item.d.ts +27 -27
- package/lib/assortment-item.js +2 -2
- package/lib/assortment-publish-change.d.ts +48 -0
- package/lib/assortment-publish-change.js +2 -0
- package/lib/assortment-summary.d.ts +15 -15
- package/lib/assortment-summary.js +2 -2
- package/lib/assortment.d.ts +39 -39
- package/lib/assortment.js +11 -11
- package/lib/base-managed-entity.d.ts +8 -8
- package/lib/base-managed-entity.js +2 -2
- package/lib/batch-fetch-response.d.ts +11 -11
- package/lib/batch-fetch-response.js +2 -2
- package/lib/client.d.ts +107 -107
- package/lib/client.js +114 -114
- package/lib/color.d.ts +14 -14
- package/lib/color.js +2 -2
- package/lib/composite-plans-summary.d.ts +15 -15
- package/lib/composite-plans-summary.js +2 -2
- package/lib/content-custom-size.d.ts +14 -14
- package/lib/content-custom-size.js +2 -2
- package/lib/content.d.ts +25 -25
- package/lib/content.js +2 -2
- package/lib/contentholder-content.d.ts +5 -5
- package/lib/contentholder-content.js +2 -2
- package/lib/event-workflow-action-definition.d.ts +21 -21
- package/lib/event-workflow-action-definition.js +2 -2
- package/lib/event-workflow-process.d.ts +27 -27
- package/lib/event-workflow-process.js +11 -11
- package/lib/event-workflow-task.d.ts +30 -30
- package/lib/event-workflow-task.js +2 -2
- package/lib/file.d.ts +13 -13
- package/lib/file.js +2 -2
- package/lib/index.d.ts +40 -39
- package/lib/index.js +56 -55
- package/lib/item.d.ts +20 -20
- package/lib/item.js +2 -2
- package/lib/loader.d.ts +182 -183
- package/lib/loader.js +115 -116
- package/lib/log-level.d.ts +8 -8
- package/lib/log-level.js +12 -12
- package/lib/org-managed-entity.d.ts +5 -5
- package/lib/org-managed-entity.js +2 -2
- package/lib/org.d.ts +11 -11
- package/lib/org.js +2 -2
- package/lib/project-configuration.d.ts +39 -39
- package/lib/project-configuration.js +9 -9
- package/lib/project-item.d.ts +9 -9
- package/lib/project-item.js +2 -2
- package/lib/project.d.ts +4 -4
- package/lib/project.js +2 -2
- package/lib/property-type.d.ts +32 -32
- package/lib/property-type.js +31 -31
- package/lib/shared-links.d.ts +46 -46
- package/lib/shared-links.js +11 -11
- package/lib/subscription.d.ts +38 -38
- package/lib/subscription.js +22 -22
- package/lib/type-managed-entity.d.ts +8 -8
- package/lib/type-managed-entity.js +2 -2
- package/lib/user.d.ts +79 -79
- package/lib/user.js +20 -20
- package/lib/workspace-managed-entity.d.ts +5 -5
- package/lib/workspace-managed-entity.js +2 -2
- package/lib/workspace-principal.d.ts +24 -24
- package/lib/workspace-principal.js +9 -9
- package/lib/workspace.d.ts +32 -32
- package/lib/workspace.js +9 -9
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -1,114 +1,114 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EntitiesClient = exports.EntitiesClientBatchDeleteOptions = exports.EntitiesClientDeleteOptions = exports.EntitiesClientBatchUpdateOptions = exports.EntitiesClientUpdateOptions = exports.EntitiesClientBatchCreateOptions = exports.EntitiesClientCreateOptions = exports.EntitiesClientGetOptions = exports.DEFAULT_API_VERSION = exports.API_VERSION = exports.SortOrderOptions = exports.EntityReference = exports.ApiError = exports.TimeoutError = exports.InvalidPolicyError = void 0;
|
|
4
|
-
class InvalidPolicyError extends Error {
|
|
5
|
-
}
|
|
6
|
-
exports.InvalidPolicyError = InvalidPolicyError;
|
|
7
|
-
class TimeoutError extends Error {
|
|
8
|
-
}
|
|
9
|
-
exports.TimeoutError = TimeoutError;
|
|
10
|
-
class ApiError extends Error {
|
|
11
|
-
details;
|
|
12
|
-
constructor(message, details) {
|
|
13
|
-
super(message);
|
|
14
|
-
this.details = details;
|
|
15
|
-
this.details = details;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.ApiError = ApiError;
|
|
19
|
-
class EntityReference {
|
|
20
|
-
id;
|
|
21
|
-
entityType;
|
|
22
|
-
reference;
|
|
23
|
-
}
|
|
24
|
-
exports.EntityReference = EntityReference;
|
|
25
|
-
var SortOrderOptions;
|
|
26
|
-
(function (SortOrderOptions) {
|
|
27
|
-
SortOrderOptions["ASC"] = "asc";
|
|
28
|
-
SortOrderOptions["DESC"] = "desc";
|
|
29
|
-
})(SortOrderOptions = exports.SortOrderOptions || (exports.SortOrderOptions = {}));
|
|
30
|
-
var API_VERSION;
|
|
31
|
-
(function (API_VERSION) {
|
|
32
|
-
API_VERSION["EMPTY"] = "";
|
|
33
|
-
API_VERSION["V1"] = "1";
|
|
34
|
-
API_VERSION["V2"] = "2";
|
|
35
|
-
})(API_VERSION = exports.API_VERSION || (exports.API_VERSION = {}));
|
|
36
|
-
exports.DEFAULT_API_VERSION = API_VERSION.EMPTY;
|
|
37
|
-
class EntitiesClientGetOptions {
|
|
38
|
-
entityName;
|
|
39
|
-
id;
|
|
40
|
-
reference;
|
|
41
|
-
federatedId;
|
|
42
|
-
federatedIds;
|
|
43
|
-
relation;
|
|
44
|
-
relations;
|
|
45
|
-
criteria;
|
|
46
|
-
cacheMode;
|
|
47
|
-
search;
|
|
48
|
-
useSearch;
|
|
49
|
-
order;
|
|
50
|
-
skip;
|
|
51
|
-
take;
|
|
52
|
-
paginate;
|
|
53
|
-
nextPageKey;
|
|
54
|
-
apiVersion;
|
|
55
|
-
suffix;
|
|
56
|
-
skipHydrateRelationships;
|
|
57
|
-
}
|
|
58
|
-
exports.EntitiesClientGetOptions = EntitiesClientGetOptions;
|
|
59
|
-
class EntitiesClientCreateOptions {
|
|
60
|
-
entityName;
|
|
61
|
-
object;
|
|
62
|
-
id;
|
|
63
|
-
relation;
|
|
64
|
-
apiVersion;
|
|
65
|
-
suffix;
|
|
66
|
-
skipHydrateRelationships;
|
|
67
|
-
}
|
|
68
|
-
exports.EntitiesClientCreateOptions = EntitiesClientCreateOptions;
|
|
69
|
-
class EntitiesClientBatchCreateOptions {
|
|
70
|
-
entityName;
|
|
71
|
-
objects;
|
|
72
|
-
apiVersion;
|
|
73
|
-
suffix;
|
|
74
|
-
}
|
|
75
|
-
exports.EntitiesClientBatchCreateOptions = EntitiesClientBatchCreateOptions;
|
|
76
|
-
class EntitiesClientUpdateOptions {
|
|
77
|
-
entityName;
|
|
78
|
-
object;
|
|
79
|
-
id;
|
|
80
|
-
reference;
|
|
81
|
-
relation;
|
|
82
|
-
relationId;
|
|
83
|
-
apiVersion;
|
|
84
|
-
suffix;
|
|
85
|
-
skipHydrateRelationships;
|
|
86
|
-
}
|
|
87
|
-
exports.EntitiesClientUpdateOptions = EntitiesClientUpdateOptions;
|
|
88
|
-
class EntitiesClientBatchUpdateOptions {
|
|
89
|
-
entityName;
|
|
90
|
-
objects;
|
|
91
|
-
apiVersion;
|
|
92
|
-
suffix;
|
|
93
|
-
}
|
|
94
|
-
exports.EntitiesClientBatchUpdateOptions = EntitiesClientBatchUpdateOptions;
|
|
95
|
-
class EntitiesClientDeleteOptions {
|
|
96
|
-
entityName;
|
|
97
|
-
id;
|
|
98
|
-
reference;
|
|
99
|
-
relation;
|
|
100
|
-
relationId;
|
|
101
|
-
apiVersion;
|
|
102
|
-
suffix;
|
|
103
|
-
}
|
|
104
|
-
exports.EntitiesClientDeleteOptions = EntitiesClientDeleteOptions;
|
|
105
|
-
class EntitiesClientBatchDeleteOptions {
|
|
106
|
-
entityName;
|
|
107
|
-
ids;
|
|
108
|
-
apiVersion;
|
|
109
|
-
suffix;
|
|
110
|
-
}
|
|
111
|
-
exports.EntitiesClientBatchDeleteOptions = EntitiesClientBatchDeleteOptions;
|
|
112
|
-
class EntitiesClient {
|
|
113
|
-
}
|
|
114
|
-
exports.EntitiesClient = EntitiesClient;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EntitiesClient = exports.EntitiesClientBatchDeleteOptions = exports.EntitiesClientDeleteOptions = exports.EntitiesClientBatchUpdateOptions = exports.EntitiesClientUpdateOptions = exports.EntitiesClientBatchCreateOptions = exports.EntitiesClientCreateOptions = exports.EntitiesClientGetOptions = exports.DEFAULT_API_VERSION = exports.API_VERSION = exports.SortOrderOptions = exports.EntityReference = exports.ApiError = exports.TimeoutError = exports.InvalidPolicyError = void 0;
|
|
4
|
+
class InvalidPolicyError extends Error {
|
|
5
|
+
}
|
|
6
|
+
exports.InvalidPolicyError = InvalidPolicyError;
|
|
7
|
+
class TimeoutError extends Error {
|
|
8
|
+
}
|
|
9
|
+
exports.TimeoutError = TimeoutError;
|
|
10
|
+
class ApiError extends Error {
|
|
11
|
+
details;
|
|
12
|
+
constructor(message, details) {
|
|
13
|
+
super(message);
|
|
14
|
+
this.details = details;
|
|
15
|
+
this.details = details;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.ApiError = ApiError;
|
|
19
|
+
class EntityReference {
|
|
20
|
+
id;
|
|
21
|
+
entityType;
|
|
22
|
+
reference;
|
|
23
|
+
}
|
|
24
|
+
exports.EntityReference = EntityReference;
|
|
25
|
+
var SortOrderOptions;
|
|
26
|
+
(function (SortOrderOptions) {
|
|
27
|
+
SortOrderOptions["ASC"] = "asc";
|
|
28
|
+
SortOrderOptions["DESC"] = "desc";
|
|
29
|
+
})(SortOrderOptions = exports.SortOrderOptions || (exports.SortOrderOptions = {}));
|
|
30
|
+
var API_VERSION;
|
|
31
|
+
(function (API_VERSION) {
|
|
32
|
+
API_VERSION["EMPTY"] = "";
|
|
33
|
+
API_VERSION["V1"] = "1";
|
|
34
|
+
API_VERSION["V2"] = "2";
|
|
35
|
+
})(API_VERSION = exports.API_VERSION || (exports.API_VERSION = {}));
|
|
36
|
+
exports.DEFAULT_API_VERSION = API_VERSION.EMPTY;
|
|
37
|
+
class EntitiesClientGetOptions {
|
|
38
|
+
entityName;
|
|
39
|
+
id;
|
|
40
|
+
reference;
|
|
41
|
+
federatedId;
|
|
42
|
+
federatedIds;
|
|
43
|
+
relation;
|
|
44
|
+
relations;
|
|
45
|
+
criteria;
|
|
46
|
+
cacheMode;
|
|
47
|
+
search;
|
|
48
|
+
useSearch;
|
|
49
|
+
order;
|
|
50
|
+
skip;
|
|
51
|
+
take;
|
|
52
|
+
paginate;
|
|
53
|
+
nextPageKey;
|
|
54
|
+
apiVersion;
|
|
55
|
+
suffix;
|
|
56
|
+
skipHydrateRelationships;
|
|
57
|
+
}
|
|
58
|
+
exports.EntitiesClientGetOptions = EntitiesClientGetOptions;
|
|
59
|
+
class EntitiesClientCreateOptions {
|
|
60
|
+
entityName;
|
|
61
|
+
object;
|
|
62
|
+
id;
|
|
63
|
+
relation;
|
|
64
|
+
apiVersion;
|
|
65
|
+
suffix;
|
|
66
|
+
skipHydrateRelationships;
|
|
67
|
+
}
|
|
68
|
+
exports.EntitiesClientCreateOptions = EntitiesClientCreateOptions;
|
|
69
|
+
class EntitiesClientBatchCreateOptions {
|
|
70
|
+
entityName;
|
|
71
|
+
objects;
|
|
72
|
+
apiVersion;
|
|
73
|
+
suffix;
|
|
74
|
+
}
|
|
75
|
+
exports.EntitiesClientBatchCreateOptions = EntitiesClientBatchCreateOptions;
|
|
76
|
+
class EntitiesClientUpdateOptions {
|
|
77
|
+
entityName;
|
|
78
|
+
object;
|
|
79
|
+
id;
|
|
80
|
+
reference;
|
|
81
|
+
relation;
|
|
82
|
+
relationId;
|
|
83
|
+
apiVersion;
|
|
84
|
+
suffix;
|
|
85
|
+
skipHydrateRelationships;
|
|
86
|
+
}
|
|
87
|
+
exports.EntitiesClientUpdateOptions = EntitiesClientUpdateOptions;
|
|
88
|
+
class EntitiesClientBatchUpdateOptions {
|
|
89
|
+
entityName;
|
|
90
|
+
objects;
|
|
91
|
+
apiVersion;
|
|
92
|
+
suffix;
|
|
93
|
+
}
|
|
94
|
+
exports.EntitiesClientBatchUpdateOptions = EntitiesClientBatchUpdateOptions;
|
|
95
|
+
class EntitiesClientDeleteOptions {
|
|
96
|
+
entityName;
|
|
97
|
+
id;
|
|
98
|
+
reference;
|
|
99
|
+
relation;
|
|
100
|
+
relationId;
|
|
101
|
+
apiVersion;
|
|
102
|
+
suffix;
|
|
103
|
+
}
|
|
104
|
+
exports.EntitiesClientDeleteOptions = EntitiesClientDeleteOptions;
|
|
105
|
+
class EntitiesClientBatchDeleteOptions {
|
|
106
|
+
entityName;
|
|
107
|
+
ids;
|
|
108
|
+
apiVersion;
|
|
109
|
+
suffix;
|
|
110
|
+
}
|
|
111
|
+
exports.EntitiesClientBatchDeleteOptions = EntitiesClientBatchDeleteOptions;
|
|
112
|
+
class EntitiesClient {
|
|
113
|
+
}
|
|
114
|
+
exports.EntitiesClient = EntitiesClient;
|
package/lib/color.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { BaseManagedEntity } from './base-managed-entity';
|
|
2
|
-
export interface Color extends BaseManagedEntity {
|
|
3
|
-
name?: string;
|
|
4
|
-
federatedId?: string;
|
|
5
|
-
primaryViewableId?: string;
|
|
6
|
-
hex?: string;
|
|
7
|
-
hexCode?: string;
|
|
8
|
-
red?: number;
|
|
9
|
-
green?: number;
|
|
10
|
-
blue?: number;
|
|
11
|
-
rgb?: `rgb(${number}, ${number}, ${number})`;
|
|
12
|
-
rgba?: `rgba(${number}, ${number}, ${number}, ${number})`;
|
|
13
|
-
isArchived?: boolean;
|
|
14
|
-
}
|
|
1
|
+
import { BaseManagedEntity } from './base-managed-entity';
|
|
2
|
+
export interface Color extends BaseManagedEntity {
|
|
3
|
+
name?: string;
|
|
4
|
+
federatedId?: string;
|
|
5
|
+
primaryViewableId?: string;
|
|
6
|
+
hex?: string;
|
|
7
|
+
hexCode?: string;
|
|
8
|
+
red?: number;
|
|
9
|
+
green?: number;
|
|
10
|
+
blue?: number;
|
|
11
|
+
rgb?: `rgb(${number}, ${number}, ${number})`;
|
|
12
|
+
rgba?: `rgba(${number}, ${number}, ${number}, ${number})`;
|
|
13
|
+
isArchived?: boolean;
|
|
14
|
+
}
|
package/lib/color.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { OrgManagedEntity } from './org-managed-entity';
|
|
2
|
-
export interface CompositePlansSummary extends OrgManagedEntity {
|
|
3
|
-
id: string;
|
|
4
|
-
createdOn?: Date;
|
|
5
|
-
updatedOn?: Date;
|
|
6
|
-
createdById?: string;
|
|
7
|
-
updatedById?: string;
|
|
8
|
-
createdBy?: any;
|
|
9
|
-
updatedBy?: any;
|
|
10
|
-
orgId?: string;
|
|
11
|
-
assortmentId?: string;
|
|
12
|
-
count?: number;
|
|
13
|
-
aggregates?: any;
|
|
14
|
-
optionAggregates?: any;
|
|
15
|
-
}
|
|
1
|
+
import { OrgManagedEntity } from './org-managed-entity';
|
|
2
|
+
export interface CompositePlansSummary extends OrgManagedEntity {
|
|
3
|
+
id: string;
|
|
4
|
+
createdOn?: Date;
|
|
5
|
+
updatedOn?: Date;
|
|
6
|
+
createdById?: string;
|
|
7
|
+
updatedById?: string;
|
|
8
|
+
createdBy?: any;
|
|
9
|
+
updatedBy?: any;
|
|
10
|
+
orgId?: string;
|
|
11
|
+
assortmentId?: string;
|
|
12
|
+
count?: number;
|
|
13
|
+
aggregates?: any;
|
|
14
|
+
optionAggregates?: any;
|
|
15
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { OrgManagedEntity } from './org-managed-entity';
|
|
2
|
-
export interface ContentCustomSize extends OrgManagedEntity {
|
|
3
|
-
id?: string;
|
|
4
|
-
createdOn?: Date;
|
|
5
|
-
updatedOn?: Date;
|
|
6
|
-
createdById?: string;
|
|
7
|
-
updatedById?: string;
|
|
8
|
-
createdBy?: any;
|
|
9
|
-
updatedBy?: any;
|
|
10
|
-
orgId?: string;
|
|
11
|
-
slug: string;
|
|
12
|
-
size: number;
|
|
13
|
-
density?: number;
|
|
14
|
-
}
|
|
1
|
+
import { OrgManagedEntity } from './org-managed-entity';
|
|
2
|
+
export interface ContentCustomSize extends OrgManagedEntity {
|
|
3
|
+
id?: string;
|
|
4
|
+
createdOn?: Date;
|
|
5
|
+
updatedOn?: Date;
|
|
6
|
+
createdById?: string;
|
|
7
|
+
updatedById?: string;
|
|
8
|
+
createdBy?: any;
|
|
9
|
+
updatedBy?: any;
|
|
10
|
+
orgId?: string;
|
|
11
|
+
slug: string;
|
|
12
|
+
size: number;
|
|
13
|
+
density?: number;
|
|
14
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/content.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { BaseManagedEntity } from './base-managed-entity';
|
|
2
|
-
import { ContentHolderContent } from './contentholder-content';
|
|
3
|
-
export interface Content extends BaseManagedEntity {
|
|
4
|
-
assetId?: string;
|
|
5
|
-
fileName?: string;
|
|
6
|
-
contentType?: string;
|
|
7
|
-
fileSize?: string;
|
|
8
|
-
primaryFileId?: string;
|
|
9
|
-
primaryFileUrl?: string;
|
|
10
|
-
largeViewableId?: string;
|
|
11
|
-
largeViewableUrl?: string;
|
|
12
|
-
mediumLargeViewableId?: string;
|
|
13
|
-
mediumLargeViewableUrl?: string;
|
|
14
|
-
mediumViewableId?: string;
|
|
15
|
-
mediumViewableUrl?: string;
|
|
16
|
-
smallViewableId?: string;
|
|
17
|
-
smallViewableUrl?: string;
|
|
18
|
-
tinyViewableId?: string;
|
|
19
|
-
tinyViewableUrl?: string;
|
|
20
|
-
federatedId?: string;
|
|
21
|
-
primaryViewable?: boolean;
|
|
22
|
-
primaryFile?: any;
|
|
23
|
-
copyFileId?: string[];
|
|
24
|
-
contentHolderContent?: ContentHolderContent;
|
|
25
|
-
}
|
|
1
|
+
import { BaseManagedEntity } from './base-managed-entity';
|
|
2
|
+
import { ContentHolderContent } from './contentholder-content';
|
|
3
|
+
export interface Content extends BaseManagedEntity {
|
|
4
|
+
assetId?: string;
|
|
5
|
+
fileName?: string;
|
|
6
|
+
contentType?: string;
|
|
7
|
+
fileSize?: string;
|
|
8
|
+
primaryFileId?: string;
|
|
9
|
+
primaryFileUrl?: string;
|
|
10
|
+
largeViewableId?: string;
|
|
11
|
+
largeViewableUrl?: string;
|
|
12
|
+
mediumLargeViewableId?: string;
|
|
13
|
+
mediumLargeViewableUrl?: string;
|
|
14
|
+
mediumViewableId?: string;
|
|
15
|
+
mediumViewableUrl?: string;
|
|
16
|
+
smallViewableId?: string;
|
|
17
|
+
smallViewableUrl?: string;
|
|
18
|
+
tinyViewableId?: string;
|
|
19
|
+
tinyViewableUrl?: string;
|
|
20
|
+
federatedId?: string;
|
|
21
|
+
primaryViewable?: boolean;
|
|
22
|
+
primaryFile?: any;
|
|
23
|
+
copyFileId?: string[];
|
|
24
|
+
contentHolderContent?: ContentHolderContent;
|
|
25
|
+
}
|
package/lib/content.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { OrgManagedEntity } from './org-managed-entity';
|
|
2
|
-
export interface ContentHolderContent extends OrgManagedEntity {
|
|
3
|
-
contentHolderReference?: string;
|
|
4
|
-
contentId?: string;
|
|
5
|
-
}
|
|
1
|
+
import { OrgManagedEntity } from './org-managed-entity';
|
|
2
|
+
export interface ContentHolderContent extends OrgManagedEntity {
|
|
3
|
+
contentHolderReference?: string;
|
|
4
|
+
contentId?: string;
|
|
5
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { BaseManagedEntity } from "./base-managed-entity";
|
|
2
|
-
import { ConfigProperty } from "./app-version";
|
|
3
|
-
import { User } from './user';
|
|
4
|
-
export interface EventWorkflowActionDefinition extends BaseManagedEntity {
|
|
5
|
-
id: string;
|
|
6
|
-
createdOn?: Date;
|
|
7
|
-
updatedOn?: Date;
|
|
8
|
-
createdById?: string;
|
|
9
|
-
updatedById?: string;
|
|
10
|
-
createdBy?: User;
|
|
11
|
-
updatedBy?: User;
|
|
12
|
-
orgId?: string;
|
|
13
|
-
name: string;
|
|
14
|
-
identifier: string;
|
|
15
|
-
internal?: boolean;
|
|
16
|
-
privateOrgId?: string;
|
|
17
|
-
executeFunctionString?: string;
|
|
18
|
-
ownerKey: string;
|
|
19
|
-
configProperties?: ConfigProperty[];
|
|
20
|
-
async?: boolean;
|
|
21
|
-
}
|
|
1
|
+
import { BaseManagedEntity } from "./base-managed-entity";
|
|
2
|
+
import { ConfigProperty } from "./app-version";
|
|
3
|
+
import { User } from './user';
|
|
4
|
+
export interface EventWorkflowActionDefinition extends BaseManagedEntity {
|
|
5
|
+
id: string;
|
|
6
|
+
createdOn?: Date;
|
|
7
|
+
updatedOn?: Date;
|
|
8
|
+
createdById?: string;
|
|
9
|
+
updatedById?: string;
|
|
10
|
+
createdBy?: User;
|
|
11
|
+
updatedBy?: User;
|
|
12
|
+
orgId?: string;
|
|
13
|
+
name: string;
|
|
14
|
+
identifier: string;
|
|
15
|
+
internal?: boolean;
|
|
16
|
+
privateOrgId?: string;
|
|
17
|
+
executeFunctionString?: string;
|
|
18
|
+
ownerKey: string;
|
|
19
|
+
configProperties?: ConfigProperty[];
|
|
20
|
+
async?: boolean;
|
|
21
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { OrgManagedEntity } from "./org-managed-entity";
|
|
2
|
-
import { User } from './user';
|
|
3
|
-
export declare enum EventWorkflowStatus {
|
|
4
|
-
ACTIVE = "ACTIVE",
|
|
5
|
-
PENDING = "PENDING",
|
|
6
|
-
AWAITING = "AWAITING",
|
|
7
|
-
FAILED = "FAILED",
|
|
8
|
-
COMPLETE = "COMPLETE"
|
|
9
|
-
}
|
|
10
|
-
export interface EventWorkflowProcess extends OrgManagedEntity {
|
|
11
|
-
id: string;
|
|
12
|
-
createdOn?: Date;
|
|
13
|
-
updatedOn?: Date;
|
|
14
|
-
createdById?: string;
|
|
15
|
-
updatedById?: string;
|
|
16
|
-
createdBy?: User;
|
|
17
|
-
updatedBy?: User;
|
|
18
|
-
orgId?: string;
|
|
19
|
-
eventWorkflowTemplateId: string;
|
|
20
|
-
endedOn?: Date;
|
|
21
|
-
status: EventWorkflowStatus;
|
|
22
|
-
subtext?: string;
|
|
23
|
-
triggerEvent: any;
|
|
24
|
-
eventWorkflowTaskIds?: string[];
|
|
25
|
-
taskOutputs: any;
|
|
26
|
-
messageGroupId?: string;
|
|
27
|
-
}
|
|
1
|
+
import { OrgManagedEntity } from "./org-managed-entity";
|
|
2
|
+
import { User } from './user';
|
|
3
|
+
export declare enum EventWorkflowStatus {
|
|
4
|
+
ACTIVE = "ACTIVE",
|
|
5
|
+
PENDING = "PENDING",
|
|
6
|
+
AWAITING = "AWAITING",
|
|
7
|
+
FAILED = "FAILED",
|
|
8
|
+
COMPLETE = "COMPLETE"
|
|
9
|
+
}
|
|
10
|
+
export interface EventWorkflowProcess extends OrgManagedEntity {
|
|
11
|
+
id: string;
|
|
12
|
+
createdOn?: Date;
|
|
13
|
+
updatedOn?: Date;
|
|
14
|
+
createdById?: string;
|
|
15
|
+
updatedById?: string;
|
|
16
|
+
createdBy?: User;
|
|
17
|
+
updatedBy?: User;
|
|
18
|
+
orgId?: string;
|
|
19
|
+
eventWorkflowTemplateId: string;
|
|
20
|
+
endedOn?: Date;
|
|
21
|
+
status: EventWorkflowStatus;
|
|
22
|
+
subtext?: string;
|
|
23
|
+
triggerEvent: any;
|
|
24
|
+
eventWorkflowTaskIds?: string[];
|
|
25
|
+
taskOutputs: any;
|
|
26
|
+
messageGroupId?: string;
|
|
27
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EventWorkflowStatus = void 0;
|
|
4
|
-
var EventWorkflowStatus;
|
|
5
|
-
(function (EventWorkflowStatus) {
|
|
6
|
-
EventWorkflowStatus["ACTIVE"] = "ACTIVE";
|
|
7
|
-
EventWorkflowStatus["PENDING"] = "PENDING";
|
|
8
|
-
EventWorkflowStatus["AWAITING"] = "AWAITING";
|
|
9
|
-
EventWorkflowStatus["FAILED"] = "FAILED";
|
|
10
|
-
EventWorkflowStatus["COMPLETE"] = "COMPLETE";
|
|
11
|
-
})(EventWorkflowStatus = exports.EventWorkflowStatus || (exports.EventWorkflowStatus = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventWorkflowStatus = void 0;
|
|
4
|
+
var EventWorkflowStatus;
|
|
5
|
+
(function (EventWorkflowStatus) {
|
|
6
|
+
EventWorkflowStatus["ACTIVE"] = "ACTIVE";
|
|
7
|
+
EventWorkflowStatus["PENDING"] = "PENDING";
|
|
8
|
+
EventWorkflowStatus["AWAITING"] = "AWAITING";
|
|
9
|
+
EventWorkflowStatus["FAILED"] = "FAILED";
|
|
10
|
+
EventWorkflowStatus["COMPLETE"] = "COMPLETE";
|
|
11
|
+
})(EventWorkflowStatus = exports.EventWorkflowStatus || (exports.EventWorkflowStatus = {}));
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { ActionDefinitionConfig } from "./action-definition-config";
|
|
2
|
-
import { EventWorkflowActionDefinition } from "./event-workflow-action-definition";
|
|
3
|
-
import { EventWorkflowProcess, EventWorkflowStatus } from "./event-workflow-process";
|
|
4
|
-
import { OrgManagedEntity } from "./org-managed-entity";
|
|
5
|
-
import { User } from './user';
|
|
6
|
-
export interface EventWorkflowTask extends OrgManagedEntity {
|
|
7
|
-
id: string;
|
|
8
|
-
createdOn?: Date;
|
|
9
|
-
updatedOn?: Date;
|
|
10
|
-
createdById?: string;
|
|
11
|
-
updatedById?: string;
|
|
12
|
-
createdBy?: User;
|
|
13
|
-
updatedBy?: User;
|
|
14
|
-
orgId?: string;
|
|
15
|
-
isAsyncTask?: boolean;
|
|
16
|
-
startedAwaitingOn?: Date;
|
|
17
|
-
subtext?: string;
|
|
18
|
-
eventWorkflowActionDefinitionId?: string;
|
|
19
|
-
eventWorkflowActionDefinition?: EventWorkflowActionDefinition;
|
|
20
|
-
eventWorkflowActionDefinitionConfig?: ActionDefinitionConfig;
|
|
21
|
-
eventWorkflowProcessId?: string;
|
|
22
|
-
eventWorkflowProcess?: EventWorkflowProcess;
|
|
23
|
-
status?: EventWorkflowStatus;
|
|
24
|
-
event?: string;
|
|
25
|
-
taskLogs?: string;
|
|
26
|
-
taskLogsDownloadLink?: string;
|
|
27
|
-
taskActionDurationSeconds?: number;
|
|
28
|
-
supportingAppId?: string;
|
|
29
|
-
output?: any;
|
|
30
|
-
}
|
|
1
|
+
import { ActionDefinitionConfig } from "./action-definition-config";
|
|
2
|
+
import { EventWorkflowActionDefinition } from "./event-workflow-action-definition";
|
|
3
|
+
import { EventWorkflowProcess, EventWorkflowStatus } from "./event-workflow-process";
|
|
4
|
+
import { OrgManagedEntity } from "./org-managed-entity";
|
|
5
|
+
import { User } from './user';
|
|
6
|
+
export interface EventWorkflowTask extends OrgManagedEntity {
|
|
7
|
+
id: string;
|
|
8
|
+
createdOn?: Date;
|
|
9
|
+
updatedOn?: Date;
|
|
10
|
+
createdById?: string;
|
|
11
|
+
updatedById?: string;
|
|
12
|
+
createdBy?: User;
|
|
13
|
+
updatedBy?: User;
|
|
14
|
+
orgId?: string;
|
|
15
|
+
isAsyncTask?: boolean;
|
|
16
|
+
startedAwaitingOn?: Date;
|
|
17
|
+
subtext?: string;
|
|
18
|
+
eventWorkflowActionDefinitionId?: string;
|
|
19
|
+
eventWorkflowActionDefinition?: EventWorkflowActionDefinition;
|
|
20
|
+
eventWorkflowActionDefinitionConfig?: ActionDefinitionConfig;
|
|
21
|
+
eventWorkflowProcessId?: string;
|
|
22
|
+
eventWorkflowProcess?: EventWorkflowProcess;
|
|
23
|
+
status?: EventWorkflowStatus;
|
|
24
|
+
event?: string;
|
|
25
|
+
taskLogs?: string;
|
|
26
|
+
taskLogsDownloadLink?: string;
|
|
27
|
+
taskActionDurationSeconds?: number;
|
|
28
|
+
supportingAppId?: string;
|
|
29
|
+
output?: any;
|
|
30
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/file.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { OrgManagedEntity } from './org-managed-entity';
|
|
2
|
-
export interface File extends OrgManagedEntity {
|
|
3
|
-
ownedByReference?: string;
|
|
4
|
-
fileKey: string;
|
|
5
|
-
fileSize: string;
|
|
6
|
-
fileName: string;
|
|
7
|
-
contentType: string;
|
|
8
|
-
fileUrl: string;
|
|
9
|
-
uploaded: boolean;
|
|
10
|
-
downloadUrl: string;
|
|
11
|
-
uploadPost: any;
|
|
12
|
-
ttl?: number;
|
|
13
|
-
}
|
|
1
|
+
import { OrgManagedEntity } from './org-managed-entity';
|
|
2
|
+
export interface File extends OrgManagedEntity {
|
|
3
|
+
ownedByReference?: string;
|
|
4
|
+
fileKey: string;
|
|
5
|
+
fileSize: string;
|
|
6
|
+
fileName: string;
|
|
7
|
+
contentType: string;
|
|
8
|
+
fileUrl: string;
|
|
9
|
+
uploaded: boolean;
|
|
10
|
+
downloadUrl: string;
|
|
11
|
+
uploadPost: any;
|
|
12
|
+
ttl?: number;
|
|
13
|
+
}
|
package/lib/file.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|