@arrowsphere/api-client 3.219.0-rc-abo-2 → 3.219.0-rc-abo-5

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.
@@ -61,7 +61,8 @@ export declare enum LicenseFindResultFields {
61
61
  COLUMN_VENDOR_CODE = "vendor_code",
62
62
  COLUMN_VENDOR_NAME = "vendor_name",
63
63
  COLUMN_VENDOR_SUBSCRIPTION_ID = "vendor_subscription_id",
64
- COLUMN_HIGHLIGHT = "highlight"
64
+ COLUMN_HIGHLIGHT = "highlight",
65
+ COLUMN_ATTRIBUTES = "attributes"
65
66
  }
66
67
  /**
67
68
  * License data fields and their corresponding types
@@ -113,6 +114,7 @@ export declare type LicenseFindResultData = {
113
114
  [LicenseFindResultFields.COLUMN_VENDOR_NAME]: string;
114
115
  [LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID]: string | null;
115
116
  [LicenseFindResultFields.COLUMN_HIGHLIGHT]?: Highlight;
117
+ [LicenseFindResultFields.COLUMN_ATTRIBUTES]?: Record<string, string>;
116
118
  };
117
119
  export declare type LicenceFindDataKeywords = {
118
120
  [LicenseFindResultFields.COLUMN_ACCEPT_EULA]?: DataKeywords;
@@ -70,6 +70,7 @@ var LicenseFindResultFields;
70
70
  LicenseFindResultFields["COLUMN_VENDOR_NAME"] = "vendor_name";
71
71
  LicenseFindResultFields["COLUMN_VENDOR_SUBSCRIPTION_ID"] = "vendor_subscription_id";
72
72
  LicenseFindResultFields["COLUMN_HIGHLIGHT"] = "highlight";
73
+ LicenseFindResultFields["COLUMN_ATTRIBUTES"] = "attributes";
73
74
  })(LicenseFindResultFields = exports.LicenseFindResultFields || (exports.LicenseFindResultFields = {}));
74
75
  class LicenseFindResult extends abstractEntity_1.AbstractEntity {
75
76
  /**
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.219.0-rc-abo-2",
7
+ "version": "3.219.0-rc-abo-5",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",