@asposecloud/aspose-tasks-cloud 25.8.0 → 25.12.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.
Files changed (114) hide show
  1. package/README.md +4 -0
  2. package/dist/src/api.d.ts +495 -496
  3. package/dist/src/api.js +3545 -3544
  4. package/dist/src/api.js.map +1 -1
  5. package/dist/src/index.d.ts +6 -6
  6. package/dist/src/index.js +22 -11
  7. package/dist/src/index.js.map +1 -1
  8. package/dist/src/internal/auth.d.ts +30 -30
  9. package/dist/src/internal/auth.js +106 -90
  10. package/dist/src/internal/auth.js.map +1 -1
  11. package/dist/src/internal/configuration.d.ts +35 -35
  12. package/dist/src/internal/configuration.js +62 -61
  13. package/dist/src/internal/configuration.js.map +1 -1
  14. package/dist/src/internal/objectSerializer.d.ts +15 -15
  15. package/dist/src/internal/objectSerializer.js +178 -177
  16. package/dist/src/internal/objectSerializer.js.map +1 -1
  17. package/dist/src/internal/requestHelper.d.ts +36 -38
  18. package/dist/src/internal/requestHelper.js +294 -168
  19. package/dist/src/internal/requestHelper.js.map +1 -1
  20. package/dist/src/model/model.d.ts +9180 -9149
  21. package/dist/src/model/model.js +8326 -8283
  22. package/dist/src/model/model.js.map +1 -1
  23. package/dist/test/apiCoverageTest.d.ts +1 -1
  24. package/dist/test/apiCoverageTest.js +82 -82
  25. package/dist/test/apiCoverageTest.js.map +1 -1
  26. package/dist/test/assignmentsTests.d.ts +1 -1
  27. package/dist/test/assignmentsTests.js +292 -292
  28. package/dist/test/assignmentsTests.js.map +1 -1
  29. package/dist/test/baseTest.d.ts +32 -32
  30. package/dist/test/baseTest.js +116 -113
  31. package/dist/test/baseTest.js.map +1 -1
  32. package/dist/test/calendarExceptionsTests.d.ts +1 -1
  33. package/dist/test/calendarExceptionsTests.js +197 -197
  34. package/dist/test/calendarExceptionsTests.js.map +1 -1
  35. package/dist/test/calendarWorkWeeksTests.d.ts +1 -1
  36. package/dist/test/calendarWorkWeeksTests.js +88 -88
  37. package/dist/test/calendarWorkWeeksTests.js.map +1 -1
  38. package/dist/test/calendarsTests.d.ts +1 -1
  39. package/dist/test/calendarsTests.js +240 -240
  40. package/dist/test/calendarsTests.js.map +1 -1
  41. package/dist/test/documentPropertiesTests.d.ts +1 -1
  42. package/dist/test/documentPropertiesTests.js +171 -171
  43. package/dist/test/documentPropertiesTests.js.map +1 -1
  44. package/dist/test/extendedAttributesTests.d.ts +1 -1
  45. package/dist/test/extendedAttributesTests.js +200 -200
  46. package/dist/test/extendedAttributesTests.js.map +1 -1
  47. package/dist/test/getPageCountTests.d.ts +1 -1
  48. package/dist/test/getPageCountTests.js +74 -74
  49. package/dist/test/getPageCountTests.js.map +1 -1
  50. package/dist/test/importProjectTests.d.ts +1 -1
  51. package/dist/test/importProjectTests.js +125 -125
  52. package/dist/test/importProjectTests.js.map +1 -1
  53. package/dist/test/outlineCodesTests.d.ts +1 -1
  54. package/dist/test/outlineCodesTests.js +97 -97
  55. package/dist/test/outlineCodesTests.js.map +1 -1
  56. package/dist/test/projectOnlineTests.d.ts +1 -1
  57. package/dist/test/projectOnlineTests.js +117 -117
  58. package/dist/test/projectOnlineTests.js.map +1 -1
  59. package/dist/test/readProjectTests.d.ts +1 -1
  60. package/dist/test/readProjectTests.js +71 -71
  61. package/dist/test/readProjectTests.js.map +1 -1
  62. package/dist/test/recalculationTests.d.ts +1 -1
  63. package/dist/test/recalculationTests.js +131 -131
  64. package/dist/test/recalculationTests.js.map +1 -1
  65. package/dist/test/recurringInfoTests.d.ts +1 -1
  66. package/dist/test/recurringInfoTests.js +139 -139
  67. package/dist/test/recurringInfoTests.js.map +1 -1
  68. package/dist/test/reportTests.d.ts +1 -1
  69. package/dist/test/reportTests.js +97 -97
  70. package/dist/test/reportTests.js.map +1 -1
  71. package/dist/test/resourceLevelTests.d.ts +1 -1
  72. package/dist/test/resourceLevelTests.js +102 -102
  73. package/dist/test/resourceLevelTests.js.map +1 -1
  74. package/dist/test/resourcesTests.d.ts +1 -1
  75. package/dist/test/resourcesTests.js +156 -156
  76. package/dist/test/resourcesTests.js.map +1 -1
  77. package/dist/test/storage/fileTests.d.ts +1 -1
  78. package/dist/test/storage/fileTests.js +165 -165
  79. package/dist/test/storage/fileTests.js.map +1 -1
  80. package/dist/test/storage/folderTests.d.ts +1 -1
  81. package/dist/test/storage/folderTests.js +159 -159
  82. package/dist/test/storage/folderTests.js.map +1 -1
  83. package/dist/test/storage/storageTests.d.ts +1 -1
  84. package/dist/test/storage/storageTests.js +84 -84
  85. package/dist/test/storage/storageTests.js.map +1 -1
  86. package/dist/test/taskDocumentFormatTests.d.ts +1 -1
  87. package/dist/test/taskDocumentFormatTests.js +101 -101
  88. package/dist/test/taskDocumentFormatTests.js.map +1 -1
  89. package/dist/test/taskLinksTests.d.ts +1 -1
  90. package/dist/test/taskLinksTests.js +131 -131
  91. package/dist/test/taskLinksTests.js.map +1 -1
  92. package/dist/test/tasksExtendedAttributesTests.d.ts +1 -1
  93. package/dist/test/tasksExtendedAttributesTests.js +361 -361
  94. package/dist/test/tasksExtendedAttributesTests.js.map +1 -1
  95. package/dist/test/tasksPrimaveraPropertiesTests.d.ts +1 -1
  96. package/dist/test/tasksPrimaveraPropertiesTests.js +69 -69
  97. package/dist/test/tasksPrimaveraPropertiesTests.js.map +1 -1
  98. package/dist/test/tasksTests.d.ts +1 -1
  99. package/dist/test/tasksTests.js +295 -295
  100. package/dist/test/tasksTests.js.map +1 -1
  101. package/dist/test/timephasedDataTests.d.ts +1 -1
  102. package/dist/test/timephasedDataTests.js +107 -107
  103. package/dist/test/timephasedDataTests.js.map +1 -1
  104. package/dist/test/vbaTests.d.ts +1 -1
  105. package/dist/test/vbaTests.js +58 -58
  106. package/dist/test/vbaTests.js.map +1 -1
  107. package/dist/test/viewsTests.d.ts +1 -1
  108. package/dist/test/viewsTests.js +191 -191
  109. package/dist/test/viewsTests.js.map +1 -1
  110. package/dist/test/wbsTest.d.ts +1 -1
  111. package/dist/test/wbsTest.js +71 -71
  112. package/dist/test/wbsTest.js.map +1 -1
  113. package/dist/tsconfig.tsbuildinfo +1 -0
  114. package/package.json +4 -4
@@ -1 +1 @@
1
- import "mocha";
1
+ import "mocha";
@@ -1,83 +1,83 @@
1
- "use strict";
2
- /*
3
- * MIT License
4
-
5
- * Copyright (c) 2019 Aspose Pty Ltd
6
-
7
- * Permission is hereby granted, free of charge, to any person obtaining a copy
8
- * of this software and associated documentation files (the "Software"), to deal
9
- * in the Software without restriction, including without limitation the rights
10
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- * copies of the Software, and to permit persons to whom the Software is
12
- * furnished to do so, subject to the following conditions:
13
-
14
- * The above copyright notice and this permission notice shall be included in all
15
- * copies or substantial portions of the Software.
16
-
17
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- * SOFTWARE.
24
- */
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- require("mocha");
27
- const assert_1 = require("assert");
28
- const fs = require("fs");
29
- const baseTest_1 = require("./baseTest");
30
- const testFolder = "./test/";
31
- const errors = [];
32
- describe("API method coverage", function () {
33
- it("each api method should be covered with at least 1 test", function () {
34
- const taskApi = baseTest_1.initializeTasksApi();
35
- const methods = getAllMethods(taskApi);
36
- const filesWithTests = getFileList(testFolder, null).filter((p) => p.endsWith(".ts"));
37
- methods.forEach((method) => {
38
- let usageOfMethodFound = false;
39
- filesWithTests.forEach((file) => {
40
- const fileContent = fs.readFileSync(file, "utf8");
41
- if (fileContent.indexOf("tasksApi." + method) > 0) {
42
- usageOfMethodFound = true;
43
- }
44
- });
45
- if (!usageOfMethodFound) {
46
- errors.push("\n usage of api method '" + method + "' not found");
47
- }
48
- });
49
- if (errors.length > 0) {
50
- assert_1.fail(errors.toString());
51
- }
52
- });
53
- });
54
- const getAllMethods = (obj) => {
55
- let props = [];
56
- do {
57
- const l = Object.getOwnPropertyNames(obj)
58
- .concat(Object.getOwnPropertySymbols(obj).map((s) => s.toString()))
59
- .sort()
60
- .filter((p, i, arr) => typeof obj[p] === "function" && // only the methods
61
- p !== "constructor" && // not the constructor
62
- (i === 0 || p !== arr[i - 1]) && // not overriding in this prototype
63
- props.indexOf(p) === -1); // not overridden in a child
64
- props = props.concat(l);
65
- obj = Object.getPrototypeOf(obj); // walk-up the prototype chain
66
- } while (Object.getPrototypeOf(obj) // not the the Object prototype methods (hasOwnProperty, etc...)
67
- );
68
- return props;
69
- };
70
- const getFileList = (dir, filelist) => {
71
- const files = fs.readdirSync(dir);
72
- filelist = filelist || [];
73
- files.forEach((file) => {
74
- if (fs.statSync(dir + "/" + file).isDirectory()) {
75
- filelist = filelist.concat(getFileList(dir + "/" + file, []));
76
- }
77
- else {
78
- filelist.push(dir + "/" + file);
79
- }
80
- });
81
- return filelist;
82
- };
1
+ "use strict";
2
+ /*
3
+ * MIT License
4
+
5
+ * Copyright (c) 2019 Aspose Pty Ltd
6
+
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ require("mocha");
27
+ const assert_1 = require("assert");
28
+ const fs = require("fs");
29
+ const baseTest_1 = require("./baseTest");
30
+ const testFolder = "./test/";
31
+ const errors = [];
32
+ describe("API method coverage", function () {
33
+ it("each api method should be covered with at least 1 test", function () {
34
+ const taskApi = (0, baseTest_1.initializeTasksApi)();
35
+ const methods = getAllMethods(taskApi);
36
+ const filesWithTests = getFileList(testFolder, null).filter((p) => p.endsWith(".ts"));
37
+ methods.forEach((method) => {
38
+ let usageOfMethodFound = false;
39
+ filesWithTests.forEach((file) => {
40
+ const fileContent = fs.readFileSync(file, "utf8");
41
+ if (fileContent.indexOf("tasksApi." + method) > 0) {
42
+ usageOfMethodFound = true;
43
+ }
44
+ });
45
+ if (!usageOfMethodFound) {
46
+ errors.push("\n usage of api method '" + method + "' not found");
47
+ }
48
+ });
49
+ if (errors.length > 0) {
50
+ (0, assert_1.fail)(errors.toString());
51
+ }
52
+ });
53
+ });
54
+ const getAllMethods = (obj) => {
55
+ let props = [];
56
+ do {
57
+ const l = Object.getOwnPropertyNames(obj)
58
+ .concat(Object.getOwnPropertySymbols(obj).map((s) => s.toString()))
59
+ .sort()
60
+ .filter((p, i, arr) => typeof obj[p] === "function" && // only the methods
61
+ p !== "constructor" && // not the constructor
62
+ (i === 0 || p !== arr[i - 1]) && // not overriding in this prototype
63
+ props.indexOf(p) === -1); // not overridden in a child
64
+ props = props.concat(l);
65
+ obj = Object.getPrototypeOf(obj); // walk-up the prototype chain
66
+ } while (Object.getPrototypeOf(obj) // not the the Object prototype methods (hasOwnProperty, etc...)
67
+ );
68
+ return props;
69
+ };
70
+ const getFileList = (dir, filelist) => {
71
+ const files = fs.readdirSync(dir);
72
+ filelist = filelist || [];
73
+ files.forEach((file) => {
74
+ if (fs.statSync(dir + "/" + file).isDirectory()) {
75
+ filelist = filelist.concat(getFileList(dir + "/" + file, []));
76
+ }
77
+ else {
78
+ filelist.push(dir + "/" + file);
79
+ }
80
+ });
81
+ return filelist;
82
+ };
83
83
  //# sourceMappingURL=apiCoverageTest.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"apiCoverageTest.js","sourceRoot":"","sources":["../../test/apiCoverageTest.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"apiCoverageTest.js","sourceRoot":"","sources":["../../test/apiCoverageTest.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- import "mocha";
1
+ import "mocha";