@8ms/helpers 2.2.9 → 2.2.12

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 (178) hide show
  1. package/.github/workflows/deploy_npmjs.yml +3 -0
  2. package/_class/BaseClass.js +43 -52
  3. package/_class/BaseNamespace.js +17 -20
  4. package/_class/index.js +2 -7
  5. package/adverity/getJobs.js +7 -11
  6. package/adverity/index.js +51 -54
  7. package/adverity/server.js +1 -5
  8. package/api/ApiResponseClass.js +84 -88
  9. package/api/functions.js +13 -22
  10. package/api/index.js +3 -19
  11. package/api/types.js +5 -9
  12. package/array/index.js +3 -11
  13. package/atInternet/index.js +10 -13
  14. package/aws/ec2/AwsEc2Namespace.js +34 -74
  15. package/aws/ec2/server.js +5 -9
  16. package/aws/ecs/AwsEcsNamespace.js +110 -150
  17. package/aws/ecs/server.js +5 -9
  18. package/aws/glue/AwsGlueNamespace.js +26 -66
  19. package/aws/glue/server.js +5 -9
  20. package/aws/isResponse200.js +3 -7
  21. package/aws/lambda/AwsLambdaNamespace.js +62 -102
  22. package/aws/lambda/server.js +6 -11
  23. package/aws/s3/AwsS3Namespace.js +347 -390
  24. package/aws/s3/payload.js +29 -32
  25. package/aws/s3/server.js +9 -14
  26. package/aws/server.js +5 -10
  27. package/aws/ses/AwsSesNamespace.js +36 -76
  28. package/aws/ses/SimpleEmail.js +267 -304
  29. package/aws/ses/server.js +6 -11
  30. package/aws/sqs/AwsSqsNamespace.js +49 -89
  31. package/aws/sqs/server.js +5 -9
  32. package/aws/ssm/AwsSsmNamespace.js +43 -79
  33. package/aws/ssm/server.js +5 -9
  34. package/axios/deleteRequest.js +8 -15
  35. package/axios/get.js +8 -15
  36. package/axios/index.js +3 -9
  37. package/axios/post.js +8 -15
  38. package/boolean/index.js +3 -10
  39. package/brightData/serpApi/buildGoogleSerpUrl.js +1 -5
  40. package/brightData/serpApi/buildGoogleTrendsUrl.js +1 -5
  41. package/brightData/serpApi/getAsyncRequestId.js +8 -12
  42. package/brightData/serpApi/getAsyncResults.js +8 -12
  43. package/brightData/serpApi/getRealtime.js +3 -7
  44. package/brightData/serpApi/server.js +6 -14
  45. package/brightData/server.js +2 -7
  46. package/brightData/webScraperIde/getBatch.js +3 -7
  47. package/brightData/webScraperIde/getRealtime.js +11 -15
  48. package/brightData/webScraperIde/server.js +2 -7
  49. package/cache/server.js +2 -7
  50. package/cache/test/cache.test.js +4 -6
  51. package/crud/index.js +1 -4
  52. package/crypto/getDecrypt.js +2 -39
  53. package/crypto/getEncrypt.js +2 -39
  54. package/crypto/getRandom.js +1 -5
  55. package/crypto/getSha256.js +4 -41
  56. package/crypto/index.js +4 -11
  57. package/date/calculation.js +70 -99
  58. package/date/financialYear.js +16 -23
  59. package/date/format.js +40 -61
  60. package/date/index.js +4 -20
  61. package/date/type.js +4 -7
  62. package/environment/index.js +15 -25
  63. package/eskimi/getAgeGroup.js +3 -7
  64. package/eskimi/getData.js +3 -7
  65. package/eskimi/getDevice.js +3 -7
  66. package/eskimi/getGender.js +3 -7
  67. package/eskimi/server.js +23 -26
  68. package/file/index.js +8 -46
  69. package/geo/countries.js +1 -4
  70. package/geo/index.js +2 -7
  71. package/geo/languages.js +1 -4
  72. package/google/bigQuery/GoogleBigQueryNamespace.js +108 -148
  73. package/google/bigQuery/loadData.js +1 -5
  74. package/google/bigQuery/server.js +8 -14
  75. package/google/server.js +1 -5
  76. package/google/sheets/GoogleSheetsNamespace.js +34 -74
  77. package/google/sheets/getAssociatedData.js +1 -5
  78. package/google/sheets/server.js +8 -14
  79. package/google/storage/GoogleCloudStorageNamespace.js +62 -102
  80. package/google/storage/server.js +6 -10
  81. package/googleAds/GoogleAdsNamespace.js +28 -68
  82. package/googleAds/keywordPlanner/server.js +32 -35
  83. package/googleAds/server.js +6 -10
  84. package/googlePageSpeed/GooglePageSpeedNamespace.js +21 -28
  85. package/googlePageSpeed/server.js +8 -12
  86. package/googleSearchIncidents/server.js +28 -32
  87. package/greenDomain/server.js +17 -21
  88. package/inngest/server.js +1 -4
  89. package/json/getJsonNewline.js +3 -7
  90. package/json/index.js +2 -7
  91. package/json/isJson.js +1 -5
  92. package/littleWarden/LittleWardenNamespace.js +24 -31
  93. package/littleWarden/getUrlStatus.js +3 -7
  94. package/littleWarden/server.js +14 -22
  95. package/lumar/api/buildRequest.js +14 -18
  96. package/lumar/api/getData.js +3 -7
  97. package/lumar/api/initClient.js +3 -7
  98. package/lumar/api/server.js +6 -12
  99. package/lumar/graphql/columns.js +1 -4
  100. package/lumar/graphql/getData.js +3 -7
  101. package/lumar/graphql/initClient.js +3 -7
  102. package/lumar/graphql/queries/crawl.js +1 -2
  103. package/lumar/graphql/queries/getCrawls.js +1 -3
  104. package/lumar/graphql/queries/getReportDifferences.js +3 -5
  105. package/lumar/graphql/queries/getRows.js +1 -3
  106. package/lumar/graphql/queries/getTotals.js +1 -3
  107. package/lumar/graphql/queries/row.js +1 -2
  108. package/lumar/graphql/reportTemplates.js +1 -4
  109. package/lumar/graphql/server.js +7 -15
  110. package/myTarget/server.js +3 -7
  111. package/nextAuth/index.js +2 -6
  112. package/nextAuth/isSessionReady.js +1 -5
  113. package/nextJs/client/LazyLoad.js +5 -12
  114. package/nextJs/client.js +1 -5
  115. package/nextJs/index.js +2 -7
  116. package/number/format.js +3 -7
  117. package/number/formatCurrency.js +1 -5
  118. package/number/getDecimal.js +3 -7
  119. package/number/getNumber.js +3 -7
  120. package/number/getPercentIncrease.js +4 -8
  121. package/number/getSafeDivide.js +6 -10
  122. package/number/index.js +6 -15
  123. package/object/index.js +1 -5
  124. package/object/replaceKeys.js +3 -7
  125. package/onePassword/OnePasswordNamespace.js +36 -76
  126. package/onePassword/server.js +3 -7
  127. package/openAi/OpenAiNamespace.js +32 -39
  128. package/openAi/server.js +6 -10
  129. package/package.json +224 -122
  130. package/prisma/PrismaNamespace.js +53 -93
  131. package/prisma/getDecimal.js +5 -12
  132. package/prisma/server.js +4 -9
  133. package/scripts/generate-exports.js +50 -0
  134. package/snapchat/SnapchatNamespace.js +20 -27
  135. package/snapchat/server.js +6 -10
  136. package/sorting/byNumberAscending.js +1 -5
  137. package/sorting/byNumberDescending.js +1 -5
  138. package/sorting/byStringAscending.js +1 -5
  139. package/sorting/byStringDescending.js +1 -5
  140. package/sorting/index.js +4 -11
  141. package/stream/server.js +1 -5
  142. package/stream/sort.js +1 -5
  143. package/string/getCapitalised.js +3 -7
  144. package/string/getClean.js +17 -21
  145. package/string/getFolder.js +3 -10
  146. package/string/getProperCase.js +4 -8
  147. package/string/getString.js +8 -15
  148. package/string/getStringFromStream.js +1 -5
  149. package/string/getUnescaped.js +3 -10
  150. package/string/getWithoutAccents.js +1 -5
  151. package/string/getWithoutHtmlTags.js +1 -5
  152. package/string/getWithoutPunctuation.js +1 -5
  153. package/string/getWithoutUnderscores.js +1 -5
  154. package/string/getWithoutWhitespaces.js +1 -5
  155. package/string/index.js +12 -27
  156. package/string/reservedWords.js +5 -9
  157. package/swr/index.js +9 -18
  158. package/upTimeRobot/UpTimeRobotNamespace.js +32 -42
  159. package/upTimeRobot/server.js +11 -15
  160. package/url/index.js +12 -23
  161. package/url/server.js +1 -5
  162. package/url/writeUrlContents.js +6 -46
  163. package/util/defaultTo.js +5 -12
  164. package/util/getBrotliCompressed.js +3 -10
  165. package/util/getBrotliDecompressed.js +3 -10
  166. package/util/getClean.js +5 -9
  167. package/util/getError.js +1 -5
  168. package/util/getGzipCompressed.js +3 -10
  169. package/util/getGzipDecompressed.js +3 -10
  170. package/util/getWithoutHash.js +1 -5
  171. package/util/getWithoutParameter.js +1 -5
  172. package/util/index.js +7 -17
  173. package/util/isUndefined.js +3 -7
  174. package/util/promiseChunks.js +6 -10
  175. package/util/server.js +4 -11
  176. package/util/sleep.js +1 -5
  177. package/webWorker/index.js +1 -4
  178. package/xml/getXml.js +3 -7
@@ -1,79 +1,39 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
35
- Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.OnePasswordNamespace = void 0;
37
- const _class_1 = require("../_class");
38
- class OnePasswordNamespace extends _class_1.BaseNamespace {
39
- constructor() {
40
- super(...arguments);
41
- // Async setup to only initialise where required
42
- this.ensureInit = async () => {
43
- if (!this.client) {
44
- try {
45
- const { createClient } = await Promise.resolve().then(() => __importStar(require("@1password/sdk")));
46
- this.client = await createClient({
47
- auth: this.config.serviceAccountToken,
48
- integrationName: this.config.integrationName || "8MS Helper TS",
49
- integrationVersion: this.config.integrationVersion || "v1.0.0",
50
- });
51
- }
52
- catch (e) {
53
- throw new Error("1Password SDK not installed");
54
- }
1
+ import { BaseNamespace } from "../_class";
2
+ export class OnePasswordNamespace extends BaseNamespace {
3
+ // Async setup to only initialise where required
4
+ ensureInit = async () => {
5
+ if (!this.client) {
6
+ try {
7
+ const { createClient } = await import("@1password/sdk");
8
+ this.client = await createClient({
9
+ auth: this.config.serviceAccountToken,
10
+ integrationName: this.config.integrationName || "8MS Helper TS",
11
+ integrationVersion: this.config.integrationVersion || "v1.0.0",
12
+ });
55
13
  }
56
- };
57
- this.listVaults = async () => {
58
- await this.ensureInit();
59
- return this.client.vaults.list();
60
- };
61
- this.getItem = async (vaultId, itemId) => {
62
- await this.ensureInit();
63
- return this.client.items.get(vaultId, itemId);
64
- };
65
- this.getJsonNote = async (vaultId, itemId) => {
66
- let response = null;
67
- const item = await this.getItem(vaultId, itemId);
68
- if (item && "undefined" !== typeof item.notes) {
69
- response = JSON.parse(item.notes);
14
+ catch (e) {
15
+ throw new Error("1Password SDK not installed");
70
16
  }
71
- return response;
72
- };
73
- this.listItems = async (vaultId) => {
74
- await this.ensureInit();
75
- return this.client.items.list(vaultId);
76
- };
77
- }
17
+ }
18
+ };
19
+ listVaults = async () => {
20
+ await this.ensureInit();
21
+ return this.client.vaults.list();
22
+ };
23
+ getItem = async (vaultId, itemId) => {
24
+ await this.ensureInit();
25
+ return this.client.items.get(vaultId, itemId);
26
+ };
27
+ getJsonNote = async (vaultId, itemId) => {
28
+ let response = null;
29
+ const item = await this.getItem(vaultId, itemId);
30
+ if (item && "undefined" !== typeof item.notes) {
31
+ response = JSON.parse(item.notes);
32
+ }
33
+ return response;
34
+ };
35
+ listItems = async (vaultId) => {
36
+ await this.ensureInit();
37
+ return this.client.items.list(vaultId);
38
+ };
78
39
  }
79
- exports.OnePasswordNamespace = OnePasswordNamespace;
@@ -1,10 +1,7 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.onePasswordClient = void 0;
4
- const OnePasswordNamespace_1 = require("./OnePasswordNamespace");
1
+ import { OnePasswordNamespace } from "./OnePasswordNamespace";
5
2
  const onePasswordNamespaces = new Map();
6
3
  // Main client that is used by system
7
- const onePasswordClient = async (key = "default", config) => {
4
+ export const onePasswordClient = async (key = "default", config) => {
8
5
  if (onePasswordNamespaces.has(key)) {
9
6
  return onePasswordNamespaces.get(key);
10
7
  }
@@ -18,8 +15,7 @@ const onePasswordClient = async (key = "default", config) => {
18
15
  throw new Error(`Config required for namespace '${key}'`);
19
16
  }
20
17
  }
21
- const namespace = new OnePasswordNamespace_1.OnePasswordNamespace(key, config);
18
+ const namespace = new OnePasswordNamespace(key, config);
22
19
  onePasswordNamespaces.set(key, namespace);
23
20
  return namespace;
24
21
  };
25
- exports.onePasswordClient = onePasswordClient;
@@ -1,42 +1,35 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OpenAiNamespace = void 0;
4
- const _class_1 = require("../_class");
5
- const axios_1 = require("../axios");
6
- class OpenAiNamespace extends _class_1.BaseNamespace {
7
- constructor() {
8
- super(...arguments);
9
- /**
10
- * Renew the access token as it expires every 3 hours.
11
- */
12
- this.ensureInit = async () => {
13
- if (!this.client) {
14
- this.client = true;
15
- }
16
- };
17
- this.completion = async (prompt, temperature = 1, maxTokens = null, model = "gpt-3.5-turbo") => {
18
- let response = null;
19
- // Make the API request
20
- const apiResponse = await (0, axios_1.post)(`https://api.openai.com/v1/chat/completions`, {
21
- max_tokens: maxTokens,
22
- model,
23
- messages: [
24
- {
25
- role: "user",
26
- content: prompt,
27
- }
28
- ],
29
- temperature: 1,
30
- }, {
31
- headers: {
32
- Authorization: `Bearer ${this.config.apiKey}`,
1
+ import { BaseNamespace } from "../_class";
2
+ import { post } from "../axios";
3
+ export class OpenAiNamespace extends BaseNamespace {
4
+ /**
5
+ * Renew the access token as it expires every 3 hours.
6
+ */
7
+ ensureInit = async () => {
8
+ if (!this.client) {
9
+ this.client = true;
10
+ }
11
+ };
12
+ completion = async (prompt, temperature = 1, maxTokens = null, model = "gpt-3.5-turbo") => {
13
+ let response = null;
14
+ // Make the API request
15
+ const apiResponse = await post(`https://api.openai.com/v1/chat/completions`, {
16
+ max_tokens: maxTokens,
17
+ model,
18
+ messages: [
19
+ {
20
+ role: "user",
21
+ content: prompt,
33
22
  }
34
- });
35
- if (apiResponse.isSuccess()) {
36
- response = apiResponse.getBody();
23
+ ],
24
+ temperature: 1,
25
+ }, {
26
+ headers: {
27
+ Authorization: `Bearer ${this.config.apiKey}`,
37
28
  }
38
- return response;
39
- };
40
- }
29
+ });
30
+ if (apiResponse.isSuccess()) {
31
+ response = apiResponse.getBody();
32
+ }
33
+ return response;
34
+ };
41
35
  }
42
- exports.OpenAiNamespace = OpenAiNamespace;
package/openAi/server.js CHANGED
@@ -1,10 +1,7 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.openAiClient = void 0;
4
- const OpenAiNamespace_1 = require("./OpenAiNamespace");
5
- const server_1 = require("../onePassword/server");
1
+ import { OpenAiNamespace } from "./OpenAiNamespace";
2
+ import { onePasswordClient } from "../onePassword/server";
6
3
  const openAiNamespaces = new Map();
7
- const openAiClient = async (key = "default", config, vaultId, itemId) => {
4
+ export const openAiClient = async (key = "default", config, vaultId, itemId) => {
8
5
  if (openAiNamespaces.has(key)) {
9
6
  return openAiNamespaces.get(key);
10
7
  }
@@ -13,18 +10,17 @@ const openAiClient = async (key = "default", config, vaultId, itemId) => {
13
10
  instanceConfig = config;
14
11
  }
15
12
  else if (vaultId && itemId) {
16
- instanceConfig = await (await (0, server_1.onePasswordClient)())
13
+ instanceConfig = await (await onePasswordClient())
17
14
  .getJsonNote(vaultId, itemId);
18
15
  }
19
16
  else if (process.env.OPEN_AI_VAULT_ID && process.env.OPEN_AI_ITEM_ID) {
20
- instanceConfig = await (await (0, server_1.onePasswordClient)())
17
+ instanceConfig = await (await onePasswordClient())
21
18
  .getJsonNote(process.env.OPEN_AI_VAULT_ID, process.env.OPEN_AI_ITEM_ID);
22
19
  }
23
20
  else {
24
21
  throw new Error(`Config required for namespace '${key}'`);
25
22
  }
26
- const namespace = new OpenAiNamespace_1.OpenAiNamespace(key, instanceConfig);
23
+ const namespace = new OpenAiNamespace(key, instanceConfig);
27
24
  openAiNamespaces.set(key, namespace);
28
25
  return namespace;
29
26
  };
30
- exports.openAiClient = openAiClient;