@aurigma/ng-storefront-api-client 2.40.1 → 2.41.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/aurigma-ng-storefront-api-client.metadata.json +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.js +2 -2
- package/bundles/aurigma-ng-storefront-api-client.umd.js.map +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.min.js +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.min.js.map +1 -1
- package/esm2015/aurigma-ng-storefront-api-client.js +1 -1
- package/esm2015/lib/storefront-api-client.js +3 -3
- package/esm2015/lib/storefront.module.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/fesm2015/aurigma-ng-storefront-api-client.js +2 -2
- package/fesm2015/aurigma-ng-storefront-api-client.js.map +1 -1
- package/lib/storefront-api-client.d.ts +9 -7
- package/package.json +1 -1
|
@@ -58,7 +58,7 @@ export interface IProcessingPipelinesApiClient {
|
|
|
58
58
|
getAll(skip?: number | null | undefined, take?: number | null | undefined, search?: string | null | undefined, tenantId?: number | null | undefined): Observable<PagedOfProcessingPipelineDto>;
|
|
59
59
|
/**
|
|
60
60
|
* Returns a processing pipeline.
|
|
61
|
-
* @param id Processing pipeline identifier
|
|
61
|
+
* @param id Processing pipeline identifier.
|
|
62
62
|
* @param tenantId (optional) Tenant identifier.
|
|
63
63
|
* @return Success
|
|
64
64
|
*/
|
|
@@ -81,7 +81,7 @@ export declare class ProcessingPipelinesApiClient extends ApiClientBase implemen
|
|
|
81
81
|
protected processGetAll(response: HttpResponseBase): Observable<PagedOfProcessingPipelineDto>;
|
|
82
82
|
/**
|
|
83
83
|
* Returns a processing pipeline.
|
|
84
|
-
* @param id Processing pipeline identifier
|
|
84
|
+
* @param id Processing pipeline identifier.
|
|
85
85
|
* @param tenantId (optional) Tenant identifier.
|
|
86
86
|
* @return Success
|
|
87
87
|
*/
|
|
@@ -896,8 +896,8 @@ export interface ProcessingPipelineDto {
|
|
|
896
896
|
id?: number;
|
|
897
897
|
/** Processing pipeline name. */
|
|
898
898
|
name?: string | null;
|
|
899
|
-
/** Processing pipeline content. */
|
|
900
|
-
|
|
899
|
+
/** Processing pipeline raw (uncompiled) content. */
|
|
900
|
+
rawContent?: string | null;
|
|
901
901
|
}
|
|
902
902
|
/** Paged list of items. */
|
|
903
903
|
export interface PagedOfProcessingPipelineDto {
|
|
@@ -992,7 +992,7 @@ export declare enum WorkflowType {
|
|
|
992
992
|
UIFramework = "UIFramework",
|
|
993
993
|
SimpleEditor = "SimpleEditor",
|
|
994
994
|
DesignEditor = "DesignEditor",
|
|
995
|
-
|
|
995
|
+
WorkflowElements = "WorkflowElements"
|
|
996
996
|
}
|
|
997
997
|
/** Personalization workflow description DTO. */
|
|
998
998
|
export interface PersonalizationWorkflowDto {
|
|
@@ -1403,8 +1403,10 @@ export interface TenantApplicationsInfoDto {
|
|
|
1403
1403
|
uiFrameworkUrl?: string | null;
|
|
1404
1404
|
/** An url to the 'Simple editor'. */
|
|
1405
1405
|
simpleEditorUrl?: string | null;
|
|
1406
|
-
/** An url to the '
|
|
1407
|
-
|
|
1406
|
+
/** An url to the 'Workflow Elements' web components library. */
|
|
1407
|
+
workflowElementsUrl?: string | null;
|
|
1408
|
+
/** An url to the 'Template editor'. */
|
|
1409
|
+
templateEditorUrl?: string | null;
|
|
1408
1410
|
/** An url to the 'Preflight' tenant application. */
|
|
1409
1411
|
preflightUrl?: string | null;
|
|
1410
1412
|
/** An url to the 'Dynamic Image' tenant application. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurigma/ng-storefront-api-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.41.2",
|
|
4
4
|
"license": "SEE LICENSE IN License.md",
|
|
5
5
|
"description": "Angular API Client for Storefront API service of Customer's Canvas web-to-print system.",
|
|
6
6
|
"author": "Aurigma Inc <info@aurigma.com> (https://customerscanvas.com)",
|