@intlayer/design-system 4.1.3 → 4.1.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.
- package/dist/.vite/manifest.json +58 -11
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +2 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +3 -2
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs +181 -179
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +25 -21
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs +181 -178
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs +79 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.d.ts +10 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.d.ts.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs +79 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.cjs +8 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.cjs.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.d.ts +4 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.d.ts.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.mjs +8 -0
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.mjs.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/index.cjs +5 -0
- package/dist/components/Auth/VerifyEmailForm/index.cjs.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/index.content.cjs +73 -0
- package/dist/components/Auth/VerifyEmailForm/index.content.cjs.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +15 -0
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/index.content.mjs +74 -0
- package/dist/components/Auth/VerifyEmailForm/index.content.mjs.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/index.d.ts +2 -0
- package/dist/components/Auth/VerifyEmailForm/index.d.ts.map +1 -0
- package/dist/components/Auth/VerifyEmailForm/index.mjs +5 -0
- package/dist/components/Auth/VerifyEmailForm/index.mjs.map +1 -0
- package/dist/components/Auth/index.cjs +2 -0
- package/dist/components/Auth/index.cjs.map +1 -1
- package/dist/components/Auth/index.d.ts +1 -0
- package/dist/components/Auth/index.d.ts.map +1 -1
- package/dist/components/Auth/index.mjs +2 -0
- package/dist/components/Auth/index.mjs.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.d.ts +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.d.ts +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +4 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +4 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +5 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +5 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +3 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/index.cjs +2 -0
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.mjs +2 -0
- package/dist/components/index.mjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +48 -48
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/useGetAllDictionaries.d.ts +1 -1
- package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -1
- package/dist/hooks/useIntlayerAPI.d.ts +59 -58
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
- package/dist/index-B0Lvoony.js +712 -0
- package/dist/index-B0Lvoony.js.map +1 -0
- package/dist/index-CKhNmnU1.cjs +711 -0
- package/dist/index-CKhNmnU1.cjs.map +1 -0
- package/dist/navigation-CE0LMHcY.cjs +8538 -0
- package/dist/navigation-CE0LMHcY.cjs.map +1 -0
- package/dist/navigation-DFabQmdZ.js +914 -0
- package/dist/navigation-DFabQmdZ.js.map +1 -0
- package/dist/navigation-DRtAVQJF.js +8521 -0
- package/dist/navigation-DRtAVQJF.js.map +1 -0
- package/dist/navigation-a7EfWhxz.cjs +913 -0
- package/dist/navigation-a7EfWhxz.cjs.map +1 -0
- package/dist/tailwind.css +1 -1
- package/package.json +19 -19
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intlayerAPIHooks.d.ts","sourceRoot":"","sources":["../../src/hooks/intlayerAPIHooks.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAI5C,OAAO,EAAY,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAyIhE;;GAEG;AAEH,eAAO,MAAM,QAAQ,UACZ,eAAe,CAAC,OAAO,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"intlayerAPIHooks.d.ts","sourceRoot":"","sources":["../../src/hooks/intlayerAPIHooks.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Dictionary } from '@intlayer/core';
|
|
2
2
|
import { useGetDictionaries } from './intlayerAPIHooks';
|
|
3
3
|
type Args = Parameters<typeof useGetDictionaries>;
|
|
4
|
-
export declare const useGetAllDictionaries: (args?: import('./useAsync').UseAsyncOptions<(filters?:
|
|
4
|
+
export declare const useGetAllDictionaries: (args?: import('./useAsync').UseAsyncOptions<(filters?: GetDictionariesParams, otherOptions?: import('@intlayer/api').FetcherOptions) => Promise<GetDictionariesResult>> | undefined) => {
|
|
5
5
|
online: Record<string, Dictionary>;
|
|
6
6
|
locale: import('@intlayer/editor-react').DictionaryContent;
|
|
7
7
|
all: Record<string, Dictionary>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetAllDictionaries.d.ts","sourceRoot":"","sources":["../../src/hooks/useGetAllDictionaries.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAExD,KAAK,IAAI,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAElD,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"useGetAllDictionaries.d.ts","sourceRoot":"","sources":["../../src/hooks/useGetAllDictionaries.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAExD,KAAK,IAAI,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAElD,eAAO,MAAM,qBAAqB,0DA8B64V,qBAAsB,oEAA4C,qBAAqB;;;;;CADrgW,CAAC"}
|
|
@@ -6,79 +6,80 @@ type UseIntlayerAuthProps = {
|
|
|
6
6
|
};
|
|
7
7
|
export declare const useIntlayerAuth: (props?: UseIntlayerAuthProps) => {
|
|
8
8
|
organization: {
|
|
9
|
-
getOrganizations: (filters?:
|
|
10
|
-
getOrganization: (organizationId:
|
|
11
|
-
addOrganization: (organization:
|
|
12
|
-
addOrganizationMember: (body:
|
|
13
|
-
updateOrganization: (organization:
|
|
14
|
-
updateOrganizationMembers: (body:
|
|
15
|
-
deleteOrganization: (otherOptions?: FetcherOptions) => Promise<
|
|
16
|
-
selectOrganization: (organizationId:
|
|
17
|
-
unselectOrganization: (otherOptions?: FetcherOptions) => Promise<
|
|
9
|
+
getOrganizations: (filters?: GetOrganizationsParams, otherOptions?: FetcherOptions) => Promise<GetOrganizationsResult>;
|
|
10
|
+
getOrganization: (organizationId: GetOrganizationParam, otherOptions?: FetcherOptions) => Promise<GetOrganizationResult>;
|
|
11
|
+
addOrganization: (organization: AddOrganizationBody, otherOptions?: FetcherOptions) => Promise<AddOrganizationResult>;
|
|
12
|
+
addOrganizationMember: (body: AddOrganizationMemberBody, otherOptions?: FetcherOptions) => Promise<AddOrganizationMemberResult>;
|
|
13
|
+
updateOrganization: (organization: UpdateOrganizationBody, otherOptions?: FetcherOptions) => Promise<UpdateOrganizationResult>;
|
|
14
|
+
updateOrganizationMembers: (body: UpdateOrganizationMembersBody, otherOptions?: FetcherOptions) => Promise<UpdateOrganizationMembersResult>;
|
|
15
|
+
deleteOrganization: (otherOptions?: FetcherOptions) => Promise<DeleteOrganizationResult>;
|
|
16
|
+
selectOrganization: (organizationId: SelectOrganizationParam, otherOptions?: FetcherOptions) => Promise<SelectOrganizationResult>;
|
|
17
|
+
unselectOrganization: (otherOptions?: FetcherOptions) => Promise<UnselectOrganizationResult>;
|
|
18
18
|
};
|
|
19
19
|
project: {
|
|
20
|
-
getProjects: (filters?:
|
|
21
|
-
addProject: (project:
|
|
22
|
-
updateProject: (project:
|
|
23
|
-
updateProjectMembers: (body:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
20
|
+
getProjects: (filters?: GetProjectsParams, otherOptions?: FetcherOptions) => Promise<GetProjectsResult>;
|
|
21
|
+
addProject: (project: AddProjectBody, otherOptions?: FetcherOptions) => Promise<AddProjectResult>;
|
|
22
|
+
updateProject: (project: UpdateProjectBody, otherOptions?: FetcherOptions) => Promise<UpdateProjectResult>;
|
|
23
|
+
updateProjectMembers: (body: UpdateProjectMembersBody, otherOptions?: FetcherOptions) => Promise<UpdateProjectMembersResult>;
|
|
24
|
+
pushProjectConfiguration: (projectConfiguration: PushProjectConfigurationBody, otherOptions?: FetcherOptions) => Promise<PushProjectConfigurationResult>;
|
|
25
|
+
deleteProject: (otherOptions?: FetcherOptions) => Promise<DeleteProjectResult>;
|
|
26
|
+
selectProject: (projectId: SelectProjectParam, otherOptions?: FetcherOptions) => Promise<SelectProjectResult>;
|
|
27
|
+
unselectProject: (otherOptions?: FetcherOptions) => Promise<UnselectProjectResult>;
|
|
28
|
+
addNewAccessKey: (accessKey: AddNewAccessKeyBody, otherOptions?: FetcherOptions) => Promise<AddNewAccessKeyResponse>;
|
|
29
|
+
deleteAccessKey: (clientId: DeleteAccessKeyBody, otherOptions?: FetcherOptions) => Promise<DeleteAccessKeyResponse>;
|
|
30
|
+
refreshAccessKey: (clientId: RefreshAccessKeyBody, otherOptions?: FetcherOptions) => Promise<RefreshAccessKeyResponse>;
|
|
30
31
|
};
|
|
31
32
|
user: {
|
|
32
|
-
createUser: (user:
|
|
33
|
-
getUsers: (filters?:
|
|
34
|
-
getUserById: (userId:
|
|
35
|
-
getUserByAccount: (providerAccountId:
|
|
36
|
-
getUserByEmail: (email:
|
|
37
|
-
updateUser: (user:
|
|
38
|
-
deleteUser: (userId: string, otherOptions?: FetcherOptions) => Promise<
|
|
33
|
+
createUser: (user: CreateUserBody, otherOptions?: FetcherOptions) => Promise<CreateUserResult>;
|
|
34
|
+
getUsers: (filters?: GetUsersParams, otherOptions?: FetcherOptions) => Promise<GetUsersResult>;
|
|
35
|
+
getUserById: (userId: GetUserByIdParams, otherOptions?: FetcherOptions) => Promise<GetUserByIdResult>;
|
|
36
|
+
getUserByAccount: (providerAccountId: GetUserByAccountParams, provider: GetUserByAccountParams, otherOptions?: FetcherOptions) => Promise<GetUserByAccountResult>;
|
|
37
|
+
getUserByEmail: (email: GetUserByEmailParams, otherOptions?: FetcherOptions) => Promise<GetUserByEmailResult>;
|
|
38
|
+
updateUser: (user: UpdateUserBody, otherOptions?: FetcherOptions) => Promise<UpdateUserResult>;
|
|
39
|
+
deleteUser: (userId: string, otherOptions?: FetcherOptions) => Promise<UpdateUserResult>;
|
|
39
40
|
};
|
|
40
41
|
auth: {
|
|
41
|
-
login: (user:
|
|
42
|
-
getLoginWithGitHubURL: (params:
|
|
43
|
-
getLoginWithGoogleURL: (params:
|
|
44
|
-
register: (user:
|
|
42
|
+
login: (user: LoginBody, otherOptions?: FetcherOptions) => Promise<LoginResult>;
|
|
43
|
+
getLoginWithGitHubURL: (params: GithubLoginQueryParams) => string;
|
|
44
|
+
getLoginWithGoogleURL: (params: GoogleLoginQueryParams) => string;
|
|
45
|
+
register: (user: RegisterBody, query?: RegisterQuery, otherOptions?: FetcherOptions) => Promise<RegisterResult>;
|
|
45
46
|
logout: (otherOptions?: FetcherOptions) => Promise<void>;
|
|
46
|
-
resetPassword: (params:
|
|
47
|
-
askResetPassword: (email:
|
|
48
|
-
checkIfUserHasPassword: (otherOptions?: FetcherOptions) => Promise<
|
|
49
|
-
verifyEmail: ({ userId, secret }:
|
|
50
|
-
getVerifyEmailStatusURL: (userId: string |
|
|
51
|
-
changePassword: (data:
|
|
52
|
-
createSession: (data:
|
|
53
|
-
getSession: (sessionToken?:
|
|
54
|
-
getCSRFToken: (otherOptions?: FetcherOptions) => Promise<
|
|
55
|
-
getOAuth2AccessToken: (otherOptions?: FetcherOptions) => Promise<
|
|
47
|
+
resetPassword: (params: ResetPasswordParams, otherOptions?: FetcherOptions) => Promise<ResetPasswordResult>;
|
|
48
|
+
askResetPassword: (email: AskResetPasswordBody, otherOptions?: FetcherOptions) => Promise<AskResetPasswordResult>;
|
|
49
|
+
checkIfUserHasPassword: (otherOptions?: FetcherOptions) => Promise<CheckIfUserHasPasswordResult>;
|
|
50
|
+
verifyEmail: ({ userId, secret }: ValidEmailParams, otherOptions?: FetcherOptions) => Promise<ValidEmailResult>;
|
|
51
|
+
getVerifyEmailStatusURL: (userId: string | UserAPI) => string;
|
|
52
|
+
changePassword: (data: UpdatePasswordBody, otherOptions?: FetcherOptions) => Promise<UpdatePasswordResult>;
|
|
53
|
+
createSession: (data: CreateSessionBody, otherOptions?: FetcherOptions) => Promise<CreateSessionResult>;
|
|
54
|
+
getSession: (sessionToken?: GetSessionInformationQuery, otherOptions?: FetcherOptions) => Promise<GetSessionInformationResult>;
|
|
55
|
+
getCSRFToken: (otherOptions?: FetcherOptions) => Promise<SetCSRFTokenResult>;
|
|
56
|
+
getOAuth2AccessToken: (otherOptions?: FetcherOptions) => Promise<GetOAuth2TokenResult>;
|
|
56
57
|
};
|
|
57
58
|
dictionary: {
|
|
58
|
-
getDictionaries: (filters?:
|
|
59
|
-
getDictionariesKeys: (otherOptions?: FetcherOptions) => Promise<
|
|
60
|
-
getDictionary: (dictionaryKey:
|
|
61
|
-
pushDictionaries: (dictionaries:
|
|
62
|
-
addDictionary: (dictionary:
|
|
63
|
-
updateDictionary: (dictionaryId:
|
|
64
|
-
deleteDictionary: (id:
|
|
59
|
+
getDictionaries: (filters?: GetDictionariesParams, otherOptions?: FetcherOptions) => Promise<GetDictionariesResult>;
|
|
60
|
+
getDictionariesKeys: (otherOptions?: FetcherOptions) => Promise<GetDictionariesKeysResult>;
|
|
61
|
+
getDictionary: (dictionaryKey: GetDictionaryParams, version?: GetDictionaryQuery, otherOptions?: FetcherOptions) => Promise<GetDictionaryResult>;
|
|
62
|
+
pushDictionaries: (dictionaries: PushDictionariesBody, otherOptions?: FetcherOptions) => Promise<PushDictionariesResult>;
|
|
63
|
+
addDictionary: (dictionary: AddDictionaryBody, otherOptions?: FetcherOptions) => Promise<AddDictionaryResult>;
|
|
64
|
+
updateDictionary: (dictionaryId: UpdateDictionaryParam, dictionary: UpdateDictionaryBody, otherOptions?: FetcherOptions) => Promise<UpdateDictionaryResult>;
|
|
65
|
+
deleteDictionary: (id: DeleteDictionaryParam, otherOptions?: FetcherOptions) => Promise<DeleteDictionaryResult>;
|
|
65
66
|
};
|
|
66
67
|
stripe: {
|
|
67
|
-
getSubscription: (body?:
|
|
68
|
-
cancelSubscription: (otherOptions?: FetcherOptions) => Promise<
|
|
68
|
+
getSubscription: (body?: GetCheckoutSessionBody, otherOptions?: FetcherOptions) => Promise<GetCheckoutSessionResult>;
|
|
69
|
+
cancelSubscription: (otherOptions?: FetcherOptions) => Promise<GetCheckoutSessionResult>;
|
|
69
70
|
};
|
|
70
71
|
ai: {
|
|
71
|
-
auditContentDeclaration: (body?:
|
|
72
|
-
auditContentDeclarationField: (body?:
|
|
73
|
-
auditContentDeclarationMetadata: (body?:
|
|
74
|
-
auditTag: (body?:
|
|
75
|
-
askDocQuestion: (body?:
|
|
72
|
+
auditContentDeclaration: (body?: AuditContentDeclarationBody, otherOptions?: FetcherOptions) => Promise<AuditContentDeclarationResult>;
|
|
73
|
+
auditContentDeclarationField: (body?: AuditContentDeclarationFieldBody, otherOptions?: FetcherOptions) => Promise<AuditContentDeclarationFieldResult>;
|
|
74
|
+
auditContentDeclarationMetadata: (body?: AuditContentDeclarationMetadataBody, otherOptions?: FetcherOptions) => Promise<AuditContentDeclarationMetadataResult>;
|
|
75
|
+
auditTag: (body?: AuditTagBody, otherOptions?: FetcherOptions) => Promise<AuditTagResult>;
|
|
76
|
+
askDocQuestion: (body?: AskDocQuestionBody, otherOptions?: FetcherOptions) => Promise<AskDocQuestionResult>;
|
|
76
77
|
};
|
|
77
78
|
tag: {
|
|
78
|
-
getTags: (filters?:
|
|
79
|
-
addTag: (tag:
|
|
80
|
-
updateTag: (tagId:
|
|
81
|
-
deleteTag: (tagId:
|
|
79
|
+
getTags: (filters?: GetTagsParams, otherOptions?: FetcherOptions) => Promise<GetTagsResult>;
|
|
80
|
+
addTag: (tag: AddTagBody, otherOptions?: FetcherOptions) => Promise<AddTagResult>;
|
|
81
|
+
updateTag: (tagId: UpdateTagParams, tag: UpdateTagBody, otherOptions?: FetcherOptions) => Promise<UpdateTagResult>;
|
|
82
|
+
deleteTag: (tagId: DeleteTagParams, otherOptions?: FetcherOptions) => Promise<DeleteTagResult>;
|
|
82
83
|
};
|
|
83
84
|
editor: {
|
|
84
85
|
getConfiguration: (otherOptions?: FetcherOptions) => Promise<GetConfigurationResult>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIntlayerAPI.d.ts","sourceRoot":"","sources":["../../src/hooks/useIntlayerAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAI9D,KAAK,oBAAoB,GAAG;IAC1B,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,qBAAqB,CAAC,EAAE,cAAc,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,eAAe,WAAY,oBAAoB;;kCAJlC,CAAC,
|
|
1
|
+
{"version":3,"file":"useIntlayerAPI.d.ts","sourceRoot":"","sources":["../../src/hooks/useIntlayerAPI.ts"],"names":[],"mappings":"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"}
|