@etsoo/appscript 1.6.50 → 1.6.51

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.
@@ -21,7 +21,9 @@ export declare enum IdentityType {
21
21
  }
22
22
  /**
23
23
  * Identity type flags
24
- * 标识类型组合
24
+ * Remove contact definition, because contact is a relationship, not an identity
25
+ * com.etsoo.CoreFramework.Business.IdentityTypeFlags
26
+ * 标识类型带标志,删除联系人定义,因为联系人是一种关系,不是身份
25
27
  */
26
28
  export declare enum IdentityTypeFlags {
27
29
  /**
@@ -44,11 +46,6 @@ export declare enum IdentityTypeFlags {
44
46
  * 供应商
45
47
  */
46
48
  Supplier = 4,
47
- /**
48
- * Contact
49
- * 联系人
50
- */
51
- Contact = 8,
52
49
  /**
53
50
  * Orgnization
54
51
  * 机构
@@ -25,7 +25,9 @@ var IdentityType;
25
25
  })(IdentityType || (exports.IdentityType = IdentityType = {}));
26
26
  /**
27
27
  * Identity type flags
28
- * 标识类型组合
28
+ * Remove contact definition, because contact is a relationship, not an identity
29
+ * com.etsoo.CoreFramework.Business.IdentityTypeFlags
30
+ * 标识类型带标志,删除联系人定义,因为联系人是一种关系,不是身份
29
31
  */
30
32
  var IdentityTypeFlags;
31
33
  (function (IdentityTypeFlags) {
@@ -49,11 +51,6 @@ var IdentityTypeFlags;
49
51
  * 供应商
50
52
  */
51
53
  IdentityTypeFlags[IdentityTypeFlags["Supplier"] = 4] = "Supplier";
52
- /**
53
- * Contact
54
- * 联系人
55
- */
56
- IdentityTypeFlags[IdentityTypeFlags["Contact"] = 8] = "Contact";
57
54
  /**
58
55
  * Orgnization
59
56
  * 机构
@@ -21,7 +21,9 @@ export declare enum IdentityType {
21
21
  }
22
22
  /**
23
23
  * Identity type flags
24
- * 标识类型组合
24
+ * Remove contact definition, because contact is a relationship, not an identity
25
+ * com.etsoo.CoreFramework.Business.IdentityTypeFlags
26
+ * 标识类型带标志,删除联系人定义,因为联系人是一种关系,不是身份
25
27
  */
26
28
  export declare enum IdentityTypeFlags {
27
29
  /**
@@ -44,11 +46,6 @@ export declare enum IdentityTypeFlags {
44
46
  * 供应商
45
47
  */
46
48
  Supplier = 4,
47
- /**
48
- * Contact
49
- * 联系人
50
- */
51
- Contact = 8,
52
49
  /**
53
50
  * Orgnization
54
51
  * 机构
@@ -22,7 +22,9 @@ export var IdentityType;
22
22
  })(IdentityType || (IdentityType = {}));
23
23
  /**
24
24
  * Identity type flags
25
- * 标识类型组合
25
+ * Remove contact definition, because contact is a relationship, not an identity
26
+ * com.etsoo.CoreFramework.Business.IdentityTypeFlags
27
+ * 标识类型带标志,删除联系人定义,因为联系人是一种关系,不是身份
26
28
  */
27
29
  export var IdentityTypeFlags;
28
30
  (function (IdentityTypeFlags) {
@@ -46,11 +48,6 @@ export var IdentityTypeFlags;
46
48
  * 供应商
47
49
  */
48
50
  IdentityTypeFlags[IdentityTypeFlags["Supplier"] = 4] = "Supplier";
49
- /**
50
- * Contact
51
- * 联系人
52
- */
53
- IdentityTypeFlags[IdentityTypeFlags["Contact"] = 8] = "Contact";
54
51
  /**
55
52
  * Orgnization
56
53
  * 机构
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.6.50",
3
+ "version": "1.6.51",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -48,7 +48,7 @@
48
48
  "@babel/runtime-corejs3": "^7.28.4",
49
49
  "@types/crypto-js": "^4.2.2",
50
50
  "@vitejs/plugin-react": "^5.1.2",
51
- "jsdom": "^27.3.0",
51
+ "jsdom": "^27.4.0",
52
52
  "typescript": "^5.9.3",
53
53
  "vitest": "^4.0.16"
54
54
  }
@@ -24,7 +24,9 @@ export enum IdentityType {
24
24
 
25
25
  /**
26
26
  * Identity type flags
27
- * 标识类型组合
27
+ * Remove contact definition, because contact is a relationship, not an identity
28
+ * com.etsoo.CoreFramework.Business.IdentityTypeFlags
29
+ * 标识类型带标志,删除联系人定义,因为联系人是一种关系,不是身份
28
30
  */
29
31
  export enum IdentityTypeFlags {
30
32
  /**
@@ -51,12 +53,6 @@ export enum IdentityTypeFlags {
51
53
  */
52
54
  Supplier = 4,
53
55
 
54
- /**
55
- * Contact
56
- * 联系人
57
- */
58
- Contact = 8,
59
-
60
56
  /**
61
57
  * Orgnization
62
58
  * 机构