@arrowsphere/api-client 3.52.1-rc.bdj.1 → 3.53.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 +6 -0
- package/build/catalog/catalogGraphQLClient.d.ts +3 -1
- package/build/catalog/catalogGraphQLClient.js +20 -0
- package/build/catalog/types/FindOneProductQueryOutput.d.ts +7 -1
- package/build/catalog/types/catalogGraphQLQueries.d.ts +10 -2
- package/build/catalog/types/catalogGraphQLSchemas.d.ts +3 -1
- package/build/catalog/types/catalogGraphQLTypes.d.ts +16 -0
- package/build/catalog/types/queryProductArguments.d.ts +16 -0
- package/build/graphqlApi/types/entities/partnertag.d.ts +0 -1
- package/build/publicGraphQLClient.d.ts +2 -0
- package/build/publicGraphQLClient.js +6 -0
- package/build/securityScore/entities/getAdminData.d.ts +16 -0
- package/build/securityScore/entities/getAdminData.js +8 -0
- package/build/securityScore/entities/getCustomerAccountData.d.ts +16 -0
- package/build/securityScore/entities/getCustomerAccountData.js +8 -0
- package/build/securityScore/entities/getCustomerData.d.ts +16 -0
- package/build/securityScore/entities/getCustomerData.js +8 -0
- package/build/securityScore/entities/getPartnerData.d.ts +16 -0
- package/build/securityScore/entities/getPartnerData.js +8 -0
- package/build/securityScore/securityScoreGraphQLClient.d.ts +4 -0
- package/build/securityScore/securityScoreGraphQLClient.js +4 -0
- package/build/securityScore/types/queryArguments.d.ts +4 -0
- package/build/securityScore/types/queryArguments.js +4 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +16 -0
- package/build/securityScore/types/securityScoreGraphQLSchemas.d.ts +64 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +188 -0
- package/build/wellArchitected/entities/getAdminData.d.ts +42 -0
- package/build/wellArchitected/entities/getAdminData.js +95 -0
- package/build/wellArchitected/entities/getCustomerAccountData.d.ts +42 -0
- package/build/wellArchitected/entities/getCustomerAccountData.js +96 -0
- package/build/wellArchitected/entities/getCustomerData.d.ts +45 -0
- package/build/wellArchitected/entities/getCustomerData.js +103 -0
- package/build/wellArchitected/entities/getPartnerData.d.ts +42 -0
- package/build/wellArchitected/entities/getPartnerData.js +95 -0
- package/build/wellArchitected/index.d.ts +8 -0
- package/build/wellArchitected/index.js +25 -0
- package/build/wellArchitected/types/queryArguments.d.ts +109 -0
- package/build/wellArchitected/types/queryArguments.js +94 -0
- package/build/wellArchitected/types/wellArchitectedGraphQLQueries.d.ts +75 -0
- package/build/wellArchitected/types/wellArchitectedGraphQLQueries.js +8 -0
- package/build/wellArchitected/types/wellArchitectedGraphQLSchemas.d.ts +125 -0
- package/build/wellArchitected/types/wellArchitectedGraphQLSchemas.js +3 -0
- package/build/wellArchitected/types/wellArchitectedGraphQLTypes.d.ts +339 -0
- package/build/wellArchitected/types/wellArchitectedGraphQLTypes.js +3 -0
- package/build/wellArchitected/wellArchitectedGraphQLClient.d.ts +21 -0
- package/build/wellArchitected/wellArchitectedGraphQLClient.js +65 -0
- package/package.json +1 -1
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
7
|
+
};
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
|
+
};
|
|
13
|
+
var _GetAdminData_checksAgg, _GetAdminData_marketplacesAgg, _GetAdminData_monthlyTrendAgg, _GetAdminData_partnersAgg, _GetAdminData_period, _GetAdminData_pagination, _GetAdminData_results, _GetAdminData_scoresAgg, _GetAdminData_severitiesAgg;
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.GetAdminData = exports.GetAdminDataFields = void 0;
|
|
16
|
+
const abstractEntity_1 = require("../../abstractEntity");
|
|
17
|
+
const queryArguments_1 = require("../types/queryArguments");
|
|
18
|
+
var GetAdminDataFields;
|
|
19
|
+
(function (GetAdminDataFields) {
|
|
20
|
+
GetAdminDataFields["COLUMN_CHECKS_AGG"] = "checksAgg";
|
|
21
|
+
GetAdminDataFields["COLUMN_MARKETPLACES_AGG"] = "marketplacesAgg";
|
|
22
|
+
GetAdminDataFields["COLUMN_MONTHLY_TREND_AGG"] = "monthlyTrendAgg";
|
|
23
|
+
GetAdminDataFields["COLUMN_PARTNERS_AGG"] = "partnersAgg";
|
|
24
|
+
GetAdminDataFields["COLUMN_PAGINATION"] = "pagination";
|
|
25
|
+
GetAdminDataFields["COLUMN_PERIOD"] = "period";
|
|
26
|
+
GetAdminDataFields["COLUMN_RESULTS"] = "results";
|
|
27
|
+
GetAdminDataFields["COLUMN_SCORES_AGG"] = "scoresAgg";
|
|
28
|
+
GetAdminDataFields["COLUMN_SEVERITIES_AGG"] = "severitiesAgg";
|
|
29
|
+
})(GetAdminDataFields = exports.GetAdminDataFields || (exports.GetAdminDataFields = {}));
|
|
30
|
+
class GetAdminData extends abstractEntity_1.AbstractEntity {
|
|
31
|
+
constructor(getAdminDataInput) {
|
|
32
|
+
super(getAdminDataInput);
|
|
33
|
+
_GetAdminData_checksAgg.set(this, void 0);
|
|
34
|
+
_GetAdminData_marketplacesAgg.set(this, void 0);
|
|
35
|
+
_GetAdminData_monthlyTrendAgg.set(this, void 0);
|
|
36
|
+
_GetAdminData_partnersAgg.set(this, void 0);
|
|
37
|
+
_GetAdminData_period.set(this, void 0);
|
|
38
|
+
_GetAdminData_pagination.set(this, void 0);
|
|
39
|
+
_GetAdminData_results.set(this, void 0);
|
|
40
|
+
_GetAdminData_scoresAgg.set(this, void 0);
|
|
41
|
+
_GetAdminData_severitiesAgg.set(this, void 0);
|
|
42
|
+
__classPrivateFieldSet(this, _GetAdminData_checksAgg, getAdminDataInput[GetAdminDataFields.COLUMN_CHECKS_AGG], "f");
|
|
43
|
+
__classPrivateFieldSet(this, _GetAdminData_marketplacesAgg, getAdminDataInput[GetAdminDataFields.COLUMN_MARKETPLACES_AGG], "f");
|
|
44
|
+
__classPrivateFieldSet(this, _GetAdminData_monthlyTrendAgg, getAdminDataInput[GetAdminDataFields.COLUMN_MONTHLY_TREND_AGG], "f");
|
|
45
|
+
__classPrivateFieldSet(this, _GetAdminData_partnersAgg, getAdminDataInput[GetAdminDataFields.COLUMN_PARTNERS_AGG], "f");
|
|
46
|
+
__classPrivateFieldSet(this, _GetAdminData_period, getAdminDataInput[GetAdminDataFields.COLUMN_PERIOD], "f");
|
|
47
|
+
__classPrivateFieldSet(this, _GetAdminData_pagination, getAdminDataInput[GetAdminDataFields.COLUMN_PAGINATION], "f");
|
|
48
|
+
__classPrivateFieldSet(this, _GetAdminData_results, getAdminDataInput[GetAdminDataFields.COLUMN_RESULTS], "f");
|
|
49
|
+
__classPrivateFieldSet(this, _GetAdminData_scoresAgg, getAdminDataInput[GetAdminDataFields.COLUMN_SCORES_AGG], "f");
|
|
50
|
+
__classPrivateFieldSet(this, _GetAdminData_severitiesAgg, getAdminDataInput[GetAdminDataFields.COLUMN_SEVERITIES_AGG], "f");
|
|
51
|
+
}
|
|
52
|
+
get checksAgg() {
|
|
53
|
+
return __classPrivateFieldGet(this, _GetAdminData_checksAgg, "f");
|
|
54
|
+
}
|
|
55
|
+
get monthlyTrendAgg() {
|
|
56
|
+
return __classPrivateFieldGet(this, _GetAdminData_monthlyTrendAgg, "f");
|
|
57
|
+
}
|
|
58
|
+
get marketplacesAgg() {
|
|
59
|
+
return __classPrivateFieldGet(this, _GetAdminData_marketplacesAgg, "f");
|
|
60
|
+
}
|
|
61
|
+
get partnersAgg() {
|
|
62
|
+
return __classPrivateFieldGet(this, _GetAdminData_partnersAgg, "f");
|
|
63
|
+
}
|
|
64
|
+
get period() {
|
|
65
|
+
return __classPrivateFieldGet(this, _GetAdminData_period, "f");
|
|
66
|
+
}
|
|
67
|
+
get pagination() {
|
|
68
|
+
return __classPrivateFieldGet(this, _GetAdminData_pagination, "f");
|
|
69
|
+
}
|
|
70
|
+
get results() {
|
|
71
|
+
return __classPrivateFieldGet(this, _GetAdminData_results, "f");
|
|
72
|
+
}
|
|
73
|
+
get scoresAgg() {
|
|
74
|
+
return __classPrivateFieldGet(this, _GetAdminData_scoresAgg, "f");
|
|
75
|
+
}
|
|
76
|
+
get severitiesAgg() {
|
|
77
|
+
return __classPrivateFieldGet(this, _GetAdminData_severitiesAgg, "f");
|
|
78
|
+
}
|
|
79
|
+
toJSON() {
|
|
80
|
+
return {
|
|
81
|
+
[GetAdminDataFields.COLUMN_CHECKS_AGG]: this.checksAgg,
|
|
82
|
+
[GetAdminDataFields.COLUMN_MARKETPLACES_AGG]: this.marketplacesAgg,
|
|
83
|
+
[GetAdminDataFields.COLUMN_MONTHLY_TREND_AGG]: this.monthlyTrendAgg,
|
|
84
|
+
[GetAdminDataFields.COLUMN_PARTNERS_AGG]: this.partnersAgg,
|
|
85
|
+
[GetAdminDataFields.COLUMN_PERIOD]: this.period,
|
|
86
|
+
[GetAdminDataFields.COLUMN_PAGINATION]: this.pagination,
|
|
87
|
+
[GetAdminDataFields.COLUMN_RESULTS]: this.results,
|
|
88
|
+
[GetAdminDataFields.COLUMN_SCORES_AGG]: this.scoresAgg,
|
|
89
|
+
[GetAdminDataFields.COLUMN_SEVERITIES_AGG]: this.severitiesAgg,
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
exports.GetAdminData = GetAdminData;
|
|
94
|
+
_GetAdminData_checksAgg = new WeakMap(), _GetAdminData_marketplacesAgg = new WeakMap(), _GetAdminData_monthlyTrendAgg = new WeakMap(), _GetAdminData_partnersAgg = new WeakMap(), _GetAdminData_period = new WeakMap(), _GetAdminData_pagination = new WeakMap(), _GetAdminData_results = new WeakMap(), _GetAdminData_scoresAgg = new WeakMap(), _GetAdminData_severitiesAgg = new WeakMap();
|
|
95
|
+
//# sourceMappingURL=getAdminData.js.map
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { AbstractEntity } from '../../abstractEntity';
|
|
2
|
+
import { ChecksAggType, MonthlyTrendAggType, WellArchitectedPaginationType, WellArchitectedPeriodType, ScoreResultType, ScoresAggType, SeveritiesAggType, StandardsAggType, StandardWithCheckType } from '../types/wellArchitectedGraphQLTypes';
|
|
3
|
+
import { WellArchitectedQueries } from '../types/queryArguments';
|
|
4
|
+
export declare enum GetCustomerAccountDataFields {
|
|
5
|
+
COLUMN_CHECKS_AGG = "checksAgg",
|
|
6
|
+
COLUMN_MONTHLY_TREND_AGG = "monthlyTrendAgg",
|
|
7
|
+
COLUMN_PAGINATION = "pagination",
|
|
8
|
+
COLUMN_PERIOD = "period",
|
|
9
|
+
COLUMN_RESULTS = "results",
|
|
10
|
+
COLUMN_SCORES_AGG = "scoresAgg",
|
|
11
|
+
COLUMN_SEVERITIES_AGG = "severitiesAgg",
|
|
12
|
+
COLUMN_STANDARDS_AGG = "standardsAgg",
|
|
13
|
+
COLUMN_STANDARDS = "standards"
|
|
14
|
+
}
|
|
15
|
+
export declare type GetCustomerAccountDataType = {
|
|
16
|
+
[GetCustomerAccountDataFields.COLUMN_CHECKS_AGG]?: ChecksAggType;
|
|
17
|
+
[GetCustomerAccountDataFields.COLUMN_MONTHLY_TREND_AGG]?: MonthlyTrendAggType;
|
|
18
|
+
[GetCustomerAccountDataFields.COLUMN_PAGINATION]?: WellArchitectedPaginationType;
|
|
19
|
+
[GetCustomerAccountDataFields.COLUMN_PERIOD]?: WellArchitectedPeriodType;
|
|
20
|
+
[GetCustomerAccountDataFields.COLUMN_RESULTS]?: ScoreResultType[];
|
|
21
|
+
[GetCustomerAccountDataFields.COLUMN_SCORES_AGG]?: ScoresAggType;
|
|
22
|
+
[GetCustomerAccountDataFields.COLUMN_SEVERITIES_AGG]?: SeveritiesAggType;
|
|
23
|
+
[GetCustomerAccountDataFields.COLUMN_STANDARDS_AGG]?: StandardsAggType;
|
|
24
|
+
[GetCustomerAccountDataFields.COLUMN_STANDARDS]?: StandardWithCheckType[];
|
|
25
|
+
};
|
|
26
|
+
export declare type GetCustomerAccountDataGraphQLResultType = {
|
|
27
|
+
[WellArchitectedQueries.GET_CUSTOMER_ACCOUNT_DATA]: GetCustomerAccountDataType;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetCustomerAccountData extends AbstractEntity<GetCustomerAccountDataType> {
|
|
30
|
+
#private;
|
|
31
|
+
constructor(getCustomerAccountDataInput: GetCustomerAccountDataType);
|
|
32
|
+
get checksAgg(): ChecksAggType | undefined;
|
|
33
|
+
get monthlyTrendAgg(): MonthlyTrendAggType | undefined;
|
|
34
|
+
get pagination(): WellArchitectedPaginationType | undefined;
|
|
35
|
+
get period(): WellArchitectedPeriodType | undefined;
|
|
36
|
+
get scoresAgg(): ScoresAggType | undefined;
|
|
37
|
+
get results(): ScoreResultType[] | undefined;
|
|
38
|
+
get severitiesAgg(): SeveritiesAggType | undefined;
|
|
39
|
+
get standardsAgg(): StandardsAggType | undefined;
|
|
40
|
+
get standards(): StandardWithCheckType[] | undefined;
|
|
41
|
+
toJSON(): GetCustomerAccountDataType;
|
|
42
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
7
|
+
};
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
|
+
};
|
|
13
|
+
var _GetCustomerAccountData_checksAgg, _GetCustomerAccountData_monthlyTrendAgg, _GetCustomerAccountData_pagination, _GetCustomerAccountData_period, _GetCustomerAccountData_results, _GetCustomerAccountData_scoresAgg, _GetCustomerAccountData_severitiesAgg, _GetCustomerAccountData_standardsAgg, _GetCustomerAccountData_standards;
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.GetCustomerAccountData = exports.GetCustomerAccountDataFields = void 0;
|
|
16
|
+
const abstractEntity_1 = require("../../abstractEntity");
|
|
17
|
+
const queryArguments_1 = require("../types/queryArguments");
|
|
18
|
+
var GetCustomerAccountDataFields;
|
|
19
|
+
(function (GetCustomerAccountDataFields) {
|
|
20
|
+
GetCustomerAccountDataFields["COLUMN_CHECKS_AGG"] = "checksAgg";
|
|
21
|
+
GetCustomerAccountDataFields["COLUMN_MONTHLY_TREND_AGG"] = "monthlyTrendAgg";
|
|
22
|
+
GetCustomerAccountDataFields["COLUMN_PAGINATION"] = "pagination";
|
|
23
|
+
GetCustomerAccountDataFields["COLUMN_PERIOD"] = "period";
|
|
24
|
+
GetCustomerAccountDataFields["COLUMN_RESULTS"] = "results";
|
|
25
|
+
GetCustomerAccountDataFields["COLUMN_SCORES_AGG"] = "scoresAgg";
|
|
26
|
+
GetCustomerAccountDataFields["COLUMN_SEVERITIES_AGG"] = "severitiesAgg";
|
|
27
|
+
GetCustomerAccountDataFields["COLUMN_STANDARDS_AGG"] = "standardsAgg";
|
|
28
|
+
GetCustomerAccountDataFields["COLUMN_STANDARDS"] = "standards";
|
|
29
|
+
})(GetCustomerAccountDataFields = exports.GetCustomerAccountDataFields || (exports.GetCustomerAccountDataFields = {}));
|
|
30
|
+
class GetCustomerAccountData extends abstractEntity_1.AbstractEntity {
|
|
31
|
+
constructor(getCustomerAccountDataInput) {
|
|
32
|
+
super(getCustomerAccountDataInput);
|
|
33
|
+
_GetCustomerAccountData_checksAgg.set(this, void 0);
|
|
34
|
+
_GetCustomerAccountData_monthlyTrendAgg.set(this, void 0);
|
|
35
|
+
_GetCustomerAccountData_pagination.set(this, void 0);
|
|
36
|
+
_GetCustomerAccountData_period.set(this, void 0);
|
|
37
|
+
_GetCustomerAccountData_results.set(this, void 0);
|
|
38
|
+
_GetCustomerAccountData_scoresAgg.set(this, void 0);
|
|
39
|
+
_GetCustomerAccountData_severitiesAgg.set(this, void 0);
|
|
40
|
+
_GetCustomerAccountData_standardsAgg.set(this, void 0);
|
|
41
|
+
_GetCustomerAccountData_standards.set(this, void 0);
|
|
42
|
+
__classPrivateFieldSet(this, _GetCustomerAccountData_checksAgg, getCustomerAccountDataInput[GetCustomerAccountDataFields.COLUMN_CHECKS_AGG], "f");
|
|
43
|
+
__classPrivateFieldSet(this, _GetCustomerAccountData_monthlyTrendAgg, getCustomerAccountDataInput[GetCustomerAccountDataFields.COLUMN_MONTHLY_TREND_AGG], "f");
|
|
44
|
+
__classPrivateFieldSet(this, _GetCustomerAccountData_pagination, getCustomerAccountDataInput[GetCustomerAccountDataFields.COLUMN_PAGINATION], "f");
|
|
45
|
+
__classPrivateFieldSet(this, _GetCustomerAccountData_period, getCustomerAccountDataInput[GetCustomerAccountDataFields.COLUMN_PERIOD], "f");
|
|
46
|
+
__classPrivateFieldSet(this, _GetCustomerAccountData_results, getCustomerAccountDataInput[GetCustomerAccountDataFields.COLUMN_RESULTS], "f");
|
|
47
|
+
__classPrivateFieldSet(this, _GetCustomerAccountData_scoresAgg, getCustomerAccountDataInput[GetCustomerAccountDataFields.COLUMN_SCORES_AGG], "f");
|
|
48
|
+
__classPrivateFieldSet(this, _GetCustomerAccountData_severitiesAgg, getCustomerAccountDataInput[GetCustomerAccountDataFields.COLUMN_SEVERITIES_AGG], "f");
|
|
49
|
+
__classPrivateFieldSet(this, _GetCustomerAccountData_standardsAgg, getCustomerAccountDataInput[GetCustomerAccountDataFields.COLUMN_STANDARDS_AGG], "f");
|
|
50
|
+
__classPrivateFieldSet(this, _GetCustomerAccountData_standards, getCustomerAccountDataInput[GetCustomerAccountDataFields.COLUMN_STANDARDS], "f");
|
|
51
|
+
}
|
|
52
|
+
get checksAgg() {
|
|
53
|
+
return __classPrivateFieldGet(this, _GetCustomerAccountData_checksAgg, "f");
|
|
54
|
+
}
|
|
55
|
+
get monthlyTrendAgg() {
|
|
56
|
+
return __classPrivateFieldGet(this, _GetCustomerAccountData_monthlyTrendAgg, "f");
|
|
57
|
+
}
|
|
58
|
+
get pagination() {
|
|
59
|
+
return __classPrivateFieldGet(this, _GetCustomerAccountData_pagination, "f");
|
|
60
|
+
}
|
|
61
|
+
get period() {
|
|
62
|
+
return __classPrivateFieldGet(this, _GetCustomerAccountData_period, "f");
|
|
63
|
+
}
|
|
64
|
+
get scoresAgg() {
|
|
65
|
+
return __classPrivateFieldGet(this, _GetCustomerAccountData_scoresAgg, "f");
|
|
66
|
+
}
|
|
67
|
+
get results() {
|
|
68
|
+
return __classPrivateFieldGet(this, _GetCustomerAccountData_results, "f");
|
|
69
|
+
}
|
|
70
|
+
get severitiesAgg() {
|
|
71
|
+
return __classPrivateFieldGet(this, _GetCustomerAccountData_severitiesAgg, "f");
|
|
72
|
+
}
|
|
73
|
+
get standardsAgg() {
|
|
74
|
+
return __classPrivateFieldGet(this, _GetCustomerAccountData_standardsAgg, "f");
|
|
75
|
+
}
|
|
76
|
+
get standards() {
|
|
77
|
+
return __classPrivateFieldGet(this, _GetCustomerAccountData_standards, "f");
|
|
78
|
+
}
|
|
79
|
+
toJSON() {
|
|
80
|
+
return {
|
|
81
|
+
[GetCustomerAccountDataFields.COLUMN_CHECKS_AGG]: this.checksAgg,
|
|
82
|
+
[GetCustomerAccountDataFields.COLUMN_MONTHLY_TREND_AGG]: this
|
|
83
|
+
.monthlyTrendAgg,
|
|
84
|
+
[GetCustomerAccountDataFields.COLUMN_PAGINATION]: this.pagination,
|
|
85
|
+
[GetCustomerAccountDataFields.COLUMN_PERIOD]: this.period,
|
|
86
|
+
[GetCustomerAccountDataFields.COLUMN_SCORES_AGG]: this.scoresAgg,
|
|
87
|
+
[GetCustomerAccountDataFields.COLUMN_RESULTS]: this.results,
|
|
88
|
+
[GetCustomerAccountDataFields.COLUMN_SEVERITIES_AGG]: this.severitiesAgg,
|
|
89
|
+
[GetCustomerAccountDataFields.COLUMN_STANDARDS_AGG]: this.standardsAgg,
|
|
90
|
+
[GetCustomerAccountDataFields.COLUMN_STANDARDS]: this.standards,
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
exports.GetCustomerAccountData = GetCustomerAccountData;
|
|
95
|
+
_GetCustomerAccountData_checksAgg = new WeakMap(), _GetCustomerAccountData_monthlyTrendAgg = new WeakMap(), _GetCustomerAccountData_pagination = new WeakMap(), _GetCustomerAccountData_period = new WeakMap(), _GetCustomerAccountData_results = new WeakMap(), _GetCustomerAccountData_scoresAgg = new WeakMap(), _GetCustomerAccountData_severitiesAgg = new WeakMap(), _GetCustomerAccountData_standardsAgg = new WeakMap(), _GetCustomerAccountData_standards = new WeakMap();
|
|
96
|
+
//# sourceMappingURL=getCustomerAccountData.js.map
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { AbstractEntity } from '../../abstractEntity';
|
|
2
|
+
import { AccountsAggType, ScoreResultType, MonthlyTrendAggType, SeveritiesAggType, WellArchitectedPaginationType, WellArchitectedPeriodType, ChecksAggType, ScoresAggType, StandardWithCheckType } from '../types/wellArchitectedGraphQLTypes';
|
|
3
|
+
import { WellArchitectedQueries } from '../types/queryArguments';
|
|
4
|
+
export declare enum GetCustomerDataFields {
|
|
5
|
+
COLUMN_ACCOUNTS_AGG = "accountsAgg",
|
|
6
|
+
COLUMN_CHECKS_AGG = "checksAgg",
|
|
7
|
+
COLUMN_MONTHLY_TREND_AGG = "monthlyTrendAgg",
|
|
8
|
+
COLUMN_PAGINATION = "pagination",
|
|
9
|
+
COLUMN_PERIOD = "period",
|
|
10
|
+
COLUMN_RESULTS = "results",
|
|
11
|
+
COLUMN_SCORES_AGG = "scoresAgg",
|
|
12
|
+
COLUMN_SEVERITIES_AGG = "severitiesAgg",
|
|
13
|
+
COLUMN_STANDARDS = "standards",
|
|
14
|
+
COLUMN_SUBSCRIPTION_REFERENCES = "subscriptionReferences"
|
|
15
|
+
}
|
|
16
|
+
export declare type GetCustomerDataType = {
|
|
17
|
+
[GetCustomerDataFields.COLUMN_ACCOUNTS_AGG]?: AccountsAggType;
|
|
18
|
+
[GetCustomerDataFields.COLUMN_CHECKS_AGG]?: ChecksAggType;
|
|
19
|
+
[GetCustomerDataFields.COLUMN_MONTHLY_TREND_AGG]?: MonthlyTrendAggType;
|
|
20
|
+
[GetCustomerDataFields.COLUMN_PAGINATION]?: WellArchitectedPaginationType;
|
|
21
|
+
[GetCustomerDataFields.COLUMN_PERIOD]?: WellArchitectedPeriodType;
|
|
22
|
+
[GetCustomerDataFields.COLUMN_RESULTS]?: ScoreResultType[];
|
|
23
|
+
[GetCustomerDataFields.COLUMN_SCORES_AGG]?: ScoresAggType;
|
|
24
|
+
[GetCustomerDataFields.COLUMN_SEVERITIES_AGG]?: SeveritiesAggType;
|
|
25
|
+
[GetCustomerDataFields.COLUMN_STANDARDS]?: StandardWithCheckType[];
|
|
26
|
+
[GetCustomerDataFields.COLUMN_SUBSCRIPTION_REFERENCES]?: number;
|
|
27
|
+
};
|
|
28
|
+
export declare type GetCustomerDataGraphQLResultType = {
|
|
29
|
+
[WellArchitectedQueries.GET_CUSTOMER_DATA]: GetCustomerDataType;
|
|
30
|
+
};
|
|
31
|
+
export declare class GetCustomerData extends AbstractEntity<GetCustomerDataType> {
|
|
32
|
+
#private;
|
|
33
|
+
constructor(getCustomerDataInput: GetCustomerDataType);
|
|
34
|
+
get accountsAgg(): AccountsAggType | undefined;
|
|
35
|
+
get checksAgg(): ChecksAggType | undefined;
|
|
36
|
+
get monthlyTrendAgg(): MonthlyTrendAggType | undefined;
|
|
37
|
+
get pagination(): WellArchitectedPaginationType | undefined;
|
|
38
|
+
get period(): WellArchitectedPeriodType | undefined;
|
|
39
|
+
get results(): ScoreResultType[] | undefined;
|
|
40
|
+
get scoresAgg(): ScoresAggType | undefined;
|
|
41
|
+
get severitiesAgg(): SeveritiesAggType | undefined;
|
|
42
|
+
get standards(): StandardWithCheckType[] | undefined;
|
|
43
|
+
get subscriptionReferences(): number | undefined;
|
|
44
|
+
toJSON(): GetCustomerDataType;
|
|
45
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
7
|
+
};
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
|
+
};
|
|
13
|
+
var _GetCustomerData_accountsAgg, _GetCustomerData_checksAgg, _GetCustomerData_monthlyTrendAgg, _GetCustomerData_pagination, _GetCustomerData_period, _GetCustomerData_results, _GetCustomerData_scoresAgg, _GetCustomerData_severitiesAgg, _GetCustomerData_standards, _GetCustomerData_subscriptionReferences;
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.GetCustomerData = exports.GetCustomerDataFields = void 0;
|
|
16
|
+
const abstractEntity_1 = require("../../abstractEntity");
|
|
17
|
+
const queryArguments_1 = require("../types/queryArguments");
|
|
18
|
+
var GetCustomerDataFields;
|
|
19
|
+
(function (GetCustomerDataFields) {
|
|
20
|
+
GetCustomerDataFields["COLUMN_ACCOUNTS_AGG"] = "accountsAgg";
|
|
21
|
+
GetCustomerDataFields["COLUMN_CHECKS_AGG"] = "checksAgg";
|
|
22
|
+
GetCustomerDataFields["COLUMN_MONTHLY_TREND_AGG"] = "monthlyTrendAgg";
|
|
23
|
+
GetCustomerDataFields["COLUMN_PAGINATION"] = "pagination";
|
|
24
|
+
GetCustomerDataFields["COLUMN_PERIOD"] = "period";
|
|
25
|
+
GetCustomerDataFields["COLUMN_RESULTS"] = "results";
|
|
26
|
+
GetCustomerDataFields["COLUMN_SCORES_AGG"] = "scoresAgg";
|
|
27
|
+
GetCustomerDataFields["COLUMN_SEVERITIES_AGG"] = "severitiesAgg";
|
|
28
|
+
GetCustomerDataFields["COLUMN_STANDARDS"] = "standards";
|
|
29
|
+
GetCustomerDataFields["COLUMN_SUBSCRIPTION_REFERENCES"] = "subscriptionReferences";
|
|
30
|
+
})(GetCustomerDataFields = exports.GetCustomerDataFields || (exports.GetCustomerDataFields = {}));
|
|
31
|
+
class GetCustomerData extends abstractEntity_1.AbstractEntity {
|
|
32
|
+
constructor(getCustomerDataInput) {
|
|
33
|
+
super(getCustomerDataInput);
|
|
34
|
+
_GetCustomerData_accountsAgg.set(this, void 0);
|
|
35
|
+
_GetCustomerData_checksAgg.set(this, void 0);
|
|
36
|
+
_GetCustomerData_monthlyTrendAgg.set(this, void 0);
|
|
37
|
+
_GetCustomerData_pagination.set(this, void 0);
|
|
38
|
+
_GetCustomerData_period.set(this, void 0);
|
|
39
|
+
_GetCustomerData_results.set(this, void 0);
|
|
40
|
+
_GetCustomerData_scoresAgg.set(this, void 0);
|
|
41
|
+
_GetCustomerData_severitiesAgg.set(this, void 0);
|
|
42
|
+
_GetCustomerData_standards.set(this, void 0);
|
|
43
|
+
_GetCustomerData_subscriptionReferences.set(this, void 0);
|
|
44
|
+
__classPrivateFieldSet(this, _GetCustomerData_accountsAgg, getCustomerDataInput[GetCustomerDataFields.COLUMN_ACCOUNTS_AGG], "f");
|
|
45
|
+
__classPrivateFieldSet(this, _GetCustomerData_checksAgg, getCustomerDataInput[GetCustomerDataFields.COLUMN_CHECKS_AGG], "f");
|
|
46
|
+
__classPrivateFieldSet(this, _GetCustomerData_monthlyTrendAgg, getCustomerDataInput[GetCustomerDataFields.COLUMN_MONTHLY_TREND_AGG], "f");
|
|
47
|
+
__classPrivateFieldSet(this, _GetCustomerData_pagination, getCustomerDataInput[GetCustomerDataFields.COLUMN_PAGINATION], "f");
|
|
48
|
+
__classPrivateFieldSet(this, _GetCustomerData_period, getCustomerDataInput[GetCustomerDataFields.COLUMN_PERIOD], "f");
|
|
49
|
+
__classPrivateFieldSet(this, _GetCustomerData_results, getCustomerDataInput[GetCustomerDataFields.COLUMN_RESULTS], "f");
|
|
50
|
+
__classPrivateFieldSet(this, _GetCustomerData_scoresAgg, getCustomerDataInput[GetCustomerDataFields.COLUMN_SCORES_AGG], "f");
|
|
51
|
+
__classPrivateFieldSet(this, _GetCustomerData_severitiesAgg, getCustomerDataInput[GetCustomerDataFields.COLUMN_SEVERITIES_AGG], "f");
|
|
52
|
+
__classPrivateFieldSet(this, _GetCustomerData_standards, getCustomerDataInput[GetCustomerDataFields.COLUMN_STANDARDS], "f");
|
|
53
|
+
__classPrivateFieldSet(this, _GetCustomerData_subscriptionReferences, getCustomerDataInput[GetCustomerDataFields.COLUMN_SUBSCRIPTION_REFERENCES], "f");
|
|
54
|
+
}
|
|
55
|
+
get accountsAgg() {
|
|
56
|
+
return __classPrivateFieldGet(this, _GetCustomerData_accountsAgg, "f");
|
|
57
|
+
}
|
|
58
|
+
get checksAgg() {
|
|
59
|
+
return __classPrivateFieldGet(this, _GetCustomerData_checksAgg, "f");
|
|
60
|
+
}
|
|
61
|
+
get monthlyTrendAgg() {
|
|
62
|
+
return __classPrivateFieldGet(this, _GetCustomerData_monthlyTrendAgg, "f");
|
|
63
|
+
}
|
|
64
|
+
get pagination() {
|
|
65
|
+
return __classPrivateFieldGet(this, _GetCustomerData_pagination, "f");
|
|
66
|
+
}
|
|
67
|
+
get period() {
|
|
68
|
+
return __classPrivateFieldGet(this, _GetCustomerData_period, "f");
|
|
69
|
+
}
|
|
70
|
+
get results() {
|
|
71
|
+
return __classPrivateFieldGet(this, _GetCustomerData_results, "f");
|
|
72
|
+
}
|
|
73
|
+
get scoresAgg() {
|
|
74
|
+
return __classPrivateFieldGet(this, _GetCustomerData_scoresAgg, "f");
|
|
75
|
+
}
|
|
76
|
+
get severitiesAgg() {
|
|
77
|
+
return __classPrivateFieldGet(this, _GetCustomerData_severitiesAgg, "f");
|
|
78
|
+
}
|
|
79
|
+
get standards() {
|
|
80
|
+
return __classPrivateFieldGet(this, _GetCustomerData_standards, "f");
|
|
81
|
+
}
|
|
82
|
+
get subscriptionReferences() {
|
|
83
|
+
return __classPrivateFieldGet(this, _GetCustomerData_subscriptionReferences, "f");
|
|
84
|
+
}
|
|
85
|
+
toJSON() {
|
|
86
|
+
return {
|
|
87
|
+
[GetCustomerDataFields.COLUMN_ACCOUNTS_AGG]: this.accountsAgg,
|
|
88
|
+
[GetCustomerDataFields.COLUMN_CHECKS_AGG]: this.checksAgg,
|
|
89
|
+
[GetCustomerDataFields.COLUMN_MONTHLY_TREND_AGG]: this.monthlyTrendAgg,
|
|
90
|
+
[GetCustomerDataFields.COLUMN_PAGINATION]: this.pagination,
|
|
91
|
+
[GetCustomerDataFields.COLUMN_PERIOD]: this.period,
|
|
92
|
+
[GetCustomerDataFields.COLUMN_RESULTS]: this.results,
|
|
93
|
+
[GetCustomerDataFields.COLUMN_SCORES_AGG]: this.scoresAgg,
|
|
94
|
+
[GetCustomerDataFields.COLUMN_SEVERITIES_AGG]: this.severitiesAgg,
|
|
95
|
+
[GetCustomerDataFields.COLUMN_STANDARDS]: this.standards,
|
|
96
|
+
[GetCustomerDataFields.COLUMN_SUBSCRIPTION_REFERENCES]: this
|
|
97
|
+
.subscriptionReferences,
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
exports.GetCustomerData = GetCustomerData;
|
|
102
|
+
_GetCustomerData_accountsAgg = new WeakMap(), _GetCustomerData_checksAgg = new WeakMap(), _GetCustomerData_monthlyTrendAgg = new WeakMap(), _GetCustomerData_pagination = new WeakMap(), _GetCustomerData_period = new WeakMap(), _GetCustomerData_results = new WeakMap(), _GetCustomerData_scoresAgg = new WeakMap(), _GetCustomerData_severitiesAgg = new WeakMap(), _GetCustomerData_standards = new WeakMap(), _GetCustomerData_subscriptionReferences = new WeakMap();
|
|
103
|
+
//# sourceMappingURL=getCustomerData.js.map
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { AbstractEntity } from '../../abstractEntity';
|
|
2
|
+
import { ChecksAggType, EndCustomersAggType, MarketplacesAggType, MonthlyTrendAggType, WellArchitectedPaginationType, WellArchitectedPeriodType, ScoreResultType, ScoresAggType, SeveritiesAggType } from '../types/wellArchitectedGraphQLTypes';
|
|
3
|
+
import { WellArchitectedQueries } from '../types/queryArguments';
|
|
4
|
+
export declare enum GetPartnerDataFields {
|
|
5
|
+
COLUMN_CHECKS_AGG = "checksAgg",
|
|
6
|
+
COLUMN_END_CUSTOMERS_AGG = "endCustomersAgg",
|
|
7
|
+
COLUMN_MARKETPLACES_AGG = "marketplacesAgg",
|
|
8
|
+
COLUMN_MONTHLY_TREND_AGG = "monthlyTrendAgg",
|
|
9
|
+
COLUMN_PAGINATION = "pagination",
|
|
10
|
+
COLUMN_PERIOD = "period",
|
|
11
|
+
COLUMN_RESULTS = "results",
|
|
12
|
+
COLUMN_SCORES_AGG = "scoresAgg",
|
|
13
|
+
COLUMN_SEVERITIES_AGG = "severitiesAgg"
|
|
14
|
+
}
|
|
15
|
+
export declare type GetPartnerDataType = {
|
|
16
|
+
[GetPartnerDataFields.COLUMN_CHECKS_AGG]?: ChecksAggType;
|
|
17
|
+
[GetPartnerDataFields.COLUMN_END_CUSTOMERS_AGG]?: EndCustomersAggType;
|
|
18
|
+
[GetPartnerDataFields.COLUMN_MARKETPLACES_AGG]?: MarketplacesAggType;
|
|
19
|
+
[GetPartnerDataFields.COLUMN_MONTHLY_TREND_AGG]?: MonthlyTrendAggType;
|
|
20
|
+
[GetPartnerDataFields.COLUMN_PAGINATION]?: WellArchitectedPaginationType;
|
|
21
|
+
[GetPartnerDataFields.COLUMN_PERIOD]?: WellArchitectedPeriodType;
|
|
22
|
+
[GetPartnerDataFields.COLUMN_RESULTS]?: ScoreResultType[];
|
|
23
|
+
[GetPartnerDataFields.COLUMN_SCORES_AGG]?: ScoresAggType;
|
|
24
|
+
[GetPartnerDataFields.COLUMN_SEVERITIES_AGG]?: SeveritiesAggType;
|
|
25
|
+
};
|
|
26
|
+
export declare type GetPartnerDataGraphQLResultType = {
|
|
27
|
+
[WellArchitectedQueries.GET_PARTNER_DATA]: GetPartnerDataType;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetPartnerData extends AbstractEntity<GetPartnerDataType> {
|
|
30
|
+
#private;
|
|
31
|
+
constructor(getPartnerDataInput: GetPartnerDataType);
|
|
32
|
+
get checksAgg(): ChecksAggType | undefined;
|
|
33
|
+
get endCustomersAgg(): EndCustomersAggType | undefined;
|
|
34
|
+
get monthlyTrendAgg(): MonthlyTrendAggType | undefined;
|
|
35
|
+
get marketplacesAgg(): MarketplacesAggType | undefined;
|
|
36
|
+
get period(): WellArchitectedPeriodType | undefined;
|
|
37
|
+
get pagination(): WellArchitectedPaginationType | undefined;
|
|
38
|
+
get results(): ScoreResultType[] | undefined;
|
|
39
|
+
get scoresAgg(): ScoresAggType | undefined;
|
|
40
|
+
get severitiesAgg(): SeveritiesAggType | undefined;
|
|
41
|
+
toJSON(): GetPartnerDataType;
|
|
42
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
7
|
+
};
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
|
+
};
|
|
13
|
+
var _GetPartnerData_checksAgg, _GetPartnerData_endCustomersAgg, _GetPartnerData_marketplacesAgg, _GetPartnerData_monthlyTrendAgg, _GetPartnerData_period, _GetPartnerData_pagination, _GetPartnerData_results, _GetPartnerData_scoresAgg, _GetPartnerData_severitiesAgg;
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.GetPartnerData = exports.GetPartnerDataFields = void 0;
|
|
16
|
+
const abstractEntity_1 = require("../../abstractEntity");
|
|
17
|
+
const queryArguments_1 = require("../types/queryArguments");
|
|
18
|
+
var GetPartnerDataFields;
|
|
19
|
+
(function (GetPartnerDataFields) {
|
|
20
|
+
GetPartnerDataFields["COLUMN_CHECKS_AGG"] = "checksAgg";
|
|
21
|
+
GetPartnerDataFields["COLUMN_END_CUSTOMERS_AGG"] = "endCustomersAgg";
|
|
22
|
+
GetPartnerDataFields["COLUMN_MARKETPLACES_AGG"] = "marketplacesAgg";
|
|
23
|
+
GetPartnerDataFields["COLUMN_MONTHLY_TREND_AGG"] = "monthlyTrendAgg";
|
|
24
|
+
GetPartnerDataFields["COLUMN_PAGINATION"] = "pagination";
|
|
25
|
+
GetPartnerDataFields["COLUMN_PERIOD"] = "period";
|
|
26
|
+
GetPartnerDataFields["COLUMN_RESULTS"] = "results";
|
|
27
|
+
GetPartnerDataFields["COLUMN_SCORES_AGG"] = "scoresAgg";
|
|
28
|
+
GetPartnerDataFields["COLUMN_SEVERITIES_AGG"] = "severitiesAgg";
|
|
29
|
+
})(GetPartnerDataFields = exports.GetPartnerDataFields || (exports.GetPartnerDataFields = {}));
|
|
30
|
+
class GetPartnerData extends abstractEntity_1.AbstractEntity {
|
|
31
|
+
constructor(getPartnerDataInput) {
|
|
32
|
+
super(getPartnerDataInput);
|
|
33
|
+
_GetPartnerData_checksAgg.set(this, void 0);
|
|
34
|
+
_GetPartnerData_endCustomersAgg.set(this, void 0);
|
|
35
|
+
_GetPartnerData_marketplacesAgg.set(this, void 0);
|
|
36
|
+
_GetPartnerData_monthlyTrendAgg.set(this, void 0);
|
|
37
|
+
_GetPartnerData_period.set(this, void 0);
|
|
38
|
+
_GetPartnerData_pagination.set(this, void 0);
|
|
39
|
+
_GetPartnerData_results.set(this, void 0);
|
|
40
|
+
_GetPartnerData_scoresAgg.set(this, void 0);
|
|
41
|
+
_GetPartnerData_severitiesAgg.set(this, void 0);
|
|
42
|
+
__classPrivateFieldSet(this, _GetPartnerData_checksAgg, getPartnerDataInput[GetPartnerDataFields.COLUMN_CHECKS_AGG], "f");
|
|
43
|
+
__classPrivateFieldSet(this, _GetPartnerData_endCustomersAgg, getPartnerDataInput[GetPartnerDataFields.COLUMN_END_CUSTOMERS_AGG], "f");
|
|
44
|
+
__classPrivateFieldSet(this, _GetPartnerData_marketplacesAgg, getPartnerDataInput[GetPartnerDataFields.COLUMN_MARKETPLACES_AGG], "f");
|
|
45
|
+
__classPrivateFieldSet(this, _GetPartnerData_monthlyTrendAgg, getPartnerDataInput[GetPartnerDataFields.COLUMN_MONTHLY_TREND_AGG], "f");
|
|
46
|
+
__classPrivateFieldSet(this, _GetPartnerData_period, getPartnerDataInput[GetPartnerDataFields.COLUMN_PERIOD], "f");
|
|
47
|
+
__classPrivateFieldSet(this, _GetPartnerData_pagination, getPartnerDataInput[GetPartnerDataFields.COLUMN_PAGINATION], "f");
|
|
48
|
+
__classPrivateFieldSet(this, _GetPartnerData_results, getPartnerDataInput[GetPartnerDataFields.COLUMN_RESULTS], "f");
|
|
49
|
+
__classPrivateFieldSet(this, _GetPartnerData_scoresAgg, getPartnerDataInput[GetPartnerDataFields.COLUMN_SCORES_AGG], "f");
|
|
50
|
+
__classPrivateFieldSet(this, _GetPartnerData_severitiesAgg, getPartnerDataInput[GetPartnerDataFields.COLUMN_SEVERITIES_AGG], "f");
|
|
51
|
+
}
|
|
52
|
+
get checksAgg() {
|
|
53
|
+
return __classPrivateFieldGet(this, _GetPartnerData_checksAgg, "f");
|
|
54
|
+
}
|
|
55
|
+
get endCustomersAgg() {
|
|
56
|
+
return __classPrivateFieldGet(this, _GetPartnerData_endCustomersAgg, "f");
|
|
57
|
+
}
|
|
58
|
+
get monthlyTrendAgg() {
|
|
59
|
+
return __classPrivateFieldGet(this, _GetPartnerData_monthlyTrendAgg, "f");
|
|
60
|
+
}
|
|
61
|
+
get marketplacesAgg() {
|
|
62
|
+
return __classPrivateFieldGet(this, _GetPartnerData_marketplacesAgg, "f");
|
|
63
|
+
}
|
|
64
|
+
get period() {
|
|
65
|
+
return __classPrivateFieldGet(this, _GetPartnerData_period, "f");
|
|
66
|
+
}
|
|
67
|
+
get pagination() {
|
|
68
|
+
return __classPrivateFieldGet(this, _GetPartnerData_pagination, "f");
|
|
69
|
+
}
|
|
70
|
+
get results() {
|
|
71
|
+
return __classPrivateFieldGet(this, _GetPartnerData_results, "f");
|
|
72
|
+
}
|
|
73
|
+
get scoresAgg() {
|
|
74
|
+
return __classPrivateFieldGet(this, _GetPartnerData_scoresAgg, "f");
|
|
75
|
+
}
|
|
76
|
+
get severitiesAgg() {
|
|
77
|
+
return __classPrivateFieldGet(this, _GetPartnerData_severitiesAgg, "f");
|
|
78
|
+
}
|
|
79
|
+
toJSON() {
|
|
80
|
+
return {
|
|
81
|
+
[GetPartnerDataFields.COLUMN_CHECKS_AGG]: this.checksAgg,
|
|
82
|
+
[GetPartnerDataFields.COLUMN_END_CUSTOMERS_AGG]: this.endCustomersAgg,
|
|
83
|
+
[GetPartnerDataFields.COLUMN_MARKETPLACES_AGG]: this.marketplacesAgg,
|
|
84
|
+
[GetPartnerDataFields.COLUMN_MONTHLY_TREND_AGG]: this.monthlyTrendAgg,
|
|
85
|
+
[GetPartnerDataFields.COLUMN_PERIOD]: this.period,
|
|
86
|
+
[GetPartnerDataFields.COLUMN_PAGINATION]: this.pagination,
|
|
87
|
+
[GetPartnerDataFields.COLUMN_RESULTS]: this.results,
|
|
88
|
+
[GetPartnerDataFields.COLUMN_SCORES_AGG]: this.scoresAgg,
|
|
89
|
+
[GetPartnerDataFields.COLUMN_SEVERITIES_AGG]: this.severitiesAgg,
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
exports.GetPartnerData = GetPartnerData;
|
|
94
|
+
_GetPartnerData_checksAgg = new WeakMap(), _GetPartnerData_endCustomersAgg = new WeakMap(), _GetPartnerData_marketplacesAgg = new WeakMap(), _GetPartnerData_monthlyTrendAgg = new WeakMap(), _GetPartnerData_period = new WeakMap(), _GetPartnerData_pagination = new WeakMap(), _GetPartnerData_results = new WeakMap(), _GetPartnerData_scoresAgg = new WeakMap(), _GetPartnerData_severitiesAgg = new WeakMap();
|
|
95
|
+
//# sourceMappingURL=getPartnerData.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './wellArchitectedGraphQLClient';
|
|
2
|
+
export * from './types/wellArchitectedGraphQLQueries';
|
|
3
|
+
export * from './types/wellArchitectedGraphQLTypes';
|
|
4
|
+
export * from './types/queryArguments';
|
|
5
|
+
export * from './entities/getAdminData';
|
|
6
|
+
export * from './entities/getPartnerData';
|
|
7
|
+
export * from './entities/getCustomerData';
|
|
8
|
+
export * from './entities/getCustomerAccountData';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./wellArchitectedGraphQLClient"), exports);
|
|
18
|
+
__exportStar(require("./types/wellArchitectedGraphQLQueries"), exports);
|
|
19
|
+
__exportStar(require("./types/wellArchitectedGraphQLTypes"), exports);
|
|
20
|
+
__exportStar(require("./types/queryArguments"), exports);
|
|
21
|
+
__exportStar(require("./entities/getAdminData"), exports);
|
|
22
|
+
__exportStar(require("./entities/getPartnerData"), exports);
|
|
23
|
+
__exportStar(require("./entities/getCustomerData"), exports);
|
|
24
|
+
__exportStar(require("./entities/getCustomerAccountData"), exports);
|
|
25
|
+
//# sourceMappingURL=index.js.map
|