automation-lib 5.0.79 → 5.0.80
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 +8 -8
- package/dist/index.d.ts +8 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1564,14 +1564,14 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1564
1564
|
sheetUrl: string;
|
|
1565
1565
|
sheetName: string;
|
|
1566
1566
|
rowId: string;
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1567
|
+
oldCHPlayEmail: string;
|
|
1568
|
+
oldCHPlayPassword: string;
|
|
1569
|
+
oldCHPlayCode2FA: string;
|
|
1570
|
+
oldCHPlayEmailRecover: string;
|
|
1571
|
+
newCHPlayEmail: string;
|
|
1572
|
+
newCHPlayPassword: string;
|
|
1573
|
+
newCHPlayCode2FA: string;
|
|
1574
|
+
newCHPlayEmailRecover: string;
|
|
1575
1575
|
statusCHPlayChange: EStatusChangeInfo;
|
|
1576
1576
|
oldICloudEmail: string;
|
|
1577
1577
|
oldICloudPassword: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1564,14 +1564,14 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1564
1564
|
sheetUrl: string;
|
|
1565
1565
|
sheetName: string;
|
|
1566
1566
|
rowId: string;
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1567
|
+
oldCHPlayEmail: string;
|
|
1568
|
+
oldCHPlayPassword: string;
|
|
1569
|
+
oldCHPlayCode2FA: string;
|
|
1570
|
+
oldCHPlayEmailRecover: string;
|
|
1571
|
+
newCHPlayEmail: string;
|
|
1572
|
+
newCHPlayPassword: string;
|
|
1573
|
+
newCHPlayCode2FA: string;
|
|
1574
|
+
newCHPlayEmailRecover: string;
|
|
1575
1575
|
statusCHPlayChange: EStatusChangeInfo;
|
|
1576
1576
|
oldICloudEmail: string;
|
|
1577
1577
|
oldICloudPassword: string;
|