automation-lib 5.1.346 → 5.1.347
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 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1513,7 +1513,7 @@ var EStatusAccountSocialSetting = /* @__PURE__ */ ((EStatusAccountSocialSetting2
|
|
|
1513
1513
|
EStatusAccountSocialSetting2["Pending"] = "Pending";
|
|
1514
1514
|
EStatusAccountSocialSetting2["Done"] = "Done";
|
|
1515
1515
|
EStatusAccountSocialSetting2["Error"] = "Error";
|
|
1516
|
-
EStatusAccountSocialSetting2["
|
|
1516
|
+
EStatusAccountSocialSetting2["UnKnown"] = "UnKnown";
|
|
1517
1517
|
return EStatusAccountSocialSetting2;
|
|
1518
1518
|
})(EStatusAccountSocialSetting || {});
|
|
1519
1519
|
|
package/dist/index.mjs
CHANGED
|
@@ -1382,7 +1382,7 @@ var EStatusAccountSocialSetting = /* @__PURE__ */ ((EStatusAccountSocialSetting2
|
|
|
1382
1382
|
EStatusAccountSocialSetting2["Pending"] = "Pending";
|
|
1383
1383
|
EStatusAccountSocialSetting2["Done"] = "Done";
|
|
1384
1384
|
EStatusAccountSocialSetting2["Error"] = "Error";
|
|
1385
|
-
EStatusAccountSocialSetting2["
|
|
1385
|
+
EStatusAccountSocialSetting2["UnKnown"] = "UnKnown";
|
|
1386
1386
|
return EStatusAccountSocialSetting2;
|
|
1387
1387
|
})(EStatusAccountSocialSetting || {});
|
|
1388
1388
|
|