@dereekb/zoho 13.43.0 → 14.0.0
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/cli/index.js +7 -7
- package/cli/package.json +7 -7
- package/index.esm.js +245 -559
- package/nestjs/index.esm.js +102 -185
- package/nestjs/package.json +8 -8
- package/nestjs/src/lib/zoho.config.d.ts +0 -9
- package/package.json +11 -11
- package/src/lib/accounts/accounts.config.d.ts +0 -4
- package/src/lib/crm/crm.api.d.ts +1 -13
- package/src/lib/crm/crm.config.d.ts +0 -4
- package/src/lib/crm/crm.d.ts +0 -6
- package/src/lib/crm/crm.notes.d.ts +0 -4
- package/src/lib/recruit/recruit.api.d.ts +1 -93
- package/src/lib/recruit/recruit.api.notes.d.ts +0 -24
- package/src/lib/recruit/recruit.api.tags.d.ts +0 -24
- package/src/lib/recruit/recruit.config.d.ts +0 -4
- package/src/lib/recruit/recruit.d.ts +0 -10
- package/src/lib/recruit/recruit.error.api.d.ts +0 -4
- package/src/lib/recruit/recruit.notes.d.ts +0 -4
- package/src/lib/sign/sign.config.d.ts +0 -4
- package/src/lib/zoho.limit.d.ts +0 -4
package/index.esm.js
CHANGED
|
@@ -10,9 +10,7 @@ function _define_property$y(obj, key, value) {
|
|
|
10
10
|
configurable: true,
|
|
11
11
|
writable: true
|
|
12
12
|
});
|
|
13
|
-
} else
|
|
14
|
-
obj[key] = value;
|
|
15
|
-
}
|
|
13
|
+
} else obj[key] = value;
|
|
16
14
|
return obj;
|
|
17
15
|
}
|
|
18
16
|
function _object_spread$t(target) {
|
|
@@ -40,9 +38,8 @@ function ownKeys$s(object, enumerableOnly) {
|
|
|
40
38
|
}
|
|
41
39
|
function _object_spread_props$s(target, source) {
|
|
42
40
|
source = source != null ? source : {};
|
|
43
|
-
if (Object.getOwnPropertyDescriptors)
|
|
44
|
-
|
|
45
|
-
} else {
|
|
41
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
42
|
+
else {
|
|
46
43
|
ownKeys$s(Object(source)).forEach(function(key) {
|
|
47
44
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
48
45
|
});
|
|
@@ -325,9 +322,7 @@ function _type_of$8(obj) {
|
|
|
325
322
|
*/ var zohoRecruitSearchRecordsCriteriaEntryToCriteriaString = zohoSearchRecordsCriteriaEntryToCriteriaString;
|
|
326
323
|
|
|
327
324
|
function _assert_this_initialized$6(self) {
|
|
328
|
-
if (self === void 0)
|
|
329
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
330
|
-
}
|
|
325
|
+
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
331
326
|
return self;
|
|
332
327
|
}
|
|
333
328
|
function asyncGeneratorStep$h(gen, resolve, reject, _next, _throw, key, arg) {
|
|
@@ -338,11 +333,8 @@ function asyncGeneratorStep$h(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
338
333
|
reject(error);
|
|
339
334
|
return;
|
|
340
335
|
}
|
|
341
|
-
if (info.done)
|
|
342
|
-
|
|
343
|
-
} else {
|
|
344
|
-
Promise.resolve(value).then(_next, _throw);
|
|
345
|
-
}
|
|
336
|
+
if (info.done) resolve(value);
|
|
337
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
346
338
|
}
|
|
347
339
|
function _async_to_generator$h(fn) {
|
|
348
340
|
return function() {
|
|
@@ -364,9 +356,7 @@ function _call_super$6(_this, derived, args) {
|
|
|
364
356
|
return _possible_constructor_return$6(_this, _is_native_reflect_construct$6() ? Reflect.construct(derived, args || [], _get_prototype_of$6(_this).constructor) : derived.apply(_this, args));
|
|
365
357
|
}
|
|
366
358
|
function _class_call_check$6(instance, Constructor) {
|
|
367
|
-
if (!(instance instanceof Constructor))
|
|
368
|
-
throw new TypeError("Cannot call a class as a function");
|
|
369
|
-
}
|
|
359
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
370
360
|
}
|
|
371
361
|
function _defineProperties$2(target, props) {
|
|
372
362
|
for(var i = 0; i < props.length; i++){
|
|
@@ -389,9 +379,7 @@ function _define_property$x(obj, key, value) {
|
|
|
389
379
|
configurable: true,
|
|
390
380
|
writable: true
|
|
391
381
|
});
|
|
392
|
-
} else
|
|
393
|
-
obj[key] = value;
|
|
394
|
-
}
|
|
382
|
+
} else obj[key] = value;
|
|
395
383
|
return obj;
|
|
396
384
|
}
|
|
397
385
|
function _get_prototype_of$6(o) {
|
|
@@ -417,14 +405,18 @@ function _instanceof$7(left, right) {
|
|
|
417
405
|
"@swc/helpers - instanceof";
|
|
418
406
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
419
407
|
return !!right[Symbol.hasInstance](left);
|
|
420
|
-
} else
|
|
421
|
-
|
|
422
|
-
|
|
408
|
+
} else return left instanceof right;
|
|
409
|
+
}
|
|
410
|
+
function _is_native_reflect_construct$6() {
|
|
411
|
+
try {
|
|
412
|
+
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
413
|
+
} catch (_) {}
|
|
414
|
+
return (_is_native_reflect_construct$6 = function() {
|
|
415
|
+
return !!result;
|
|
416
|
+
})();
|
|
423
417
|
}
|
|
424
418
|
function _possible_constructor_return$6(self, call) {
|
|
425
|
-
if (call && (_type_of$7(call) === "object" || typeof call === "function"))
|
|
426
|
-
return call;
|
|
427
|
-
}
|
|
419
|
+
if (call && (_type_of$7(call) === "object" || typeof call === "function")) return call;
|
|
428
420
|
return _assert_this_initialized$6(self);
|
|
429
421
|
}
|
|
430
422
|
function _set_prototype_of$6(o, p) {
|
|
@@ -434,18 +426,6 @@ function _set_prototype_of$6(o, p) {
|
|
|
434
426
|
};
|
|
435
427
|
return _set_prototype_of$6(o, p);
|
|
436
428
|
}
|
|
437
|
-
function _type_of$7(obj) {
|
|
438
|
-
"@swc/helpers - typeof";
|
|
439
|
-
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
440
|
-
}
|
|
441
|
-
function _is_native_reflect_construct$6() {
|
|
442
|
-
try {
|
|
443
|
-
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
444
|
-
} catch (_) {}
|
|
445
|
-
return (_is_native_reflect_construct$6 = function() {
|
|
446
|
-
return !!result;
|
|
447
|
-
})();
|
|
448
|
-
}
|
|
449
429
|
function _ts_generator$h(thisArg, body) {
|
|
450
430
|
var f, y, t, _ = {
|
|
451
431
|
label: 0,
|
|
@@ -545,6 +525,10 @@ function _ts_generator$h(thisArg, body) {
|
|
|
545
525
|
};
|
|
546
526
|
}
|
|
547
527
|
}
|
|
528
|
+
function _type_of$7(obj) {
|
|
529
|
+
"@swc/helpers - typeof";
|
|
530
|
+
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
531
|
+
}
|
|
548
532
|
/**
|
|
549
533
|
* Default place-holder used by the ZohoServerFetchResponseDataArrayError class.
|
|
550
534
|
*/ var ZOHO_DATA_ARRAY_BLANK_ERROR_CODE = '__internal_data_array_blank_error';
|
|
@@ -938,9 +922,7 @@ var ZohoTooManyRequestsError = /*#__PURE__*/ function(ZohoServerFetchResponseErr
|
|
|
938
922
|
}
|
|
939
923
|
|
|
940
924
|
function _assert_this_initialized$5(self) {
|
|
941
|
-
if (self === void 0)
|
|
942
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
943
|
-
}
|
|
925
|
+
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
944
926
|
return self;
|
|
945
927
|
}
|
|
946
928
|
function asyncGeneratorStep$g(gen, resolve, reject, _next, _throw, key, arg) {
|
|
@@ -951,11 +933,8 @@ function asyncGeneratorStep$g(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
951
933
|
reject(error);
|
|
952
934
|
return;
|
|
953
935
|
}
|
|
954
|
-
if (info.done)
|
|
955
|
-
|
|
956
|
-
} else {
|
|
957
|
-
Promise.resolve(value).then(_next, _throw);
|
|
958
|
-
}
|
|
936
|
+
if (info.done) resolve(value);
|
|
937
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
959
938
|
}
|
|
960
939
|
function _async_to_generator$g(fn) {
|
|
961
940
|
return function() {
|
|
@@ -977,9 +956,7 @@ function _call_super$5(_this, derived, args) {
|
|
|
977
956
|
return _possible_constructor_return$5(_this, _is_native_reflect_construct$5() ? Reflect.construct(derived, args || [], _get_prototype_of$5(_this).constructor) : derived.apply(_this, args));
|
|
978
957
|
}
|
|
979
958
|
function _class_call_check$5(instance, Constructor) {
|
|
980
|
-
if (!(instance instanceof Constructor))
|
|
981
|
-
throw new TypeError("Cannot call a class as a function");
|
|
982
|
-
}
|
|
959
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
983
960
|
}
|
|
984
961
|
function _defineProperties$1(target, props) {
|
|
985
962
|
for(var i = 0; i < props.length; i++){
|
|
@@ -1002,9 +979,7 @@ function _define_property$w(obj, key, value) {
|
|
|
1002
979
|
configurable: true,
|
|
1003
980
|
writable: true
|
|
1004
981
|
});
|
|
1005
|
-
} else
|
|
1006
|
-
obj[key] = value;
|
|
1007
|
-
}
|
|
982
|
+
} else obj[key] = value;
|
|
1008
983
|
return obj;
|
|
1009
984
|
}
|
|
1010
985
|
function _get_prototype_of$5(o) {
|
|
@@ -1026,10 +1001,16 @@ function _inherits$5(subClass, superClass) {
|
|
|
1026
1001
|
});
|
|
1027
1002
|
if (superClass) _set_prototype_of$5(subClass, superClass);
|
|
1028
1003
|
}
|
|
1004
|
+
function _is_native_reflect_construct$5() {
|
|
1005
|
+
try {
|
|
1006
|
+
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
1007
|
+
} catch (_) {}
|
|
1008
|
+
return (_is_native_reflect_construct$5 = function() {
|
|
1009
|
+
return !!result;
|
|
1010
|
+
})();
|
|
1011
|
+
}
|
|
1029
1012
|
function _possible_constructor_return$5(self, call) {
|
|
1030
|
-
if (call && (_type_of$6(call) === "object" || typeof call === "function"))
|
|
1031
|
-
return call;
|
|
1032
|
-
}
|
|
1013
|
+
if (call && (_type_of$6(call) === "object" || typeof call === "function")) return call;
|
|
1033
1014
|
return _assert_this_initialized$5(self);
|
|
1034
1015
|
}
|
|
1035
1016
|
function _set_prototype_of$5(o, p) {
|
|
@@ -1039,18 +1020,6 @@ function _set_prototype_of$5(o, p) {
|
|
|
1039
1020
|
};
|
|
1040
1021
|
return _set_prototype_of$5(o, p);
|
|
1041
1022
|
}
|
|
1042
|
-
function _type_of$6(obj) {
|
|
1043
|
-
"@swc/helpers - typeof";
|
|
1044
|
-
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
1045
|
-
}
|
|
1046
|
-
function _is_native_reflect_construct$5() {
|
|
1047
|
-
try {
|
|
1048
|
-
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
1049
|
-
} catch (_) {}
|
|
1050
|
-
return (_is_native_reflect_construct$5 = function() {
|
|
1051
|
-
return !!result;
|
|
1052
|
-
})();
|
|
1053
|
-
}
|
|
1054
1023
|
function _ts_generator$g(thisArg, body) {
|
|
1055
1024
|
var f, y, t, _ = {
|
|
1056
1025
|
label: 0,
|
|
@@ -1150,6 +1119,10 @@ function _ts_generator$g(thisArg, body) {
|
|
|
1150
1119
|
};
|
|
1151
1120
|
}
|
|
1152
1121
|
}
|
|
1122
|
+
function _type_of$6(obj) {
|
|
1123
|
+
"@swc/helpers - typeof";
|
|
1124
|
+
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
1125
|
+
}
|
|
1153
1126
|
/**
|
|
1154
1127
|
* Error code for when two records are already associated with each other.
|
|
1155
1128
|
*
|
|
@@ -1333,16 +1306,9 @@ function _ts_generator$g(thisArg, body) {
|
|
|
1333
1306
|
/**
|
|
1334
1307
|
* Wraps a fetch client to automatically parse Zoho Recruit error responses, log them, and invoke a custom handler (e.g., for token refresh on authentication failures).
|
|
1335
1308
|
*/ var handleZohoRecruitErrorFetch = handleZohoErrorFetchFactory(parseZohoRecruitError, logZohoRecruitErrorToConsole);
|
|
1336
|
-
// MARK: Compat
|
|
1337
|
-
// COMPAT: Deprecated aliases
|
|
1338
|
-
/**
|
|
1339
|
-
* @deprecated Use assertZohoRecruitRecordDataArrayResultHasContent instead.
|
|
1340
|
-
*/ var assertRecordDataArrayResultHasContent = assertZohoRecruitRecordDataArrayResultHasContent;
|
|
1341
1309
|
|
|
1342
1310
|
function _assert_this_initialized$4(self) {
|
|
1343
|
-
if (self === void 0)
|
|
1344
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
1345
|
-
}
|
|
1311
|
+
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
1346
1312
|
return self;
|
|
1347
1313
|
}
|
|
1348
1314
|
function _call_super$4(_this, derived, args) {
|
|
@@ -1350,9 +1316,7 @@ function _call_super$4(_this, derived, args) {
|
|
|
1350
1316
|
return _possible_constructor_return$4(_this, _is_native_reflect_construct$4() ? Reflect.construct(derived, args || [], _get_prototype_of$4(_this).constructor) : derived.apply(_this, args));
|
|
1351
1317
|
}
|
|
1352
1318
|
function _class_call_check$4(instance, Constructor) {
|
|
1353
|
-
if (!(instance instanceof Constructor))
|
|
1354
|
-
throw new TypeError("Cannot call a class as a function");
|
|
1355
|
-
}
|
|
1319
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
1356
1320
|
}
|
|
1357
1321
|
function _define_property$v(obj, key, value) {
|
|
1358
1322
|
if (key in obj) {
|
|
@@ -1362,9 +1326,7 @@ function _define_property$v(obj, key, value) {
|
|
|
1362
1326
|
configurable: true,
|
|
1363
1327
|
writable: true
|
|
1364
1328
|
});
|
|
1365
|
-
} else
|
|
1366
|
-
obj[key] = value;
|
|
1367
|
-
}
|
|
1329
|
+
} else obj[key] = value;
|
|
1368
1330
|
return obj;
|
|
1369
1331
|
}
|
|
1370
1332
|
function _get_prototype_of$4(o) {
|
|
@@ -1386,6 +1348,14 @@ function _inherits$4(subClass, superClass) {
|
|
|
1386
1348
|
});
|
|
1387
1349
|
if (superClass) _set_prototype_of$4(subClass, superClass);
|
|
1388
1350
|
}
|
|
1351
|
+
function _is_native_reflect_construct$4() {
|
|
1352
|
+
try {
|
|
1353
|
+
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
1354
|
+
} catch (_) {}
|
|
1355
|
+
return (_is_native_reflect_construct$4 = function() {
|
|
1356
|
+
return !!result;
|
|
1357
|
+
})();
|
|
1358
|
+
}
|
|
1389
1359
|
function _object_spread$s(target) {
|
|
1390
1360
|
for(var i = 1; i < arguments.length; i++){
|
|
1391
1361
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
@@ -1411,9 +1381,8 @@ function ownKeys$r(object, enumerableOnly) {
|
|
|
1411
1381
|
}
|
|
1412
1382
|
function _object_spread_props$r(target, source) {
|
|
1413
1383
|
source = source != null ? source : {};
|
|
1414
|
-
if (Object.getOwnPropertyDescriptors)
|
|
1415
|
-
|
|
1416
|
-
} else {
|
|
1384
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
1385
|
+
else {
|
|
1417
1386
|
ownKeys$r(Object(source)).forEach(function(key) {
|
|
1418
1387
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
1419
1388
|
});
|
|
@@ -1421,9 +1390,7 @@ function _object_spread_props$r(target, source) {
|
|
|
1421
1390
|
return target;
|
|
1422
1391
|
}
|
|
1423
1392
|
function _possible_constructor_return$4(self, call) {
|
|
1424
|
-
if (call && (_type_of$5(call) === "object" || typeof call === "function"))
|
|
1425
|
-
return call;
|
|
1426
|
-
}
|
|
1393
|
+
if (call && (_type_of$5(call) === "object" || typeof call === "function")) return call;
|
|
1427
1394
|
return _assert_this_initialized$4(self);
|
|
1428
1395
|
}
|
|
1429
1396
|
function _set_prototype_of$4(o, p) {
|
|
@@ -1437,14 +1404,6 @@ function _type_of$5(obj) {
|
|
|
1437
1404
|
"@swc/helpers - typeof";
|
|
1438
1405
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
1439
1406
|
}
|
|
1440
|
-
function _is_native_reflect_construct$4() {
|
|
1441
|
-
try {
|
|
1442
|
-
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
1443
|
-
} catch (_) {}
|
|
1444
|
-
return (_is_native_reflect_construct$4 = function() {
|
|
1445
|
-
return !!result;
|
|
1446
|
-
})();
|
|
1447
|
-
}
|
|
1448
1407
|
// MARK: Insert/Update/Upsert Response
|
|
1449
1408
|
/**
|
|
1450
1409
|
* The maximum number of records allowed for most CRUD functions.
|
|
@@ -1799,9 +1758,8 @@ function _is_native_reflect_construct$4() {
|
|
|
1799
1758
|
*/ function zohoRecruitGetRelatedRecordsFunctionFactory(context) {
|
|
1800
1759
|
return function(config) {
|
|
1801
1760
|
var targetModule = config.targetModule, _config_returnEmptyRecordsInsteadOfNull = config.returnEmptyRecordsInsteadOfNull, returnEmptyRecordsInsteadOfNull = _config_returnEmptyRecordsInsteadOfNull === void 0 ? true : _config_returnEmptyRecordsInsteadOfNull;
|
|
1802
|
-
// eslint-disable-next-line @typescript-eslint/no-deprecated -- Zoho API migration pending
|
|
1803
1761
|
return function(input) {
|
|
1804
|
-
return context.fetchJson("/v2/".concat(input.module, "/").concat(input.id, "/").concat(targetModule, "?").concat(zohoRecruitUrlSearchParamsMinusIdAndModule(input
|
|
1762
|
+
return context.fetchJson("/v2/".concat(input.module, "/").concat(input.id, "/").concat(targetModule, "?").concat(zohoRecruitUrlSearchParamsMinusIdAndModule(input).toString()), zohoRecruitApiFetchJsonInput('GET')).then(function(x) {
|
|
1805
1763
|
return x !== null && x !== void 0 ? x : returnEmptyRecordsInsteadOfNull === false ? x : emptyZohoPageResult();
|
|
1806
1764
|
});
|
|
1807
1765
|
};
|
|
@@ -2252,62 +2210,6 @@ function _is_native_reflect_construct$4() {
|
|
|
2252
2210
|
};
|
|
2253
2211
|
return result;
|
|
2254
2212
|
}
|
|
2255
|
-
// MARK: Compat
|
|
2256
|
-
// COMPAT: Deprecated aliases
|
|
2257
|
-
/**
|
|
2258
|
-
* @deprecated use makeUrlSearchParams instead.
|
|
2259
|
-
*/ var zohoRecruitUrlSearchParams = makeUrlSearchParams;
|
|
2260
|
-
/**
|
|
2261
|
-
* @deprecated Use zohoRecruitInsertRecord instead.
|
|
2262
|
-
*/ var insertRecord = zohoRecruitInsertRecord;
|
|
2263
|
-
/**
|
|
2264
|
-
* @deprecated Use zohoRecruitUpdateRecord instead.
|
|
2265
|
-
*/ var updateRecord = zohoRecruitUpdateRecord;
|
|
2266
|
-
/**
|
|
2267
|
-
* @deprecated Use zohoRecruitUpsertRecord instead.
|
|
2268
|
-
*/ var upsertRecord = zohoRecruitUpsertRecord;
|
|
2269
|
-
/**
|
|
2270
|
-
* @deprecated Use zohoRecruitDeleteRecord instead.
|
|
2271
|
-
*/ var deleteRecord = zohoRecruitDeleteRecord;
|
|
2272
|
-
/**
|
|
2273
|
-
* @deprecated Use zohoRecruitGetRecordById instead.
|
|
2274
|
-
*/ var getRecordById = zohoRecruitGetRecordById;
|
|
2275
|
-
/**
|
|
2276
|
-
* @deprecated Use zohoRecruitGetRecords instead.
|
|
2277
|
-
*/ var getRecords = zohoRecruitGetRecords;
|
|
2278
|
-
/**
|
|
2279
|
-
* @deprecated Use zohoRecruitSearchRecords instead.
|
|
2280
|
-
*/ var searchRecords = zohoRecruitSearchRecords;
|
|
2281
|
-
/**
|
|
2282
|
-
* @deprecated Use zohoRecruitSearchRecordsPageFactory instead.
|
|
2283
|
-
*/ var searchRecordsPageFactory = zohoRecruitSearchRecordsPageFactory;
|
|
2284
|
-
/**
|
|
2285
|
-
* @deprecated Use zohoRecruitGetRelatedRecordsFunctionFactory instead.
|
|
2286
|
-
*/ var getRelatedRecordsFunctionFactory = zohoRecruitGetRelatedRecordsFunctionFactory;
|
|
2287
|
-
/**
|
|
2288
|
-
* @deprecated Use zohoRecruitGetEmailsForRecord instead.
|
|
2289
|
-
*/ var getEmailsForRecord = zohoRecruitGetEmailsForRecord;
|
|
2290
|
-
/**
|
|
2291
|
-
* @deprecated Use zohoRecruitGetEmailsForRecordPageFactory instead.
|
|
2292
|
-
*/ var getEmailsForRecordPageFactory = zohoRecruitGetEmailsForRecordPageFactory;
|
|
2293
|
-
/**
|
|
2294
|
-
* @deprecated Use zohoRecruitGetAttachmentsForRecord instead.
|
|
2295
|
-
*/ var getAttachmentsForRecord = zohoRecruitGetAttachmentsForRecord;
|
|
2296
|
-
/**
|
|
2297
|
-
* @deprecated Use zohoRecruitGetAttachmentsForRecordPageFactory instead.
|
|
2298
|
-
*/ var getAttachmentsForRecordPageFactory = zohoRecruitGetAttachmentsForRecordPageFactory;
|
|
2299
|
-
/**
|
|
2300
|
-
* @deprecated Use zohoRecruitUploadAttachmentForRecord instead.
|
|
2301
|
-
*/ var uploadAttachmentForRecord = zohoRecruitUploadAttachmentForRecord;
|
|
2302
|
-
/**
|
|
2303
|
-
* @deprecated Use zohoRecruitDownloadAttachmentForRecord instead.
|
|
2304
|
-
*/ var downloadAttachmentForRecord = zohoRecruitDownloadAttachmentForRecord;
|
|
2305
|
-
/**
|
|
2306
|
-
* @deprecated Use zohoRecruitDeleteAttachmentFromRecord instead.
|
|
2307
|
-
*/ var deleteAttachmentFromRecord = zohoRecruitDeleteAttachmentFromRecord;
|
|
2308
|
-
/**
|
|
2309
|
-
* @deprecated Use zohoRecruitExecuteRestApiFunction instead.
|
|
2310
|
-
*/ var executeRestApiFunction = zohoRecruitExecuteRestApiFunction;
|
|
2311
2213
|
|
|
2312
2214
|
function _define_property$u(obj, key, value) {
|
|
2313
2215
|
if (key in obj) {
|
|
@@ -2317,9 +2219,7 @@ function _define_property$u(obj, key, value) {
|
|
|
2317
2219
|
configurable: true,
|
|
2318
2220
|
writable: true
|
|
2319
2221
|
});
|
|
2320
|
-
} else
|
|
2321
|
-
obj[key] = value;
|
|
2322
|
-
}
|
|
2222
|
+
} else obj[key] = value;
|
|
2323
2223
|
return obj;
|
|
2324
2224
|
}
|
|
2325
2225
|
function _object_spread$r(target) {
|
|
@@ -2347,9 +2247,8 @@ function ownKeys$q(object, enumerableOnly) {
|
|
|
2347
2247
|
}
|
|
2348
2248
|
function _object_spread_props$q(target, source) {
|
|
2349
2249
|
source = source != null ? source : {};
|
|
2350
|
-
if (Object.getOwnPropertyDescriptors)
|
|
2351
|
-
|
|
2352
|
-
} else {
|
|
2250
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
2251
|
+
else {
|
|
2353
2252
|
ownKeys$q(Object(source)).forEach(function(key) {
|
|
2354
2253
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
2355
2254
|
});
|
|
@@ -2455,9 +2354,7 @@ function _define_property$t(obj, key, value) {
|
|
|
2455
2354
|
configurable: true,
|
|
2456
2355
|
writable: true
|
|
2457
2356
|
});
|
|
2458
|
-
} else
|
|
2459
|
-
obj[key] = value;
|
|
2460
|
-
}
|
|
2357
|
+
} else obj[key] = value;
|
|
2461
2358
|
return obj;
|
|
2462
2359
|
}
|
|
2463
2360
|
function _object_spread$q(target) {
|
|
@@ -2485,9 +2382,8 @@ function ownKeys$p(object, enumerableOnly) {
|
|
|
2485
2382
|
}
|
|
2486
2383
|
function _object_spread_props$p(target, source) {
|
|
2487
2384
|
source = source != null ? source : {};
|
|
2488
|
-
if (Object.getOwnPropertyDescriptors)
|
|
2489
|
-
|
|
2490
|
-
} else {
|
|
2385
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
2386
|
+
else {
|
|
2491
2387
|
ownKeys$p(Object(source)).forEach(function(key) {
|
|
2492
2388
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
2493
2389
|
});
|
|
@@ -2627,23 +2523,6 @@ function _object_spread_props$p(target, source) {
|
|
|
2627
2523
|
return createNotesInstance(createNotesRequest);
|
|
2628
2524
|
};
|
|
2629
2525
|
}
|
|
2630
|
-
// MARK: Compat
|
|
2631
|
-
// COMPAT: Deprecated aliases
|
|
2632
|
-
/**
|
|
2633
|
-
* @deprecated Use zohoRecruitCreateNotes instead.
|
|
2634
|
-
*/ var createNotes = zohoRecruitCreateNotes;
|
|
2635
|
-
/**
|
|
2636
|
-
* @deprecated Use zohoRecruitDeleteNotes instead.
|
|
2637
|
-
*/ var deleteNotes = zohoRecruitDeleteNotes;
|
|
2638
|
-
/**
|
|
2639
|
-
* @deprecated Use zohoRecruitGetNotesForRecord instead.
|
|
2640
|
-
*/ var getNotesForRecord = zohoRecruitGetNotesForRecord;
|
|
2641
|
-
/**
|
|
2642
|
-
* @deprecated Use zohoRecruitGetNotesForRecordPageFactory instead.
|
|
2643
|
-
*/ var getNotesForRecordPageFactory = zohoRecruitGetNotesForRecordPageFactory;
|
|
2644
|
-
/**
|
|
2645
|
-
* @deprecated Use zohoRecruitCreateNotesForRecord instead.
|
|
2646
|
-
*/ var createNotesForRecord = zohoRecruitCreateNotesForRecord;
|
|
2647
2526
|
|
|
2648
2527
|
function _define_property$s(obj, key, value) {
|
|
2649
2528
|
if (key in obj) {
|
|
@@ -2653,9 +2532,7 @@ function _define_property$s(obj, key, value) {
|
|
|
2653
2532
|
configurable: true,
|
|
2654
2533
|
writable: true
|
|
2655
2534
|
});
|
|
2656
|
-
} else
|
|
2657
|
-
obj[key] = value;
|
|
2658
|
-
}
|
|
2535
|
+
} else obj[key] = value;
|
|
2659
2536
|
return obj;
|
|
2660
2537
|
}
|
|
2661
2538
|
function _object_spread$p(target) {
|
|
@@ -2683,9 +2560,8 @@ function ownKeys$o(object, enumerableOnly) {
|
|
|
2683
2560
|
}
|
|
2684
2561
|
function _object_spread_props$o(target, source) {
|
|
2685
2562
|
source = source != null ? source : {};
|
|
2686
|
-
if (Object.getOwnPropertyDescriptors)
|
|
2687
|
-
|
|
2688
|
-
} else {
|
|
2563
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
2564
|
+
else {
|
|
2689
2565
|
ownKeys$o(Object(source)).forEach(function(key) {
|
|
2690
2566
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
2691
2567
|
});
|
|
@@ -2863,28 +2739,9 @@ function _object_spread_props$o(target, source) {
|
|
|
2863
2739
|
});
|
|
2864
2740
|
};
|
|
2865
2741
|
}
|
|
2866
|
-
// MARK: Compat
|
|
2867
|
-
// COMPAT: Deprecated aliases
|
|
2868
|
-
/**
|
|
2869
|
-
* @deprecated Use zohoRecruitCreateTagsForModule instead.
|
|
2870
|
-
*/ var createTagsForModule = zohoRecruitCreateTagsForModule;
|
|
2871
|
-
/**
|
|
2872
|
-
* @deprecated Use zohoRecruitGetTagsForModule instead.
|
|
2873
|
-
*/ var getTagsForModule = zohoRecruitGetTagsForModule;
|
|
2874
|
-
/**
|
|
2875
|
-
* @deprecated Use zohoRecruitGetTagsForModulePageFactory instead.
|
|
2876
|
-
*/ var getTagsForModulePageFactory = zohoRecruitGetTagsForModulePageFactory;
|
|
2877
|
-
/**
|
|
2878
|
-
* @deprecated Use zohoRecruitAddTagsToRecords instead.
|
|
2879
|
-
*/ var addTagsToRecords = zohoRecruitAddTagsToRecords;
|
|
2880
|
-
/**
|
|
2881
|
-
* @deprecated Use zohoRecruitRemoveTagsFromRecords instead.
|
|
2882
|
-
*/ var removeTagsFromRecords = zohoRecruitRemoveTagsFromRecords;
|
|
2883
2742
|
|
|
2884
2743
|
function _assert_this_initialized$3(self) {
|
|
2885
|
-
if (self === void 0)
|
|
2886
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
2887
|
-
}
|
|
2744
|
+
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
2888
2745
|
return self;
|
|
2889
2746
|
}
|
|
2890
2747
|
function asyncGeneratorStep$f(gen, resolve, reject, _next, _throw, key, arg) {
|
|
@@ -2895,11 +2752,8 @@ function asyncGeneratorStep$f(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
2895
2752
|
reject(error);
|
|
2896
2753
|
return;
|
|
2897
2754
|
}
|
|
2898
|
-
if (info.done)
|
|
2899
|
-
|
|
2900
|
-
} else {
|
|
2901
|
-
Promise.resolve(value).then(_next, _throw);
|
|
2902
|
-
}
|
|
2755
|
+
if (info.done) resolve(value);
|
|
2756
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
2903
2757
|
}
|
|
2904
2758
|
function _async_to_generator$f(fn) {
|
|
2905
2759
|
return function() {
|
|
@@ -2921,9 +2775,7 @@ function _call_super$3(_this, derived, args) {
|
|
|
2921
2775
|
return _possible_constructor_return$3(_this, _is_native_reflect_construct$3() ? Reflect.construct(derived, args || [], _get_prototype_of$3(_this).constructor) : derived.apply(_this, args));
|
|
2922
2776
|
}
|
|
2923
2777
|
function _class_call_check$3(instance, Constructor) {
|
|
2924
|
-
if (!(instance instanceof Constructor))
|
|
2925
|
-
throw new TypeError("Cannot call a class as a function");
|
|
2926
|
-
}
|
|
2778
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
2927
2779
|
}
|
|
2928
2780
|
function _define_property$r(obj, key, value) {
|
|
2929
2781
|
if (key in obj) {
|
|
@@ -2933,9 +2785,7 @@ function _define_property$r(obj, key, value) {
|
|
|
2933
2785
|
configurable: true,
|
|
2934
2786
|
writable: true
|
|
2935
2787
|
});
|
|
2936
|
-
} else
|
|
2937
|
-
obj[key] = value;
|
|
2938
|
-
}
|
|
2788
|
+
} else obj[key] = value;
|
|
2939
2789
|
return obj;
|
|
2940
2790
|
}
|
|
2941
2791
|
function _get_prototype_of$3(o) {
|
|
@@ -2957,10 +2807,16 @@ function _inherits$3(subClass, superClass) {
|
|
|
2957
2807
|
});
|
|
2958
2808
|
if (superClass) _set_prototype_of$3(subClass, superClass);
|
|
2959
2809
|
}
|
|
2810
|
+
function _is_native_reflect_construct$3() {
|
|
2811
|
+
try {
|
|
2812
|
+
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
2813
|
+
} catch (_) {}
|
|
2814
|
+
return (_is_native_reflect_construct$3 = function() {
|
|
2815
|
+
return !!result;
|
|
2816
|
+
})();
|
|
2817
|
+
}
|
|
2960
2818
|
function _possible_constructor_return$3(self, call) {
|
|
2961
|
-
if (call && (_type_of$4(call) === "object" || typeof call === "function"))
|
|
2962
|
-
return call;
|
|
2963
|
-
}
|
|
2819
|
+
if (call && (_type_of$4(call) === "object" || typeof call === "function")) return call;
|
|
2964
2820
|
return _assert_this_initialized$3(self);
|
|
2965
2821
|
}
|
|
2966
2822
|
function _set_prototype_of$3(o, p) {
|
|
@@ -2970,18 +2826,6 @@ function _set_prototype_of$3(o, p) {
|
|
|
2970
2826
|
};
|
|
2971
2827
|
return _set_prototype_of$3(o, p);
|
|
2972
2828
|
}
|
|
2973
|
-
function _type_of$4(obj) {
|
|
2974
|
-
"@swc/helpers - typeof";
|
|
2975
|
-
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
2976
|
-
}
|
|
2977
|
-
function _is_native_reflect_construct$3() {
|
|
2978
|
-
try {
|
|
2979
|
-
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
2980
|
-
} catch (_) {}
|
|
2981
|
-
return (_is_native_reflect_construct$3 = function() {
|
|
2982
|
-
return !!result;
|
|
2983
|
-
})();
|
|
2984
|
-
}
|
|
2985
2829
|
function _ts_generator$f(thisArg, body) {
|
|
2986
2830
|
var f, y, t, _ = {
|
|
2987
2831
|
label: 0,
|
|
@@ -3081,6 +2925,10 @@ function _ts_generator$f(thisArg, body) {
|
|
|
3081
2925
|
};
|
|
3082
2926
|
}
|
|
3083
2927
|
}
|
|
2928
|
+
function _type_of$4(obj) {
|
|
2929
|
+
"@swc/helpers - typeof";
|
|
2930
|
+
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
2931
|
+
}
|
|
3084
2932
|
/**
|
|
3085
2933
|
* Error in the following cases:
|
|
3086
2934
|
* - the refresh token string is invalid
|
|
@@ -3181,11 +3029,8 @@ function asyncGeneratorStep$e(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
3181
3029
|
reject(error);
|
|
3182
3030
|
return;
|
|
3183
3031
|
}
|
|
3184
|
-
if (info.done)
|
|
3185
|
-
|
|
3186
|
-
} else {
|
|
3187
|
-
Promise.resolve(value).then(_next, _throw);
|
|
3188
|
-
}
|
|
3032
|
+
if (info.done) resolve(value);
|
|
3033
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
3189
3034
|
}
|
|
3190
3035
|
function _async_to_generator$e(fn) {
|
|
3191
3036
|
return function() {
|
|
@@ -3342,9 +3187,7 @@ function _define_property$q(obj, key, value) {
|
|
|
3342
3187
|
configurable: true,
|
|
3343
3188
|
writable: true
|
|
3344
3189
|
});
|
|
3345
|
-
} else
|
|
3346
|
-
obj[key] = value;
|
|
3347
|
-
}
|
|
3190
|
+
} else obj[key] = value;
|
|
3348
3191
|
return obj;
|
|
3349
3192
|
}
|
|
3350
3193
|
function _object_spread$o(target) {
|
|
@@ -3372,9 +3215,8 @@ function ownKeys$n(object, enumerableOnly) {
|
|
|
3372
3215
|
}
|
|
3373
3216
|
function _object_spread_props$n(target, source) {
|
|
3374
3217
|
source = source != null ? source : {};
|
|
3375
|
-
if (Object.getOwnPropertyDescriptors)
|
|
3376
|
-
|
|
3377
|
-
} else {
|
|
3218
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
3219
|
+
else {
|
|
3378
3220
|
ownKeys$n(Object(source)).forEach(function(key) {
|
|
3379
3221
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
3380
3222
|
});
|
|
@@ -3516,11 +3358,6 @@ function _object_spread_props$n(target, source) {
|
|
|
3516
3358
|
}
|
|
3517
3359
|
return result;
|
|
3518
3360
|
}
|
|
3519
|
-
// MARK: Compat
|
|
3520
|
-
// COMPAT: Deprecated aliases
|
|
3521
|
-
/**
|
|
3522
|
-
* @deprecated use DEFAULT_ZOHO_RATE_LIMITED_TOO_MANY_REQUESTS_LOG_FUNCTION instead.
|
|
3523
|
-
*/ var DEFAULT_ZOHO_RATE_LIMITED_TOO_MANY_REQUETS_LOG_FUNCTION = DEFAULT_ZOHO_RATE_LIMITED_TOO_MANY_REQUESTS_LOG_FUNCTION;
|
|
3524
3361
|
|
|
3525
3362
|
function asyncGeneratorStep$d(gen, resolve, reject, _next, _throw, key, arg) {
|
|
3526
3363
|
try {
|
|
@@ -3530,11 +3367,8 @@ function asyncGeneratorStep$d(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
3530
3367
|
reject(error);
|
|
3531
3368
|
return;
|
|
3532
3369
|
}
|
|
3533
|
-
if (info.done)
|
|
3534
|
-
|
|
3535
|
-
} else {
|
|
3536
|
-
Promise.resolve(value).then(_next, _throw);
|
|
3537
|
-
}
|
|
3370
|
+
if (info.done) resolve(value);
|
|
3371
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
3538
3372
|
}
|
|
3539
3373
|
function _async_to_generator$d(fn) {
|
|
3540
3374
|
return function() {
|
|
@@ -3559,18 +3393,14 @@ function _define_property$p(obj, key, value) {
|
|
|
3559
3393
|
configurable: true,
|
|
3560
3394
|
writable: true
|
|
3561
3395
|
});
|
|
3562
|
-
} else
|
|
3563
|
-
obj[key] = value;
|
|
3564
|
-
}
|
|
3396
|
+
} else obj[key] = value;
|
|
3565
3397
|
return obj;
|
|
3566
3398
|
}
|
|
3567
3399
|
function _instanceof$6(left, right) {
|
|
3568
3400
|
"@swc/helpers - instanceof";
|
|
3569
3401
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
3570
3402
|
return !!right[Symbol.hasInstance](left);
|
|
3571
|
-
} else
|
|
3572
|
-
return left instanceof right;
|
|
3573
|
-
}
|
|
3403
|
+
} else return left instanceof right;
|
|
3574
3404
|
}
|
|
3575
3405
|
function _object_spread$n(target) {
|
|
3576
3406
|
for(var i = 1; i < arguments.length; i++){
|
|
@@ -3597,9 +3427,8 @@ function ownKeys$m(object, enumerableOnly) {
|
|
|
3597
3427
|
}
|
|
3598
3428
|
function _object_spread_props$m(target, source) {
|
|
3599
3429
|
source = source != null ? source : {};
|
|
3600
|
-
if (Object.getOwnPropertyDescriptors)
|
|
3601
|
-
|
|
3602
|
-
} else {
|
|
3430
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
3431
|
+
else {
|
|
3603
3432
|
ownKeys$m(Object(source)).forEach(function(key) {
|
|
3604
3433
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
3605
3434
|
});
|
|
@@ -3888,9 +3717,7 @@ var ZOHO_CRM_RECORD_ATTACHMENT_METADATA_ATTACH_TYPE_RESUME = 'Resume';
|
|
|
3888
3717
|
*/ var zohoCrmSearchRecordsCriteriaEntryToCriteriaString = zohoSearchRecordsCriteriaEntryToCriteriaString;
|
|
3889
3718
|
|
|
3890
3719
|
function _assert_this_initialized$2(self) {
|
|
3891
|
-
if (self === void 0)
|
|
3892
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
3893
|
-
}
|
|
3720
|
+
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
3894
3721
|
return self;
|
|
3895
3722
|
}
|
|
3896
3723
|
function asyncGeneratorStep$c(gen, resolve, reject, _next, _throw, key, arg) {
|
|
@@ -3901,11 +3728,8 @@ function asyncGeneratorStep$c(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
3901
3728
|
reject(error);
|
|
3902
3729
|
return;
|
|
3903
3730
|
}
|
|
3904
|
-
if (info.done)
|
|
3905
|
-
|
|
3906
|
-
} else {
|
|
3907
|
-
Promise.resolve(value).then(_next, _throw);
|
|
3908
|
-
}
|
|
3731
|
+
if (info.done) resolve(value);
|
|
3732
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
3909
3733
|
}
|
|
3910
3734
|
function _async_to_generator$c(fn) {
|
|
3911
3735
|
return function() {
|
|
@@ -3927,9 +3751,7 @@ function _call_super$2(_this, derived, args) {
|
|
|
3927
3751
|
return _possible_constructor_return$2(_this, _is_native_reflect_construct$2() ? Reflect.construct(derived, args || [], _get_prototype_of$2(_this).constructor) : derived.apply(_this, args));
|
|
3928
3752
|
}
|
|
3929
3753
|
function _class_call_check$2(instance, Constructor) {
|
|
3930
|
-
if (!(instance instanceof Constructor))
|
|
3931
|
-
throw new TypeError("Cannot call a class as a function");
|
|
3932
|
-
}
|
|
3754
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
3933
3755
|
}
|
|
3934
3756
|
function _defineProperties(target, props) {
|
|
3935
3757
|
for(var i = 0; i < props.length; i++){
|
|
@@ -3952,9 +3774,7 @@ function _define_property$o(obj, key, value) {
|
|
|
3952
3774
|
configurable: true,
|
|
3953
3775
|
writable: true
|
|
3954
3776
|
});
|
|
3955
|
-
} else
|
|
3956
|
-
obj[key] = value;
|
|
3957
|
-
}
|
|
3777
|
+
} else obj[key] = value;
|
|
3958
3778
|
return obj;
|
|
3959
3779
|
}
|
|
3960
3780
|
function _get_prototype_of$2(o) {
|
|
@@ -3976,10 +3796,16 @@ function _inherits$2(subClass, superClass) {
|
|
|
3976
3796
|
});
|
|
3977
3797
|
if (superClass) _set_prototype_of$2(subClass, superClass);
|
|
3978
3798
|
}
|
|
3799
|
+
function _is_native_reflect_construct$2() {
|
|
3800
|
+
try {
|
|
3801
|
+
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
3802
|
+
} catch (_) {}
|
|
3803
|
+
return (_is_native_reflect_construct$2 = function() {
|
|
3804
|
+
return !!result;
|
|
3805
|
+
})();
|
|
3806
|
+
}
|
|
3979
3807
|
function _possible_constructor_return$2(self, call) {
|
|
3980
|
-
if (call && (_type_of$3(call) === "object" || typeof call === "function"))
|
|
3981
|
-
return call;
|
|
3982
|
-
}
|
|
3808
|
+
if (call && (_type_of$3(call) === "object" || typeof call === "function")) return call;
|
|
3983
3809
|
return _assert_this_initialized$2(self);
|
|
3984
3810
|
}
|
|
3985
3811
|
function _set_prototype_of$2(o, p) {
|
|
@@ -3989,18 +3815,6 @@ function _set_prototype_of$2(o, p) {
|
|
|
3989
3815
|
};
|
|
3990
3816
|
return _set_prototype_of$2(o, p);
|
|
3991
3817
|
}
|
|
3992
|
-
function _type_of$3(obj) {
|
|
3993
|
-
"@swc/helpers - typeof";
|
|
3994
|
-
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
3995
|
-
}
|
|
3996
|
-
function _is_native_reflect_construct$2() {
|
|
3997
|
-
try {
|
|
3998
|
-
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
3999
|
-
} catch (_) {}
|
|
4000
|
-
return (_is_native_reflect_construct$2 = function() {
|
|
4001
|
-
return !!result;
|
|
4002
|
-
})();
|
|
4003
|
-
}
|
|
4004
3818
|
function _ts_generator$c(thisArg, body) {
|
|
4005
3819
|
var f, y, t, _ = {
|
|
4006
3820
|
label: 0,
|
|
@@ -4100,6 +3914,10 @@ function _ts_generator$c(thisArg, body) {
|
|
|
4100
3914
|
};
|
|
4101
3915
|
}
|
|
4102
3916
|
}
|
|
3917
|
+
function _type_of$3(obj) {
|
|
3918
|
+
"@swc/helpers - typeof";
|
|
3919
|
+
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
3920
|
+
}
|
|
4103
3921
|
/**
|
|
4104
3922
|
* Error code for when two records are already associated with each other.
|
|
4105
3923
|
*
|
|
@@ -4287,9 +4105,7 @@ function _ts_generator$c(thisArg, body) {
|
|
|
4287
4105
|
*/ var handleZohoCrmErrorFetch = handleZohoErrorFetchFactory(parseZohoCrmError, logZohoCrmErrorToConsole);
|
|
4288
4106
|
|
|
4289
4107
|
function _assert_this_initialized$1(self) {
|
|
4290
|
-
if (self === void 0)
|
|
4291
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4292
|
-
}
|
|
4108
|
+
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4293
4109
|
return self;
|
|
4294
4110
|
}
|
|
4295
4111
|
function _call_super$1(_this, derived, args) {
|
|
@@ -4297,9 +4113,7 @@ function _call_super$1(_this, derived, args) {
|
|
|
4297
4113
|
return _possible_constructor_return$1(_this, _is_native_reflect_construct$1() ? Reflect.construct(derived, args || [], _get_prototype_of$1(_this).constructor) : derived.apply(_this, args));
|
|
4298
4114
|
}
|
|
4299
4115
|
function _class_call_check$1(instance, Constructor) {
|
|
4300
|
-
if (!(instance instanceof Constructor))
|
|
4301
|
-
throw new TypeError("Cannot call a class as a function");
|
|
4302
|
-
}
|
|
4116
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
4303
4117
|
}
|
|
4304
4118
|
function _define_property$n(obj, key, value) {
|
|
4305
4119
|
if (key in obj) {
|
|
@@ -4309,9 +4123,7 @@ function _define_property$n(obj, key, value) {
|
|
|
4309
4123
|
configurable: true,
|
|
4310
4124
|
writable: true
|
|
4311
4125
|
});
|
|
4312
|
-
} else
|
|
4313
|
-
obj[key] = value;
|
|
4314
|
-
}
|
|
4126
|
+
} else obj[key] = value;
|
|
4315
4127
|
return obj;
|
|
4316
4128
|
}
|
|
4317
4129
|
function _get_prototype_of$1(o) {
|
|
@@ -4337,9 +4149,15 @@ function _instanceof$5(left, right) {
|
|
|
4337
4149
|
"@swc/helpers - instanceof";
|
|
4338
4150
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
4339
4151
|
return !!right[Symbol.hasInstance](left);
|
|
4340
|
-
} else
|
|
4341
|
-
|
|
4342
|
-
|
|
4152
|
+
} else return left instanceof right;
|
|
4153
|
+
}
|
|
4154
|
+
function _is_native_reflect_construct$1() {
|
|
4155
|
+
try {
|
|
4156
|
+
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
4157
|
+
} catch (_) {}
|
|
4158
|
+
return (_is_native_reflect_construct$1 = function() {
|
|
4159
|
+
return !!result;
|
|
4160
|
+
})();
|
|
4343
4161
|
}
|
|
4344
4162
|
function _object_spread$m(target) {
|
|
4345
4163
|
for(var i = 1; i < arguments.length; i++){
|
|
@@ -4366,9 +4184,8 @@ function ownKeys$l(object, enumerableOnly) {
|
|
|
4366
4184
|
}
|
|
4367
4185
|
function _object_spread_props$l(target, source) {
|
|
4368
4186
|
source = source != null ? source : {};
|
|
4369
|
-
if (Object.getOwnPropertyDescriptors)
|
|
4370
|
-
|
|
4371
|
-
} else {
|
|
4187
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
4188
|
+
else {
|
|
4372
4189
|
ownKeys$l(Object(source)).forEach(function(key) {
|
|
4373
4190
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
4374
4191
|
});
|
|
@@ -4376,9 +4193,7 @@ function _object_spread_props$l(target, source) {
|
|
|
4376
4193
|
return target;
|
|
4377
4194
|
}
|
|
4378
4195
|
function _possible_constructor_return$1(self, call) {
|
|
4379
|
-
if (call && (_type_of$2(call) === "object" || typeof call === "function"))
|
|
4380
|
-
return call;
|
|
4381
|
-
}
|
|
4196
|
+
if (call && (_type_of$2(call) === "object" || typeof call === "function")) return call;
|
|
4382
4197
|
return _assert_this_initialized$1(self);
|
|
4383
4198
|
}
|
|
4384
4199
|
function _set_prototype_of$1(o, p) {
|
|
@@ -4392,14 +4207,6 @@ function _type_of$2(obj) {
|
|
|
4392
4207
|
"@swc/helpers - typeof";
|
|
4393
4208
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
4394
4209
|
}
|
|
4395
|
-
function _is_native_reflect_construct$1() {
|
|
4396
|
-
try {
|
|
4397
|
-
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
4398
|
-
} catch (_) {}
|
|
4399
|
-
return (_is_native_reflect_construct$1 = function() {
|
|
4400
|
-
return !!result;
|
|
4401
|
-
})();
|
|
4402
|
-
}
|
|
4403
4210
|
// MARK: Insert/Update/Upsert Response
|
|
4404
4211
|
/**
|
|
4405
4212
|
* The maximum number of records allowed for most CRUD functions.
|
|
@@ -4754,9 +4561,8 @@ function _is_native_reflect_construct$1() {
|
|
|
4754
4561
|
*/ function zohoCrmGetRelatedRecordsFunctionFactory(context) {
|
|
4755
4562
|
return function(config) {
|
|
4756
4563
|
var targetModule = config.targetModule, _config_returnEmptyRecordsInsteadOfNull = config.returnEmptyRecordsInsteadOfNull, returnEmptyRecordsInsteadOfNull = _config_returnEmptyRecordsInsteadOfNull === void 0 ? true : _config_returnEmptyRecordsInsteadOfNull;
|
|
4757
|
-
// eslint-disable-next-line @typescript-eslint/no-deprecated -- Zoho API migration pending
|
|
4758
4564
|
return function(input) {
|
|
4759
|
-
return context.fetchJson("/v8/".concat(input.module, "/").concat(input.id, "/").concat(targetModule, "?").concat(zohoCrmUrlSearchParamsMinusIdAndModule(input
|
|
4565
|
+
return context.fetchJson("/v8/".concat(input.module, "/").concat(input.id, "/").concat(targetModule, "?").concat(zohoCrmUrlSearchParamsMinusIdAndModule(input).toString()), zohoCrmApiFetchJsonInput('GET')).then(function(x) {
|
|
4760
4566
|
return x !== null && x !== void 0 ? x : returnEmptyRecordsInsteadOfNull === false ? x : emptyZohoPageResult();
|
|
4761
4567
|
});
|
|
4762
4568
|
};
|
|
@@ -5210,11 +5016,6 @@ function _is_native_reflect_construct$1() {
|
|
|
5210
5016
|
};
|
|
5211
5017
|
return result;
|
|
5212
5018
|
}
|
|
5213
|
-
// MARK: Compat
|
|
5214
|
-
// COMPAT: Deprecated aliases
|
|
5215
|
-
/**
|
|
5216
|
-
* @deprecated use makeUrlSearchParams instead.
|
|
5217
|
-
*/ var zohoCrmUrlSearchParams = makeUrlSearchParams;
|
|
5218
5019
|
|
|
5219
5020
|
function _define_property$m(obj, key, value) {
|
|
5220
5021
|
if (key in obj) {
|
|
@@ -5224,9 +5025,7 @@ function _define_property$m(obj, key, value) {
|
|
|
5224
5025
|
configurable: true,
|
|
5225
5026
|
writable: true
|
|
5226
5027
|
});
|
|
5227
|
-
} else
|
|
5228
|
-
obj[key] = value;
|
|
5229
|
-
}
|
|
5028
|
+
} else obj[key] = value;
|
|
5230
5029
|
return obj;
|
|
5231
5030
|
}
|
|
5232
5031
|
function _object_spread$l(target) {
|
|
@@ -5254,9 +5053,8 @@ function ownKeys$k(object, enumerableOnly) {
|
|
|
5254
5053
|
}
|
|
5255
5054
|
function _object_spread_props$k(target, source) {
|
|
5256
5055
|
source = source != null ? source : {};
|
|
5257
|
-
if (Object.getOwnPropertyDescriptors)
|
|
5258
|
-
|
|
5259
|
-
} else {
|
|
5056
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
5057
|
+
else {
|
|
5260
5058
|
ownKeys$k(Object(source)).forEach(function(key) {
|
|
5261
5059
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
5262
5060
|
});
|
|
@@ -5352,24 +5150,22 @@ function _define_property$l(obj, key, value) {
|
|
|
5352
5150
|
configurable: true,
|
|
5353
5151
|
writable: true
|
|
5354
5152
|
});
|
|
5355
|
-
} else
|
|
5356
|
-
obj[key] = value;
|
|
5357
|
-
}
|
|
5153
|
+
} else obj[key] = value;
|
|
5358
5154
|
return obj;
|
|
5359
5155
|
}
|
|
5360
5156
|
function _instanceof$4(left, right) {
|
|
5361
5157
|
"@swc/helpers - instanceof";
|
|
5362
5158
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
5363
5159
|
return !!right[Symbol.hasInstance](left);
|
|
5364
|
-
} else
|
|
5365
|
-
return left instanceof right;
|
|
5366
|
-
}
|
|
5160
|
+
} else return left instanceof right;
|
|
5367
5161
|
}
|
|
5368
5162
|
function _iterable_to_array$1(iter) {
|
|
5369
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
5163
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) {
|
|
5164
|
+
return Array.from(iter);
|
|
5165
|
+
}
|
|
5370
5166
|
}
|
|
5371
5167
|
function _non_iterable_spread() {
|
|
5372
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance
|
|
5168
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
5373
5169
|
}
|
|
5374
5170
|
function _object_spread$k(target) {
|
|
5375
5171
|
for(var i = 1; i < arguments.length; i++){
|
|
@@ -5396,9 +5192,8 @@ function ownKeys$j(object, enumerableOnly) {
|
|
|
5396
5192
|
}
|
|
5397
5193
|
function _object_spread_props$j(target, source) {
|
|
5398
5194
|
source = source != null ? source : {};
|
|
5399
|
-
if (Object.getOwnPropertyDescriptors)
|
|
5400
|
-
|
|
5401
|
-
} else {
|
|
5195
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
5196
|
+
else {
|
|
5402
5197
|
ownKeys$j(Object(source)).forEach(function(key) {
|
|
5403
5198
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
5404
5199
|
});
|
|
@@ -5581,11 +5376,8 @@ function asyncGeneratorStep$b(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
5581
5376
|
reject(error);
|
|
5582
5377
|
return;
|
|
5583
5378
|
}
|
|
5584
|
-
if (info.done)
|
|
5585
|
-
|
|
5586
|
-
} else {
|
|
5587
|
-
Promise.resolve(value).then(_next, _throw);
|
|
5588
|
-
}
|
|
5379
|
+
if (info.done) resolve(value);
|
|
5380
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
5589
5381
|
}
|
|
5590
5382
|
function _async_to_generator$b(fn) {
|
|
5591
5383
|
return function() {
|
|
@@ -5610,18 +5402,14 @@ function _define_property$k(obj, key, value) {
|
|
|
5610
5402
|
configurable: true,
|
|
5611
5403
|
writable: true
|
|
5612
5404
|
});
|
|
5613
|
-
} else
|
|
5614
|
-
obj[key] = value;
|
|
5615
|
-
}
|
|
5405
|
+
} else obj[key] = value;
|
|
5616
5406
|
return obj;
|
|
5617
5407
|
}
|
|
5618
5408
|
function _instanceof$3(left, right) {
|
|
5619
5409
|
"@swc/helpers - instanceof";
|
|
5620
5410
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
5621
5411
|
return !!right[Symbol.hasInstance](left);
|
|
5622
|
-
} else
|
|
5623
|
-
return left instanceof right;
|
|
5624
|
-
}
|
|
5412
|
+
} else return left instanceof right;
|
|
5625
5413
|
}
|
|
5626
5414
|
function _object_spread$j(target) {
|
|
5627
5415
|
for(var i = 1; i < arguments.length; i++){
|
|
@@ -5648,9 +5436,8 @@ function ownKeys$i(object, enumerableOnly) {
|
|
|
5648
5436
|
}
|
|
5649
5437
|
function _object_spread_props$i(target, source) {
|
|
5650
5438
|
source = source != null ? source : {};
|
|
5651
|
-
if (Object.getOwnPropertyDescriptors)
|
|
5652
|
-
|
|
5653
|
-
} else {
|
|
5439
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
5440
|
+
else {
|
|
5654
5441
|
ownKeys$i(Object(source)).forEach(function(key) {
|
|
5655
5442
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
5656
5443
|
});
|
|
@@ -5914,9 +5701,7 @@ function _define_property$j(obj, key, value) {
|
|
|
5914
5701
|
configurable: true,
|
|
5915
5702
|
writable: true
|
|
5916
5703
|
});
|
|
5917
|
-
} else
|
|
5918
|
-
obj[key] = value;
|
|
5919
|
-
}
|
|
5704
|
+
} else obj[key] = value;
|
|
5920
5705
|
return obj;
|
|
5921
5706
|
}
|
|
5922
5707
|
function _object_spread$i(target) {
|
|
@@ -5944,9 +5729,8 @@ function ownKeys$h(object, enumerableOnly) {
|
|
|
5944
5729
|
}
|
|
5945
5730
|
function _object_spread_props$h(target, source) {
|
|
5946
5731
|
source = source != null ? source : {};
|
|
5947
|
-
if (Object.getOwnPropertyDescriptors)
|
|
5948
|
-
|
|
5949
|
-
} else {
|
|
5732
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
5733
|
+
else {
|
|
5950
5734
|
ownKeys$h(Object(source)).forEach(function(key) {
|
|
5951
5735
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
5952
5736
|
});
|
|
@@ -6008,11 +5792,8 @@ function asyncGeneratorStep$a(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
6008
5792
|
reject(error);
|
|
6009
5793
|
return;
|
|
6010
5794
|
}
|
|
6011
|
-
if (info.done)
|
|
6012
|
-
|
|
6013
|
-
} else {
|
|
6014
|
-
Promise.resolve(value).then(_next, _throw);
|
|
6015
|
-
}
|
|
5795
|
+
if (info.done) resolve(value);
|
|
5796
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
6016
5797
|
}
|
|
6017
5798
|
function _async_to_generator$a(fn) {
|
|
6018
5799
|
return function() {
|
|
@@ -6037,9 +5818,7 @@ function _define_property$i(obj, key, value) {
|
|
|
6037
5818
|
configurable: true,
|
|
6038
5819
|
writable: true
|
|
6039
5820
|
});
|
|
6040
|
-
} else
|
|
6041
|
-
obj[key] = value;
|
|
6042
|
-
}
|
|
5821
|
+
} else obj[key] = value;
|
|
6043
5822
|
return obj;
|
|
6044
5823
|
}
|
|
6045
5824
|
function _object_spread$h(target) {
|
|
@@ -6774,11 +6553,8 @@ function asyncGeneratorStep$9(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
6774
6553
|
reject(error);
|
|
6775
6554
|
return;
|
|
6776
6555
|
}
|
|
6777
|
-
if (info.done)
|
|
6778
|
-
|
|
6779
|
-
} else {
|
|
6780
|
-
Promise.resolve(value).then(_next, _throw);
|
|
6781
|
-
}
|
|
6556
|
+
if (info.done) resolve(value);
|
|
6557
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
6782
6558
|
}
|
|
6783
6559
|
function _async_to_generator$9(fn) {
|
|
6784
6560
|
return function() {
|
|
@@ -6958,11 +6734,8 @@ function asyncGeneratorStep$8(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
6958
6734
|
reject(error);
|
|
6959
6735
|
return;
|
|
6960
6736
|
}
|
|
6961
|
-
if (info.done)
|
|
6962
|
-
|
|
6963
|
-
} else {
|
|
6964
|
-
Promise.resolve(value).then(_next, _throw);
|
|
6965
|
-
}
|
|
6737
|
+
if (info.done) resolve(value);
|
|
6738
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
6966
6739
|
}
|
|
6967
6740
|
function _async_to_generator$8(fn) {
|
|
6968
6741
|
return function() {
|
|
@@ -6987,18 +6760,14 @@ function _define_property$h(obj, key, value) {
|
|
|
6987
6760
|
configurable: true,
|
|
6988
6761
|
writable: true
|
|
6989
6762
|
});
|
|
6990
|
-
} else
|
|
6991
|
-
obj[key] = value;
|
|
6992
|
-
}
|
|
6763
|
+
} else obj[key] = value;
|
|
6993
6764
|
return obj;
|
|
6994
6765
|
}
|
|
6995
6766
|
function _instanceof$2(left, right) {
|
|
6996
6767
|
"@swc/helpers - instanceof";
|
|
6997
6768
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
6998
6769
|
return !!right[Symbol.hasInstance](left);
|
|
6999
|
-
} else
|
|
7000
|
-
return left instanceof right;
|
|
7001
|
-
}
|
|
6770
|
+
} else return left instanceof right;
|
|
7002
6771
|
}
|
|
7003
6772
|
function _object_spread$g(target) {
|
|
7004
6773
|
for(var i = 1; i < arguments.length; i++){
|
|
@@ -7025,9 +6794,8 @@ function ownKeys$g(object, enumerableOnly) {
|
|
|
7025
6794
|
}
|
|
7026
6795
|
function _object_spread_props$g(target, source) {
|
|
7027
6796
|
source = source != null ? source : {};
|
|
7028
|
-
if (Object.getOwnPropertyDescriptors)
|
|
7029
|
-
|
|
7030
|
-
} else {
|
|
6797
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
6798
|
+
else {
|
|
7031
6799
|
ownKeys$g(Object(source)).forEach(function(key) {
|
|
7032
6800
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
7033
6801
|
});
|
|
@@ -7262,11 +7030,8 @@ function asyncGeneratorStep$7(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
7262
7030
|
reject(error);
|
|
7263
7031
|
return;
|
|
7264
7032
|
}
|
|
7265
|
-
if (info.done)
|
|
7266
|
-
|
|
7267
|
-
} else {
|
|
7268
|
-
Promise.resolve(value).then(_next, _throw);
|
|
7269
|
-
}
|
|
7033
|
+
if (info.done) resolve(value);
|
|
7034
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
7270
7035
|
}
|
|
7271
7036
|
function _async_to_generator$7(fn) {
|
|
7272
7037
|
return function() {
|
|
@@ -7456,9 +7221,7 @@ function _define_property$g(obj, key, value) {
|
|
|
7456
7221
|
configurable: true,
|
|
7457
7222
|
writable: true
|
|
7458
7223
|
});
|
|
7459
|
-
} else
|
|
7460
|
-
obj[key] = value;
|
|
7461
|
-
}
|
|
7224
|
+
} else obj[key] = value;
|
|
7462
7225
|
return obj;
|
|
7463
7226
|
}
|
|
7464
7227
|
function _object_spread$f(target) {
|
|
@@ -7486,9 +7249,8 @@ function ownKeys$f(object, enumerableOnly) {
|
|
|
7486
7249
|
}
|
|
7487
7250
|
function _object_spread_props$f(target, source) {
|
|
7488
7251
|
source = source != null ? source : {};
|
|
7489
|
-
if (Object.getOwnPropertyDescriptors)
|
|
7490
|
-
|
|
7491
|
-
} else {
|
|
7252
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
7253
|
+
else {
|
|
7492
7254
|
ownKeys$f(Object(source)).forEach(function(key) {
|
|
7493
7255
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
7494
7256
|
});
|
|
@@ -7563,11 +7325,8 @@ function asyncGeneratorStep$6(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
7563
7325
|
reject(error);
|
|
7564
7326
|
return;
|
|
7565
7327
|
}
|
|
7566
|
-
if (info.done)
|
|
7567
|
-
|
|
7568
|
-
} else {
|
|
7569
|
-
Promise.resolve(value).then(_next, _throw);
|
|
7570
|
-
}
|
|
7328
|
+
if (info.done) resolve(value);
|
|
7329
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
7571
7330
|
}
|
|
7572
7331
|
function _async_to_generator$6(fn) {
|
|
7573
7332
|
return function() {
|
|
@@ -7592,18 +7351,14 @@ function _define_property$f(obj, key, value) {
|
|
|
7592
7351
|
configurable: true,
|
|
7593
7352
|
writable: true
|
|
7594
7353
|
});
|
|
7595
|
-
} else
|
|
7596
|
-
obj[key] = value;
|
|
7597
|
-
}
|
|
7354
|
+
} else obj[key] = value;
|
|
7598
7355
|
return obj;
|
|
7599
7356
|
}
|
|
7600
7357
|
function _instanceof$1(left, right) {
|
|
7601
7358
|
"@swc/helpers - instanceof";
|
|
7602
7359
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
7603
7360
|
return !!right[Symbol.hasInstance](left);
|
|
7604
|
-
} else
|
|
7605
|
-
return left instanceof right;
|
|
7606
|
-
}
|
|
7361
|
+
} else return left instanceof right;
|
|
7607
7362
|
}
|
|
7608
7363
|
function _object_spread$e(target) {
|
|
7609
7364
|
for(var i = 1; i < arguments.length; i++){
|
|
@@ -7630,9 +7385,8 @@ function ownKeys$e(object, enumerableOnly) {
|
|
|
7630
7385
|
}
|
|
7631
7386
|
function _object_spread_props$e(target, source) {
|
|
7632
7387
|
source = source != null ? source : {};
|
|
7633
|
-
if (Object.getOwnPropertyDescriptors)
|
|
7634
|
-
|
|
7635
|
-
} else {
|
|
7388
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
7389
|
+
else {
|
|
7636
7390
|
ownKeys$e(Object(source)).forEach(function(key) {
|
|
7637
7391
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
7638
7392
|
});
|
|
@@ -7837,9 +7591,7 @@ function _define_property$e(obj, key, value) {
|
|
|
7837
7591
|
configurable: true,
|
|
7838
7592
|
writable: true
|
|
7839
7593
|
});
|
|
7840
|
-
} else
|
|
7841
|
-
obj[key] = value;
|
|
7842
|
-
}
|
|
7594
|
+
} else obj[key] = value;
|
|
7843
7595
|
return obj;
|
|
7844
7596
|
}
|
|
7845
7597
|
function _object_spread$d(target) {
|
|
@@ -7867,9 +7619,8 @@ function ownKeys$d(object, enumerableOnly) {
|
|
|
7867
7619
|
}
|
|
7868
7620
|
function _object_spread_props$d(target, source) {
|
|
7869
7621
|
source = source != null ? source : {};
|
|
7870
|
-
if (Object.getOwnPropertyDescriptors)
|
|
7871
|
-
|
|
7872
|
-
} else {
|
|
7622
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
7623
|
+
else {
|
|
7873
7624
|
ownKeys$d(Object(source)).forEach(function(key) {
|
|
7874
7625
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
7875
7626
|
});
|
|
@@ -7939,9 +7690,7 @@ function _define_property$d(obj, key, value) {
|
|
|
7939
7690
|
configurable: true,
|
|
7940
7691
|
writable: true
|
|
7941
7692
|
});
|
|
7942
|
-
} else
|
|
7943
|
-
obj[key] = value;
|
|
7944
|
-
}
|
|
7693
|
+
} else obj[key] = value;
|
|
7945
7694
|
return obj;
|
|
7946
7695
|
}
|
|
7947
7696
|
function _object_spread$c(target) {
|
|
@@ -7969,9 +7718,8 @@ function ownKeys$c(object, enumerableOnly) {
|
|
|
7969
7718
|
}
|
|
7970
7719
|
function _object_spread_props$c(target, source) {
|
|
7971
7720
|
source = source != null ? source : {};
|
|
7972
|
-
if (Object.getOwnPropertyDescriptors)
|
|
7973
|
-
|
|
7974
|
-
} else {
|
|
7721
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
7722
|
+
else {
|
|
7975
7723
|
ownKeys$c(Object(source)).forEach(function(key) {
|
|
7976
7724
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
7977
7725
|
});
|
|
@@ -8256,9 +8004,7 @@ function _define_property$c(obj, key, value) {
|
|
|
8256
8004
|
configurable: true,
|
|
8257
8005
|
writable: true
|
|
8258
8006
|
});
|
|
8259
|
-
} else
|
|
8260
|
-
obj[key] = value;
|
|
8261
|
-
}
|
|
8007
|
+
} else obj[key] = value;
|
|
8262
8008
|
return obj;
|
|
8263
8009
|
}
|
|
8264
8010
|
function _object_spread$b(target) {
|
|
@@ -8286,9 +8032,8 @@ function ownKeys$b(object, enumerableOnly) {
|
|
|
8286
8032
|
}
|
|
8287
8033
|
function _object_spread_props$b(target, source) {
|
|
8288
8034
|
source = source != null ? source : {};
|
|
8289
|
-
if (Object.getOwnPropertyDescriptors)
|
|
8290
|
-
|
|
8291
|
-
} else {
|
|
8035
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
8036
|
+
else {
|
|
8292
8037
|
ownKeys$b(Object(source)).forEach(function(key) {
|
|
8293
8038
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
8294
8039
|
});
|
|
@@ -8561,9 +8306,7 @@ function _define_property$b(obj, key, value) {
|
|
|
8561
8306
|
configurable: true,
|
|
8562
8307
|
writable: true
|
|
8563
8308
|
});
|
|
8564
|
-
} else
|
|
8565
|
-
obj[key] = value;
|
|
8566
|
-
}
|
|
8309
|
+
} else obj[key] = value;
|
|
8567
8310
|
return obj;
|
|
8568
8311
|
}
|
|
8569
8312
|
function _object_spread$a(target) {
|
|
@@ -8591,9 +8334,8 @@ function ownKeys$a(object, enumerableOnly) {
|
|
|
8591
8334
|
}
|
|
8592
8335
|
function _object_spread_props$a(target, source) {
|
|
8593
8336
|
source = source != null ? source : {};
|
|
8594
|
-
if (Object.getOwnPropertyDescriptors)
|
|
8595
|
-
|
|
8596
|
-
} else {
|
|
8337
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
8338
|
+
else {
|
|
8597
8339
|
ownKeys$a(Object(source)).forEach(function(key) {
|
|
8598
8340
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
8599
8341
|
});
|
|
@@ -8692,9 +8434,7 @@ function _define_property$a(obj, key, value) {
|
|
|
8692
8434
|
configurable: true,
|
|
8693
8435
|
writable: true
|
|
8694
8436
|
});
|
|
8695
|
-
} else
|
|
8696
|
-
obj[key] = value;
|
|
8697
|
-
}
|
|
8437
|
+
} else obj[key] = value;
|
|
8698
8438
|
return obj;
|
|
8699
8439
|
}
|
|
8700
8440
|
function _object_spread$9(target) {
|
|
@@ -8722,9 +8462,8 @@ function ownKeys$9(object, enumerableOnly) {
|
|
|
8722
8462
|
}
|
|
8723
8463
|
function _object_spread_props$9(target, source) {
|
|
8724
8464
|
source = source != null ? source : {};
|
|
8725
|
-
if (Object.getOwnPropertyDescriptors)
|
|
8726
|
-
|
|
8727
|
-
} else {
|
|
8465
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
8466
|
+
else {
|
|
8728
8467
|
ownKeys$9(Object(source)).forEach(function(key) {
|
|
8729
8468
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
8730
8469
|
});
|
|
@@ -8961,9 +8700,7 @@ function _define_property$9(obj, key, value) {
|
|
|
8961
8700
|
configurable: true,
|
|
8962
8701
|
writable: true
|
|
8963
8702
|
});
|
|
8964
|
-
} else
|
|
8965
|
-
obj[key] = value;
|
|
8966
|
-
}
|
|
8703
|
+
} else obj[key] = value;
|
|
8967
8704
|
return obj;
|
|
8968
8705
|
}
|
|
8969
8706
|
function _object_spread$8(target) {
|
|
@@ -8991,9 +8728,8 @@ function ownKeys$8(object, enumerableOnly) {
|
|
|
8991
8728
|
}
|
|
8992
8729
|
function _object_spread_props$8(target, source) {
|
|
8993
8730
|
source = source != null ? source : {};
|
|
8994
|
-
if (Object.getOwnPropertyDescriptors)
|
|
8995
|
-
|
|
8996
|
-
} else {
|
|
8731
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
8732
|
+
else {
|
|
8997
8733
|
ownKeys$8(Object(source)).forEach(function(key) {
|
|
8998
8734
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
8999
8735
|
});
|
|
@@ -9111,9 +8847,7 @@ function _define_property$8(obj, key, value) {
|
|
|
9111
8847
|
configurable: true,
|
|
9112
8848
|
writable: true
|
|
9113
8849
|
});
|
|
9114
|
-
} else
|
|
9115
|
-
obj[key] = value;
|
|
9116
|
-
}
|
|
8850
|
+
} else obj[key] = value;
|
|
9117
8851
|
return obj;
|
|
9118
8852
|
}
|
|
9119
8853
|
function _object_spread$7(target) {
|
|
@@ -9141,9 +8875,8 @@ function ownKeys$7(object, enumerableOnly) {
|
|
|
9141
8875
|
}
|
|
9142
8876
|
function _object_spread_props$7(target, source) {
|
|
9143
8877
|
source = source != null ? source : {};
|
|
9144
|
-
if (Object.getOwnPropertyDescriptors)
|
|
9145
|
-
|
|
9146
|
-
} else {
|
|
8878
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
8879
|
+
else {
|
|
9147
8880
|
ownKeys$7(Object(source)).forEach(function(key) {
|
|
9148
8881
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
9149
8882
|
});
|
|
@@ -9243,9 +8976,7 @@ function _define_property$7(obj, key, value) {
|
|
|
9243
8976
|
configurable: true,
|
|
9244
8977
|
writable: true
|
|
9245
8978
|
});
|
|
9246
|
-
} else
|
|
9247
|
-
obj[key] = value;
|
|
9248
|
-
}
|
|
8979
|
+
} else obj[key] = value;
|
|
9249
8980
|
return obj;
|
|
9250
8981
|
}
|
|
9251
8982
|
function _object_spread$6(target) {
|
|
@@ -9273,9 +9004,8 @@ function ownKeys$6(object, enumerableOnly) {
|
|
|
9273
9004
|
}
|
|
9274
9005
|
function _object_spread_props$6(target, source) {
|
|
9275
9006
|
source = source != null ? source : {};
|
|
9276
|
-
if (Object.getOwnPropertyDescriptors)
|
|
9277
|
-
|
|
9278
|
-
} else {
|
|
9007
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
9008
|
+
else {
|
|
9279
9009
|
ownKeys$6(Object(source)).forEach(function(key) {
|
|
9280
9010
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
9281
9011
|
});
|
|
@@ -9768,11 +9498,8 @@ function asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
9768
9498
|
reject(error);
|
|
9769
9499
|
return;
|
|
9770
9500
|
}
|
|
9771
|
-
if (info.done)
|
|
9772
|
-
|
|
9773
|
-
} else {
|
|
9774
|
-
Promise.resolve(value).then(_next, _throw);
|
|
9775
|
-
}
|
|
9501
|
+
if (info.done) resolve(value);
|
|
9502
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
9776
9503
|
}
|
|
9777
9504
|
function _async_to_generator$5(fn) {
|
|
9778
9505
|
return function() {
|
|
@@ -9797,9 +9524,7 @@ function _define_property$6(obj, key, value) {
|
|
|
9797
9524
|
configurable: true,
|
|
9798
9525
|
writable: true
|
|
9799
9526
|
});
|
|
9800
|
-
} else
|
|
9801
|
-
obj[key] = value;
|
|
9802
|
-
}
|
|
9527
|
+
} else obj[key] = value;
|
|
9803
9528
|
return obj;
|
|
9804
9529
|
}
|
|
9805
9530
|
function _object_spread$5(target) {
|
|
@@ -9827,9 +9552,8 @@ function ownKeys$5(object, enumerableOnly) {
|
|
|
9827
9552
|
}
|
|
9828
9553
|
function _object_spread_props$5(target, source) {
|
|
9829
9554
|
source = source != null ? source : {};
|
|
9830
|
-
if (Object.getOwnPropertyDescriptors)
|
|
9831
|
-
|
|
9832
|
-
} else {
|
|
9555
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
9556
|
+
else {
|
|
9833
9557
|
ownKeys$5(Object(source)).forEach(function(key) {
|
|
9834
9558
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
9835
9559
|
});
|
|
@@ -10297,9 +10021,7 @@ function _define_property$5(obj, key, value) {
|
|
|
10297
10021
|
configurable: true,
|
|
10298
10022
|
writable: true
|
|
10299
10023
|
});
|
|
10300
|
-
} else
|
|
10301
|
-
obj[key] = value;
|
|
10302
|
-
}
|
|
10024
|
+
} else obj[key] = value;
|
|
10303
10025
|
return obj;
|
|
10304
10026
|
}
|
|
10305
10027
|
/**
|
|
@@ -10364,9 +10086,7 @@ function _define_property$5(obj, key, value) {
|
|
|
10364
10086
|
}
|
|
10365
10087
|
|
|
10366
10088
|
function _assert_this_initialized(self) {
|
|
10367
|
-
if (self === void 0)
|
|
10368
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
10369
|
-
}
|
|
10089
|
+
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
10370
10090
|
return self;
|
|
10371
10091
|
}
|
|
10372
10092
|
function asyncGeneratorStep$4(gen, resolve, reject, _next, _throw, key, arg) {
|
|
@@ -10377,11 +10097,8 @@ function asyncGeneratorStep$4(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
10377
10097
|
reject(error);
|
|
10378
10098
|
return;
|
|
10379
10099
|
}
|
|
10380
|
-
if (info.done)
|
|
10381
|
-
|
|
10382
|
-
} else {
|
|
10383
|
-
Promise.resolve(value).then(_next, _throw);
|
|
10384
|
-
}
|
|
10100
|
+
if (info.done) resolve(value);
|
|
10101
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
10385
10102
|
}
|
|
10386
10103
|
function _async_to_generator$4(fn) {
|
|
10387
10104
|
return function() {
|
|
@@ -10403,9 +10120,7 @@ function _call_super(_this, derived, args) {
|
|
|
10403
10120
|
return _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
|
|
10404
10121
|
}
|
|
10405
10122
|
function _class_call_check(instance, Constructor) {
|
|
10406
|
-
if (!(instance instanceof Constructor))
|
|
10407
|
-
throw new TypeError("Cannot call a class as a function");
|
|
10408
|
-
}
|
|
10123
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
10409
10124
|
}
|
|
10410
10125
|
function _get_prototype_of(o) {
|
|
10411
10126
|
_get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
|
|
@@ -10426,10 +10141,16 @@ function _inherits(subClass, superClass) {
|
|
|
10426
10141
|
});
|
|
10427
10142
|
if (superClass) _set_prototype_of(subClass, superClass);
|
|
10428
10143
|
}
|
|
10144
|
+
function _is_native_reflect_construct() {
|
|
10145
|
+
try {
|
|
10146
|
+
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
10147
|
+
} catch (_) {}
|
|
10148
|
+
return (_is_native_reflect_construct = function() {
|
|
10149
|
+
return !!result;
|
|
10150
|
+
})();
|
|
10151
|
+
}
|
|
10429
10152
|
function _possible_constructor_return(self, call) {
|
|
10430
|
-
if (call && (_type_of$1(call) === "object" || typeof call === "function"))
|
|
10431
|
-
return call;
|
|
10432
|
-
}
|
|
10153
|
+
if (call && (_type_of$1(call) === "object" || typeof call === "function")) return call;
|
|
10433
10154
|
return _assert_this_initialized(self);
|
|
10434
10155
|
}
|
|
10435
10156
|
function _set_prototype_of(o, p) {
|
|
@@ -10439,18 +10160,6 @@ function _set_prototype_of(o, p) {
|
|
|
10439
10160
|
};
|
|
10440
10161
|
return _set_prototype_of(o, p);
|
|
10441
10162
|
}
|
|
10442
|
-
function _type_of$1(obj) {
|
|
10443
|
-
"@swc/helpers - typeof";
|
|
10444
|
-
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
10445
|
-
}
|
|
10446
|
-
function _is_native_reflect_construct() {
|
|
10447
|
-
try {
|
|
10448
|
-
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
10449
|
-
} catch (_) {}
|
|
10450
|
-
return (_is_native_reflect_construct = function() {
|
|
10451
|
-
return !!result;
|
|
10452
|
-
})();
|
|
10453
|
-
}
|
|
10454
10163
|
function _ts_generator$4(thisArg, body) {
|
|
10455
10164
|
var f, y, t, _ = {
|
|
10456
10165
|
label: 0,
|
|
@@ -10550,6 +10259,10 @@ function _ts_generator$4(thisArg, body) {
|
|
|
10550
10259
|
};
|
|
10551
10260
|
}
|
|
10552
10261
|
}
|
|
10262
|
+
function _type_of$1(obj) {
|
|
10263
|
+
"@swc/helpers - typeof";
|
|
10264
|
+
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
10265
|
+
}
|
|
10553
10266
|
// MARK: Response Envelope
|
|
10554
10267
|
/**
|
|
10555
10268
|
* Value of the `status` field on a successful Zoho Analytics response.
|
|
@@ -10733,9 +10446,7 @@ function _define_property$4(obj, key, value) {
|
|
|
10733
10446
|
configurable: true,
|
|
10734
10447
|
writable: true
|
|
10735
10448
|
});
|
|
10736
|
-
} else
|
|
10737
|
-
obj[key] = value;
|
|
10738
|
-
}
|
|
10449
|
+
} else obj[key] = value;
|
|
10739
10450
|
return obj;
|
|
10740
10451
|
}
|
|
10741
10452
|
function _object_spread$4(target) {
|
|
@@ -10763,9 +10474,8 @@ function ownKeys$4(object, enumerableOnly) {
|
|
|
10763
10474
|
}
|
|
10764
10475
|
function _object_spread_props$4(target, source) {
|
|
10765
10476
|
source = source != null ? source : {};
|
|
10766
|
-
if (Object.getOwnPropertyDescriptors)
|
|
10767
|
-
|
|
10768
|
-
} else {
|
|
10477
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
10478
|
+
else {
|
|
10769
10479
|
ownKeys$4(Object(source)).forEach(function(key) {
|
|
10770
10480
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10771
10481
|
});
|
|
@@ -10836,11 +10546,8 @@ function asyncGeneratorStep$3(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
10836
10546
|
reject(error);
|
|
10837
10547
|
return;
|
|
10838
10548
|
}
|
|
10839
|
-
if (info.done)
|
|
10840
|
-
|
|
10841
|
-
} else {
|
|
10842
|
-
Promise.resolve(value).then(_next, _throw);
|
|
10843
|
-
}
|
|
10549
|
+
if (info.done) resolve(value);
|
|
10550
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
10844
10551
|
}
|
|
10845
10552
|
function _async_to_generator$3(fn) {
|
|
10846
10553
|
return function() {
|
|
@@ -11071,10 +10778,12 @@ function _array_with_holes(arr) {
|
|
|
11071
10778
|
if (Array.isArray(arr)) return arr;
|
|
11072
10779
|
}
|
|
11073
10780
|
function _iterable_to_array(iter) {
|
|
11074
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
10781
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) {
|
|
10782
|
+
return Array.from(iter);
|
|
10783
|
+
}
|
|
11075
10784
|
}
|
|
11076
10785
|
function _non_iterable_rest() {
|
|
11077
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance
|
|
10786
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
11078
10787
|
}
|
|
11079
10788
|
function _to_array(arr) {
|
|
11080
10789
|
return _array_with_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_rest();
|
|
@@ -11254,9 +10963,7 @@ function _define_property$3(obj, key, value) {
|
|
|
11254
10963
|
configurable: true,
|
|
11255
10964
|
writable: true
|
|
11256
10965
|
});
|
|
11257
|
-
} else
|
|
11258
|
-
obj[key] = value;
|
|
11259
|
-
}
|
|
10966
|
+
} else obj[key] = value;
|
|
11260
10967
|
return obj;
|
|
11261
10968
|
}
|
|
11262
10969
|
function _object_spread$3(target) {
|
|
@@ -11284,9 +10991,8 @@ function ownKeys$3(object, enumerableOnly) {
|
|
|
11284
10991
|
}
|
|
11285
10992
|
function _object_spread_props$3(target, source) {
|
|
11286
10993
|
source = source != null ? source : {};
|
|
11287
|
-
if (Object.getOwnPropertyDescriptors)
|
|
11288
|
-
|
|
11289
|
-
} else {
|
|
10994
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
10995
|
+
else {
|
|
11290
10996
|
ownKeys$3(Object(source)).forEach(function(key) {
|
|
11291
10997
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
11292
10998
|
});
|
|
@@ -11622,11 +11328,8 @@ function asyncGeneratorStep$2(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
11622
11328
|
reject(error);
|
|
11623
11329
|
return;
|
|
11624
11330
|
}
|
|
11625
|
-
if (info.done)
|
|
11626
|
-
|
|
11627
|
-
} else {
|
|
11628
|
-
Promise.resolve(value).then(_next, _throw);
|
|
11629
|
-
}
|
|
11331
|
+
if (info.done) resolve(value);
|
|
11332
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
11630
11333
|
}
|
|
11631
11334
|
function _async_to_generator$2(fn) {
|
|
11632
11335
|
return function() {
|
|
@@ -11651,18 +11354,14 @@ function _define_property$2(obj, key, value) {
|
|
|
11651
11354
|
configurable: true,
|
|
11652
11355
|
writable: true
|
|
11653
11356
|
});
|
|
11654
|
-
} else
|
|
11655
|
-
obj[key] = value;
|
|
11656
|
-
}
|
|
11357
|
+
} else obj[key] = value;
|
|
11657
11358
|
return obj;
|
|
11658
11359
|
}
|
|
11659
11360
|
function _instanceof(left, right) {
|
|
11660
11361
|
"@swc/helpers - instanceof";
|
|
11661
11362
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
11662
11363
|
return !!right[Symbol.hasInstance](left);
|
|
11663
|
-
} else
|
|
11664
|
-
return left instanceof right;
|
|
11665
|
-
}
|
|
11364
|
+
} else return left instanceof right;
|
|
11666
11365
|
}
|
|
11667
11366
|
function _object_spread$2(target) {
|
|
11668
11367
|
for(var i = 1; i < arguments.length; i++){
|
|
@@ -11689,9 +11388,8 @@ function ownKeys$2(object, enumerableOnly) {
|
|
|
11689
11388
|
}
|
|
11690
11389
|
function _object_spread_props$2(target, source) {
|
|
11691
11390
|
source = source != null ? source : {};
|
|
11692
|
-
if (Object.getOwnPropertyDescriptors)
|
|
11693
|
-
|
|
11694
|
-
} else {
|
|
11391
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
11392
|
+
else {
|
|
11695
11393
|
ownKeys$2(Object(source)).forEach(function(key) {
|
|
11696
11394
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
11697
11395
|
});
|
|
@@ -12024,11 +11722,8 @@ function asyncGeneratorStep$1(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
12024
11722
|
reject(error);
|
|
12025
11723
|
return;
|
|
12026
11724
|
}
|
|
12027
|
-
if (info.done)
|
|
12028
|
-
|
|
12029
|
-
} else {
|
|
12030
|
-
Promise.resolve(value).then(_next, _throw);
|
|
12031
|
-
}
|
|
11725
|
+
if (info.done) resolve(value);
|
|
11726
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
12032
11727
|
}
|
|
12033
11728
|
function _async_to_generator$1(fn) {
|
|
12034
11729
|
return function() {
|
|
@@ -12053,9 +11748,7 @@ function _define_property$1(obj, key, value) {
|
|
|
12053
11748
|
configurable: true,
|
|
12054
11749
|
writable: true
|
|
12055
11750
|
});
|
|
12056
|
-
} else
|
|
12057
|
-
obj[key] = value;
|
|
12058
|
-
}
|
|
11751
|
+
} else obj[key] = value;
|
|
12059
11752
|
return obj;
|
|
12060
11753
|
}
|
|
12061
11754
|
function _object_spread$1(target) {
|
|
@@ -12083,9 +11776,8 @@ function ownKeys$1(object, enumerableOnly) {
|
|
|
12083
11776
|
}
|
|
12084
11777
|
function _object_spread_props$1(target, source) {
|
|
12085
11778
|
source = source != null ? source : {};
|
|
12086
|
-
if (Object.getOwnPropertyDescriptors)
|
|
12087
|
-
|
|
12088
|
-
} else {
|
|
11779
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
11780
|
+
else {
|
|
12089
11781
|
ownKeys$1(Object(source)).forEach(function(key) {
|
|
12090
11782
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
12091
11783
|
});
|
|
@@ -12579,11 +12271,8 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
12579
12271
|
reject(error);
|
|
12580
12272
|
return;
|
|
12581
12273
|
}
|
|
12582
|
-
if (info.done)
|
|
12583
|
-
|
|
12584
|
-
} else {
|
|
12585
|
-
Promise.resolve(value).then(_next, _throw);
|
|
12586
|
-
}
|
|
12274
|
+
if (info.done) resolve(value);
|
|
12275
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
12587
12276
|
}
|
|
12588
12277
|
function _async_to_generator(fn) {
|
|
12589
12278
|
return function() {
|
|
@@ -12608,9 +12297,7 @@ function _define_property(obj, key, value) {
|
|
|
12608
12297
|
configurable: true,
|
|
12609
12298
|
writable: true
|
|
12610
12299
|
});
|
|
12611
|
-
} else
|
|
12612
|
-
obj[key] = value;
|
|
12613
|
-
}
|
|
12300
|
+
} else obj[key] = value;
|
|
12614
12301
|
return obj;
|
|
12615
12302
|
}
|
|
12616
12303
|
function _object_spread(target) {
|
|
@@ -12638,9 +12325,8 @@ function ownKeys(object, enumerableOnly) {
|
|
|
12638
12325
|
}
|
|
12639
12326
|
function _object_spread_props(target, source) {
|
|
12640
12327
|
source = source != null ? source : {};
|
|
12641
|
-
if (Object.getOwnPropertyDescriptors)
|
|
12642
|
-
|
|
12643
|
-
} else {
|
|
12328
|
+
if (Object.getOwnPropertyDescriptors) Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
12329
|
+
else {
|
|
12644
12330
|
ownKeys(Object(source)).forEach(function(key) {
|
|
12645
12331
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
12646
12332
|
});
|
|
@@ -13063,4 +12749,4 @@ function safeZohoDateTimeString(date) {
|
|
|
13063
12749
|
return isoDate.substring(0, isoDate.length - 5) + 'Z';
|
|
13064
12750
|
}
|
|
13065
12751
|
|
|
13066
|
-
export { DEFAULT_ZOHO_ANALYTICS_API_RATE_LIMIT, DEFAULT_ZOHO_ANALYTICS_JOB_MAX_POLLS, DEFAULT_ZOHO_ANALYTICS_JOB_POLL_WAIT, DEFAULT_ZOHO_ANALYTICS_SCHEMA_DIFF_MAX_SAMPLES, DEFAULT_ZOHO_API_RATE_LIMIT, DEFAULT_ZOHO_API_RATE_LIMIT_RESET_PERIOD, DEFAULT_ZOHO_DESK_API_RATE_LIMIT, DEFAULT_ZOHO_DESK_PAGE_LIMIT, DEFAULT_ZOHO_RATE_LIMITED_TOO_MANY_REQUESTS_LOG_FUNCTION, DEFAULT_ZOHO_RATE_LIMITED_TOO_MANY_REQUETS_LOG_FUNCTION, MAX_ZOHO_CRM_SEARCH_MODULE_RECORDS_CRITERIA, MAX_ZOHO_RECRUIT_SEARCH_MODULE_RECORDS_CRITERIA, ZOHO_ACCOUNTS_API_URLS, ZOHO_ACCOUNTS_AUTHORIZE_PATH, ZOHO_ACCOUNTS_AU_API_URL, ZOHO_ACCOUNTS_CA_API_URL, ZOHO_ACCOUNTS_EU_API_URL, ZOHO_ACCOUNTS_INVALID_CLIENT_ERROR_CODE, ZOHO_ACCOUNTS_INVALID_CODE_ERROR_CODE, ZOHO_ACCOUNTS_IN_API_URL, ZOHO_ACCOUNTS_JP_API_URL, ZOHO_ACCOUNTS_PROFILE_READ_SCOPE, ZOHO_ACCOUNTS_SA_API_URL, ZOHO_ACCOUNTS_TOKEN_PATH, ZOHO_ACCOUNTS_UK_API_URL, ZOHO_ACCOUNTS_USER_INFO_PATH, ZOHO_ACCOUNTS_US_API_URL, ZOHO_ANALYTICS_API_RATE_LIMIT_RESET_PERIOD, ZOHO_ANALYTICS_BATCH_KEY_START, ZOHO_ANALYTICS_BULK_API_RATE_LIMIT, ZOHO_ANALYTICS_CONFIG_PARAM, ZOHO_ANALYTICS_DAILY_UNIT_LIMIT_ERROR_CODES, ZOHO_ANALYTICS_DML_API_RATE_LIMIT, ZOHO_ANALYTICS_FAILURE_STATUS, ZOHO_ANALYTICS_FORM_CONTENT_TYPE, ZOHO_ANALYTICS_FREQUENCY_LIMIT_ERROR_CODE, ZOHO_ANALYTICS_INVALID_OAUTH_TOKEN_ERROR_CODE, ZOHO_ANALYTICS_JOB_CODE_COMPLETED, ZOHO_ANALYTICS_JOB_CODE_ERROR, ZOHO_ANALYTICS_JOB_CODE_IN_PROGRESS, ZOHO_ANALYTICS_JOB_CODE_NOT_FOUND, ZOHO_ANALYTICS_JOB_CODE_NOT_INITIATED, ZOHO_ANALYTICS_MAX_CONCURRENT_JOBS, ZOHO_ANALYTICS_METADATA_API_RATE_LIMIT, ZOHO_ANALYTICS_ORG_ID_HEADER, ZOHO_ANALYTICS_ORG_ID_NOT_PRESENT_ERROR_CODE, ZOHO_ANALYTICS_SERVICE_NAME, ZOHO_ANALYTICS_SUCCESS_STATUS, ZOHO_CRM_ADD_TAGS_TO_RECORDS_MAX_IDS_ALLOWED, ZOHO_CRM_ALREADY_ASSOCIATED_ERROR_CODE, ZOHO_CRM_ATTACHMENTS_MODULE, ZOHO_CRM_ATTACHMENT_MAX_SIZE, ZOHO_CRM_CONTACTS_MODULE, ZOHO_CRM_CRUD_FUNCTION_MAX_RECORDS_LIMIT, ZOHO_CRM_EMAILS_MODULE, ZOHO_CRM_LEADS_MODULE, ZOHO_CRM_NOTES_MODULE, ZOHO_CRM_RECORD_ATTACHMENT_METADATA_ATTACH_TYPE_RESUME, ZOHO_CRM_REMOVE_TAGS_FROM_RECORDS_MAX_IDS_ALLOWED, ZOHO_CRM_SERVICE_NAME, ZOHO_CRM_TAG_NAME_MAX_LENGTH, ZOHO_CRM_TASKS_MODULE, ZOHO_DATA_ARRAY_BLANK_ERROR_CODE, ZOHO_DESK_MAX_PAGE_LIMIT, ZOHO_DESK_RATE_LIMIT_REMAINING_HEADER, ZOHO_DESK_RATE_LIMIT_WEIGHT_HEADER, ZOHO_DESK_RETRY_AFTER_HEADER, ZOHO_DESK_SERVICE_NAME, ZOHO_DUPLICATE_DATA_ERROR_CODE, ZOHO_ERROR_STATUS, ZOHO_FAILURE_ERROR_CODE, ZOHO_INTERNAL_ERROR_CODE, ZOHO_INVALID_AUTHORIZATION_ERROR_CODE, ZOHO_INVALID_DATA_ERROR_CODE, ZOHO_INVALID_QUERY_ERROR_CODE, ZOHO_INVALID_TOKEN_ERROR_CODE, ZOHO_MANDATORY_NOT_FOUND_ERROR_CODE, ZOHO_OAUTH_AUTHORIZE_RESPONSE_TYPE, ZOHO_OAUTH_CONSENT_PROMPT, ZOHO_OAUTH_OFFLINE_ACCESS_TYPE, ZOHO_OAUTH_SCOPE_DELIMITER, ZOHO_RATE_LIMIT_LIMIT_HEADER, ZOHO_RATE_LIMIT_REMAINING_HEADER, ZOHO_RATE_LIMIT_RESET_HEADER, ZOHO_RECRUIT_ADD_TAGS_TO_RECORDS_MAX_IDS_ALLOWED, ZOHO_RECRUIT_ALREADY_ASSOCIATED_ERROR_CODE, ZOHO_RECRUIT_ATTACHMENTS_MODULE, ZOHO_RECRUIT_ATTACHMENT_MAX_SIZE, ZOHO_RECRUIT_CANDIDATES_MODULE, ZOHO_RECRUIT_CRUD_FUNCTION_MAX_RECORDS_LIMIT, ZOHO_RECRUIT_EMAILS_MODULE, ZOHO_RECRUIT_JOB_OPENINGS_MODULE, ZOHO_RECRUIT_NOTES_MODULE, ZOHO_RECRUIT_RECORD_ATTACHMENT_METADATA_ATTACH_TYPE_RESUME, ZOHO_RECRUIT_REMOVE_TAGS_FROM_RECORDS_MAX_IDS_ALLOWED, ZOHO_RECRUIT_SERVICE_NAME, ZOHO_RECRUIT_TAG_NAME_MAX_LENGTH, ZOHO_SIGN_PRODUCTION_API_URL, ZOHO_SIGN_SANDBOX_API_URL, ZOHO_SIGN_SERVICE_NAME, ZOHO_SUCCESS_CODE, ZOHO_SUCCESS_STATUS, ZOHO_TOO_MANY_REQUESTS_ERROR_CODE, ZOHO_TOO_MANY_REQUESTS_HTTP_STATUS_CODE, ZohoAccountsAccessTokenError, ZohoAccountsAuthFailureError, ZohoAnalyticsMissingOrgIdError, ZohoCrmExecuteRestApiFunctionError, ZohoCrmRecordCrudDuplicateDataError, ZohoCrmRecordCrudError, ZohoCrmRecordCrudInvalidDataError, ZohoCrmRecordCrudMandatoryFieldNotFoundError, ZohoCrmRecordCrudNoMatchingRecordError, ZohoCrmRecordNoContentError, ZohoInternalError, ZohoInvalidAuthorizationError, ZohoInvalidQueryError, ZohoInvalidTokenError, ZohoRecruitExecuteRestApiFunctionError, ZohoRecruitRecordCrudDuplicateDataError, ZohoRecruitRecordCrudError, ZohoRecruitRecordCrudInvalidDataError, ZohoRecruitRecordCrudMandatoryFieldNotFoundError, ZohoRecruitRecordCrudNoMatchingRecordError, ZohoRecruitRecordNoContentError, ZohoServerError, ZohoServerFetchResponseDataArrayError, ZohoServerFetchResponseError, ZohoTooManyRequestsError, addTagsToRecords, assertRecordDataArrayResultHasContent, assertZohoCrmRecordDataArrayResultHasContent, assertZohoRecruitRecordDataArrayResultHasContent, createNotes, createNotesForRecord, createTagsForModule, defaultZohoAccountsFetchFactory, deleteAttachmentFromRecord, deleteNotes, deleteRecord, downloadAttachmentForRecord, emptyZohoPageResult, escapeZohoCrmFieldValueForCriteriaString, executeRestApiFunction, getAttachmentsForRecord, getAttachmentsForRecordPageFactory, getEmailsForRecord, getEmailsForRecordPageFactory, getNotesForRecord, getNotesForRecordPageFactory, getRecordById, getRecords, getRelatedRecordsFunctionFactory, getTagsForModule, getTagsForModulePageFactory, handleZohoAccountsErrorFetch, handleZohoAnalyticsErrorFetch, handleZohoCrmErrorFetch, handleZohoDeskErrorFetch, handleZohoErrorFetchFactory, handleZohoRecruitErrorFetch, handleZohoSignErrorFetch, insertRecord, interceptZohoAccounts200StatusWithErrorResponse, interceptZohoAnalytics200StatusWithErrorResponse, interceptZohoCrm200StatusWithErrorResponse, interceptZohoDesk200StatusWithErrorResponse, interceptZohoErrorResponseFactory, interceptZohoRecruit200StatusWithErrorResponse, interceptZohoSign200StatusWithErrorResponse, isKnownZohoAccountsApiUrl, isZohoAnalyticsErrorResponseData, isZohoAnalyticsJobComplete, isZohoAnalyticsJobError, isZohoAnalyticsJobPending, isZohoAnalyticsSchemaDiffClean, isZohoCrmValidUrl, isZohoRecruitValidUrl, isZohoServerErrorResponseDataArrayRef, logZohoAccountsErrorToConsole, logZohoAnalyticsErrorToConsole, logZohoCrmErrorToConsole, logZohoDeskErrorToConsole, logZohoRecruitErrorToConsole, logZohoServerErrorFunction, logZohoSignErrorToConsole, makeZohoRateLimitedFetchHandler, parseZohoAccountsError, parseZohoAccountsServerErrorResponseData, parseZohoAnalyticsError, parseZohoAnalyticsServerErrorResponseData, parseZohoCrmError, parseZohoCrmServerErrorResponseData, parseZohoDeskError, parseZohoDeskServerErrorResponseData, parseZohoRecruitError, parseZohoRecruitServerErrorResponseData, parseZohoServerErrorResponseData, parseZohoSignError, parseZohoSignServerErrorResponseData, pollZohoAnalyticsJob, removeTagsFromRecords, safeZohoDateTimeString, searchRecords, searchRecordsPageFactory, tryFindZohoServerErrorData, updateRecord, uploadAttachmentForRecord, upsertRecord, zohoAccessTokenStringFactory, zohoAccountsAccessToken, zohoAccountsApiFetchJsonInput, zohoAccountsApiUrlKeyForApiUrl, zohoAccountsAuthorizeUrlFactory, zohoAccountsConfigApiUrl, zohoAccountsFactory, zohoAccountsOAuthClientFactory, zohoAccountsRefreshTokenFromAuthorizationCode, zohoAccountsUserAccessToken, zohoAccountsUserInfo, zohoAccountsZohoAccessTokenFactory, zohoAnalyticsAddRow, zohoAnalyticsApiFetchJsonInput, zohoAnalyticsConfigApiUrl, zohoAnalyticsConfigParamString, zohoAnalyticsConfigQuerySuffix, zohoAnalyticsCreateExportJob, zohoAnalyticsCreateExportJobForSqlQuery, zohoAnalyticsCreateImportJobInNewTable, zohoAnalyticsCreateImportJobInTable, zohoAnalyticsDeleteRows, zohoAnalyticsDeleteView, zohoAnalyticsDeleteWorkspace, zohoAnalyticsDownloadExport, zohoAnalyticsExportData, zohoAnalyticsExportDataAndAwaitJob, zohoAnalyticsFactory, zohoAnalyticsFormApiFetchJsonInput, zohoAnalyticsGetAllWorkspaces, zohoAnalyticsGetExportJob, zohoAnalyticsGetImportJob, zohoAnalyticsGetOrgs, zohoAnalyticsGetOwnedWorkspaces, zohoAnalyticsGetSharedWorkspaces, zohoAnalyticsGetTableMetadata, zohoAnalyticsGetViewDetails, zohoAnalyticsGetViews, zohoAnalyticsGetWorkspaceDetails, zohoAnalyticsImportDataInNewTable, zohoAnalyticsImportDataInTable, zohoAnalyticsImportDataInTableAndAwaitJob, zohoAnalyticsImportFormData, zohoAnalyticsRateLimitedFetchHandler, zohoAnalyticsRowDataFromCsv, zohoAnalyticsRowDataFromFileContent, zohoAnalyticsRowDataFromJson, zohoAnalyticsSchemaDiff, zohoAnalyticsServerErrorData, zohoAnalyticsUpdateRows, zohoCrmAddTagsToRecords, zohoCrmAddTagsToRecordsRequestBody, zohoCrmApiFetchJsonInput, zohoCrmCatchZohoCrmChangeObjectLikeResponseError, zohoCrmChangeObjectLikeResponseSuccessAndErrorPairs, zohoCrmConfigApiUrl, zohoCrmCreateNotes, zohoCrmCreateNotesForRecord, zohoCrmCreateTagsForModule, zohoCrmDeleteAttachmentFromRecord, zohoCrmDeleteNotes, zohoCrmDeleteRecord, zohoCrmDeleteTag, zohoCrmDownloadAttachmentForRecord, zohoCrmExecuteRestApiFunction, zohoCrmFactory, zohoCrmGetAttachmentsForRecord, zohoCrmGetAttachmentsForRecordPageFactory, zohoCrmGetEmailsForRecord, zohoCrmGetEmailsForRecordPageFactory, zohoCrmGetNotesForRecord, zohoCrmGetNotesForRecordPageFactory, zohoCrmGetRecordById, zohoCrmGetRecords, zohoCrmGetRelatedRecordsFunctionFactory, zohoCrmGetTagsForModule, zohoCrmGetTagsForModulePageFactory, zohoCrmInsertRecord, zohoCrmMultiRecordResult, zohoCrmRecordCrudError, zohoCrmRemoveTagsFromRecords, zohoCrmSearchRecords, zohoCrmSearchRecordsCriteriaEntryToCriteriaString, zohoCrmSearchRecordsCriteriaString, zohoCrmSearchRecordsCriteriaStringForTree, zohoCrmSearchRecordsPageFactory, zohoCrmUpdateRecord, zohoCrmUploadAttachmentForRecord, zohoCrmUpsertRecord, zohoCrmUrlSearchParams, zohoCrmUrlSearchParamsMinusIdAndModule, zohoCrmUrlSearchParamsMinusModule, zohoDateTimeString, zohoDeskAddTicketFollowers, zohoDeskApiFetchJsonInput, zohoDeskAssociateTicketTags, zohoDeskConfigApiUrl, zohoDeskCreateTicketComment, zohoDeskDeleteTicketAttachment, zohoDeskDeleteTicketComment, zohoDeskDissociateTicketTag, zohoDeskFactory, zohoDeskFetchPageFactory, zohoDeskGetAgentById, zohoDeskGetAgents, zohoDeskGetAgentsByIds, zohoDeskGetAgentsPageFactory, zohoDeskGetAgentsTicketsCount, zohoDeskGetAllTags, zohoDeskGetContactById, zohoDeskGetContacts, zohoDeskGetContactsByIds, zohoDeskGetContactsPageFactory, zohoDeskGetDepartmentById, zohoDeskGetDepartments, zohoDeskGetMyInfo, zohoDeskGetTicketActivities, zohoDeskGetTicketActivitiesPageFactory, zohoDeskGetTicketAttachments, zohoDeskGetTicketById, zohoDeskGetTicketCommentById, zohoDeskGetTicketComments, zohoDeskGetTicketFollowers, zohoDeskGetTicketMetrics, zohoDeskGetTicketTags, zohoDeskGetTicketThreadById, zohoDeskGetTicketThreads, zohoDeskGetTicketThreadsPageFactory, zohoDeskGetTicketTimeEntries, zohoDeskGetTicketTimeEntryById, zohoDeskGetTicketTimeEntrySummation, zohoDeskGetTicketTimer, zohoDeskGetTickets, zohoDeskGetTicketsForContact, zohoDeskGetTicketsForProduct, zohoDeskGetTicketsPageFactory, zohoDeskPerformTicketTimerAction, zohoDeskRateLimitDetailsReader, zohoDeskRateLimitedFetchHandler, zohoDeskRemoveTicketFollowers, zohoDeskSearchTags, zohoDeskSearchTickets, zohoDeskSearchTicketsPageFactory, zohoFetchPageFactory, zohoOAuthScopesFromScopeString, zohoRateLimitHeaderDetails, zohoRateLimitedFetchHandler, zohoRecruitAddTagsToRecords, zohoRecruitApiFetchJsonInput, zohoRecruitAssociateCandidateRecordsWithJobOpenings, zohoRecruitChangeObjectLikeResponseSuccessAndErrorPairs, zohoRecruitConfigApiUrl, zohoRecruitCreateNotes, zohoRecruitCreateNotesForRecord, zohoRecruitCreateTagsForModule, zohoRecruitDeleteAttachmentFromRecord, zohoRecruitDeleteNotes, zohoRecruitDeleteRecord, zohoRecruitDownloadAttachmentForRecord, zohoRecruitExecuteRestApiFunction, zohoRecruitFactory, zohoRecruitGetAttachmentsForRecord, zohoRecruitGetAttachmentsForRecordPageFactory, zohoRecruitGetEmailsForRecord, zohoRecruitGetEmailsForRecordPageFactory, zohoRecruitGetNotesForRecord, zohoRecruitGetNotesForRecordPageFactory, zohoRecruitGetRecordById, zohoRecruitGetRecords, zohoRecruitGetRelatedRecordsFunctionFactory, zohoRecruitGetTagsForModule, zohoRecruitGetTagsForModulePageFactory, zohoRecruitInsertRecord, zohoRecruitMultiRecordResult, zohoRecruitRecordCrudError, zohoRecruitRemoveTagsFromRecords, zohoRecruitSearchAssociatedRecords, zohoRecruitSearchCandidateAssociatedJobOpeningRecords, zohoRecruitSearchCandidateAssociatedJobOpeningRecordsPageFactory, zohoRecruitSearchJobOpeningAssociatedCandidateRecords, zohoRecruitSearchJobOpeningAssociatedCandidateRecordsPageFactory, zohoRecruitSearchRecords, zohoRecruitSearchRecordsCriteriaEntryToCriteriaString, zohoRecruitSearchRecordsCriteriaString, zohoRecruitSearchRecordsCriteriaStringForTree, zohoRecruitSearchRecordsPageFactory, zohoRecruitUpdateRecord, zohoRecruitUploadAttachmentForRecord, zohoRecruitUpsertRecord, zohoRecruitUrlSearchParams, zohoRecruitUrlSearchParamsMinusIdAndModule, zohoRecruitUrlSearchParamsMinusModule, zohoServerErrorData, zohoSignApiUrlRequiresHttpsHost, zohoSignConfigApiUrl, zohoSignCreateDocument, zohoSignCreateDocumentFromTemplate, zohoSignDeleteDocument, zohoSignDownloadCompletionCertificate, zohoSignDownloadPdf, zohoSignExtendDocument, zohoSignFactory, zohoSignFetchPageFactory, zohoSignGetDocument, zohoSignGetDocumentFormData, zohoSignGetDocuments, zohoSignGetDocumentsPageFactory, zohoSignGetEmbeddedSigningUrl, zohoSignGetTemplate, zohoSignGetTemplates, zohoSignRetrieveFieldTypes, zohoSignSendDocumentForSignature, zohoSignUpdateDocument, zohoStandardRateLimitDetailsReader };
|
|
12752
|
+
export { DEFAULT_ZOHO_ANALYTICS_API_RATE_LIMIT, DEFAULT_ZOHO_ANALYTICS_JOB_MAX_POLLS, DEFAULT_ZOHO_ANALYTICS_JOB_POLL_WAIT, DEFAULT_ZOHO_ANALYTICS_SCHEMA_DIFF_MAX_SAMPLES, DEFAULT_ZOHO_API_RATE_LIMIT, DEFAULT_ZOHO_API_RATE_LIMIT_RESET_PERIOD, DEFAULT_ZOHO_DESK_API_RATE_LIMIT, DEFAULT_ZOHO_DESK_PAGE_LIMIT, DEFAULT_ZOHO_RATE_LIMITED_TOO_MANY_REQUESTS_LOG_FUNCTION, MAX_ZOHO_CRM_SEARCH_MODULE_RECORDS_CRITERIA, MAX_ZOHO_RECRUIT_SEARCH_MODULE_RECORDS_CRITERIA, ZOHO_ACCOUNTS_API_URLS, ZOHO_ACCOUNTS_AUTHORIZE_PATH, ZOHO_ACCOUNTS_AU_API_URL, ZOHO_ACCOUNTS_CA_API_URL, ZOHO_ACCOUNTS_EU_API_URL, ZOHO_ACCOUNTS_INVALID_CLIENT_ERROR_CODE, ZOHO_ACCOUNTS_INVALID_CODE_ERROR_CODE, ZOHO_ACCOUNTS_IN_API_URL, ZOHO_ACCOUNTS_JP_API_URL, ZOHO_ACCOUNTS_PROFILE_READ_SCOPE, ZOHO_ACCOUNTS_SA_API_URL, ZOHO_ACCOUNTS_TOKEN_PATH, ZOHO_ACCOUNTS_UK_API_URL, ZOHO_ACCOUNTS_USER_INFO_PATH, ZOHO_ACCOUNTS_US_API_URL, ZOHO_ANALYTICS_API_RATE_LIMIT_RESET_PERIOD, ZOHO_ANALYTICS_BATCH_KEY_START, ZOHO_ANALYTICS_BULK_API_RATE_LIMIT, ZOHO_ANALYTICS_CONFIG_PARAM, ZOHO_ANALYTICS_DAILY_UNIT_LIMIT_ERROR_CODES, ZOHO_ANALYTICS_DML_API_RATE_LIMIT, ZOHO_ANALYTICS_FAILURE_STATUS, ZOHO_ANALYTICS_FORM_CONTENT_TYPE, ZOHO_ANALYTICS_FREQUENCY_LIMIT_ERROR_CODE, ZOHO_ANALYTICS_INVALID_OAUTH_TOKEN_ERROR_CODE, ZOHO_ANALYTICS_JOB_CODE_COMPLETED, ZOHO_ANALYTICS_JOB_CODE_ERROR, ZOHO_ANALYTICS_JOB_CODE_IN_PROGRESS, ZOHO_ANALYTICS_JOB_CODE_NOT_FOUND, ZOHO_ANALYTICS_JOB_CODE_NOT_INITIATED, ZOHO_ANALYTICS_MAX_CONCURRENT_JOBS, ZOHO_ANALYTICS_METADATA_API_RATE_LIMIT, ZOHO_ANALYTICS_ORG_ID_HEADER, ZOHO_ANALYTICS_ORG_ID_NOT_PRESENT_ERROR_CODE, ZOHO_ANALYTICS_SERVICE_NAME, ZOHO_ANALYTICS_SUCCESS_STATUS, ZOHO_CRM_ADD_TAGS_TO_RECORDS_MAX_IDS_ALLOWED, ZOHO_CRM_ALREADY_ASSOCIATED_ERROR_CODE, ZOHO_CRM_ATTACHMENTS_MODULE, ZOHO_CRM_ATTACHMENT_MAX_SIZE, ZOHO_CRM_CONTACTS_MODULE, ZOHO_CRM_CRUD_FUNCTION_MAX_RECORDS_LIMIT, ZOHO_CRM_EMAILS_MODULE, ZOHO_CRM_LEADS_MODULE, ZOHO_CRM_NOTES_MODULE, ZOHO_CRM_RECORD_ATTACHMENT_METADATA_ATTACH_TYPE_RESUME, ZOHO_CRM_REMOVE_TAGS_FROM_RECORDS_MAX_IDS_ALLOWED, ZOHO_CRM_SERVICE_NAME, ZOHO_CRM_TAG_NAME_MAX_LENGTH, ZOHO_CRM_TASKS_MODULE, ZOHO_DATA_ARRAY_BLANK_ERROR_CODE, ZOHO_DESK_MAX_PAGE_LIMIT, ZOHO_DESK_RATE_LIMIT_REMAINING_HEADER, ZOHO_DESK_RATE_LIMIT_WEIGHT_HEADER, ZOHO_DESK_RETRY_AFTER_HEADER, ZOHO_DESK_SERVICE_NAME, ZOHO_DUPLICATE_DATA_ERROR_CODE, ZOHO_ERROR_STATUS, ZOHO_FAILURE_ERROR_CODE, ZOHO_INTERNAL_ERROR_CODE, ZOHO_INVALID_AUTHORIZATION_ERROR_CODE, ZOHO_INVALID_DATA_ERROR_CODE, ZOHO_INVALID_QUERY_ERROR_CODE, ZOHO_INVALID_TOKEN_ERROR_CODE, ZOHO_MANDATORY_NOT_FOUND_ERROR_CODE, ZOHO_OAUTH_AUTHORIZE_RESPONSE_TYPE, ZOHO_OAUTH_CONSENT_PROMPT, ZOHO_OAUTH_OFFLINE_ACCESS_TYPE, ZOHO_OAUTH_SCOPE_DELIMITER, ZOHO_RATE_LIMIT_LIMIT_HEADER, ZOHO_RATE_LIMIT_REMAINING_HEADER, ZOHO_RATE_LIMIT_RESET_HEADER, ZOHO_RECRUIT_ADD_TAGS_TO_RECORDS_MAX_IDS_ALLOWED, ZOHO_RECRUIT_ALREADY_ASSOCIATED_ERROR_CODE, ZOHO_RECRUIT_ATTACHMENTS_MODULE, ZOHO_RECRUIT_ATTACHMENT_MAX_SIZE, ZOHO_RECRUIT_CANDIDATES_MODULE, ZOHO_RECRUIT_CRUD_FUNCTION_MAX_RECORDS_LIMIT, ZOHO_RECRUIT_EMAILS_MODULE, ZOHO_RECRUIT_JOB_OPENINGS_MODULE, ZOHO_RECRUIT_NOTES_MODULE, ZOHO_RECRUIT_RECORD_ATTACHMENT_METADATA_ATTACH_TYPE_RESUME, ZOHO_RECRUIT_REMOVE_TAGS_FROM_RECORDS_MAX_IDS_ALLOWED, ZOHO_RECRUIT_SERVICE_NAME, ZOHO_RECRUIT_TAG_NAME_MAX_LENGTH, ZOHO_SIGN_PRODUCTION_API_URL, ZOHO_SIGN_SANDBOX_API_URL, ZOHO_SIGN_SERVICE_NAME, ZOHO_SUCCESS_CODE, ZOHO_SUCCESS_STATUS, ZOHO_TOO_MANY_REQUESTS_ERROR_CODE, ZOHO_TOO_MANY_REQUESTS_HTTP_STATUS_CODE, ZohoAccountsAccessTokenError, ZohoAccountsAuthFailureError, ZohoAnalyticsMissingOrgIdError, ZohoCrmExecuteRestApiFunctionError, ZohoCrmRecordCrudDuplicateDataError, ZohoCrmRecordCrudError, ZohoCrmRecordCrudInvalidDataError, ZohoCrmRecordCrudMandatoryFieldNotFoundError, ZohoCrmRecordCrudNoMatchingRecordError, ZohoCrmRecordNoContentError, ZohoInternalError, ZohoInvalidAuthorizationError, ZohoInvalidQueryError, ZohoInvalidTokenError, ZohoRecruitExecuteRestApiFunctionError, ZohoRecruitRecordCrudDuplicateDataError, ZohoRecruitRecordCrudError, ZohoRecruitRecordCrudInvalidDataError, ZohoRecruitRecordCrudMandatoryFieldNotFoundError, ZohoRecruitRecordCrudNoMatchingRecordError, ZohoRecruitRecordNoContentError, ZohoServerError, ZohoServerFetchResponseDataArrayError, ZohoServerFetchResponseError, ZohoTooManyRequestsError, assertZohoCrmRecordDataArrayResultHasContent, assertZohoRecruitRecordDataArrayResultHasContent, defaultZohoAccountsFetchFactory, emptyZohoPageResult, escapeZohoCrmFieldValueForCriteriaString, handleZohoAccountsErrorFetch, handleZohoAnalyticsErrorFetch, handleZohoCrmErrorFetch, handleZohoDeskErrorFetch, handleZohoErrorFetchFactory, handleZohoRecruitErrorFetch, handleZohoSignErrorFetch, interceptZohoAccounts200StatusWithErrorResponse, interceptZohoAnalytics200StatusWithErrorResponse, interceptZohoCrm200StatusWithErrorResponse, interceptZohoDesk200StatusWithErrorResponse, interceptZohoErrorResponseFactory, interceptZohoRecruit200StatusWithErrorResponse, interceptZohoSign200StatusWithErrorResponse, isKnownZohoAccountsApiUrl, isZohoAnalyticsErrorResponseData, isZohoAnalyticsJobComplete, isZohoAnalyticsJobError, isZohoAnalyticsJobPending, isZohoAnalyticsSchemaDiffClean, isZohoCrmValidUrl, isZohoRecruitValidUrl, isZohoServerErrorResponseDataArrayRef, logZohoAccountsErrorToConsole, logZohoAnalyticsErrorToConsole, logZohoCrmErrorToConsole, logZohoDeskErrorToConsole, logZohoRecruitErrorToConsole, logZohoServerErrorFunction, logZohoSignErrorToConsole, makeZohoRateLimitedFetchHandler, parseZohoAccountsError, parseZohoAccountsServerErrorResponseData, parseZohoAnalyticsError, parseZohoAnalyticsServerErrorResponseData, parseZohoCrmError, parseZohoCrmServerErrorResponseData, parseZohoDeskError, parseZohoDeskServerErrorResponseData, parseZohoRecruitError, parseZohoRecruitServerErrorResponseData, parseZohoServerErrorResponseData, parseZohoSignError, parseZohoSignServerErrorResponseData, pollZohoAnalyticsJob, safeZohoDateTimeString, tryFindZohoServerErrorData, zohoAccessTokenStringFactory, zohoAccountsAccessToken, zohoAccountsApiFetchJsonInput, zohoAccountsApiUrlKeyForApiUrl, zohoAccountsAuthorizeUrlFactory, zohoAccountsConfigApiUrl, zohoAccountsFactory, zohoAccountsOAuthClientFactory, zohoAccountsRefreshTokenFromAuthorizationCode, zohoAccountsUserAccessToken, zohoAccountsUserInfo, zohoAccountsZohoAccessTokenFactory, zohoAnalyticsAddRow, zohoAnalyticsApiFetchJsonInput, zohoAnalyticsConfigApiUrl, zohoAnalyticsConfigParamString, zohoAnalyticsConfigQuerySuffix, zohoAnalyticsCreateExportJob, zohoAnalyticsCreateExportJobForSqlQuery, zohoAnalyticsCreateImportJobInNewTable, zohoAnalyticsCreateImportJobInTable, zohoAnalyticsDeleteRows, zohoAnalyticsDeleteView, zohoAnalyticsDeleteWorkspace, zohoAnalyticsDownloadExport, zohoAnalyticsExportData, zohoAnalyticsExportDataAndAwaitJob, zohoAnalyticsFactory, zohoAnalyticsFormApiFetchJsonInput, zohoAnalyticsGetAllWorkspaces, zohoAnalyticsGetExportJob, zohoAnalyticsGetImportJob, zohoAnalyticsGetOrgs, zohoAnalyticsGetOwnedWorkspaces, zohoAnalyticsGetSharedWorkspaces, zohoAnalyticsGetTableMetadata, zohoAnalyticsGetViewDetails, zohoAnalyticsGetViews, zohoAnalyticsGetWorkspaceDetails, zohoAnalyticsImportDataInNewTable, zohoAnalyticsImportDataInTable, zohoAnalyticsImportDataInTableAndAwaitJob, zohoAnalyticsImportFormData, zohoAnalyticsRateLimitedFetchHandler, zohoAnalyticsRowDataFromCsv, zohoAnalyticsRowDataFromFileContent, zohoAnalyticsRowDataFromJson, zohoAnalyticsSchemaDiff, zohoAnalyticsServerErrorData, zohoAnalyticsUpdateRows, zohoCrmAddTagsToRecords, zohoCrmAddTagsToRecordsRequestBody, zohoCrmApiFetchJsonInput, zohoCrmCatchZohoCrmChangeObjectLikeResponseError, zohoCrmChangeObjectLikeResponseSuccessAndErrorPairs, zohoCrmConfigApiUrl, zohoCrmCreateNotes, zohoCrmCreateNotesForRecord, zohoCrmCreateTagsForModule, zohoCrmDeleteAttachmentFromRecord, zohoCrmDeleteNotes, zohoCrmDeleteRecord, zohoCrmDeleteTag, zohoCrmDownloadAttachmentForRecord, zohoCrmExecuteRestApiFunction, zohoCrmFactory, zohoCrmGetAttachmentsForRecord, zohoCrmGetAttachmentsForRecordPageFactory, zohoCrmGetEmailsForRecord, zohoCrmGetEmailsForRecordPageFactory, zohoCrmGetNotesForRecord, zohoCrmGetNotesForRecordPageFactory, zohoCrmGetRecordById, zohoCrmGetRecords, zohoCrmGetRelatedRecordsFunctionFactory, zohoCrmGetTagsForModule, zohoCrmGetTagsForModulePageFactory, zohoCrmInsertRecord, zohoCrmMultiRecordResult, zohoCrmRecordCrudError, zohoCrmRemoveTagsFromRecords, zohoCrmSearchRecords, zohoCrmSearchRecordsCriteriaEntryToCriteriaString, zohoCrmSearchRecordsCriteriaString, zohoCrmSearchRecordsCriteriaStringForTree, zohoCrmSearchRecordsPageFactory, zohoCrmUpdateRecord, zohoCrmUploadAttachmentForRecord, zohoCrmUpsertRecord, zohoCrmUrlSearchParamsMinusIdAndModule, zohoCrmUrlSearchParamsMinusModule, zohoDateTimeString, zohoDeskAddTicketFollowers, zohoDeskApiFetchJsonInput, zohoDeskAssociateTicketTags, zohoDeskConfigApiUrl, zohoDeskCreateTicketComment, zohoDeskDeleteTicketAttachment, zohoDeskDeleteTicketComment, zohoDeskDissociateTicketTag, zohoDeskFactory, zohoDeskFetchPageFactory, zohoDeskGetAgentById, zohoDeskGetAgents, zohoDeskGetAgentsByIds, zohoDeskGetAgentsPageFactory, zohoDeskGetAgentsTicketsCount, zohoDeskGetAllTags, zohoDeskGetContactById, zohoDeskGetContacts, zohoDeskGetContactsByIds, zohoDeskGetContactsPageFactory, zohoDeskGetDepartmentById, zohoDeskGetDepartments, zohoDeskGetMyInfo, zohoDeskGetTicketActivities, zohoDeskGetTicketActivitiesPageFactory, zohoDeskGetTicketAttachments, zohoDeskGetTicketById, zohoDeskGetTicketCommentById, zohoDeskGetTicketComments, zohoDeskGetTicketFollowers, zohoDeskGetTicketMetrics, zohoDeskGetTicketTags, zohoDeskGetTicketThreadById, zohoDeskGetTicketThreads, zohoDeskGetTicketThreadsPageFactory, zohoDeskGetTicketTimeEntries, zohoDeskGetTicketTimeEntryById, zohoDeskGetTicketTimeEntrySummation, zohoDeskGetTicketTimer, zohoDeskGetTickets, zohoDeskGetTicketsForContact, zohoDeskGetTicketsForProduct, zohoDeskGetTicketsPageFactory, zohoDeskPerformTicketTimerAction, zohoDeskRateLimitDetailsReader, zohoDeskRateLimitedFetchHandler, zohoDeskRemoveTicketFollowers, zohoDeskSearchTags, zohoDeskSearchTickets, zohoDeskSearchTicketsPageFactory, zohoFetchPageFactory, zohoOAuthScopesFromScopeString, zohoRateLimitHeaderDetails, zohoRateLimitedFetchHandler, zohoRecruitAddTagsToRecords, zohoRecruitApiFetchJsonInput, zohoRecruitAssociateCandidateRecordsWithJobOpenings, zohoRecruitChangeObjectLikeResponseSuccessAndErrorPairs, zohoRecruitConfigApiUrl, zohoRecruitCreateNotes, zohoRecruitCreateNotesForRecord, zohoRecruitCreateTagsForModule, zohoRecruitDeleteAttachmentFromRecord, zohoRecruitDeleteNotes, zohoRecruitDeleteRecord, zohoRecruitDownloadAttachmentForRecord, zohoRecruitExecuteRestApiFunction, zohoRecruitFactory, zohoRecruitGetAttachmentsForRecord, zohoRecruitGetAttachmentsForRecordPageFactory, zohoRecruitGetEmailsForRecord, zohoRecruitGetEmailsForRecordPageFactory, zohoRecruitGetNotesForRecord, zohoRecruitGetNotesForRecordPageFactory, zohoRecruitGetRecordById, zohoRecruitGetRecords, zohoRecruitGetRelatedRecordsFunctionFactory, zohoRecruitGetTagsForModule, zohoRecruitGetTagsForModulePageFactory, zohoRecruitInsertRecord, zohoRecruitMultiRecordResult, zohoRecruitRecordCrudError, zohoRecruitRemoveTagsFromRecords, zohoRecruitSearchAssociatedRecords, zohoRecruitSearchCandidateAssociatedJobOpeningRecords, zohoRecruitSearchCandidateAssociatedJobOpeningRecordsPageFactory, zohoRecruitSearchJobOpeningAssociatedCandidateRecords, zohoRecruitSearchJobOpeningAssociatedCandidateRecordsPageFactory, zohoRecruitSearchRecords, zohoRecruitSearchRecordsCriteriaEntryToCriteriaString, zohoRecruitSearchRecordsCriteriaString, zohoRecruitSearchRecordsCriteriaStringForTree, zohoRecruitSearchRecordsPageFactory, zohoRecruitUpdateRecord, zohoRecruitUploadAttachmentForRecord, zohoRecruitUpsertRecord, zohoRecruitUrlSearchParamsMinusIdAndModule, zohoRecruitUrlSearchParamsMinusModule, zohoServerErrorData, zohoSignApiUrlRequiresHttpsHost, zohoSignConfigApiUrl, zohoSignCreateDocument, zohoSignCreateDocumentFromTemplate, zohoSignDeleteDocument, zohoSignDownloadCompletionCertificate, zohoSignDownloadPdf, zohoSignExtendDocument, zohoSignFactory, zohoSignFetchPageFactory, zohoSignGetDocument, zohoSignGetDocumentFormData, zohoSignGetDocuments, zohoSignGetDocumentsPageFactory, zohoSignGetEmbeddedSigningUrl, zohoSignGetTemplate, zohoSignGetTemplates, zohoSignRetrieveFieldTypes, zohoSignSendDocumentForSignature, zohoSignUpdateDocument, zohoStandardRateLimitDetailsReader };
|