@arrowsphere/api-client 3.354.0-rc-cpe-1 → 3.354.0-rc-cpe-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.
|
@@ -256,6 +256,7 @@ export declare type LicenceFindDataFiltersParameters = {
|
|
|
256
256
|
[LicenseFindResultFields.COLUMN_VENDOR_CODE]?: FiltersParameters;
|
|
257
257
|
[LicenseFindResultFields.COLUMN_VENDOR_NAME]?: FiltersParameters;
|
|
258
258
|
[LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID]?: FiltersParameters;
|
|
259
|
+
[LicenseFindResultFields.COLUMN_ATTRIBUTES]?: Record<string, FiltersParameters>;
|
|
259
260
|
};
|
|
260
261
|
export declare class LicenseFindResult extends AbstractEntity<LicenseFindResultData> {
|
|
261
262
|
#private;
|
|
@@ -31,6 +31,7 @@ export declare type OfferFindResultDataKeywords = {
|
|
|
31
31
|
[OfferFindResultFields.COLUMN_NAME]?: DataKeywords;
|
|
32
32
|
[OfferFindResultFields.COLUMN_PRICE_BAND]?: PriceBandFindResultDataKeywords;
|
|
33
33
|
[OfferFindResultFields.COLUMN_ARROW_SUB_CATEGORIES]?: DataKeywords;
|
|
34
|
+
[OfferFindResultFields.COLUMN_VENDOR_NAME]?: DataKeywords;
|
|
34
35
|
};
|
|
35
36
|
export declare type OfferFindResultDataSortParameters = {
|
|
36
37
|
[OfferFindResultFields.COLUMN_ACTION_FLAGS]?: ActionFlagsFindResultDataSortParameters;
|
|
@@ -40,6 +41,7 @@ export declare type OfferFindResultDataSortParameters = {
|
|
|
40
41
|
[OfferFindResultFields.COLUMN_NAME]?: SortParameters;
|
|
41
42
|
[OfferFindResultFields.COLUMN_PRICE_BAND]?: PriceBandFindResultDataSortParameters;
|
|
42
43
|
[OfferFindResultFields.COLUMN_ARROW_SUB_CATEGORIES]?: SortParameters;
|
|
44
|
+
[OfferFindResultFields.COLUMN_VENDOR_NAME]?: SortParameters;
|
|
43
45
|
};
|
|
44
46
|
export declare type OfferFindResultDataFiltersParameters = {
|
|
45
47
|
[OfferFindResultFields.COLUMN_ACTION_FLAGS]?: ActionFlagsFindResultDataFiltersParameters;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "https://github.com/ArrowSphere/nodejs-api-client.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "3.354.0-rc-cpe-
|
|
7
|
+
"version": "3.354.0-rc-cpe-2",
|
|
8
8
|
"description": "Node.js client for ArrowSphere's public API",
|
|
9
9
|
"main": "build/index.js",
|
|
10
10
|
"types": "build/index.d.ts",
|