automation-lib 5.0.165 → 5.0.166

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/index.d.mts CHANGED
@@ -159,6 +159,7 @@ declare const CONST_API_CONTROLLERS: {
159
159
  IMAGES: string;
160
160
  OTP: string;
161
161
  LARK: string;
162
+ LARK_TEAM: string;
162
163
  TOKENS: string;
163
164
  USERS: string;
164
165
  TEAMS: string;
package/dist/index.d.ts CHANGED
@@ -159,6 +159,7 @@ declare const CONST_API_CONTROLLERS: {
159
159
  IMAGES: string;
160
160
  OTP: string;
161
161
  LARK: string;
162
+ LARK_TEAM: string;
162
163
  TOKENS: string;
163
164
  USERS: string;
164
165
  TEAMS: string;
package/dist/index.js CHANGED
@@ -206,6 +206,7 @@ var CONST_API_CONTROLLERS = {
206
206
  IMAGES: "images",
207
207
  OTP: "otp",
208
208
  LARK: "lark",
209
+ LARK_TEAM: "lark-team",
209
210
  TOKENS: "tokens",
210
211
  USERS: "users",
211
212
  TEAMS: "teams",
@@ -357,7 +358,7 @@ __export(types_exports, {
357
358
  ETypeVoiceLanguage: () => ETypeVoiceLanguage
358
359
  });
359
360
 
360
- // src/enums/types/proxy/EProxy.enum.ts
361
+ // src/enums/types/EProxy.enum.ts
361
362
  var ETypeProxy = /* @__PURE__ */ ((ETypeProxy2) => {
362
363
  ETypeProxy2["HTTP"] = "HTTP";
363
364
  ETypeProxy2["SOCKS5"] = "SOCKS5";
package/dist/index.mjs CHANGED
@@ -181,6 +181,7 @@ var CONST_API_CONTROLLERS = {
181
181
  IMAGES: "images",
182
182
  OTP: "otp",
183
183
  LARK: "lark",
184
+ LARK_TEAM: "lark-team",
184
185
  TOKENS: "tokens",
185
186
  USERS: "users",
186
187
  TEAMS: "teams",
@@ -332,7 +333,7 @@ __export(types_exports, {
332
333
  ETypeVoiceLanguage: () => ETypeVoiceLanguage
333
334
  });
334
335
 
335
- // src/enums/types/proxy/EProxy.enum.ts
336
+ // src/enums/types/EProxy.enum.ts
336
337
  var ETypeProxy = /* @__PURE__ */ ((ETypeProxy2) => {
337
338
  ETypeProxy2["HTTP"] = "HTTP";
338
339
  ETypeProxy2["SOCKS5"] = "SOCKS5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.165",
3
+ "version": "5.0.166",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",