sevago-sso-fe 1.0.81 → 1.0.82

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.
@@ -13,6 +13,7 @@ export interface AppInfo {
13
13
  develop: string;
14
14
  staging: string;
15
15
  production: string;
16
+ production_vps: string;
16
17
  };
17
18
  content: string;
18
19
  color: string;
@@ -32,6 +33,7 @@ export declare const SSO: {
32
33
  develop: string;
33
34
  staging: string;
34
35
  production: string;
36
+ production_vps: string;
35
37
  };
36
38
  export declare const APP_OBJ: {
37
39
  E_HIRING: {
@@ -40,6 +42,7 @@ export declare const APP_OBJ: {
40
42
  develop: string;
41
43
  staging: string;
42
44
  production: string;
45
+ production_vps: string;
43
46
  };
44
47
  icon: string;
45
48
  content: string;
@@ -52,6 +55,7 @@ export declare const APP_OBJ: {
52
55
  develop: string;
53
56
  staging: string;
54
57
  production: string;
58
+ production_vps: string;
55
59
  };
56
60
  icon: string;
57
61
  content: string;
@@ -64,6 +68,7 @@ export declare const APP_OBJ: {
64
68
  develop: string;
65
69
  staging: string;
66
70
  production: string;
71
+ production_vps: string;
67
72
  };
68
73
  icon: string;
69
74
  content: string;
@@ -76,6 +81,7 @@ export declare const APP_OBJ: {
76
81
  develop: string;
77
82
  staging: string;
78
83
  production: string;
84
+ production_vps: string;
79
85
  };
80
86
  icon: string;
81
87
  content: string;
@@ -88,6 +94,7 @@ export declare const APP_OBJ: {
88
94
  develop: string;
89
95
  staging: string;
90
96
  production: string;
97
+ production_vps: string;
91
98
  };
92
99
  icon: string;
93
100
  content: string;
@@ -100,6 +107,7 @@ export declare const APP_OBJ: {
100
107
  develop: string;
101
108
  staging: string;
102
109
  production: string;
110
+ production_vps: string;
103
111
  };
104
112
  icon: string;
105
113
  content: string;
@@ -112,6 +120,7 @@ export declare const APP_OBJ: {
112
120
  develop: string;
113
121
  staging: string;
114
122
  production: string;
123
+ production_vps: string;
115
124
  };
116
125
  icon: string;
117
126
  content: string;
@@ -124,6 +133,7 @@ export declare const APP_OBJ: {
124
133
  develop: string;
125
134
  staging: string;
126
135
  production: string;
136
+ production_vps: string;
127
137
  };
128
138
  icon: string;
129
139
  content: string;
@@ -136,6 +146,7 @@ export declare const APP_OBJ: {
136
146
  develop: string;
137
147
  staging: string;
138
148
  production: string;
149
+ production_vps: string;
139
150
  };
140
151
  icon: string;
141
152
  content: string;
@@ -148,6 +159,7 @@ export declare const APP_OBJ: {
148
159
  develop: string;
149
160
  staging: string;
150
161
  production: string;
162
+ production_vps: string;
151
163
  };
152
164
  icon: string;
153
165
  content: string;
@@ -160,6 +172,7 @@ export declare const APP_OBJ: {
160
172
  develop: string;
161
173
  staging: string;
162
174
  production: string;
175
+ production_vps: string;
163
176
  };
164
177
  icon: string;
165
178
  content: string;
@@ -172,6 +185,7 @@ export declare const APP_OBJ: {
172
185
  develop: string;
173
186
  staging: string;
174
187
  production: string;
188
+ production_vps: string;
175
189
  };
176
190
  icon: string;
177
191
  content: string;
@@ -184,6 +198,7 @@ export declare const APP_OBJ: {
184
198
  develop: string;
185
199
  staging: string;
186
200
  production: string;
201
+ production_vps: string;
187
202
  };
188
203
  icon: string;
189
204
  content: string;
@@ -196,6 +211,7 @@ export declare const APP_OBJ: {
196
211
  develop: string;
197
212
  staging: string;
198
213
  production: string;
214
+ production_vps: string;
199
215
  };
200
216
  icon: string;
201
217
  content: string;
@@ -208,6 +224,7 @@ export declare const APP_OBJ: {
208
224
  develop: string;
209
225
  staging: string;
210
226
  production: string;
227
+ production_vps: string;
211
228
  };
212
229
  icon: string;
213
230
  content: string;
@@ -220,6 +237,7 @@ export declare const APP_OBJ: {
220
237
  develop: string;
221
238
  staging: string;
222
239
  production: string;
240
+ production_vps: string;
223
241
  };
224
242
  icon: string;
225
243
  content: string;
@@ -232,6 +250,7 @@ export declare const APP_OBJ: {
232
250
  develop: string;
233
251
  staging: string;
234
252
  production: string;
253
+ production_vps: string;
235
254
  };
236
255
  icon: string;
237
256
  content: string;
@@ -1,4 +1,5 @@
1
1
  export declare enum Environment {
2
+ PRODUCTION_VPS = "production_vps",
2
3
  DEVELOP = "develop",
3
4
  STAGING = "staging",
4
5
  PRODUCTION = "production"
package/dist/index.cjs.js CHANGED
@@ -95,7 +95,8 @@ const SSO = {
95
95
  local: "http://localhost:6000",
96
96
  develop: "https://dev.account.sevago.local",
97
97
  staging: "https://sta.account.sevago.local",
98
- production: "https://account.sevago.com.vn"
98
+ production: "https://account.sevago.com.vn",
99
+ production_vps: "https://account.sevago.com.vn"
99
100
  };
100
101
  const APP_OBJ = {
101
102
  // GREEN
@@ -104,7 +105,8 @@ const APP_OBJ = {
104
105
  local: "http://localhost:6003/e-hiring",
105
106
  develop: "https://dev.admin.office.sevago.local/e-hiring",
106
107
  staging: "https://sta.admin.office.sevago.local/e-hiring",
107
- production: "https://admin.office.sevago.com.vn/e-hiring"
108
+ production: "https://admin.office.sevago.com.vn/e-hiring",
109
+ production_vps: "https://admin.office.sevago.com.vn/e-hiring"
108
110
  },
109
111
  icon: sevagoEHiringIcon,
110
112
  content: "Sevago - Tuyển dụng",
@@ -119,7 +121,8 @@ const APP_OBJ = {
119
121
  local: "http://localhost:6003/hr",
120
122
  develop: "https://dev.admin.office.sevago.local/hr",
121
123
  staging: "https://sta.admin.office.sevago.local/hr",
122
- production: "https://admin.office.sevago.com.vn/hr"
124
+ production: "https://admin.office.sevago.com.vn/hr",
125
+ production_vps: "https://admin.office.sevago.com.vn/hr"
123
126
  },
124
127
  icon: sevagoHrmIcon,
125
128
  content: "Sevago - Nhân sự",
@@ -134,7 +137,8 @@ const APP_OBJ = {
134
137
  local: "http://localhost:6003/payroll",
135
138
  develop: "https://dev.admin.office.sevago.local/payroll",
136
139
  staging: "https://sta.admin.office.sevago.local/payroll",
137
- production: "https://admin.office.sevago.com.vn/payroll"
140
+ production: "https://admin.office.sevago.com.vn/payroll",
141
+ production_vps: "https://admin.office.sevago.com.vn/payroll"
138
142
  },
139
143
  icon: sevagoPayrollIcon,
140
144
  content: "Sevago - Lương",
@@ -149,7 +153,8 @@ const APP_OBJ = {
149
153
  local: "http://localhost:6003/org",
150
154
  develop: "https://dev.admin.office.sevago.local/org",
151
155
  staging: "https://sta.admin.office.sevago.local/org",
152
- production: "https://admin.office.sevago.com.vn/org"
156
+ production: "https://admin.office.sevago.com.vn/org",
157
+ production_vps: "https://admin.office.sevago.com.vn/org"
153
158
  },
154
159
  icon: sevagoChartIcon,
155
160
  content: "Sevago - Tổ chức",
@@ -164,7 +169,8 @@ const APP_OBJ = {
164
169
  local: "http://localhost:6003/checkin",
165
170
  develop: "https://dev.admin.office.sevago.local/checkin",
166
171
  staging: "https://sta.admin.office.sevago.local/checkin",
167
- production: "https://admin.office.sevago.com.vn/checkin"
172
+ production: "https://admin.office.sevago.com.vn/checkin",
173
+ production_vps: "https://admin.office.sevago.com.vn/checkin"
168
174
  },
169
175
  icon: sevagoCheckinIcon,
170
176
  content: "Sevago - Chấm công",
@@ -180,7 +186,8 @@ const APP_OBJ = {
180
186
  local: "http://localhost:6003/chat",
181
187
  develop: "https://dev.admin.office.sevago.local/chat",
182
188
  staging: "https://sta.admin.office.sevago.local/chat",
183
- production: "https://admin.office.sevago.com.vn/chat"
189
+ production: "https://admin.office.sevago.com.vn/chat",
190
+ production_vps: "https://admin.office.sevago.com.vn/chat"
184
191
  },
185
192
  // Chat
186
193
  icon: sevagoMessageIcon,
@@ -196,7 +203,8 @@ const APP_OBJ = {
196
203
  local: "http://localhost:6003/training",
197
204
  develop: "https://dev.admin.office.sevago.local/training",
198
205
  staging: "https://sta.admin.office.sevago.local/training",
199
- production: "https://admin.office.sevago.com.vn/training"
206
+ production: "https://admin.office.sevago.com.vn/training",
207
+ production_vps: "https://admin.office.sevago.com.vn/training"
200
208
  },
201
209
  // Đào tạo
202
210
  icon: sevagoTrainingIcon,
@@ -212,7 +220,8 @@ const APP_OBJ = {
212
220
  local: "http://localhost:6003/form",
213
221
  develop: "https://dev.admin.office.sevago.local/form",
214
222
  staging: "https://sta.admin.office.sevago.local/form",
215
- production: "https://admin.office.sevago.com.vn/form"
223
+ production: "https://admin.office.sevago.com.vn/form",
224
+ production_vps: "https://admin.office.sevago.com.vn/form"
216
225
  },
217
226
  // Mẫu
218
227
  icon: sevagoFormIcon,
@@ -228,7 +237,8 @@ const APP_OBJ = {
228
237
  local: "http://localhost:6003/inside",
229
238
  develop: "https://dev.admin.office.sevago.local/inside",
230
239
  staging: "https://sta.admin.office.sevago.local/inside",
231
- production: "https://admin.office.sevago.com.vn/inside"
240
+ production: "https://admin.office.sevago.com.vn/inside",
241
+ production_vps: "https://admin.office.sevago.com.vn/inside"
232
242
  },
233
243
  // Truyền Thông và CSNV
234
244
  icon: sevagoInsideIcon,
@@ -244,7 +254,8 @@ const APP_OBJ = {
244
254
  local: "http://localhost:6003/booking",
245
255
  develop: "https://dev.admin.office.sevago.local/booking",
246
256
  staging: "https://sta.admin.office.sevago.local/booking",
247
- production: "https://admin.office.sevago.com.vn/booking"
257
+ production: "https://admin.office.sevago.com.vn/booking",
258
+ production_vps: "https://admin.office.sevago.com.vn/booking"
248
259
  },
249
260
  icon: sevagoInsideIcon,
250
261
  content: "Sevago - Booking",
@@ -260,7 +271,8 @@ const APP_OBJ = {
260
271
  local: "http://localhost:6003/project",
261
272
  develop: "https://dev.admin.office.sevago.local/project",
262
273
  staging: "https://sta.admin.office.sevago.local/project",
263
- production: "https://admin.office.sevago.com.vn/project"
274
+ production: "https://admin.office.sevago.com.vn/project",
275
+ production_vps: "https://admin.office.sevago.com.vn/project"
264
276
  },
265
277
  icon: sevagoProjectIcon,
266
278
  content: "Sevago - Dự án",
@@ -275,7 +287,8 @@ const APP_OBJ = {
275
287
  local: "http://localhost:6003/request",
276
288
  develop: "https://dev.admin.office.sevago.local/request",
277
289
  staging: "https://sta.admin.office.sevago.local/request",
278
- production: "https://admin.office.sevago.com.vn/request"
290
+ production: "https://admin.office.sevago.com.vn/request",
291
+ production_vps: "https://admin.office.sevago.com.vn/request"
279
292
  },
280
293
  icon: sevagoRequestIcon,
281
294
  content: "Sevago - Đề xuất",
@@ -290,7 +303,8 @@ const APP_OBJ = {
290
303
  local: "http://localhost:6003/process",
291
304
  develop: "https://dev.admin.office.sevago.local/process",
292
305
  staging: "https://sta.admin.office.sevago.local/process",
293
- production: "https://admin.office.sevago.com.vn/process"
306
+ production: "https://admin.office.sevago.com.vn/process",
307
+ production_vps: "https://admin.office.sevago.com.vn/process"
294
308
  },
295
309
  //
296
310
  icon: sevagoIcon,
@@ -309,7 +323,8 @@ const APP_OBJ = {
309
323
  local: "http://localhost:6003/workflow",
310
324
  develop: "https://dev.admin.office.sevago.local/workflow",
311
325
  staging: "https://sta.admin.office.sevago.local/workflow",
312
- production: "https://admin.office.sevago.com.vn/workflow"
326
+ production: "https://admin.office.sevago.com.vn/workflow",
327
+ production_vps: "https://admin.office.sevago.com.vn/workflow"
313
328
  },
314
329
  // Quy trình
315
330
  icon: sevagoIcon,
@@ -326,7 +341,8 @@ const APP_OBJ = {
326
341
  local: "http://localhost:6005",
327
342
  develop: "https://dev.formula-price.sevago.local",
328
343
  staging: "https://sta.formula-price.sevago.local",
329
- production: "https://formula-price.sevago.local"
344
+ production: "https://formula-price.sevago.local",
345
+ production_vps: "https://formula-price.sevago.local"
330
346
  },
331
347
  icon: sevagoIcon,
332
348
  content: "Sevago - Tính giá",
@@ -341,7 +357,8 @@ const APP_OBJ = {
341
357
  local: "http://localhost:6001",
342
358
  develop: "https://dev.admin.e-catalogue.sevago.local",
343
359
  staging: "https://sta.admin.e-catalogue.sevago.local",
344
- production: "https://admin.e-catalogue.sevago.com.vn"
360
+ production: "https://admin.e-catalogue.sevago.com.vn",
361
+ production_vps: "https://admin.e-catalogue.sevago.com.vn"
345
362
  },
346
363
  // E-Catalogue
347
364
  icon: sevagoIcon,
@@ -358,7 +375,8 @@ const APP_OBJ = {
358
375
  local: "http://localhost:6006",
359
376
  develop: "https://dev.admin.landing-page.sevago.local",
360
377
  staging: "https://sta.admin.landing-page.sevago.local",
361
- production: "https://admin.landing-page.sevago.com.vn"
378
+ production: "https://admin.landing-page.sevago.com.vn",
379
+ production_vps: "https://admin.landing-page.sevago.com.vn"
362
380
  },
363
381
  // Landing page
364
382
  icon: sevagoIcon,
@@ -1451,6 +1469,7 @@ var OrderType = /* @__PURE__ */ ((OrderType2) => {
1451
1469
  return OrderType2;
1452
1470
  })(OrderType || {});
1453
1471
  var Environment = /* @__PURE__ */ ((Environment2) => {
1472
+ Environment2["PRODUCTION_VPS"] = "production_vps";
1454
1473
  Environment2["DEVELOP"] = "develop";
1455
1474
  Environment2["STAGING"] = "staging";
1456
1475
  Environment2["PRODUCTION"] = "production";