@solidpepper/solidpepper-service 1.0.7 → 1.0.8
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/index.d.ts
CHANGED
|
@@ -900,6 +900,7 @@ declare class SkusService {
|
|
|
900
900
|
getSkuById(skuId: string, archive?: boolean): Observable<Object>;
|
|
901
901
|
getSkusWithFilters(filterString: string, archive?: boolean): Observable<Object>;
|
|
902
902
|
getSkuFilters(archive?: boolean): Observable<Object>;
|
|
903
|
+
getSkuFilterFields(categoryGuid?: string, archive?: boolean): Observable<Object>;
|
|
903
904
|
getSkuGroups(start: string, limit: string, filters?: string): Observable<Object>;
|
|
904
905
|
getSkuForThisSkuGroups(groupGuid: string): Observable<Object>;
|
|
905
906
|
getSkusGroupByGuid(groupGuid: string): Observable<Object>;
|
|
@@ -1228,6 +1229,7 @@ declare class AttributesService {
|
|
|
1228
1229
|
getAttributesTrashBin(type: string): rxjs.Observable<AttributeObject[]>;
|
|
1229
1230
|
getAttributesGroupsByType(type: string): rxjs.Observable<AttributesGroup[]>;
|
|
1230
1231
|
getAttributesGroupsByAttributeGroupGuid(attributeGroupGuid: string): rxjs.Observable<AttributesGroup[]>;
|
|
1232
|
+
getMediaSystemFields(): rxjs.Observable<Object>;
|
|
1231
1233
|
createAttribute(attribute: {
|
|
1232
1234
|
attributeName: any;
|
|
1233
1235
|
attributesGroupGuid: any;
|