@huyooo/ui 0.16.0 → 0.17.1
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/{AuthkitAppSetting-v80fEiq0.js → AuthkitAppSetting-jfSU-9BO.js} +655 -646
- package/dist/{AuthkitGithubBinding-CVhCM6AX.js → AuthkitGithubBinding-Co5Z_cD0.js} +260 -255
- package/dist/{Clipboard-R3AURqvU.js → Clipboard-Bo7gdpR6.js} +1 -1
- package/dist/{Contact-B3AMSHoN.js → Contact-B09Z0y_t.js} +2 -2
- package/dist/{FeedbackModal.vue_vue_type_script_setup_true_lang-CAGBbiZD.js → FeedbackModal.vue_vue_type_script_setup_true_lang-M1NQ-rx-.js} +3 -3
- package/dist/{MessageHandle-BMhGWVHD.js → MessageHandle-BG12aX0i.js} +2 -2
- package/dist/{MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-ByB_YaVb.js → MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-gsjL6yAe.js} +2 -2
- package/dist/{PaySubscriptions-D3g1OhiA.js → PaySubscriptions-BFq89DCI.js} +4 -4
- package/dist/{PricingPlans-DXea7rl0.js → PricingPlans-TZT6j_Jq.js} +4 -4
- package/dist/{ReferrerReferees-BxmZ1w_L.js → ReferrerReferees-jWOIvXrk.js} +18 -18
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-CXr8D4VG.js → Upload.vue_vue_type_script_setup_true_lang-B6NOZjK0.js} +1 -1
- package/dist/{UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-6xQNhFk3.js → UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-BVtXbwch.js} +57 -57
- package/dist/{WidthContainer-DVZQV6sM.js → WidthContainer-Ct44rKyS.js} +9 -9
- package/dist/{apiClients-DT7o0IpO.js → apiClients-DrGX2iJy.js} +81 -78
- package/dist/authkit.js +9 -9
- package/dist/common/authPanelWidth.d.ts +2 -0
- package/dist/common.js +1 -1
- package/dist/components/UserMenu/parts/UserBasicInformation.vue.d.ts +2 -2
- package/dist/composables/Authkit/readInviteCodeFromLocation.d.ts +2 -0
- package/dist/composables/Authkit/useAuthkitAuth.d.ts +1 -1
- package/dist/composables/Authkit/useOauth.d.ts +5 -9
- package/dist/composables.js +13 -13
- package/dist/feedback.js +2 -2
- package/dist/main.js +29 -29
- package/dist/message.js +3 -3
- package/dist/pay.js +4 -4
- package/dist/privateCom.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/api/ai.generated.d.ts +764 -94
- package/dist/types/api/auth.generated.d.ts +24 -20
- package/dist/types/api/billing.generated.d.ts +206 -514
- package/dist/types/api/ones.generated.d.ts +4 -0
- package/dist/types/api.d.ts +1 -1
- package/dist/types/user.d.ts +1 -1
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAppsAuthPageInfo-DScDQfj5.js → useAuthkitAppsAuthPageInfo-DWd0bDP-.js} +1 -1
- package/dist/{useAuthkitAuth-DpdKRuJm.js → useAuthkitAuth-DmS-H7M2.js} +60 -53
- package/dist/{useAuthkitCreateAndUpdate-MzA4qtTh.js → useAuthkitCreateAndUpdate-oo9517Gj.js} +1 -1
- package/dist/{useAuthkitUsersProfile-aw_A7IWb.js → useAuthkitUsersProfile-BZDk21c8.js} +2 -2
- package/dist/{useBillingStatusOptions-CAsu1hrf.js → useBillingStatusOptions-B7xLU3fs.js} +1 -1
- package/dist/{useEnsureAuthenticated-BEKhtQAl.js → useEnsureAuthenticated-BuIbxqsO.js} +2 -2
- package/dist/{useLegalLinks-BijRF_ZD.js → useLegalLinks--qFGF7lO.js} +2 -2
- package/dist/{useMessageNotifications-CFku0c2R.js → useMessageNotifications-D85_-mDq.js} +1 -1
- package/dist/{useRoutePermission-v4_0B-aO.js → useRoutePermission-chEi45Nb.js} +2 -2
- package/dist/{useSEO-CbHCw4gq.js → useSEO-C6DLicfe.js} +1 -1
- package/dist/{useSubscriptionCheckout-BjPiHSjA.js → useSubscriptionCheckout-BRk5h9aC.js} +3 -3
- package/dist/{useTableHandle-TDJa_Czn.js → useTableHandle-BdujaiNX.js} +1 -1
- package/dist/{useUploadCos-DOHnz2MP.js → useUploadCos-BRKRzSy3.js} +1 -1
- package/dist/user.js +1 -1
- package/dist/utils/apiMiddlewares.d.ts +4 -4
- package/package.json +2 -1
|
@@ -829,7 +829,7 @@ export type Api = {
|
|
|
829
829
|
get: {
|
|
830
830
|
query: {
|
|
831
831
|
appId: string;
|
|
832
|
-
|
|
832
|
+
inviteCode?: string;
|
|
833
833
|
redirectUri?: string;
|
|
834
834
|
mode?: "login" | "bind";
|
|
835
835
|
};
|
|
@@ -853,7 +853,7 @@ export type Api = {
|
|
|
853
853
|
get: {
|
|
854
854
|
query: {
|
|
855
855
|
appId: string;
|
|
856
|
-
|
|
856
|
+
inviteCode?: string;
|
|
857
857
|
redirectUri?: string;
|
|
858
858
|
mode?: "login" | "bind";
|
|
859
859
|
};
|
|
@@ -877,7 +877,7 @@ export type Api = {
|
|
|
877
877
|
get: {
|
|
878
878
|
query: {
|
|
879
879
|
appId: string;
|
|
880
|
-
|
|
880
|
+
inviteCode?: string;
|
|
881
881
|
redirectUri?: string;
|
|
882
882
|
mode?: "login" | "bind";
|
|
883
883
|
};
|
|
@@ -901,7 +901,7 @@ export type Api = {
|
|
|
901
901
|
get: {
|
|
902
902
|
query: {
|
|
903
903
|
appId: string;
|
|
904
|
-
|
|
904
|
+
inviteCode?: string;
|
|
905
905
|
redirectUri?: string;
|
|
906
906
|
mode?: "login" | "bind";
|
|
907
907
|
};
|
|
@@ -998,7 +998,7 @@ export type Api = {
|
|
|
998
998
|
body: {
|
|
999
999
|
email: string;
|
|
1000
1000
|
password: string;
|
|
1001
|
-
|
|
1001
|
+
inviteCode?: string;
|
|
1002
1002
|
userToken: string;
|
|
1003
1003
|
emailVerifyId: string;
|
|
1004
1004
|
};
|
|
@@ -1011,7 +1011,7 @@ export type Api = {
|
|
|
1011
1011
|
phone: string;
|
|
1012
1012
|
code: string;
|
|
1013
1013
|
password?: string;
|
|
1014
|
-
|
|
1014
|
+
inviteCode?: string;
|
|
1015
1015
|
};
|
|
1016
1016
|
return: any;
|
|
1017
1017
|
};
|
|
@@ -1543,8 +1543,9 @@ export type Api = {
|
|
|
1543
1543
|
post: {
|
|
1544
1544
|
body: {
|
|
1545
1545
|
name: string;
|
|
1546
|
-
type: "
|
|
1547
|
-
|
|
1546
|
+
type: "assigned" | "channel" | "campaign";
|
|
1547
|
+
attributionUserId?: string;
|
|
1548
|
+
distributionChannel?: string;
|
|
1548
1549
|
maxUses?: number;
|
|
1549
1550
|
expiresAt?: string;
|
|
1550
1551
|
description?: string;
|
|
@@ -1567,7 +1568,7 @@ export type Api = {
|
|
|
1567
1568
|
body: {
|
|
1568
1569
|
id: string;
|
|
1569
1570
|
name: string;
|
|
1570
|
-
|
|
1571
|
+
distributionChannel?: string;
|
|
1571
1572
|
maxUses?: number;
|
|
1572
1573
|
expiresAt?: string;
|
|
1573
1574
|
status: "active" | "inactive" | "expired";
|
|
@@ -1586,8 +1587,9 @@ export type Api = {
|
|
|
1586
1587
|
name?: string;
|
|
1587
1588
|
code?: string;
|
|
1588
1589
|
type?: string;
|
|
1589
|
-
|
|
1590
|
+
distributionChannel?: string;
|
|
1590
1591
|
status?: string;
|
|
1592
|
+
attributionKeyword?: string;
|
|
1591
1593
|
};
|
|
1592
1594
|
};
|
|
1593
1595
|
return: any;
|
|
@@ -2355,7 +2357,7 @@ export interface ApiClient {
|
|
|
2355
2357
|
/** 跳转到 GitHub 授权登录 */
|
|
2356
2358
|
get: (query?: {
|
|
2357
2359
|
appId: string;
|
|
2358
|
-
|
|
2360
|
+
inviteCode?: string;
|
|
2359
2361
|
redirectUri?: string;
|
|
2360
2362
|
mode?: "login" | "bind";
|
|
2361
2363
|
}, config?: RequestConfig) => Promise<ApiResponse<any>>;
|
|
@@ -2373,7 +2375,7 @@ export interface ApiClient {
|
|
|
2373
2375
|
/** 跳转到 Google 授权登录 */
|
|
2374
2376
|
get: (query?: {
|
|
2375
2377
|
appId: string;
|
|
2376
|
-
|
|
2378
|
+
inviteCode?: string;
|
|
2377
2379
|
redirectUri?: string;
|
|
2378
2380
|
mode?: "login" | "bind";
|
|
2379
2381
|
}, config?: RequestConfig) => Promise<ApiResponse<any>>;
|
|
@@ -2391,7 +2393,7 @@ export interface ApiClient {
|
|
|
2391
2393
|
/** 跳转到 Microsoft 授权登录 */
|
|
2392
2394
|
get: (query?: {
|
|
2393
2395
|
appId: string;
|
|
2394
|
-
|
|
2396
|
+
inviteCode?: string;
|
|
2395
2397
|
redirectUri?: string;
|
|
2396
2398
|
mode?: "login" | "bind";
|
|
2397
2399
|
}, config?: RequestConfig) => Promise<ApiResponse<any>>;
|
|
@@ -2409,7 +2411,7 @@ export interface ApiClient {
|
|
|
2409
2411
|
/** 跳转到微信开放平台扫码授权登录 */
|
|
2410
2412
|
get: (query?: {
|
|
2411
2413
|
appId: string;
|
|
2412
|
-
|
|
2414
|
+
inviteCode?: string;
|
|
2413
2415
|
redirectUri?: string;
|
|
2414
2416
|
mode?: "login" | "bind";
|
|
2415
2417
|
}, config?: RequestConfig) => Promise<ApiResponse<any>>;
|
|
@@ -2482,7 +2484,7 @@ export interface ApiClient {
|
|
|
2482
2484
|
post: (body: {
|
|
2483
2485
|
email: string;
|
|
2484
2486
|
password: string;
|
|
2485
|
-
|
|
2487
|
+
inviteCode?: string;
|
|
2486
2488
|
userToken: string;
|
|
2487
2489
|
emailVerifyId: string;
|
|
2488
2490
|
}, config?: RequestConfig) => Promise<ApiResponse<any>>;
|
|
@@ -2492,7 +2494,7 @@ export interface ApiClient {
|
|
|
2492
2494
|
phone: string;
|
|
2493
2495
|
code: string;
|
|
2494
2496
|
password?: string;
|
|
2495
|
-
|
|
2497
|
+
inviteCode?: string;
|
|
2496
2498
|
}, config?: RequestConfig) => Promise<ApiResponse<any>>;
|
|
2497
2499
|
};
|
|
2498
2500
|
};
|
|
@@ -2876,8 +2878,9 @@ export interface ApiClient {
|
|
|
2876
2878
|
/** 创建新邀请码 */
|
|
2877
2879
|
post: (body: {
|
|
2878
2880
|
name: string;
|
|
2879
|
-
type: "
|
|
2880
|
-
|
|
2881
|
+
type: "assigned" | "channel" | "campaign";
|
|
2882
|
+
attributionUserId?: string;
|
|
2883
|
+
distributionChannel?: string;
|
|
2881
2884
|
maxUses?: number;
|
|
2882
2885
|
expiresAt?: string;
|
|
2883
2886
|
description?: string;
|
|
@@ -2894,7 +2897,7 @@ export interface ApiClient {
|
|
|
2894
2897
|
post: (body: {
|
|
2895
2898
|
id: string;
|
|
2896
2899
|
name: string;
|
|
2897
|
-
|
|
2900
|
+
distributionChannel?: string;
|
|
2898
2901
|
maxUses?: number;
|
|
2899
2902
|
expiresAt?: string;
|
|
2900
2903
|
status: "active" | "inactive" | "expired";
|
|
@@ -2910,8 +2913,9 @@ export interface ApiClient {
|
|
|
2910
2913
|
name?: string;
|
|
2911
2914
|
code?: string;
|
|
2912
2915
|
type?: string;
|
|
2913
|
-
|
|
2916
|
+
distributionChannel?: string;
|
|
2914
2917
|
status?: string;
|
|
2918
|
+
attributionKeyword?: string;
|
|
2915
2919
|
};
|
|
2916
2920
|
}, config?: RequestConfig) => Promise<ApiResponse<any>>;
|
|
2917
2921
|
};
|