@be-link/ecommerce-backend-bff-service-node-sdk 0.1.26 → 0.1.27

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.
@@ -84,6 +84,7 @@ export declare namespace PandoraBDService {
84
84
  bindId: string;
85
85
  name: string;
86
86
  phone: string;
87
+ unionId: string;
87
88
  displayId: string;
88
89
  stores: Array<{
89
90
  id: string;
@@ -69,6 +69,7 @@ export declare namespace PandoraBDMService {
69
69
  bindId: string;
70
70
  name: string;
71
71
  phone: string;
72
+ unionId: string;
72
73
  displayId: string;
73
74
  bds: Array<{
74
75
  id: string;
@@ -72,6 +72,7 @@ export declare namespace PandoraStoreClerkService {
72
72
  bindId: string;
73
73
  name: string;
74
74
  phone: string;
75
+ unionId: string;
75
76
  displayId: string;
76
77
  store: {
77
78
  id: string;
@@ -78,6 +78,7 @@ export declare namespace PandoraStoreManagerService {
78
78
  bindId: string;
79
79
  name: string;
80
80
  phone: string;
81
+ unionId: string;
81
82
  displayId: string;
82
83
  store: {
83
84
  id: string;
@@ -94,6 +94,7 @@ export declare namespace PandoraUserService {
94
94
  bindId: string;
95
95
  name: string;
96
96
  phone: string;
97
+ unionId: string;
97
98
  role: {
98
99
  id: string;
99
100
  name: string;
@@ -84,6 +84,7 @@ export declare namespace PandoraBDService {
84
84
  bindId: string;
85
85
  name: string;
86
86
  phone: string;
87
+ unionId: string;
87
88
  displayId: string;
88
89
  stores: Array<{
89
90
  id: string;
@@ -69,6 +69,7 @@ export declare namespace PandoraBDMService {
69
69
  bindId: string;
70
70
  name: string;
71
71
  phone: string;
72
+ unionId: string;
72
73
  displayId: string;
73
74
  bds: Array<{
74
75
  id: string;
@@ -72,6 +72,7 @@ export declare namespace PandoraStoreClerkService {
72
72
  bindId: string;
73
73
  name: string;
74
74
  phone: string;
75
+ unionId: string;
75
76
  displayId: string;
76
77
  store: {
77
78
  id: string;
@@ -78,6 +78,7 @@ export declare namespace PandoraStoreManagerService {
78
78
  bindId: string;
79
79
  name: string;
80
80
  phone: string;
81
+ unionId: string;
81
82
  displayId: string;
82
83
  store: {
83
84
  id: string;
@@ -94,6 +94,7 @@ export declare namespace PandoraUserService {
94
94
  bindId: string;
95
95
  name: string;
96
96
  phone: string;
97
+ unionId: string;
97
98
  role: {
98
99
  id: string;
99
100
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-backend-bff-service-node-sdk",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "EcommerceBackendBffService Node.js SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./cjs/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@be-link/ecommerce-trade-service-node-sdk": "^0.1.15",
28
- "@be-link/ecommerce-backend-user-service-node-sdk": "^0.1.10",
28
+ "@be-link/ecommerce-backend-user-service-node-sdk": "^0.1.11",
29
29
  "@be-link/ecommerce-volcengine-open-api-sdk": "^1.0.22",
30
30
  "@be-link/ecommerce-client-backend-service-node-sdk": "^0.1.9",
31
31
  "@be-link/ecommerce-tag-service-node-sdk": "^0.1.1",