@8ms/helpers 2.3.35 → 2.3.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aws/cloudWatch/server/index.d.mts +1 -0
- package/dist/aws/cloudWatch/server/index.mjs +1 -0
- package/dist/aws/ec2/server/index.d.mts +1 -1
- package/dist/aws/ecs/server/index.d.mts +1 -1
- package/dist/aws/glue/server/index.d.mts +1 -1
- package/dist/aws/lambda/server/index.d.mts +1 -1
- package/dist/aws/s3/server/index.d.mts +1 -1
- package/dist/aws/server/index.d.mts +1 -1
- package/dist/aws/ses/server/index.d.mts +1 -1
- package/dist/aws/sqs/server/index.d.mts +1 -1
- package/dist/aws/ssm/server/index.d.mts +1 -1
- package/dist/brightData/serpApi/server/index.d.mts +1 -1
- package/dist/brightData/server/index.d.mts +1 -1
- package/dist/brightData/webScraperIde/server/index.d.mts +1 -1
- package/dist/googleCloud/bigquery/server/index.d.mts +1 -1
- package/dist/googleCloud/server/index.d.mts +1 -1
- package/dist/googleCloud/sheets/server/index.d.mts +1 -1
- package/dist/googleCloud/storage/server/index.d.mts +1 -1
- package/dist/swr/client/index.d.mts +3 -1
- package/package.json +7 -1
- /package/dist/{index-DmCSxHCc.d.mts → index-BqrbHL2-.d.mts} +0 -0
- /package/dist/{index-CqTOMR8f.d.mts → index-CE8rcECG.d.mts} +0 -0
- /package/dist/{index-BfyGIdDD.d.mts → index-Cpfm8vFH.d.mts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as AwsConfig } from "../../../index-
|
|
2
|
+
import { t as AwsConfig } from "../../../index-CE8rcECG.mjs";
|
|
3
3
|
import * as _aws_sdk_client_ec20 from "@aws-sdk/client-ec2";
|
|
4
4
|
import { EC2Client } from "@aws-sdk/client-ec2";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as AwsConfig } from "../../../index-
|
|
2
|
+
import { t as AwsConfig } from "../../../index-CE8rcECG.mjs";
|
|
3
3
|
import { DesiredStatus, ECSClient, LaunchType, NetworkConfiguration, SortOrder, TaskDefinitionStatus, TaskOverride } from "@aws-sdk/client-ecs";
|
|
4
4
|
|
|
5
5
|
//#region src/aws/ecs/server/AwsEcsNamespace.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as AwsConfig } from "../../../index-
|
|
2
|
+
import { t as AwsConfig } from "../../../index-CE8rcECG.mjs";
|
|
3
3
|
import { GlueClient } from "@aws-sdk/client-glue";
|
|
4
4
|
|
|
5
5
|
//#region src/aws/glue/server/AwsGlueNamespace.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as AwsConfig } from "../../../index-
|
|
2
|
+
import { t as AwsConfig } from "../../../index-CE8rcECG.mjs";
|
|
3
3
|
import { LambdaClient } from "@aws-sdk/client-lambda";
|
|
4
4
|
|
|
5
5
|
//#region src/aws/lambda/server/AwsLambdaNamespace.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as AwsConfig } from "../../../index-
|
|
2
|
+
import { t as AwsConfig } from "../../../index-CE8rcECG.mjs";
|
|
3
3
|
import { z } from "zod/v4";
|
|
4
4
|
import * as _aws_sdk_client_s30 from "@aws-sdk/client-s3";
|
|
5
5
|
import { S3Client } from "@aws-sdk/client-s3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as getConfig, r as isResponse200, t as AwsConfig } from "../../index-
|
|
1
|
+
import { n as getConfig, r as isResponse200, t as AwsConfig } from "../../index-CE8rcECG.mjs";
|
|
2
2
|
export { AwsConfig, getConfig, isResponse200 };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as BaseClass, t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as AwsConfig } from "../../../index-
|
|
2
|
+
import { t as AwsConfig } from "../../../index-CE8rcECG.mjs";
|
|
3
3
|
import { SESClient, SendEmailCommandInput, SendRawEmailCommandInput } from "@aws-sdk/client-ses";
|
|
4
4
|
|
|
5
5
|
//#region src/aws/ses/server/AwsSesNamespace.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as AwsConfig } from "../../../index-
|
|
2
|
+
import { t as AwsConfig } from "../../../index-CE8rcECG.mjs";
|
|
3
3
|
import * as _aws_sdk_client_sqs0 from "@aws-sdk/client-sqs";
|
|
4
4
|
import { SQSClient } from "@aws-sdk/client-sqs";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as AwsConfig } from "../../../index-
|
|
2
|
+
import { t as AwsConfig } from "../../../index-CE8rcECG.mjs";
|
|
3
3
|
import { SSMClient } from "@aws-sdk/client-ssm";
|
|
4
4
|
|
|
5
5
|
//#region src/aws/ssm/server/AwsSsmNamespace.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { f as ApiResponseClass } from "../../../index-DW9yJLtI.mjs";
|
|
2
|
-
import { t as Auth } from "../../../index-
|
|
2
|
+
import { t as Auth } from "../../../index-Cpfm8vFH.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/brightData/serpApi/server/brightDataSerpApi.d.ts
|
|
5
5
|
declare const brightDataSerpApiType: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as getCustomerId, r as getZone, t as Auth } from "../../index-
|
|
1
|
+
import { n as getCustomerId, r as getZone, t as Auth } from "../../index-Cpfm8vFH.mjs";
|
|
2
2
|
export { Auth, getCustomerId, getZone };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as GoogleCloudConfig } from "../../../index-
|
|
2
|
+
import { t as GoogleCloudConfig } from "../../../index-BqrbHL2-.mjs";
|
|
3
3
|
import { BigQuery, DatasetResource, QueryOptions } from "@google-cloud/bigquery";
|
|
4
4
|
import { GoogleAuthOptions } from "@google-cloud/common";
|
|
5
5
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as getConfig, t as GoogleCloudConfig } from "../../index-
|
|
1
|
+
import { n as getConfig, t as GoogleCloudConfig } from "../../index-BqrbHL2-.mjs";
|
|
2
2
|
export { GoogleCloudConfig, getConfig };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as GoogleCloudConfig } from "../../../index-
|
|
2
|
+
import { t as GoogleCloudConfig } from "../../../index-BqrbHL2-.mjs";
|
|
3
3
|
import * as _googleapis_sheets0 from "@googleapis/sheets";
|
|
4
4
|
import { GoogleAuth } from "googleapis-common";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as BaseNamespace } from "../../../index-DwB8X1lz.mjs";
|
|
2
|
-
import { t as GoogleCloudConfig } from "../../../index-
|
|
2
|
+
import { t as GoogleCloudConfig } from "../../../index-BqrbHL2-.mjs";
|
|
3
3
|
import * as _google_cloud_storage0 from "@google-cloud/storage";
|
|
4
4
|
import { Storage } from "@google-cloud/storage";
|
|
5
5
|
import { GoogleAuthOptions } from "@google-cloud/common";
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { c as ApiState } from "../../index-DW9yJLtI.mjs";
|
|
2
|
+
|
|
1
3
|
//#region src/swr/client/swr.d.ts
|
|
2
4
|
type Swr = {
|
|
3
5
|
data: any;
|
|
@@ -13,7 +15,7 @@ type SwrResponse<TData = unknown> = {
|
|
|
13
15
|
data: object;
|
|
14
16
|
url: string;
|
|
15
17
|
};
|
|
16
|
-
state?:
|
|
18
|
+
state?: ApiState;
|
|
17
19
|
swrMutate: unknown;
|
|
18
20
|
};
|
|
19
21
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@8ms/helpers",
|
|
3
3
|
"license": "UNLICENSED",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.37",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/8millionstories-organisation/8ms-helpers-ts.git"
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@1password/sdk": "<1.0.0",
|
|
25
|
+
"@aws-sdk/client-cloudwatch-logs": "^3.0.0",
|
|
25
26
|
"@aws-sdk/client-ec2": "^3.0.0",
|
|
26
27
|
"@aws-sdk/client-ecs": "^3.0.0",
|
|
27
28
|
"@aws-sdk/client-glue": "^3.0.0",
|
|
@@ -56,6 +57,9 @@
|
|
|
56
57
|
"@1password/sdk": {
|
|
57
58
|
"optional": true
|
|
58
59
|
},
|
|
60
|
+
"@aws-sdk/client-cloudwatch-logs": {
|
|
61
|
+
"optional": true
|
|
62
|
+
},
|
|
59
63
|
"@aws-sdk/client-ec2": {
|
|
60
64
|
"optional": true
|
|
61
65
|
},
|
|
@@ -143,6 +147,7 @@
|
|
|
143
147
|
},
|
|
144
148
|
"devDependencies": {
|
|
145
149
|
"@1password/sdk": "^0.4.0",
|
|
150
|
+
"@aws-sdk/client-cloudwatch-logs": "^3.992.0",
|
|
146
151
|
"@aws-sdk/client-ec2": "^3.992.0",
|
|
147
152
|
"@aws-sdk/client-ecs": "^3.992.0",
|
|
148
153
|
"@aws-sdk/client-glue": "^3.992.0",
|
|
@@ -198,6 +203,7 @@
|
|
|
198
203
|
"./api": "./dist/api/index.mjs",
|
|
199
204
|
"./array": "./dist/array/index.mjs",
|
|
200
205
|
"./atInternet": "./dist/atInternet/index.mjs",
|
|
206
|
+
"./aws/cloudWatch/server": "./dist/aws/cloudWatch/server/index.mjs",
|
|
201
207
|
"./aws/ec2/server": "./dist/aws/ec2/server/index.mjs",
|
|
202
208
|
"./aws/ecs/server": "./dist/aws/ecs/server/index.mjs",
|
|
203
209
|
"./aws/glue/server": "./dist/aws/glue/server/index.mjs",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|