@arrowsphere/api-client 3.178.0-rc-bdj-1 → 3.178.0-rc.ybo.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.
- package/CHANGELOG.md +5 -0
- package/build/graphqlApi/types/entities/company.d.ts +1 -1
- package/build/graphqlApi/types/entities/contact.d.ts +0 -2
- package/build/graphqlApi/types/graphqlApiQueries.d.ts +0 -2
- package/build/licenses/entities/event/licenseEvent.d.ts +1 -0
- package/build/licenses/entities/event/licenseEvent.js +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
4
4
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
+
## [Unreleased]
|
|
7
|
+
|
|
8
|
+
### Added
|
|
9
|
+
- [licence] add activation expired to licence events
|
|
10
|
+
|
|
6
11
|
## [3.177.0] - 2025.02.25
|
|
7
12
|
|
|
8
13
|
### Addes
|
|
@@ -34,7 +34,6 @@ declare type BaseCompanyType = {
|
|
|
34
34
|
phone?: string;
|
|
35
35
|
resellerId?: number;
|
|
36
36
|
state?: string;
|
|
37
|
-
type?: CompanyTypeType;
|
|
38
37
|
vatNumber?: string;
|
|
39
38
|
workgroup?: WorkgroupType;
|
|
40
39
|
zip?: string;
|
|
@@ -69,6 +68,7 @@ export declare type PartnerType = BaseCompanyType & {
|
|
|
69
68
|
subscriptions?: SubscriptionType[];
|
|
70
69
|
subscriptionsCount?: CountableType;
|
|
71
70
|
subscriptionsPendingCount?: CountableType;
|
|
71
|
+
type?: CompanyTypeType;
|
|
72
72
|
};
|
|
73
73
|
export declare type ArrowCompanyType = Omit<BaseCompanyType, 'partnerTags'> & {
|
|
74
74
|
subscriptions?: SubscriptionType[];
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { EndCustomerType } from './company';
|
|
2
1
|
import { OrganizationUnitsType } from './organizationUnit';
|
|
3
2
|
export declare type ContactsType = {
|
|
4
3
|
id?: number;
|
|
5
4
|
active?: boolean;
|
|
6
5
|
communicationEmail?: string;
|
|
7
|
-
companies?: EndCustomerType[];
|
|
8
6
|
effectiveDate?: string;
|
|
9
7
|
email?: string;
|
|
10
8
|
erpId?: string;
|
|
@@ -144,7 +144,6 @@ export declare type SelectAllResultType = {
|
|
|
144
144
|
};
|
|
145
145
|
export declare type SelectAllResponseDataType = {
|
|
146
146
|
[SelectDataField.ARROW_COMPANY]?: ArrowCompanyType[];
|
|
147
|
-
[SelectDataField.CONTACT]?: ContactsType[];
|
|
148
147
|
[SelectDataField.CONTINENT]?: ContinentType[];
|
|
149
148
|
[SelectDataField.COUNTRY]?: CountryType[];
|
|
150
149
|
[SelectDataField.END_CUSTOMER]?: EndCustomerType[];
|
|
@@ -221,7 +220,6 @@ export declare type GetSpecialPriceRatesHistoryResultType = {
|
|
|
221
220
|
};
|
|
222
221
|
export declare type SelectOneResponseDataType = {
|
|
223
222
|
[SelectDataField.ARROW_COMPANY]?: ArrowCompanyType;
|
|
224
|
-
[SelectDataField.CONTACT]?: ContactsType;
|
|
225
223
|
[SelectDataField.CONTINENT]?: ContinentType;
|
|
226
224
|
[SelectDataField.COUNTRY]?: CountryType;
|
|
227
225
|
[SelectDataField.END_CUSTOMER]?: EndCustomerType;
|
|
@@ -45,6 +45,7 @@ var LicenseEventStatusCode;
|
|
|
45
45
|
LicenseEventStatusCode["REJECTED"] = "85";
|
|
46
46
|
LicenseEventStatusCode["COMPLETED"] = "86";
|
|
47
47
|
LicenseEventStatusCode["SUSPENDED"] = "87";
|
|
48
|
+
LicenseEventStatusCode["ACTIVATION_EXPIRED"] = "88";
|
|
48
49
|
LicenseEventStatusCode["CANCELLED"] = "89";
|
|
49
50
|
LicenseEventStatusCode["TRANSFERRED"] = "126";
|
|
50
51
|
})(LicenseEventStatusCode = exports.LicenseEventStatusCode || (exports.LicenseEventStatusCode = {}));
|
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.178.0-rc
|
|
7
|
+
"version": "3.178.0-rc.ybo.1",
|
|
8
8
|
"description": "Node.js client for ArrowSphere's public API",
|
|
9
9
|
"main": "build/index.js",
|
|
10
10
|
"types": "build/index.d.ts",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"author": "ArrowSphere <support@arrowsphereconnect.com>",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"devDependencies": {
|
|
34
|
+
"@types/validatorjs": "3.15.0",
|
|
34
35
|
"@types/chai": "4.2.15",
|
|
35
36
|
"@types/chai-as-promised": "7.1.3",
|
|
36
37
|
"@types/lodash": "^4.14.191",
|
|
@@ -81,7 +82,6 @@
|
|
|
81
82
|
"test": "tests"
|
|
82
83
|
},
|
|
83
84
|
"dependencies": {
|
|
84
|
-
"@types/validatorjs": "3.15.0",
|
|
85
85
|
"axios": "1.1.3",
|
|
86
86
|
"graphql": "^16.3.0",
|
|
87
87
|
"graphql-request": "4.2.0",
|