@8ms/helpers 2.1.4 → 2.2.10

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 (186) hide show
  1. package/.github/workflows/deploy_npmjs.yml +19 -14
  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 +136 -120
  130. package/prisma/PrismaNamespace.d.ts +3 -3
  131. package/prisma/PrismaNamespace.js +55 -81
  132. package/prisma/getDecimal.js +5 -12
  133. package/prisma/server.d.ts +13 -0
  134. package/prisma/server.js +6 -9
  135. package/snapchat/SnapchatNamespace.js +20 -27
  136. package/snapchat/server.js +6 -10
  137. package/sorting/byNumberAscending.js +1 -5
  138. package/sorting/byNumberDescending.js +1 -5
  139. package/sorting/byStringAscending.js +1 -5
  140. package/sorting/byStringDescending.js +1 -5
  141. package/sorting/index.js +4 -11
  142. package/stream/server.js +1 -5
  143. package/stream/sort.js +1 -5
  144. package/string/getCapitalised.js +3 -7
  145. package/string/getClean.js +17 -21
  146. package/string/getFolder.js +3 -10
  147. package/string/getProperCase.js +4 -8
  148. package/string/getString.js +8 -15
  149. package/string/getStringFromStream.js +1 -5
  150. package/string/getUnescaped.js +3 -10
  151. package/string/getWithoutAccents.js +1 -5
  152. package/string/getWithoutHtmlTags.js +1 -5
  153. package/string/getWithoutPunctuation.js +1 -5
  154. package/string/getWithoutUnderscores.js +1 -5
  155. package/string/getWithoutWhitespaces.js +1 -5
  156. package/string/index.js +12 -27
  157. package/string/reservedWords.js +5 -9
  158. package/swr/index.js +9 -18
  159. package/upTimeRobot/UpTimeRobotNamespace.js +32 -42
  160. package/upTimeRobot/server.js +11 -15
  161. package/url/index.js +12 -23
  162. package/url/server.js +1 -5
  163. package/url/writeUrlContents.js +6 -46
  164. package/util/defaultTo.js +5 -12
  165. package/util/getBrotliCompressed.js +3 -10
  166. package/util/getBrotliDecompressed.js +3 -10
  167. package/util/getClean.js +5 -9
  168. package/util/getError.js +1 -5
  169. package/util/getGzipCompressed.js +3 -10
  170. package/util/getGzipDecompressed.js +3 -10
  171. package/util/getWithoutHash.js +1 -5
  172. package/util/getWithoutParameter.js +1 -5
  173. package/util/index.js +7 -17
  174. package/util/isUndefined.js +3 -7
  175. package/util/promiseChunks.js +6 -10
  176. package/util/server.js +4 -11
  177. package/util/sleep.js +1 -5
  178. package/webWorker/index.js +1 -4
  179. package/xml/getXml.js +3 -7
  180. package/.yarn/install-state.gz +0 -0
  181. package/.yarn/releases/yarn-4.9.4.cjs +0 -942
  182. package/.yarnrc.yml +0 -3
  183. package/aws/athenaExpress/AwsAthenaNamespace.d.ts +0 -8
  184. package/aws/athenaExpress/AwsAthenaNamespace.js +0 -82
  185. package/aws/athenaExpress/server.d.ts +0 -10
  186. package/aws/athenaExpress/server.js +0 -40
@@ -1,109 +1,69 @@
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.AwsLambdaNamespace = void 0;
37
- const _class_1 = require("../../_class");
38
- const server_1 = require("../server");
39
- const api_1 = require("../../api");
40
- class AwsLambdaNamespace extends _class_1.BaseNamespace {
41
- constructor() {
42
- super(...arguments);
43
- this.ensureInit = async () => {
44
- if (!this.client) {
45
- try {
46
- const { LambdaClient } = await Promise.resolve().then(() => __importStar(require("@aws-sdk/client-lambda")));
47
- this.client = new LambdaClient(this.config);
48
- }
49
- catch (e) {
50
- throw new Error("AWS Lambda Client not installed");
51
- }
1
+ import { BaseNamespace } from "../../_class";
2
+ import { isResponse200 } from "../server";
3
+ import { ApiResponseClass } from "../../api";
4
+ export class AwsLambdaNamespace extends BaseNamespace {
5
+ ensureInit = async () => {
6
+ if (!this.client) {
7
+ try {
8
+ const { LambdaClient } = await import("@aws-sdk/client-lambda");
9
+ this.client = new LambdaClient(this.config);
52
10
  }
53
- };
54
- /**
55
- * Invoke a AWS Lambda function by passing in the Function name and optional Payload data.
56
- * Runs asynchronously, doesn't wait for function to fully end.
57
- * Library: @aws-sdk/client-lambda
58
- */
59
- this.invoke = async (props) => {
60
- await this.ensureInit();
61
- const { InvokeCommand } = await Promise.resolve().then(() => __importStar(require("@aws-sdk/client-lambda")));
62
- let response = false;
63
- const params = {
64
- FunctionName: props.functionName,
65
- InvocationType: true === props.awaitResponse ? "RequestResponse" : "Event",
66
- };
67
- // Payload is defined add to parameters
68
- if (undefined !== props.payload) {
69
- params["Payload"] = new Uint8Array(Buffer.from(JSON.stringify(props.payload)));
11
+ catch (e) {
12
+ throw new Error("AWS Lambda Client not installed");
70
13
  }
71
- // Create the Lambda Command
72
- // @ts-ignore
73
- const command = new InvokeCommand(params);
74
- // Fire the event but don't wait for it to complete
75
- const apiResponse = await this.client.send(command);
76
- // Success
77
- if ((0, server_1.isResponse200)(apiResponse)) {
78
- // Return the data
79
- if (props.awaitResponse && undefined !== apiResponse.Payload) {
80
- const asciiDecoder = new TextDecoder("ascii");
81
- response = asciiDecoder.decode(apiResponse.Payload);
82
- // Decode string as JSON object
83
- if (true === props.isJson) {
14
+ }
15
+ };
16
+ /**
17
+ * Invoke a AWS Lambda function by passing in the Function name and optional Payload data.
18
+ * Runs asynchronously, doesn't wait for function to fully end.
19
+ * Library: @aws-sdk/client-lambda
20
+ */
21
+ invoke = async (props) => {
22
+ await this.ensureInit();
23
+ const { InvokeCommand } = await import("@aws-sdk/client-lambda");
24
+ let response = false;
25
+ const params = {
26
+ FunctionName: props.functionName,
27
+ InvocationType: true === props.awaitResponse ? "RequestResponse" : "Event",
28
+ };
29
+ // Payload is defined add to parameters
30
+ if (undefined !== props.payload) {
31
+ params["Payload"] = new Uint8Array(Buffer.from(JSON.stringify(props.payload)));
32
+ }
33
+ // Create the Lambda Command
34
+ // @ts-ignore
35
+ const command = new InvokeCommand(params);
36
+ // Fire the event but don't wait for it to complete
37
+ const apiResponse = await this.client.send(command);
38
+ // Success
39
+ if (isResponse200(apiResponse)) {
40
+ // Return the data
41
+ if (props.awaitResponse && undefined !== apiResponse.Payload) {
42
+ const asciiDecoder = new TextDecoder("ascii");
43
+ response = asciiDecoder.decode(apiResponse.Payload);
44
+ // Decode string as JSON object
45
+ if (true === props.isJson) {
46
+ response = JSON.parse(response);
47
+ // If it's still a string, double decode it
48
+ if ("string" === typeof response) {
84
49
  response = JSON.parse(response);
85
- // If it's still a string, double decode it
86
- if ("string" === typeof response) {
87
- response = JSON.parse(response);
88
- }
89
- // If the response is a ApiResponse compatible
90
- if (undefined !== response &&
91
- // @ts-ignore
92
- undefined !== response?.error &&
93
- // @ts-ignore
94
- undefined !== response?.state) {
95
- // @ts-ignore
96
- response = (new api_1.ApiResponseClass()).fromJson(response);
97
- }
98
50
  }
99
- }
100
- // Success but not waiting for response
101
- else {
102
- response = true;
51
+ // If the response is a ApiResponse compatible
52
+ if (undefined !== response &&
53
+ // @ts-ignore
54
+ undefined !== response?.error &&
55
+ // @ts-ignore
56
+ undefined !== response?.state) {
57
+ // @ts-ignore
58
+ response = (new ApiResponseClass()).fromJson(response);
59
+ }
103
60
  }
104
61
  }
105
- return response;
106
- };
107
- }
62
+ // Success but not waiting for response
63
+ else {
64
+ response = true;
65
+ }
66
+ }
67
+ return response;
68
+ };
108
69
  }
109
- exports.AwsLambdaNamespace = AwsLambdaNamespace;
@@ -1,21 +1,16 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getHandlerPath = exports.awsLambdaClient = void 0;
4
- const AwsLambdaNamespace_1 = require("./AwsLambdaNamespace");
5
- const server_1 = require("../server");
1
+ import { AwsLambdaNamespace } from "./AwsLambdaNamespace";
2
+ import { getConfig } from "../server";
6
3
  const awsLambdaNamespaces = new Map();
7
- const awsLambdaClient = async (key = "default", config, vaultId, itemId) => {
4
+ export const awsLambdaClient = async (key = "default", config, vaultId, itemId) => {
8
5
  if (awsLambdaNamespaces.has(key)) {
9
6
  return awsLambdaNamespaces.get(key);
10
7
  }
11
- const instanceConfig = await (0, server_1.getConfig)(key, config, vaultId, itemId);
12
- const namespace = new AwsLambdaNamespace_1.AwsLambdaNamespace(key, instanceConfig);
8
+ const instanceConfig = await getConfig(key, config, vaultId, itemId);
9
+ const namespace = new AwsLambdaNamespace(key, instanceConfig);
13
10
  awsLambdaNamespaces.set(key, namespace);
14
11
  return namespace;
15
12
  };
16
- exports.awsLambdaClient = awsLambdaClient;
17
- const getHandlerPath = (input) => {
13
+ export const getHandlerPath = (input) => {
18
14
  return `${input.split(process.cwd())[1].substring(1)
19
15
  .replace(/\\/g, "/")}`;
20
16
  };
21
- exports.getHandlerPath = getHandlerPath;