@aurigma/ng-storefront-api-client 2.6.1 → 2.9.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.
@@ -53,7 +53,7 @@ export interface IProductReferencesApiClient {
53
53
  * @param productReference (optional) Product reference filter. Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier.
54
54
  * @param productSpecificationId (optional) Cusomer's Canvas product specification filter.
55
55
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
56
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
56
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
57
57
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
58
58
  * @param search (optional) Search string for partial match.
59
59
  * @param tenantId (optional) Tenant identifier.
@@ -99,7 +99,7 @@ export interface IProductReferencesApiClient {
99
99
  * @param tenantId (optional) Tenant identifier.
100
100
  * @return Success
101
101
  */
102
- getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Observable<ProductReferenceDto>;
102
+ getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Observable<string>;
103
103
  }
104
104
  export declare class ProductReferencesApiClient extends ApiClientBase implements IProductReferencesApiClient {
105
105
  private http;
@@ -112,7 +112,7 @@ export declare class ProductReferencesApiClient extends ApiClientBase implements
112
112
  * @param productReference (optional) Product reference filter. Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier.
113
113
  * @param productSpecificationId (optional) Cusomer's Canvas product specification filter.
114
114
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
115
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
115
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
116
116
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
117
117
  * @param search (optional) Search string for partial match.
118
118
  * @param tenantId (optional) Tenant identifier.
@@ -163,14 +163,14 @@ export declare class ProductReferencesApiClient extends ApiClientBase implements
163
163
  * @param tenantId (optional) Tenant identifier.
164
164
  * @return Success
165
165
  */
166
- getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Observable<ProductReferenceDto>;
167
- protected processGetProductConfig(response: HttpResponseBase): Observable<ProductReferenceDto>;
166
+ getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Observable<string>;
167
+ protected processGetProductConfig(response: HttpResponseBase): Observable<string>;
168
168
  }
169
169
  export interface IProductSpecificationsApiClient {
170
170
  /**
171
171
  * Returns all product specifications, relevant to the specified query parameters.
172
172
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
173
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
173
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
174
174
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
175
175
  * @param search (optional) Search string for partial match.
176
176
  * @param tenantId (optional) Tenant identifier.
@@ -200,7 +200,7 @@ export declare class ProductSpecificationsApiClient extends ApiClientBase implem
200
200
  /**
201
201
  * Returns all product specifications, relevant to the specified query parameters.
202
202
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
203
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
203
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
204
204
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
205
205
  * @param search (optional) Search string for partial match.
206
206
  * @param tenantId (optional) Tenant identifier.
@@ -234,7 +234,7 @@ export interface IProjectsApiClient {
234
234
  * @param status (optional) Project status filter.
235
235
  * @param datePeriod (optional) Project date period filter.
236
236
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
237
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
237
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
238
238
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
239
239
  * @param search (optional) Search string for partial match.
240
240
  * @param tenantId (optional) Tenant identifier.
@@ -331,7 +331,7 @@ export declare class ProjectsApiClient extends ApiClientBase implements IProject
331
331
  * @param status (optional) Project status filter.
332
332
  * @param datePeriod (optional) Project date period filter.
333
333
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
334
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
334
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
335
335
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
336
336
  * @param search (optional) Search string for partial match.
337
337
  * @param tenantId (optional) Tenant identifier.
@@ -431,7 +431,7 @@ export interface IStorefrontsApiClient {
431
431
  * Returns all storefronts, relevant to the specified query parameters.
432
432
  * @param types (optional) Storefront type filter.
433
433
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
434
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
434
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
435
435
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
436
436
  * @param search (optional) Search string for partial match.
437
437
  * @param tenantId (optional) Tenant identifier.
@@ -455,7 +455,7 @@ export declare class StorefrontsApiClient extends ApiClientBase implements IStor
455
455
  * Returns all storefronts, relevant to the specified query parameters.
456
456
  * @param types (optional) Storefront type filter.
457
457
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
458
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
458
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
459
459
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
460
460
  * @param search (optional) Search string for partial match.
461
461
  * @param tenantId (optional) Tenant identifier.
@@ -478,7 +478,7 @@ export interface IStorefrontUsersApiClient {
478
478
  * @param storefrontId Storefront identifier.
479
479
  * @param storefrontUserId (optional) Storefront user identifier.
480
480
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
481
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
481
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
482
482
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
483
483
  * @param search (optional) Search string for partial match.
484
484
  * @param tenantId (optional) Tenant identifier.
@@ -536,7 +536,7 @@ export declare class StorefrontUsersApiClient extends ApiClientBase implements I
536
536
  * @param storefrontId Storefront identifier.
537
537
  * @param storefrontUserId (optional) Storefront user identifier.
538
538
  * @param skip (optional) Defines page start offset from beginning of sorted result list.
539
- * @param take (optional) Defines page length (how much consequent items of sorted result list should be taken).
539
+ * @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
540
540
  * @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
541
541
  * @param search (optional) Search string for partial match.
542
542
  * @param tenantId (optional) Tenant identifier.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.6.1",
3
+ "version": "2.9.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)",