automation-lib 5.0.164 → 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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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/
|
|
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/
|
|
336
|
+
// src/enums/types/EProxy.enum.ts
|
|
336
337
|
var ETypeProxy = /* @__PURE__ */ ((ETypeProxy2) => {
|
|
337
338
|
ETypeProxy2["HTTP"] = "HTTP";
|
|
338
339
|
ETypeProxy2["SOCKS5"] = "SOCKS5";
|