@aurigma/ng-storefront-api-client 2.43.1 → 2.44.1

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.
@@ -1245,7 +1245,7 @@ export interface SpecificPipelineScenarioDto {
1245
1245
  /** An existing processing pipeline identifier. */
1246
1246
  pipelineId?: number;
1247
1247
  }
1248
- /** Dto class, containing 'create' operation parameters for a new project that should be created by executing 'Specific Pipeline' scenario. <seealso cref="T:BackOffice.Web.PublicApi.ApiStorefront.Models.CreateProjectDto" /> */
1248
+ /** Dto class, containing 'create' operation parameters for a new project that should be created by executing 'Specific Pipeline' scenario. */
1249
1249
  export interface CreateProjectBySpecificPipelineScenarioDto {
1250
1250
  /** Project owner identifier. */
1251
1251
  ownerId: string;
@@ -1257,7 +1257,7 @@ export interface CreateProjectBySpecificPipelineScenarioDto {
1257
1257
  orderDetails?: OrderDetailsDto | null;
1258
1258
  /** List of project items. */
1259
1259
  items?: ProjectItemParametersDto[] | null;
1260
- /** 'Specific Pipeline' scenario params. <seealso cref="T:BackOffice.Web.PublicApi.ApiStorefront.Models.SpecificPipelineScenarioDto" /> */
1260
+ /** 'Specific Pipeline' scenario params. For more information check BackOffice.Web.PublicApi.ApiStorefront.Models.SpecificPipelineScenarioDto. */
1261
1261
  scenario: SpecificPipelineScenarioDto;
1262
1262
  }
1263
1263
  /** Project transition dto class. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.43.1",
3
+ "version": "2.44.1",
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)",