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