@huyooo/ui 4.0.2 → 4.0.5

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.
Files changed (64) hide show
  1. package/dist/{AuthkitAppSetting-Cg8j3nES.js → AuthkitAppSetting-B7xyx5Kb.js} +20 -17
  2. package/dist/{CustomTable-C15Dgbks.js → CustomTable-FlfUde4Q.js} +14 -14
  3. package/dist/{FeedbackModal.vue_vue_type_script_setup_true_lang-Ddy1jcdL.js → FeedbackModal.vue_vue_type_script_setup_true_lang-BBmobezM.js} +9 -8
  4. package/dist/LandingPageLinkGroup-DBhikoiz.js +749 -0
  5. package/dist/{LandingPageSectionTabs-BJQeq3V5.js → LandingPageSectionTabs-BwStYRXA.js} +362 -366
  6. package/dist/{LegalDocViewer-BuzKCAfO.js → LegalDocViewer-BPbrJ2tj.js} +24 -21
  7. package/dist/{PaySubscriptions-ZSvRTG2i.js → PaySubscriptions-CPH1wESx.js} +22 -21
  8. package/dist/{PricingPlans-DTGJ-_us.js → PricingPlans-Cb2qrkmu.js} +3 -3
  9. package/dist/{ReferrerReferees-gkKtDau-.js → ReferrerReferees-B2OR30NV.js} +3 -3
  10. package/dist/Report-C5RbZNpM.js +317 -0
  11. package/dist/{Upload.vue_vue_type_script_setup_true_lang-C6B5_Hjo.js → Upload.vue_vue_type_script_setup_true_lang-BygtAblQ.js} +1 -1
  12. package/dist/{UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-BH6l-SKs.js → UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DxvHvsQm.js} +6 -6
  13. package/dist/{WidthContainer-DXwIiG2x.js → WidthContainer-DtKLf5Ub.js} +10 -10
  14. package/dist/authkit.js +8 -8
  15. package/dist/common/globalConfig.d.ts +5 -5
  16. package/dist/common.js +2 -2
  17. package/dist/components/LandingPage/LandingPageContact.vue.d.ts +14 -1
  18. package/dist/components/LandingPage/LandingPageContactForm.vue.d.ts +3 -8
  19. package/dist/components/LandingPage/LandingPageFooterContact.vue.d.ts +23 -15
  20. package/dist/components/LandingPage/LandingPageLink.vue.d.ts +7 -2
  21. package/dist/components/LandingPage/LandingPageReportForm.vue.d.ts +4 -0
  22. package/dist/components/PrivateCom/Report.vue.d.ts +2 -0
  23. package/dist/composables/Authkit/useAuthkitAppsAuthPageInfo.d.ts +14 -0
  24. package/dist/composables/Authkit/useLegalDocs.d.ts +1 -1
  25. package/dist/composables.d.ts +2 -0
  26. package/dist/composables.js +60 -54
  27. package/dist/feedback.js +2 -2
  28. package/dist/{fetchAuthPageAboutUs-C-jQ44QK.js → fetchAuthPageAboutUs-DD-MwyiG.js} +2 -2
  29. package/dist/{index-BIxwv9Xs.js → index-ClOjruo3.js} +1 -1
  30. package/dist/{index-5OR_BVTz.js → index-CncbUu-V.js} +1 -1
  31. package/dist/landingPage.d.ts +1 -0
  32. package/dist/landingPage.js +17 -16
  33. package/dist/legalDocs/buildBuiltinUrl.d.ts +1 -1
  34. package/dist/main.js +306 -298
  35. package/dist/pay.js +3 -3
  36. package/dist/privateCom.d.ts +1 -0
  37. package/dist/privateCom.js +3 -2
  38. package/dist/publicReport-ZlMy0xQf.js +32 -0
  39. package/dist/referrer.js +1 -1
  40. package/dist/{runtime-B-tHI8-q.js → runtime-CfbHkmk9.js} +25 -26
  41. package/dist/style.css +1 -1
  42. package/dist/types/api/auth.generated.d.ts +250 -43
  43. package/dist/types/api/ones.generated.d.ts +44 -0
  44. package/dist/types/app.d.ts +9 -0
  45. package/dist/upload.js +2 -2
  46. package/dist/{useAccessPosture-DBNTLWQn.js → useAccessPosture-NSPnmu0I.js} +33 -33
  47. package/dist/{useAuthkitAppsAuthPageInfo-CsivtUQH.js → useAuthkitAppsAuthPageInfo-Cg40bxCJ.js} +25 -23
  48. package/dist/{useAuthkitAuth-CV60Hc3o.js → useAuthkitAuth-C5oUnl8U.js} +1 -1
  49. package/dist/{useAuthkitUsersProfile-CQOLEAxC.js → useAuthkitUsersProfile-BWNVk2UM.js} +1 -1
  50. package/dist/{useEnsureAuthenticated-BYGI2uYZ.js → useEnsureAuthenticated-CQWINiHB.js} +1 -1
  51. package/dist/useLegalDocs-ky2EzBke.js +114 -0
  52. package/dist/{usePageSEO-BHYaXnDU.js → usePageSEO-CWLQAmET.js} +1 -1
  53. package/dist/{useRoutePermission-BkWHsFxN.js → useRoutePermission-K-Eu4pRD.js} +3 -3
  54. package/dist/{useSubscriptionCheckout-QSNro05_.js → useSubscriptionCheckout-BcN8cRMV.js} +1 -1
  55. package/dist/user.js +1 -1
  56. package/dist/utils/company.d.ts +2 -0
  57. package/dist/utils/publicFeedbackSubmit.d.ts +13 -0
  58. package/dist/utils/publicReport.d.ts +26 -0
  59. package/dist/utils/reportForm.d.ts +8 -0
  60. package/dist/utils/requiredFooterLinks.d.ts +11 -0
  61. package/package.json +1 -1
  62. package/dist/Contact-D9NRguTE.js +0 -222
  63. package/dist/LandingPageLinkGroup-B8ERKG5f.js +0 -527
  64. package/dist/useLegalDocs-BrYWCDh3.js +0 -107
@@ -610,6 +610,20 @@ export type Api = {
610
610
  return: any;
611
611
  };
612
612
  };
613
+ filing: {
614
+ /** 覆盖或继承组织备案,或更新应用自定义备案 */
615
+ post: {
616
+ body: {
617
+ key: string;
618
+ enabled: boolean;
619
+ label?: string;
620
+ value?: string;
621
+ href?: string;
622
+ inherit?: boolean;
623
+ };
624
+ return: any;
625
+ };
626
+ };
613
627
  emailConfig: {
614
628
  /** 更新应用邮件发送配置 */
615
629
  post: {
@@ -811,18 +825,6 @@ export type Api = {
811
825
  return: any;
812
826
  };
813
827
  };
814
- licenseInformation: {
815
- /** 更新许可信息配置 */
816
- post: {
817
- body: {
818
- value: {
819
- type: "doc";
820
- content: unknown[];
821
- };
822
- };
823
- return: any;
824
- };
825
- };
826
828
  complaintReportingRules: {
827
829
  /** 更新投诉举报处理规则配置 */
828
830
  post: {
@@ -901,6 +903,33 @@ export type Api = {
901
903
  return: any;
902
904
  };
903
905
  };
906
+ filingsInfo: {
907
+ /** 获取页脚备案号:组织继承 + 应用覆盖 */
908
+ post: {
909
+ return: any;
910
+ };
911
+ };
912
+ createCustomFiling: {
913
+ /** 新增仅本应用展示的自定义备案或证照 */
914
+ post: {
915
+ body: {
916
+ label: string;
917
+ value: string;
918
+ enabled: boolean;
919
+ href?: string;
920
+ };
921
+ return: any;
922
+ };
923
+ };
924
+ removeFiling: {
925
+ /** 删除应用级自定义备案;常用项请改用继承组织 */
926
+ post: {
927
+ body: {
928
+ key: string;
929
+ };
930
+ return: any;
931
+ };
932
+ };
904
933
  securitySettingsInfo: {
905
934
  /** 获取域名白名单与会话策略展示信息 */
906
935
  post: {
@@ -1169,7 +1198,7 @@ export type Api = {
1169
1198
  };
1170
1199
  };
1171
1200
  checkServiceAccess: {
1172
- /** ai-server 等微服务校验用户是否已开通生成式服务 */
1201
+ /** 供业务服务校验用户是否已开通该应用 */
1173
1202
  post: {
1174
1203
  body: {
1175
1204
  userId: string;
@@ -1872,6 +1901,33 @@ export type Api = {
1872
1901
  };
1873
1902
  return: any;
1874
1903
  };
1904
+ filing: {
1905
+ /** 更新组织级单条备案或证照 */
1906
+ post: {
1907
+ body: {
1908
+ id: string;
1909
+ key: string;
1910
+ enabled: boolean;
1911
+ label?: string;
1912
+ value?: string;
1913
+ href?: string;
1914
+ };
1915
+ return: any;
1916
+ };
1917
+ };
1918
+ licenseInformation: {
1919
+ /** 更新组织级营业执照等证照长文 */
1920
+ post: {
1921
+ body: {
1922
+ id: string;
1923
+ value: {
1924
+ type: "doc";
1925
+ content: unknown[];
1926
+ };
1927
+ };
1928
+ return: any;
1929
+ };
1930
+ };
1875
1931
  };
1876
1932
  find: {
1877
1933
  /** 分页查询组织列表 */
@@ -1941,7 +1997,24 @@ export type Api = {
1941
1997
  body: {
1942
1998
  organizationId: string;
1943
1999
  };
1944
- return: any;
2000
+ return: {
2001
+ members: ({
2002
+ id: string;
2003
+ email: string;
2004
+ phone: string;
2005
+ nickname: string;
2006
+ avatar: string;
2007
+ avatarUrl: string;
2008
+ role: "admin" | "member";
2009
+ isCreator: boolean;
2010
+ joinTime: string;
2011
+ })[];
2012
+ currentUserRole: {
2013
+ isAdmin: boolean;
2014
+ isCreator: boolean;
2015
+ canManageMembers: boolean;
2016
+ };
2017
+ };
1945
2018
  };
1946
2019
  };
1947
2020
  addApp: {
@@ -1954,6 +2027,47 @@ export type Api = {
1954
2027
  return: any;
1955
2028
  };
1956
2029
  };
2030
+ filingsInfo: {
2031
+ /** 获取组织级页脚备案与证照配置 */
2032
+ post: {
2033
+ body: {
2034
+ id: string;
2035
+ };
2036
+ return: any;
2037
+ };
2038
+ };
2039
+ createCustomFiling: {
2040
+ /** 新增组织级自定义备案或证照 */
2041
+ post: {
2042
+ body: {
2043
+ id: string;
2044
+ label: string;
2045
+ value: string;
2046
+ enabled: boolean;
2047
+ href?: string;
2048
+ };
2049
+ return: any;
2050
+ };
2051
+ };
2052
+ removeFiling: {
2053
+ /** 删除组织级自定义备案或证照 */
2054
+ post: {
2055
+ body: {
2056
+ id: string;
2057
+ key: string;
2058
+ };
2059
+ return: any;
2060
+ };
2061
+ };
2062
+ licenseInformation: {
2063
+ /** 获取组织级营业执照等证照长文 */
2064
+ post: {
2065
+ body: {
2066
+ id: string;
2067
+ };
2068
+ return: any;
2069
+ };
2070
+ };
1957
2071
  };
1958
2072
  referrer: {
1959
2073
  find: {
@@ -2024,7 +2138,13 @@ export type Api = {
2024
2138
  endTime: string;
2025
2139
  granularity: "minute" | "hour" | "day" | "month" | "year";
2026
2140
  };
2027
- return: any;
2141
+ return: {
2142
+ xAxisData: string[];
2143
+ series: {
2144
+ name: string;
2145
+ data: number[];
2146
+ }[];
2147
+ };
2028
2148
  };
2029
2149
  };
2030
2150
  getRegistrationInsights: {
@@ -2207,17 +2327,13 @@ export type Api = {
2207
2327
  };
2208
2328
  };
2209
2329
  apply: {
2210
- /** 候补用户补充联系方式与使用场景 */
2330
+ /** 候补用户点击申请加入名单 */
2211
2331
  post: {
2212
- body: {
2213
- contact?: string;
2214
- purpose?: string;
2215
- };
2216
2332
  return: any;
2217
2333
  };
2218
2334
  };
2219
2335
  waitlist: {
2220
- /** 分页查询等待开通的用户 */
2336
+ /** 分页查询候补或已开通用户,供运营开通 / 退回 */
2221
2337
  post: {
2222
2338
  body: {
2223
2339
  current: number;
@@ -2232,7 +2348,7 @@ export type Api = {
2232
2348
  };
2233
2349
  };
2234
2350
  grant: {
2235
- /** 运营为指定用户开通生成式服务 */
2351
+ /** 运营为指定用户开通该应用服务 */
2236
2352
  post: {
2237
2353
  body: {
2238
2354
  userIds: string[];
@@ -2250,7 +2366,7 @@ export type Api = {
2250
2366
  };
2251
2367
  };
2252
2368
  config: {
2253
- /** 返回当前应用是否处于邀请制内测 */
2369
+ /** 返回当前应用的上线模式,供候补页展示 */
2254
2370
  post: {
2255
2371
  return: any;
2256
2372
  };
@@ -3031,6 +3147,17 @@ export interface ApiClient {
3031
3147
  emailSource?: "organization" | "custom";
3032
3148
  }, config?: RequestConfig) => RequestBuilder<any>;
3033
3149
  };
3150
+ filing: {
3151
+ /** 覆盖或继承组织备案,或更新应用自定义备案 */
3152
+ post: (body: {
3153
+ key: string;
3154
+ enabled: boolean;
3155
+ label?: string;
3156
+ value?: string;
3157
+ href?: string;
3158
+ inherit?: boolean;
3159
+ }, config?: RequestConfig) => RequestBuilder<any>;
3160
+ };
3034
3161
  emailConfig: {
3035
3162
  /** 更新应用邮件发送配置 */
3036
3163
  post: (body?: {
@@ -3184,15 +3311,6 @@ export interface ApiClient {
3184
3311
  };
3185
3312
  }, config?: RequestConfig) => RequestBuilder<any>;
3186
3313
  };
3187
- licenseInformation: {
3188
- /** 更新许可信息配置 */
3189
- post: (body: {
3190
- value: {
3191
- type: "doc";
3192
- content: unknown[];
3193
- };
3194
- }, config?: RequestConfig) => RequestBuilder<any>;
3195
- };
3196
3314
  complaintReportingRules: {
3197
3315
  /** 更新投诉举报处理规则配置 */
3198
3316
  post: (body: {
@@ -3251,6 +3369,25 @@ export interface ApiClient {
3251
3369
  /** 获取页脚社交平台配置卡片信息 */
3252
3370
  post: (config?: RequestConfig) => RequestBuilder<any>;
3253
3371
  };
3372
+ filingsInfo: {
3373
+ /** 获取页脚备案号:组织继承 + 应用覆盖 */
3374
+ post: (config?: RequestConfig) => RequestBuilder<any>;
3375
+ };
3376
+ createCustomFiling: {
3377
+ /** 新增仅本应用展示的自定义备案或证照 */
3378
+ post: (body: {
3379
+ label: string;
3380
+ value: string;
3381
+ enabled: boolean;
3382
+ href?: string;
3383
+ }, config?: RequestConfig) => RequestBuilder<any>;
3384
+ };
3385
+ removeFiling: {
3386
+ /** 删除应用级自定义备案;常用项请改用继承组织 */
3387
+ post: (body: {
3388
+ key: string;
3389
+ }, config?: RequestConfig) => RequestBuilder<any>;
3390
+ };
3254
3391
  securitySettingsInfo: {
3255
3392
  /** 获取域名白名单与会话策略展示信息 */
3256
3393
  post: (config?: RequestConfig) => RequestBuilder<any>;
@@ -3449,7 +3586,7 @@ export interface ApiClient {
3449
3586
  }, config?: RequestConfig) => RequestBuilder<any>;
3450
3587
  };
3451
3588
  checkServiceAccess: {
3452
- /** ai-server 等微服务校验用户是否已开通生成式服务 */
3589
+ /** 供业务服务校验用户是否已开通该应用 */
3453
3590
  post: (body: {
3454
3591
  userId: string;
3455
3592
  appId: string;
@@ -3968,6 +4105,27 @@ export interface ApiClient {
3968
4105
  domain: string;
3969
4106
  email: string;
3970
4107
  }, config?: RequestConfig) => RequestBuilder<any>;
4108
+ filing: {
4109
+ /** 更新组织级单条备案或证照 */
4110
+ post: (body: {
4111
+ id: string;
4112
+ key: string;
4113
+ enabled: boolean;
4114
+ label?: string;
4115
+ value?: string;
4116
+ href?: string;
4117
+ }, config?: RequestConfig) => RequestBuilder<any>;
4118
+ };
4119
+ licenseInformation: {
4120
+ /** 更新组织级营业执照等证照长文 */
4121
+ post: (body: {
4122
+ id: string;
4123
+ value: {
4124
+ type: "doc";
4125
+ content: unknown[];
4126
+ };
4127
+ }, config?: RequestConfig) => RequestBuilder<any>;
4128
+ };
3971
4129
  };
3972
4130
  find: {
3973
4131
  /** 分页查询组织列表 */
@@ -4018,7 +4176,24 @@ export interface ApiClient {
4018
4176
  /** 获取指定组织的成员列表 */
4019
4177
  post: (body: {
4020
4178
  organizationId: string;
4021
- }, config?: RequestConfig) => RequestBuilder<any>;
4179
+ }, config?: RequestConfig) => RequestBuilder<{
4180
+ members: ({
4181
+ id: string;
4182
+ email: string;
4183
+ phone: string;
4184
+ nickname: string;
4185
+ avatar: string;
4186
+ avatarUrl: string;
4187
+ role: "admin" | "member";
4188
+ isCreator: boolean;
4189
+ joinTime: string;
4190
+ })[];
4191
+ currentUserRole: {
4192
+ isAdmin: boolean;
4193
+ isCreator: boolean;
4194
+ canManageMembers: boolean;
4195
+ };
4196
+ }>;
4022
4197
  };
4023
4198
  addApp: {
4024
4199
  /** 将应用关联到组织 */
@@ -4027,6 +4202,35 @@ export interface ApiClient {
4027
4202
  appId: string;
4028
4203
  }, config?: RequestConfig) => RequestBuilder<any>;
4029
4204
  };
4205
+ filingsInfo: {
4206
+ /** 获取组织级页脚备案与证照配置 */
4207
+ post: (body: {
4208
+ id: string;
4209
+ }, config?: RequestConfig) => RequestBuilder<any>;
4210
+ };
4211
+ createCustomFiling: {
4212
+ /** 新增组织级自定义备案或证照 */
4213
+ post: (body: {
4214
+ id: string;
4215
+ label: string;
4216
+ value: string;
4217
+ enabled: boolean;
4218
+ href?: string;
4219
+ }, config?: RequestConfig) => RequestBuilder<any>;
4220
+ };
4221
+ removeFiling: {
4222
+ /** 删除组织级自定义备案或证照 */
4223
+ post: (body: {
4224
+ id: string;
4225
+ key: string;
4226
+ }, config?: RequestConfig) => RequestBuilder<any>;
4227
+ };
4228
+ licenseInformation: {
4229
+ /** 获取组织级营业执照等证照长文 */
4230
+ post: (body: {
4231
+ id: string;
4232
+ }, config?: RequestConfig) => RequestBuilder<any>;
4233
+ };
4030
4234
  };
4031
4235
  referrer: {
4032
4236
  find: {
@@ -4080,7 +4284,13 @@ export interface ApiClient {
4080
4284
  startTime: string;
4081
4285
  endTime: string;
4082
4286
  granularity: "minute" | "hour" | "day" | "month" | "year";
4083
- }, config?: RequestConfig) => RequestBuilder<any>;
4287
+ }, config?: RequestConfig) => RequestBuilder<{
4288
+ xAxisData: string[];
4289
+ series: {
4290
+ name: string;
4291
+ data: number[];
4292
+ }[];
4293
+ }>;
4084
4294
  };
4085
4295
  getRegistrationInsights: {
4086
4296
  /** 按时间范围统计新注册用户邀请占比,以及被邀请用户的投放渠道、注册方式、注册来源占比 */
@@ -4215,14 +4425,11 @@ export interface ApiClient {
4215
4425
  }, config?: RequestConfig) => RequestBuilder<any>;
4216
4426
  };
4217
4427
  apply: {
4218
- /** 候补用户补充联系方式与使用场景 */
4219
- post: (body?: {
4220
- contact?: string;
4221
- purpose?: string;
4222
- }, config?: RequestConfig) => RequestBuilder<any>;
4428
+ /** 候补用户点击申请加入名单 */
4429
+ post: (config?: RequestConfig) => RequestBuilder<any>;
4223
4430
  };
4224
4431
  waitlist: {
4225
- /** 分页查询等待开通的用户 */
4432
+ /** 分页查询候补或已开通用户,供运营开通 / 退回 */
4226
4433
  post: (body: {
4227
4434
  current: number;
4228
4435
  pageSize: number;
@@ -4234,7 +4441,7 @@ export interface ApiClient {
4234
4441
  }, config?: RequestConfig) => RequestBuilder<any>;
4235
4442
  };
4236
4443
  grant: {
4237
- /** 运营为指定用户开通生成式服务 */
4444
+ /** 运营为指定用户开通该应用服务 */
4238
4445
  post: (body: {
4239
4446
  userIds: string[];
4240
4447
  }, config?: RequestConfig) => RequestBuilder<any>;
@@ -4246,7 +4453,7 @@ export interface ApiClient {
4246
4453
  }, config?: RequestConfig) => RequestBuilder<any>;
4247
4454
  };
4248
4455
  config: {
4249
- /** 返回当前应用是否处于邀请制内测 */
4456
+ /** 返回当前应用的上线模式,供候补页展示 */
4250
4457
  post: (config?: RequestConfig) => RequestBuilder<any>;
4251
4458
  };
4252
4459
  };
@@ -1077,6 +1077,31 @@ export type Api = {
1077
1077
  return: any;
1078
1078
  };
1079
1079
  };
1080
+ public: {
1081
+ contact: {
1082
+ /** 未登录用户提交联系我们,写入反馈中心 */
1083
+ post: {
1084
+ body: {
1085
+ name: string;
1086
+ email: string;
1087
+ message: string;
1088
+ };
1089
+ return: any;
1090
+ };
1091
+ };
1092
+ report: {
1093
+ /** 未登录用户提交违法不良信息举报,写入反馈中心 */
1094
+ post: {
1095
+ body: {
1096
+ location: string;
1097
+ occurredAt?: string;
1098
+ detail: string;
1099
+ contact?: string;
1100
+ };
1101
+ return: any;
1102
+ };
1103
+ };
1104
+ };
1080
1105
  delete: {
1081
1106
  /** 删除反馈 */
1082
1107
  post: {
@@ -2764,6 +2789,25 @@ export interface ApiClient {
2764
2789
  })[];
2765
2790
  }, config?: RequestConfig) => RequestBuilder<any>;
2766
2791
  };
2792
+ public: {
2793
+ contact: {
2794
+ /** 未登录用户提交联系我们,写入反馈中心 */
2795
+ post: (body: {
2796
+ name: string;
2797
+ email: string;
2798
+ message: string;
2799
+ }, config?: RequestConfig) => RequestBuilder<any>;
2800
+ };
2801
+ report: {
2802
+ /** 未登录用户提交违法不良信息举报,写入反馈中心 */
2803
+ post: (body: {
2804
+ location: string;
2805
+ occurredAt?: string;
2806
+ detail: string;
2807
+ contact?: string;
2808
+ }, config?: RequestConfig) => RequestBuilder<any>;
2809
+ };
2810
+ };
2767
2811
  delete: {
2768
2812
  /** 删除反馈 */
2769
2813
  post: (body: {
@@ -76,6 +76,13 @@ export interface SocialLinkPublicItem {
76
76
  kind: 'email' | 'url';
77
77
  url?: string;
78
78
  }
79
+ /** 页脚公开备案 / 证照(authPageInfo 下发,空值不下发) */
80
+ export interface FilingPublicItem {
81
+ key: string;
82
+ label: string;
83
+ value: string;
84
+ href?: string;
85
+ }
79
86
  export interface AppsData {
80
87
  id: string;
81
88
  name: string;
@@ -96,4 +103,6 @@ export interface AppsData {
96
103
  aboutUs: AboutUs;
97
104
  brand: Brand;
98
105
  socialLinks?: SocialLinkPublicItem[];
106
+ filings?: FilingPublicItem[];
107
+ organizationName?: string;
99
108
  }
package/dist/upload.js CHANGED
@@ -1,5 +1,5 @@
1
- import { _ as o } from "./Upload.vue_vue_type_script_setup_true_lang-C6B5_Hjo.js";
2
- import { b as s, d as p } from "./runtime-B-tHI8-q.js";
1
+ import { _ as o } from "./Upload.vue_vue_type_script_setup_true_lang-BygtAblQ.js";
2
+ import { b as s, d as p } from "./runtime-CfbHkmk9.js";
3
3
  export {
4
4
  o as Upload,
5
5
  s as createBrowserCosTransport,