@longvansoftware/storefront-js-client 4.6.6 → 4.6.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/dist/src/graphql/campaign/queries.d.ts +13 -11
- package/dist/src/graphql/campaign/queries.js +25 -110
- package/dist/src/graphql/crm/mutations.d.ts +1 -0
- package/dist/src/graphql/crm/mutations.js +54 -240
- package/dist/src/graphql/crm/queries.d.ts +1 -0
- package/dist/src/graphql/crm/queries.js +21 -1
- package/dist/src/lib/campaign/index.d.ts +1 -0
- package/dist/src/lib/campaign/index.js +64 -12
- package/dist/src/lib/crm/index.d.ts +2 -0
- package/dist/src/lib/crm/index.js +83 -45
- package/dist/src/utils/helpers.d.ts +2 -0
- package/dist/src/utils/helpers.js +11 -5
- package/package.json +1 -1
- package/dist/src/graphql/cloudService/queries.d.ts +0 -1
- package/dist/src/graphql/cloudService/queries.js +0 -71
- package/dist/src/lib/cloudService/index.d.ts +0 -5
- package/dist/src/lib/cloudService/index.js +0 -35
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
1
|
+
import { DocumentNode } from "graphql";
|
|
2
|
+
export declare const GET_CAMPAIGN_ACTION_ACTIVE_NOW: DocumentNode;
|
|
3
|
+
export declare const GET_VOUCHERS: DocumentNode;
|
|
4
|
+
export declare const CHECK_VALID_VOUCHER: DocumentNode;
|
|
5
|
+
export declare const GET_CAMPAIGN_ACTIVE_NOW: DocumentNode;
|
|
6
|
+
export declare const GET_PROMOTION_PRODUCT_PRICE: DocumentNode;
|
|
7
|
+
export declare const GET_VOUCHER_AVAILABLE_FOR_CUSTOMER: DocumentNode;
|
|
8
|
+
export declare const SUGGEST_VOUCHER: DocumentNode;
|
|
9
|
+
export declare const GET_CAMPAIGN_ACTION_BY_ID: DocumentNode;
|
|
10
|
+
export declare const SEARCH_PRODUCT_GIFT_PROMOTION_RESPONSE: DocumentNode;
|
|
11
|
+
export declare const GET_CAMPAIGN: DocumentNode;
|
|
12
|
+
export declare const SEARCH_PRODUCT_PRICE_PROMOTION_RESPONSE: DocumentNode;
|
|
13
|
+
export declare const GET_VOUCHER_FOR_USER: (fields?: string[]) => DocumentNode;
|
|
@@ -1,22 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SEARCH_PRODUCT_PRICE_PROMOTION_RESPONSE = exports.GET_CAMPAIGN = exports.SEARCH_PRODUCT_GIFT_PROMOTION_RESPONSE = exports.GET_CAMPAIGN_ACTION_BY_ID = exports.SUGGEST_VOUCHER = exports.GET_VOUCHER_AVAILABLE_FOR_CUSTOMER = exports.GET_PROMOTION_PRODUCT_PRICE = exports.GET_CAMPAIGN_ACTIVE_NOW = exports.CHECK_VALID_VOUCHER = exports.GET_VOUCHERS = exports.GET_CAMPAIGN_ACTION_ACTIVE_NOW = void 0;
|
|
3
|
+
exports.GET_VOUCHER_FOR_USER = exports.SEARCH_PRODUCT_PRICE_PROMOTION_RESPONSE = exports.GET_CAMPAIGN = exports.SEARCH_PRODUCT_GIFT_PROMOTION_RESPONSE = exports.GET_CAMPAIGN_ACTION_BY_ID = exports.SUGGEST_VOUCHER = exports.GET_VOUCHER_AVAILABLE_FOR_CUSTOMER = exports.GET_PROMOTION_PRODUCT_PRICE = exports.GET_CAMPAIGN_ACTIVE_NOW = exports.CHECK_VALID_VOUCHER = exports.GET_VOUCHERS = exports.GET_CAMPAIGN_ACTION_ACTIVE_NOW = void 0;
|
|
4
4
|
const graphql_tag_1 = require("graphql-tag");
|
|
5
|
+
const helpers_1 = require("../../utils/helpers");
|
|
5
6
|
exports.GET_CAMPAIGN_ACTION_ACTIVE_NOW = (0, graphql_tag_1.gql) `
|
|
6
|
-
query GetCampaignActionActiveNow(
|
|
7
|
-
$partyId:
|
|
8
|
-
$customerId: String
|
|
9
|
-
$campaignActionType: String
|
|
10
|
-
$productStoreId: String
|
|
11
|
-
) {
|
|
12
|
-
getCampaignActionActiveNow(
|
|
13
|
-
checkCampaignActiveRequest: {
|
|
14
|
-
partyId: $partyId
|
|
15
|
-
customerId: $customerId
|
|
16
|
-
campaignActionType: $campaignActionType
|
|
17
|
-
productStoreId: $productStoreId
|
|
18
|
-
}
|
|
19
|
-
) {
|
|
7
|
+
query GetCampaignActionActiveNow($partyId: String!, $customerId: String, $campaignActionType: String, $productStoreId: String) {
|
|
8
|
+
getCampaignActionActiveNow(checkCampaignActiveRequest: { partyId: $partyId, customerId: $customerId, campaignActionType: $campaignActionType, productStoreId: $productStoreId }) {
|
|
20
9
|
campaignId
|
|
21
10
|
campaignName
|
|
22
11
|
statusCampaign
|
|
@@ -89,20 +78,8 @@ exports.GET_VOUCHERS = (0, graphql_tag_1.gql) `
|
|
|
89
78
|
}
|
|
90
79
|
`;
|
|
91
80
|
exports.CHECK_VALID_VOUCHER = (0, graphql_tag_1.gql) `
|
|
92
|
-
query CheckValidVoucher(
|
|
93
|
-
$partyId:
|
|
94
|
-
$productStoreId: String
|
|
95
|
-
$customerId: String
|
|
96
|
-
$voucherCode: String!
|
|
97
|
-
) {
|
|
98
|
-
checkValidVoucher(
|
|
99
|
-
checkValidVoucherRequest: {
|
|
100
|
-
customerId: $customerId
|
|
101
|
-
voucherCode: $voucherCode
|
|
102
|
-
productStoreId: $productStoreId
|
|
103
|
-
}
|
|
104
|
-
partyId: $partyId
|
|
105
|
-
) {
|
|
81
|
+
query CheckValidVoucher($partyId: String, $productStoreId: String, $customerId: String, $voucherCode: String!) {
|
|
82
|
+
checkValidVoucher(checkValidVoucherRequest: { customerId: $customerId, voucherCode: $voucherCode, productStoreId: $productStoreId }, partyId: $partyId) {
|
|
106
83
|
campaignActionId
|
|
107
84
|
campaignId
|
|
108
85
|
partyId
|
|
@@ -123,20 +100,8 @@ exports.CHECK_VALID_VOUCHER = (0, graphql_tag_1.gql) `
|
|
|
123
100
|
}
|
|
124
101
|
`;
|
|
125
102
|
exports.GET_CAMPAIGN_ACTIVE_NOW = (0, graphql_tag_1.gql) `
|
|
126
|
-
query GetCampaignActiveNow(
|
|
127
|
-
$partyId:
|
|
128
|
-
$productStoreId: String
|
|
129
|
-
$campaignActionType: String
|
|
130
|
-
$customerId: String
|
|
131
|
-
) {
|
|
132
|
-
getCampaignActiveNow(
|
|
133
|
-
checkCampaignActiveRequest: {
|
|
134
|
-
partyId: $partyId
|
|
135
|
-
customerId: $customerId
|
|
136
|
-
campaignActionType: $campaignActionType
|
|
137
|
-
productStoreId: $productStoreId
|
|
138
|
-
}
|
|
139
|
-
) {
|
|
103
|
+
query GetCampaignActiveNow($partyId: String!, $productStoreId: String, $campaignActionType: String, $customerId: String) {
|
|
104
|
+
getCampaignActiveNow(checkCampaignActiveRequest: { partyId: $partyId, customerId: $customerId, campaignActionType: $campaignActionType, productStoreId: $productStoreId }) {
|
|
140
105
|
campaign {
|
|
141
106
|
id
|
|
142
107
|
createdStamp
|
|
@@ -179,18 +144,8 @@ exports.GET_CAMPAIGN_ACTIVE_NOW = (0, graphql_tag_1.gql) `
|
|
|
179
144
|
}
|
|
180
145
|
`;
|
|
181
146
|
exports.GET_PROMOTION_PRODUCT_PRICE = (0, graphql_tag_1.gql) `
|
|
182
|
-
query GetPromotionProductPrice(
|
|
183
|
-
$partyId:
|
|
184
|
-
$productStoreId: String!
|
|
185
|
-
$productId: String!
|
|
186
|
-
$productPrice: BigDecimal!
|
|
187
|
-
) {
|
|
188
|
-
getPromotionProductPrice(
|
|
189
|
-
partyId: $partyId
|
|
190
|
-
productStoreId: $productStoreId
|
|
191
|
-
productId: $productId
|
|
192
|
-
productPrice: $productPrice
|
|
193
|
-
) {
|
|
147
|
+
query GetPromotionProductPrice($partyId: String!, $productStoreId: String!, $productId: String!, $productPrice: BigDecimal!) {
|
|
148
|
+
getPromotionProductPrice(partyId: $partyId, productStoreId: $productStoreId, productId: $productId, productPrice: $productPrice) {
|
|
194
149
|
campaignId
|
|
195
150
|
campaignName
|
|
196
151
|
statusCampaign
|
|
@@ -210,15 +165,7 @@ exports.GET_PROMOTION_PRODUCT_PRICE = (0, graphql_tag_1.gql) `
|
|
|
210
165
|
}
|
|
211
166
|
`;
|
|
212
167
|
exports.GET_VOUCHER_AVAILABLE_FOR_CUSTOMER = (0, graphql_tag_1.gql) `
|
|
213
|
-
query GetVoucherAvailableForCustomer(
|
|
214
|
-
$partyId: String
|
|
215
|
-
$storeId: String
|
|
216
|
-
$campaignId: String
|
|
217
|
-
$campaignActionId: String
|
|
218
|
-
$customerId: String
|
|
219
|
-
$excludeExpired: Boolean
|
|
220
|
-
$isPageAble: Boolean
|
|
221
|
-
) {
|
|
168
|
+
query GetVoucherAvailableForCustomer($partyId: String, $storeId: String, $campaignId: String, $campaignActionId: String, $customerId: String, $excludeExpired: Boolean, $isPageAble: Boolean) {
|
|
222
169
|
getVoucherAvailableForCustomer(
|
|
223
170
|
searchVoucherRequest: {
|
|
224
171
|
partyId: $partyId
|
|
@@ -263,23 +210,9 @@ exports.GET_VOUCHER_AVAILABLE_FOR_CUSTOMER = (0, graphql_tag_1.gql) `
|
|
|
263
210
|
}
|
|
264
211
|
`;
|
|
265
212
|
exports.SUGGEST_VOUCHER = (0, graphql_tag_1.gql) `
|
|
266
|
-
query SuggestVoucher(
|
|
267
|
-
$partyId: String
|
|
268
|
-
$customerId: String
|
|
269
|
-
$excludeExpired: Boolean
|
|
270
|
-
$campaignId: String
|
|
271
|
-
$campaignActionId: String
|
|
272
|
-
$isBirthday: Boolean
|
|
273
|
-
) {
|
|
213
|
+
query SuggestVoucher($partyId: String, $customerId: String, $excludeExpired: Boolean, $campaignId: String, $campaignActionId: String, $isBirthday: Boolean) {
|
|
274
214
|
suggestVoucher(
|
|
275
|
-
searchVoucherRequest: {
|
|
276
|
-
partyId: $partyId
|
|
277
|
-
customerId: $customerId
|
|
278
|
-
excludeExpired: $excludeExpired
|
|
279
|
-
campaignId: $campaignId
|
|
280
|
-
campaignActionId: $campaignActionId
|
|
281
|
-
isBirthday: $isBirthday
|
|
282
|
-
}
|
|
215
|
+
searchVoucherRequest: { partyId: $partyId, customerId: $customerId, excludeExpired: $excludeExpired, campaignId: $campaignId, campaignActionId: $campaignActionId, isBirthday: $isBirthday }
|
|
283
216
|
) {
|
|
284
217
|
total
|
|
285
218
|
totalPages
|
|
@@ -369,22 +302,8 @@ exports.GET_CAMPAIGN_ACTION_BY_ID = (0, graphql_tag_1.gql) `
|
|
|
369
302
|
}
|
|
370
303
|
`;
|
|
371
304
|
exports.SEARCH_PRODUCT_GIFT_PROMOTION_RESPONSE = (0, graphql_tag_1.gql) `
|
|
372
|
-
query SearchProductGiftPromotionResponse(
|
|
373
|
-
$partyId:
|
|
374
|
-
$storeId: String
|
|
375
|
-
$productIds: [String]
|
|
376
|
-
$campaignActionId: String
|
|
377
|
-
$sort: [BaseSortRequest]
|
|
378
|
-
) {
|
|
379
|
-
searchProductGiftPromotionResponse(
|
|
380
|
-
parameterSearchProductGift: {
|
|
381
|
-
partyId: $partyId
|
|
382
|
-
storeId: $storeId
|
|
383
|
-
productIds: $productIds
|
|
384
|
-
campaignActionId: $campaignActionId
|
|
385
|
-
sort: $sort
|
|
386
|
-
}
|
|
387
|
-
) {
|
|
305
|
+
query SearchProductGiftPromotionResponse($partyId: String!, $storeId: String, $productIds: [String], $campaignActionId: String, $sort: [BaseSortRequest]) {
|
|
306
|
+
searchProductGiftPromotionResponse(parameterSearchProductGift: { partyId: $partyId, storeId: $storeId, productIds: $productIds, campaignActionId: $campaignActionId, sort: $sort }) {
|
|
388
307
|
total
|
|
389
308
|
totalPages
|
|
390
309
|
totalElements
|
|
@@ -446,21 +365,9 @@ exports.GET_CAMPAIGN = (0, graphql_tag_1.gql) `
|
|
|
446
365
|
}
|
|
447
366
|
`;
|
|
448
367
|
exports.SEARCH_PRODUCT_PRICE_PROMOTION_RESPONSE = (0, graphql_tag_1.gql) `
|
|
449
|
-
query SearchProductPricePromotionResponse(
|
|
450
|
-
$partyId: String!
|
|
451
|
-
$campaignId: String!
|
|
452
|
-
$campaignActionId: String
|
|
453
|
-
$statusActive: String
|
|
454
|
-
$sort: [BaseSortRequest]
|
|
455
|
-
) {
|
|
368
|
+
query SearchProductPricePromotionResponse($partyId: String!, $campaignId: String!, $campaignActionId: String, $statusActive: String, $sort: [BaseSortRequest]) {
|
|
456
369
|
searchProductPricePromotionResponse(
|
|
457
|
-
searchProductPricePromotionRequest: {
|
|
458
|
-
partyId: $partyId
|
|
459
|
-
campaignId: $campaignId
|
|
460
|
-
campaignActionId: $campaignActionId
|
|
461
|
-
statusActive: $statusActive
|
|
462
|
-
sort: $sort
|
|
463
|
-
}
|
|
370
|
+
searchProductPricePromotionRequest: { partyId: $partyId, campaignId: $campaignId, campaignActionId: $campaignActionId, statusActive: $statusActive, sort: $sort }
|
|
464
371
|
) {
|
|
465
372
|
content {
|
|
466
373
|
partyId
|
|
@@ -494,3 +401,11 @@ exports.SEARCH_PRODUCT_PRICE_PROMOTION_RESPONSE = (0, graphql_tag_1.gql) `
|
|
|
494
401
|
}
|
|
495
402
|
}
|
|
496
403
|
`;
|
|
404
|
+
const GET_VOUCHER_FOR_USER = (fields = []) => {
|
|
405
|
+
return (0, graphql_tag_1.gql) `
|
|
406
|
+
query GetVouchersForUser($voucherForUserRequest: VoucherForUserRequest!) {
|
|
407
|
+
getVouchersForUser(voucherForUserRequest: $voucherForUserRequest) ${(0, helpers_1.hasFields)(fields) ? `{ ${(0, helpers_1.joinField)(fields)} }` : ""}
|
|
408
|
+
}
|
|
409
|
+
`;
|
|
410
|
+
};
|
|
411
|
+
exports.GET_VOUCHER_FOR_USER = GET_VOUCHER_FOR_USER;
|
|
@@ -21,3 +21,4 @@ export declare const CREATE_ORG_MUTATION: import("graphql").DocumentNode;
|
|
|
21
21
|
export declare const UPDATE_RESUME: import("graphql").DocumentNode;
|
|
22
22
|
export declare const UPLOAD_IMAGE_RESUME: import("graphql").DocumentNode;
|
|
23
23
|
export declare const CREATE_RESUME: import("graphql").DocumentNode;
|
|
24
|
+
export declare const CREATE_SUPPORT_REQUEST: import("graphql").DocumentNode;
|
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CREATE_RESUME = exports.UPLOAD_IMAGE_RESUME = exports.UPDATE_RESUME = exports.CREATE_ORG_MUTATION = exports.CREATE_WORK_EFFORT_V2 = exports.ADD_TOPIC_RELATED_RESOURCE = exports.CREATE_TOPIC = exports.CLOSE_TOPIC = exports.REMOVE_TAG = exports.UPDATE_CONNECTOR_DESCRIPTION = exports.ADD_TAG = exports.CREATE_CONNECTOR = exports.UPDATE_WORK_EFFORT_PROCESS_STATUS = exports.CREATE_WORK_EFFORT = exports.ADD_COMMENT = exports.ADD_TICKED = exports.ADD_ATTACHMENT_FOR_WORK_EFFORT = exports.UPDATE_WORK_EFFORT_STATUS = exports.UPDATE_WORK_EFFORT_NAME = exports.UPDATE_WORK_EFFORT_DESCRIPTION = exports.UPDATE_STATUS_ATTACHMENT_BY_ID = exports.ADD_OPPORTUNITY_MUTATION_V2 = exports.ADD_OPPORTUNITY_MUTATION = void 0;
|
|
3
|
+
exports.CREATE_SUPPORT_REQUEST = exports.CREATE_RESUME = exports.UPLOAD_IMAGE_RESUME = exports.UPDATE_RESUME = exports.CREATE_ORG_MUTATION = exports.CREATE_WORK_EFFORT_V2 = exports.ADD_TOPIC_RELATED_RESOURCE = exports.CREATE_TOPIC = exports.CLOSE_TOPIC = exports.REMOVE_TAG = exports.UPDATE_CONNECTOR_DESCRIPTION = exports.ADD_TAG = exports.CREATE_CONNECTOR = exports.UPDATE_WORK_EFFORT_PROCESS_STATUS = exports.CREATE_WORK_EFFORT = exports.ADD_COMMENT = exports.ADD_TICKED = exports.ADD_ATTACHMENT_FOR_WORK_EFFORT = exports.UPDATE_WORK_EFFORT_STATUS = exports.UPDATE_WORK_EFFORT_NAME = exports.UPDATE_WORK_EFFORT_DESCRIPTION = exports.UPDATE_STATUS_ATTACHMENT_BY_ID = exports.ADD_OPPORTUNITY_MUTATION_V2 = exports.ADD_OPPORTUNITY_MUTATION = void 0;
|
|
4
4
|
const graphql_tag_1 = require("graphql-tag");
|
|
5
5
|
exports.ADD_OPPORTUNITY_MUTATION = (0, graphql_tag_1.gql) `
|
|
6
|
-
mutation AddOpportunity(
|
|
7
|
-
$partyId:
|
|
8
|
-
$addOpportunityRequest: AddOpportunityRequest
|
|
9
|
-
$performerId: String!
|
|
10
|
-
) {
|
|
11
|
-
addOpportunity(
|
|
12
|
-
partyId: $partyId
|
|
13
|
-
addOpportunityRequest: $addOpportunityRequest
|
|
14
|
-
performerId: $performerId
|
|
15
|
-
) {
|
|
6
|
+
mutation AddOpportunity($partyId: String!, $addOpportunityRequest: AddOpportunityRequest, $performerId: String!) {
|
|
7
|
+
addOpportunity(partyId: $partyId, addOpportunityRequest: $addOpportunityRequest, performerId: $performerId) {
|
|
16
8
|
goal
|
|
17
9
|
campaignId
|
|
18
10
|
valueReal
|
|
@@ -45,16 +37,8 @@ exports.ADD_OPPORTUNITY_MUTATION = (0, graphql_tag_1.gql) `
|
|
|
45
37
|
}
|
|
46
38
|
`;
|
|
47
39
|
exports.ADD_OPPORTUNITY_MUTATION_V2 = (0, graphql_tag_1.gql) `
|
|
48
|
-
mutation AddOpportunity(
|
|
49
|
-
$partyId:
|
|
50
|
-
$addOpportunityRequest: AddOpportunityRequest
|
|
51
|
-
$performerId: String!
|
|
52
|
-
) {
|
|
53
|
-
addOpportunity(
|
|
54
|
-
partyId: $partyId
|
|
55
|
-
addOpportunityRequest: $addOpportunityRequest
|
|
56
|
-
performerId: $performerId
|
|
57
|
-
) {
|
|
40
|
+
mutation AddOpportunity($partyId: String!, $addOpportunityRequest: AddOpportunityRequest, $performerId: String!) {
|
|
41
|
+
addOpportunity(partyId: $partyId, addOpportunityRequest: $addOpportunityRequest, performerId: $performerId) {
|
|
58
42
|
goal
|
|
59
43
|
campaignId
|
|
60
44
|
valueReal
|
|
@@ -87,16 +71,8 @@ exports.ADD_OPPORTUNITY_MUTATION_V2 = (0, graphql_tag_1.gql) `
|
|
|
87
71
|
}
|
|
88
72
|
`;
|
|
89
73
|
exports.UPDATE_STATUS_ATTACHMENT_BY_ID = (0, graphql_tag_1.gql) `
|
|
90
|
-
mutation UpdateStatusAttachmentById(
|
|
91
|
-
$performerId:
|
|
92
|
-
$attachmentId: String!
|
|
93
|
-
$status: AttachmentStatus!
|
|
94
|
-
) {
|
|
95
|
-
updateStatusAttachmentById(
|
|
96
|
-
performerId: $performerId
|
|
97
|
-
attachmentId: $attachmentId
|
|
98
|
-
status: $status
|
|
99
|
-
) {
|
|
74
|
+
mutation UpdateStatusAttachmentById($performerId: String!, $attachmentId: String!, $status: AttachmentStatus!) {
|
|
75
|
+
updateStatusAttachmentById(performerId: $performerId, attachmentId: $attachmentId, status: $status) {
|
|
100
76
|
id
|
|
101
77
|
createdStamp
|
|
102
78
|
updatedStamp
|
|
@@ -117,16 +93,8 @@ exports.UPDATE_STATUS_ATTACHMENT_BY_ID = (0, graphql_tag_1.gql) `
|
|
|
117
93
|
}
|
|
118
94
|
`;
|
|
119
95
|
exports.UPDATE_WORK_EFFORT_DESCRIPTION = (0, graphql_tag_1.gql) `
|
|
120
|
-
mutation UpdateWorkEffortDescription(
|
|
121
|
-
$performerId:
|
|
122
|
-
$workEffortId: String!
|
|
123
|
-
$description: String!
|
|
124
|
-
) {
|
|
125
|
-
updateWorkEffortDescription(
|
|
126
|
-
performerId: $performerId
|
|
127
|
-
workEffortId: $workEffortId
|
|
128
|
-
description: $description
|
|
129
|
-
) {
|
|
96
|
+
mutation UpdateWorkEffortDescription($performerId: String!, $workEffortId: String!, $description: String!) {
|
|
97
|
+
updateWorkEffortDescription(performerId: $performerId, workEffortId: $workEffortId, description: $description) {
|
|
130
98
|
id
|
|
131
99
|
createdStamp
|
|
132
100
|
updatedStamp
|
|
@@ -167,18 +135,8 @@ exports.UPDATE_WORK_EFFORT_DESCRIPTION = (0, graphql_tag_1.gql) `
|
|
|
167
135
|
}
|
|
168
136
|
`;
|
|
169
137
|
exports.UPDATE_WORK_EFFORT_NAME = (0, graphql_tag_1.gql) `
|
|
170
|
-
mutation UpdateWorkEffortName(
|
|
171
|
-
$partyId:
|
|
172
|
-
$performerId: String!
|
|
173
|
-
$workEffortId: String!
|
|
174
|
-
$newName: String!
|
|
175
|
-
) {
|
|
176
|
-
updateWorkEffortName(
|
|
177
|
-
partyId: $partyId
|
|
178
|
-
performerId: $performerId
|
|
179
|
-
workEffortId: $workEffortId
|
|
180
|
-
newName: $newName
|
|
181
|
-
) {
|
|
138
|
+
mutation UpdateWorkEffortName($partyId: String!, $performerId: String!, $workEffortId: String!, $newName: String!) {
|
|
139
|
+
updateWorkEffortName(partyId: $partyId, performerId: $performerId, workEffortId: $workEffortId, newName: $newName) {
|
|
182
140
|
id
|
|
183
141
|
createdStamp
|
|
184
142
|
updatedStamp
|
|
@@ -294,20 +252,8 @@ exports.UPDATE_WORK_EFFORT_NAME = (0, graphql_tag_1.gql) `
|
|
|
294
252
|
}
|
|
295
253
|
`;
|
|
296
254
|
exports.UPDATE_WORK_EFFORT_STATUS = (0, graphql_tag_1.gql) `
|
|
297
|
-
mutation UpdateWorkEffortStatus(
|
|
298
|
-
$partyId:
|
|
299
|
-
$performerId: String!
|
|
300
|
-
$workEffortId: String!
|
|
301
|
-
$group: String
|
|
302
|
-
$status: WorkEffortStatus!
|
|
303
|
-
) {
|
|
304
|
-
updateWorkEffortStatus(
|
|
305
|
-
partyId: $partyId
|
|
306
|
-
performerId: $performerId
|
|
307
|
-
workEffortId: $workEffortId
|
|
308
|
-
group: $group
|
|
309
|
-
status: $status
|
|
310
|
-
) {
|
|
255
|
+
mutation UpdateWorkEffortStatus($partyId: String!, $performerId: String!, $workEffortId: String!, $group: String, $status: WorkEffortStatus!) {
|
|
256
|
+
updateWorkEffortStatus(partyId: $partyId, performerId: $performerId, workEffortId: $workEffortId, group: $group, status: $status) {
|
|
311
257
|
id
|
|
312
258
|
createdStamp
|
|
313
259
|
updatedStamp
|
|
@@ -341,18 +287,8 @@ exports.UPDATE_WORK_EFFORT_STATUS = (0, graphql_tag_1.gql) `
|
|
|
341
287
|
}
|
|
342
288
|
`;
|
|
343
289
|
exports.ADD_ATTACHMENT_FOR_WORK_EFFORT = (0, graphql_tag_1.gql) `
|
|
344
|
-
mutation (
|
|
345
|
-
$partyId:
|
|
346
|
-
$performerId: String!
|
|
347
|
-
$workEffortId: String!
|
|
348
|
-
$addAttachmentRequest: [AddAttachmentRequest]
|
|
349
|
-
) {
|
|
350
|
-
addAttachmentForWorkEffort(
|
|
351
|
-
partyId: $partyId
|
|
352
|
-
performerId: $performerId
|
|
353
|
-
workEffortId: $workEffortId
|
|
354
|
-
addAttachmentRequest: $addAttachmentRequest
|
|
355
|
-
) {
|
|
290
|
+
mutation ($partyId: String!, $performerId: String!, $workEffortId: String!, $addAttachmentRequest: [AddAttachmentRequest]) {
|
|
291
|
+
addAttachmentForWorkEffort(partyId: $partyId, performerId: $performerId, workEffortId: $workEffortId, addAttachmentRequest: $addAttachmentRequest) {
|
|
356
292
|
id
|
|
357
293
|
createdStamp
|
|
358
294
|
updatedStamp
|
|
@@ -372,18 +308,8 @@ exports.ADD_ATTACHMENT_FOR_WORK_EFFORT = (0, graphql_tag_1.gql) `
|
|
|
372
308
|
}
|
|
373
309
|
`;
|
|
374
310
|
exports.ADD_TICKED = (0, graphql_tag_1.gql) `
|
|
375
|
-
mutation AddTicket(
|
|
376
|
-
$partyId:
|
|
377
|
-
$performerId: String!
|
|
378
|
-
$addTicketRequest: AddTicketRequest!
|
|
379
|
-
$addAttachmentRequest: [AddAttachmentRequest]
|
|
380
|
-
) {
|
|
381
|
-
addTicket(
|
|
382
|
-
partyId: $partyId
|
|
383
|
-
performerId: $performerId
|
|
384
|
-
addTicketRequest: $addTicketRequest
|
|
385
|
-
addAttachmentRequest: $addAttachmentRequest
|
|
386
|
-
) {
|
|
311
|
+
mutation AddTicket($partyId: String!, $performerId: String!, $addTicketRequest: AddTicketRequest!, $addAttachmentRequest: [AddAttachmentRequest]) {
|
|
312
|
+
addTicket(partyId: $partyId, performerId: $performerId, addTicketRequest: $addTicketRequest, addAttachmentRequest: $addAttachmentRequest) {
|
|
387
313
|
id
|
|
388
314
|
partyId
|
|
389
315
|
name
|
|
@@ -403,22 +329,8 @@ exports.ADD_TICKED = (0, graphql_tag_1.gql) `
|
|
|
403
329
|
}
|
|
404
330
|
`;
|
|
405
331
|
exports.ADD_COMMENT = (0, graphql_tag_1.gql) `
|
|
406
|
-
mutation AddComment(
|
|
407
|
-
$partyId:
|
|
408
|
-
$performerId: String!
|
|
409
|
-
$format: CommentFormat!
|
|
410
|
-
$content: String
|
|
411
|
-
$referId: String!
|
|
412
|
-
$addAttachmentRequest: [AddAttachmentRequest]
|
|
413
|
-
) {
|
|
414
|
-
addComment(
|
|
415
|
-
partyId: $partyId
|
|
416
|
-
performerId: $performerId
|
|
417
|
-
format: $format
|
|
418
|
-
content: $content
|
|
419
|
-
referId: $referId
|
|
420
|
-
addAttachmentRequest: $addAttachmentRequest
|
|
421
|
-
) {
|
|
332
|
+
mutation AddComment($partyId: String!, $performerId: String!, $format: CommentFormat!, $content: String, $referId: String!, $addAttachmentRequest: [AddAttachmentRequest]) {
|
|
333
|
+
addComment(partyId: $partyId, performerId: $performerId, format: $format, content: $content, referId: $referId, addAttachmentRequest: $addAttachmentRequest) {
|
|
422
334
|
id
|
|
423
335
|
content
|
|
424
336
|
}
|
|
@@ -626,16 +538,8 @@ exports.CREATE_WORK_EFFORT = (0, graphql_tag_1.gql) `
|
|
|
626
538
|
}
|
|
627
539
|
`;
|
|
628
540
|
exports.UPDATE_WORK_EFFORT_PROCESS_STATUS = (0, graphql_tag_1.gql) `
|
|
629
|
-
mutation UpdateWorkEffortProcessStatus(
|
|
630
|
-
$workEffortId:
|
|
631
|
-
$processStatus: String!
|
|
632
|
-
$performerId: String!
|
|
633
|
-
) {
|
|
634
|
-
updateWorkEffortProcessStatus(
|
|
635
|
-
workEffortId: $workEffortId
|
|
636
|
-
processStatus: $processStatus
|
|
637
|
-
performerId: $performerId
|
|
638
|
-
) {
|
|
541
|
+
mutation UpdateWorkEffortProcessStatus($workEffortId: String!, $processStatus: String!, $performerId: String!) {
|
|
542
|
+
updateWorkEffortProcessStatus(workEffortId: $workEffortId, processStatus: $processStatus, performerId: $performerId) {
|
|
639
543
|
id
|
|
640
544
|
createdStamp
|
|
641
545
|
updatedStamp
|
|
@@ -751,56 +655,22 @@ exports.UPDATE_WORK_EFFORT_PROCESS_STATUS = (0, graphql_tag_1.gql) `
|
|
|
751
655
|
}
|
|
752
656
|
`;
|
|
753
657
|
exports.CREATE_CONNECTOR = (0, graphql_tag_1.gql) `
|
|
754
|
-
mutation CreateConnector(
|
|
755
|
-
$resourceId:
|
|
756
|
-
$resourceType: String!
|
|
757
|
-
$description: String
|
|
758
|
-
$type: String!
|
|
759
|
-
$createdBy: String!
|
|
760
|
-
) {
|
|
761
|
-
createConnector(
|
|
762
|
-
resourceId: $resourceId
|
|
763
|
-
resourceType: $resourceType
|
|
764
|
-
description: $description
|
|
765
|
-
type: $type
|
|
766
|
-
createdBy: $createdBy
|
|
767
|
-
)
|
|
658
|
+
mutation CreateConnector($resourceId: String!, $resourceType: String!, $description: String, $type: String!, $createdBy: String!) {
|
|
659
|
+
createConnector(resourceId: $resourceId, resourceType: $resourceType, description: $description, type: $type, createdBy: $createdBy)
|
|
768
660
|
}
|
|
769
661
|
`;
|
|
770
662
|
exports.ADD_TAG = (0, graphql_tag_1.gql) `
|
|
771
|
-
mutation AddTag(
|
|
772
|
-
$connectorId:
|
|
773
|
-
$tagTitle: String!
|
|
774
|
-
$tagId: String
|
|
775
|
-
$addedBy: String!
|
|
776
|
-
) {
|
|
777
|
-
addTag(
|
|
778
|
-
connectorId: $connectorId
|
|
779
|
-
tagTitle: $tagTitle
|
|
780
|
-
tagId: $tagId
|
|
781
|
-
addedBy: $addedBy
|
|
782
|
-
)
|
|
663
|
+
mutation AddTag($connectorId: String!, $tagTitle: String!, $tagId: String, $addedBy: String!) {
|
|
664
|
+
addTag(connectorId: $connectorId, tagTitle: $tagTitle, tagId: $tagId, addedBy: $addedBy)
|
|
783
665
|
}
|
|
784
666
|
`;
|
|
785
667
|
exports.UPDATE_CONNECTOR_DESCRIPTION = (0, graphql_tag_1.gql) `
|
|
786
|
-
mutation UpdateConnectorDescription(
|
|
787
|
-
$connectorId:
|
|
788
|
-
$description: String!
|
|
789
|
-
$updatedBy: String!
|
|
790
|
-
) {
|
|
791
|
-
updateConnectorDescription(
|
|
792
|
-
connectorId: $connectorId
|
|
793
|
-
description: $description
|
|
794
|
-
updatedBy: $updatedBy
|
|
795
|
-
)
|
|
668
|
+
mutation UpdateConnectorDescription($connectorId: String!, $description: String!, $updatedBy: String!) {
|
|
669
|
+
updateConnectorDescription(connectorId: $connectorId, description: $description, updatedBy: $updatedBy)
|
|
796
670
|
}
|
|
797
671
|
`;
|
|
798
672
|
exports.REMOVE_TAG = (0, graphql_tag_1.gql) `
|
|
799
|
-
mutation RemoveTag(
|
|
800
|
-
$connectorId: String!
|
|
801
|
-
$tagId: String!
|
|
802
|
-
$removedBy: String!
|
|
803
|
-
) {
|
|
673
|
+
mutation RemoveTag($connectorId: String!, $tagId: String!, $removedBy: String!) {
|
|
804
674
|
removeTag(connectorId: $connectorId, tagId: $tagId, removedBy: $removedBy)
|
|
805
675
|
}
|
|
806
676
|
`;
|
|
@@ -822,16 +692,8 @@ exports.CLOSE_TOPIC = (0, graphql_tag_1.gql) `
|
|
|
822
692
|
}
|
|
823
693
|
`;
|
|
824
694
|
exports.CREATE_TOPIC = (0, graphql_tag_1.gql) `
|
|
825
|
-
mutation CreateTopic(
|
|
826
|
-
$socialAppId:
|
|
827
|
-
$customerId: String!
|
|
828
|
-
$message: String!
|
|
829
|
-
) {
|
|
830
|
-
createTopic(
|
|
831
|
-
socialAppId: $socialAppId
|
|
832
|
-
customerId: $customerId
|
|
833
|
-
message: $message
|
|
834
|
-
) {
|
|
695
|
+
mutation CreateTopic($socialAppId: String!, $customerId: String!, $message: String!) {
|
|
696
|
+
createTopic(socialAppId: $socialAppId, customerId: $customerId, message: $message) {
|
|
835
697
|
id
|
|
836
698
|
status
|
|
837
699
|
name
|
|
@@ -847,37 +709,13 @@ exports.CREATE_TOPIC = (0, graphql_tag_1.gql) `
|
|
|
847
709
|
}
|
|
848
710
|
`;
|
|
849
711
|
exports.ADD_TOPIC_RELATED_RESOURCE = (0, graphql_tag_1.gql) `
|
|
850
|
-
mutation AddTopicRelatedResource(
|
|
851
|
-
$topicId:
|
|
852
|
-
$resourceId: String!
|
|
853
|
-
$resourceType: String!
|
|
854
|
-
$createdBy: String!
|
|
855
|
-
) {
|
|
856
|
-
addTopicRelatedResource(
|
|
857
|
-
topicId: $topicId
|
|
858
|
-
resourceId: $resourceId
|
|
859
|
-
resourceType: $resourceType
|
|
860
|
-
createdBy: $createdBy
|
|
861
|
-
)
|
|
712
|
+
mutation AddTopicRelatedResource($topicId: String!, $resourceId: String!, $resourceType: String!, $createdBy: String!) {
|
|
713
|
+
addTopicRelatedResource(topicId: $topicId, resourceId: $resourceId, resourceType: $resourceType, createdBy: $createdBy)
|
|
862
714
|
}
|
|
863
715
|
`;
|
|
864
716
|
exports.CREATE_WORK_EFFORT_V2 = (0, graphql_tag_1.gql) `
|
|
865
|
-
mutation CreateWorkEffort(
|
|
866
|
-
$partnerId:
|
|
867
|
-
$createdBy: String!
|
|
868
|
-
$name: String
|
|
869
|
-
$description: String
|
|
870
|
-
$workEffortTypeId: String!
|
|
871
|
-
$source: String!
|
|
872
|
-
) {
|
|
873
|
-
createWorkEffort(
|
|
874
|
-
partnerId: $partnerId
|
|
875
|
-
createdBy: $createdBy
|
|
876
|
-
name: $name
|
|
877
|
-
description: $description
|
|
878
|
-
workEffortTypeId: $workEffortTypeId
|
|
879
|
-
source: $source
|
|
880
|
-
) {
|
|
717
|
+
mutation CreateWorkEffort($partnerId: String!, $createdBy: String!, $name: String, $description: String, $workEffortTypeId: String!, $source: String!) {
|
|
718
|
+
createWorkEffort(partnerId: $partnerId, createdBy: $createdBy, name: $name, description: $description, workEffortTypeId: $workEffortTypeId, source: $source) {
|
|
881
719
|
id
|
|
882
720
|
createdStamp
|
|
883
721
|
updatedStamp
|
|
@@ -1056,16 +894,8 @@ exports.CREATE_WORK_EFFORT_V2 = (0, graphql_tag_1.gql) `
|
|
|
1056
894
|
}
|
|
1057
895
|
`;
|
|
1058
896
|
exports.CREATE_ORG_MUTATION = (0, graphql_tag_1.gql) `
|
|
1059
|
-
mutation CreateOrg(
|
|
1060
|
-
$orgName:
|
|
1061
|
-
$providerId: String!
|
|
1062
|
-
$groupTenantId: String!
|
|
1063
|
-
) {
|
|
1064
|
-
createOrg(
|
|
1065
|
-
orgName: $orgName
|
|
1066
|
-
providerId: $providerId
|
|
1067
|
-
groupTenantId: $groupTenantId
|
|
1068
|
-
) {
|
|
897
|
+
mutation CreateOrg($orgName: String!, $providerId: String!, $groupTenantId: String!) {
|
|
898
|
+
createOrg(orgName: $orgName, providerId: $providerId, groupTenantId: $groupTenantId) {
|
|
1069
899
|
id
|
|
1070
900
|
partyId
|
|
1071
901
|
codeId
|
|
@@ -1087,45 +917,29 @@ exports.CREATE_ORG_MUTATION = (0, graphql_tag_1.gql) `
|
|
|
1087
917
|
}
|
|
1088
918
|
`;
|
|
1089
919
|
exports.UPDATE_RESUME = (0, graphql_tag_1.gql) `
|
|
1090
|
-
mutation UpdateResume(
|
|
1091
|
-
$resumeId:
|
|
1092
|
-
$updatedBy: String!
|
|
1093
|
-
$updateResumeRequests: JSON
|
|
1094
|
-
) {
|
|
1095
|
-
updateResume(
|
|
1096
|
-
resumeId: $resumeId
|
|
1097
|
-
updatedBy: $updatedBy
|
|
1098
|
-
updateResumeRequests: $updateResumeRequests
|
|
1099
|
-
)
|
|
920
|
+
mutation UpdateResume($resumeId: String!, $updatedBy: String!, $updateResumeRequests: JSON) {
|
|
921
|
+
updateResume(resumeId: $resumeId, updatedBy: $updatedBy, updateResumeRequests: $updateResumeRequests)
|
|
1100
922
|
}
|
|
1101
923
|
`;
|
|
1102
924
|
exports.UPLOAD_IMAGE_RESUME = (0, graphql_tag_1.gql) `
|
|
1103
|
-
mutation UploadImageResume(
|
|
1104
|
-
$resumeId:
|
|
1105
|
-
$fieldName: String
|
|
1106
|
-
$uploadImageInput: UploadImageInput!
|
|
1107
|
-
$updatedBy: String!
|
|
1108
|
-
) {
|
|
1109
|
-
uploadImageResume(
|
|
1110
|
-
resumeId: $resumeId
|
|
1111
|
-
fieldName: $fieldName
|
|
1112
|
-
uploadImageInput: $uploadImageInput
|
|
1113
|
-
updatedBy: $updatedBy
|
|
1114
|
-
)
|
|
925
|
+
mutation UploadImageResume($resumeId: String, $fieldName: String, $uploadImageInput: UploadImageInput!, $updatedBy: String!) {
|
|
926
|
+
uploadImageResume(resumeId: $resumeId, fieldName: $fieldName, uploadImageInput: $uploadImageInput, updatedBy: $updatedBy)
|
|
1115
927
|
}
|
|
1116
928
|
`;
|
|
1117
929
|
exports.CREATE_RESUME = (0, graphql_tag_1.gql) `
|
|
1118
|
-
mutation CreateResume(
|
|
1119
|
-
$resumeTemplateId:
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
) {
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
930
|
+
mutation CreateResume($resumeTemplateId: String!, $partyId: String!, $createdBy: String!, $name: String) {
|
|
931
|
+
createResume(resumeTemplateId: $resumeTemplateId, partyId: $partyId, createdBy: $createdBy, name: $name)
|
|
932
|
+
}
|
|
933
|
+
`;
|
|
934
|
+
exports.CREATE_SUPPORT_REQUEST = (0, graphql_tag_1.gql) `
|
|
935
|
+
mutation CreateSupportRequest($title: String!, $content: String!, $fileUrl: String, $source: String, $orgId: String!, $userId: String!, $uri: String) {
|
|
936
|
+
createSupportRequest(title: $title, content: $content, fileUrl: $fileUrl, source: $source, orgId: $orgId, userId: $userId, uri: $uri) {
|
|
937
|
+
id
|
|
938
|
+
title
|
|
939
|
+
content
|
|
940
|
+
createdBy
|
|
941
|
+
status
|
|
942
|
+
createdStamp
|
|
943
|
+
}
|
|
1130
944
|
}
|
|
1131
945
|
`;
|
|
@@ -18,3 +18,4 @@ export declare const GET_MESSAGES: import("graphql").DocumentNode;
|
|
|
18
18
|
export declare const GET_RESOURCE_RELATED_TOPIC: import("graphql").DocumentNode;
|
|
19
19
|
export declare const GET_WORK_FLOWS: import("graphql").DocumentNode;
|
|
20
20
|
export declare const GET_RESUMES_BY_FIELD_NAME_AND_VALUE: import("graphql").DocumentNode;
|
|
21
|
+
export declare const GET_RESUMES_BY_FIELD_NAME_AND_VALUES: import("graphql").DocumentNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GET_RESUMES_BY_FIELD_NAME_AND_VALUE = exports.GET_WORK_FLOWS = exports.GET_RESOURCE_RELATED_TOPIC = exports.GET_MESSAGES = exports.GET_MY_WORK_EFFORT_TODAY = exports.SEARCH_TOPIC = exports.GET_TAG = exports.GET_CONNECTOR_BY_RESOURCE = exports.GET_WORK_EFFORT_BY_ID_V2 = exports.GET_WORK_EFFORT_BY_ID = exports.GET_WORK_EFFORTS_V2 = exports.GET_WORK_EFFORTS_V3 = exports.GET_WORK_EFFORTS = exports.GET_LIST_COMMENT = exports.GET_ATTACHMENT_BY_WORK_EFFORT_ID = exports.GET_TICKET_BY_ID = exports.GET_LIST_TICKET = exports.GET_LIST_WORK_EFFORT_TYPE = exports.GET_LIST_TODO = exports.GET_LIST_OPPORTUNITY_QUERY = void 0;
|
|
3
|
+
exports.GET_RESUMES_BY_FIELD_NAME_AND_VALUES = exports.GET_RESUMES_BY_FIELD_NAME_AND_VALUE = exports.GET_WORK_FLOWS = exports.GET_RESOURCE_RELATED_TOPIC = exports.GET_MESSAGES = exports.GET_MY_WORK_EFFORT_TODAY = exports.SEARCH_TOPIC = exports.GET_TAG = exports.GET_CONNECTOR_BY_RESOURCE = exports.GET_WORK_EFFORT_BY_ID_V2 = exports.GET_WORK_EFFORT_BY_ID = exports.GET_WORK_EFFORTS_V2 = exports.GET_WORK_EFFORTS_V3 = exports.GET_WORK_EFFORTS = exports.GET_LIST_COMMENT = exports.GET_ATTACHMENT_BY_WORK_EFFORT_ID = exports.GET_TICKET_BY_ID = exports.GET_LIST_TICKET = exports.GET_LIST_WORK_EFFORT_TYPE = exports.GET_LIST_TODO = exports.GET_LIST_OPPORTUNITY_QUERY = void 0;
|
|
4
4
|
const graphql_tag_1 = require("graphql-tag");
|
|
5
5
|
exports.GET_LIST_OPPORTUNITY_QUERY = (0, graphql_tag_1.gql) `
|
|
6
6
|
query GetListOpportunity(
|
|
@@ -963,3 +963,23 @@ exports.GET_RESUMES_BY_FIELD_NAME_AND_VALUE = (0, graphql_tag_1.gql) `
|
|
|
963
963
|
}
|
|
964
964
|
}
|
|
965
965
|
`;
|
|
966
|
+
exports.GET_RESUMES_BY_FIELD_NAME_AND_VALUES = (0, graphql_tag_1.gql) `
|
|
967
|
+
query GetResumesByFieldNameAndValues(
|
|
968
|
+
$resumeTemplateId: String
|
|
969
|
+
$orgId: String
|
|
970
|
+
$fieldNameValues: JSON
|
|
971
|
+
) {
|
|
972
|
+
getResumesByFieldNameAndValues(
|
|
973
|
+
resumeTemplateId: $resumeTemplateId
|
|
974
|
+
fieldNameValues: $fieldNameValues
|
|
975
|
+
orgId: $orgId
|
|
976
|
+
) {
|
|
977
|
+
resumeId
|
|
978
|
+
resumeName
|
|
979
|
+
status
|
|
980
|
+
statusCode
|
|
981
|
+
level
|
|
982
|
+
data
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
`;
|