@intlayer/design-system 4.1.4 → 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.
Files changed (82) hide show
  1. package/dist/.vite/manifest.json +58 -11
  2. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +1 -1
  3. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +1 -1
  4. package/dist/components/Auth/SignUpForm/SignUpForm.cjs +2 -1
  5. package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
  6. package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -1
  7. package/dist/components/Auth/SignUpForm/SignUpForm.mjs +3 -2
  8. package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
  9. package/dist/components/Auth/SignUpForm/signUpForm.content.cjs +181 -179
  10. package/dist/components/Auth/SignUpForm/signUpForm.content.cjs.map +1 -1
  11. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +25 -21
  12. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
  13. package/dist/components/Auth/SignUpForm/signUpForm.content.mjs +181 -178
  14. package/dist/components/Auth/SignUpForm/signUpForm.content.mjs.map +1 -1
  15. package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs +79 -0
  16. package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs.map +1 -0
  17. package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.d.ts +10 -0
  18. package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.d.ts.map +1 -0
  19. package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs +79 -0
  20. package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs.map +1 -0
  21. package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.cjs +8 -0
  22. package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.cjs.map +1 -0
  23. package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.d.ts +4 -0
  24. package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.d.ts.map +1 -0
  25. package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.mjs +8 -0
  26. package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.mjs.map +1 -0
  27. package/dist/components/Auth/VerifyEmailForm/index.cjs +5 -0
  28. package/dist/components/Auth/VerifyEmailForm/index.cjs.map +1 -0
  29. package/dist/components/Auth/VerifyEmailForm/index.content.cjs +73 -0
  30. package/dist/components/Auth/VerifyEmailForm/index.content.cjs.map +1 -0
  31. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +15 -0
  32. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -0
  33. package/dist/components/Auth/VerifyEmailForm/index.content.mjs +74 -0
  34. package/dist/components/Auth/VerifyEmailForm/index.content.mjs.map +1 -0
  35. package/dist/components/Auth/VerifyEmailForm/index.d.ts +2 -0
  36. package/dist/components/Auth/VerifyEmailForm/index.d.ts.map +1 -0
  37. package/dist/components/Auth/VerifyEmailForm/index.mjs +5 -0
  38. package/dist/components/Auth/VerifyEmailForm/index.mjs.map +1 -0
  39. package/dist/components/Auth/index.cjs +2 -0
  40. package/dist/components/Auth/index.cjs.map +1 -1
  41. package/dist/components/Auth/index.d.ts +1 -0
  42. package/dist/components/Auth/index.d.ts.map +1 -1
  43. package/dist/components/Auth/index.mjs +2 -0
  44. package/dist/components/Auth/index.mjs.map +1 -1
  45. package/dist/components/Auth/useAuth/useCSRF.d.ts +1 -1
  46. package/dist/components/Auth/useAuth/useOAuth2.d.ts +1 -1
  47. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +4 -1
  48. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
  49. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +4 -1
  50. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  51. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +5 -1
  52. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
  53. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +5 -1
  54. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  55. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +3 -1
  56. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
  57. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -1
  58. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  59. package/dist/components/index.cjs +2 -0
  60. package/dist/components/index.cjs.map +1 -1
  61. package/dist/components/index.mjs +2 -0
  62. package/dist/components/index.mjs.map +1 -1
  63. package/dist/hooks/intlayerAPIHooks.d.ts +48 -48
  64. package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
  65. package/dist/hooks/useGetAllDictionaries.d.ts +1 -1
  66. package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -1
  67. package/dist/hooks/useIntlayerAPI.d.ts +59 -58
  68. package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
  69. package/dist/index-B0Lvoony.js +712 -0
  70. package/dist/index-B0Lvoony.js.map +1 -0
  71. package/dist/index-CKhNmnU1.cjs +711 -0
  72. package/dist/index-CKhNmnU1.cjs.map +1 -0
  73. package/dist/navigation-CE0LMHcY.cjs +8538 -0
  74. package/dist/navigation-CE0LMHcY.cjs.map +1 -0
  75. package/dist/navigation-DFabQmdZ.js +914 -0
  76. package/dist/navigation-DFabQmdZ.js.map +1 -0
  77. package/dist/navigation-DRtAVQJF.js +8521 -0
  78. package/dist/navigation-DRtAVQJF.js.map +1 -0
  79. package/dist/navigation-a7EfWhxz.cjs +913 -0
  80. package/dist/navigation-a7EfWhxz.cjs.map +1 -0
  81. package/dist/tailwind.css +1 -1
  82. package/package.json +19 -19
@@ -1 +1 @@
1
- {"version":3,"file":"intlayerAPIHooks.d.ts","sourceRoot":"","sources":["../../src/hooks/intlayerAPIHooks.ts"],"names":[],"mappings":"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"}
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?: import('@intlayer/backend').GetDictionariesParams, otherOptions?: import('@intlayer/api').FetcherOptions) => Promise<import('@intlayer/backend').GetDictionariesResult>> | undefined) => {
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,iEA8B+3f,mBAAmB,kGAA0E,mBAAmB;;;;;CADhhgB,CAAC"}
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?: import('@intlayer/backend').GetOrganizationsParams, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetOrganizationsResult>;
10
- getOrganization: (organizationId: import('@intlayer/backend').GetOrganizationParam["organizationId"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetOrganizationResult>;
11
- addOrganization: (organization: import('@intlayer/backend').AddOrganizationBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AddOrganizationResult>;
12
- addOrganizationMember: (body: import('@intlayer/backend').AddOrganizationMemberBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AddOrganizationMemberResult>;
13
- updateOrganization: (organization: import('@intlayer/backend').UpdateOrganizationBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UpdateOrganizationResult>;
14
- updateOrganizationMembers: (body: import('@intlayer/backend').UpdateOrganizationMembersBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UpdateOrganizationMembersResult>;
15
- deleteOrganization: (otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').DeleteOrganizationResult>;
16
- selectOrganization: (organizationId: import('@intlayer/backend').SelectOrganizationParam["organizationId"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').SelectOrganizationResult>;
17
- unselectOrganization: (otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UnselectOrganizationResult>;
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?: import('@intlayer/backend').GetProjectsParams, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetProjectsResult>;
21
- addProject: (project: import('@intlayer/backend').AddProjectBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AddProjectResult>;
22
- updateProject: (project: import('@intlayer/backend').UpdateProjectBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UpdateProjectResult>;
23
- updateProjectMembers: (body: import('@intlayer/backend').UpdateProjectMembersBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UpdateProjectMembersResult>;
24
- deleteProject: (otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').DeleteProjectResult>;
25
- selectProject: (projectId: import('@intlayer/backend').SelectProjectParam["projectId"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').SelectProjectResult>;
26
- unselectProject: (otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UnselectProjectResult>;
27
- addNewAccessKey: (accessKey: import('@intlayer/backend').AddNewAccessKeyBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AddNewAccessKeyResponse>;
28
- deleteAccessKey: (clientId: import('@intlayer/backend').DeleteAccessKeyBody["clientId"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').DeleteAccessKeyResponse>;
29
- refreshAccessKey: (clientId: import('@intlayer/backend').RefreshAccessKeyBody["clientId"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').RefreshAccessKeyResponse>;
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: import('@intlayer/backend').CreateUserBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').CreateUserResult>;
33
- getUsers: (filters?: import('@intlayer/backend').GetUsersParams, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetUsersResult>;
34
- getUserById: (userId: import('@intlayer/backend').GetUserByIdParams["userId"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetUserByIdResult>;
35
- getUserByAccount: (providerAccountId: import('@intlayer/backend').GetUserByAccountParams["providerAccountId"], provider: import('@intlayer/backend').GetUserByAccountParams["provider"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetUserByAccountResult>;
36
- getUserByEmail: (email: import('@intlayer/backend').GetUserByEmailParams["email"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetUserByEmailResult>;
37
- updateUser: (user: import('@intlayer/backend').UpdateUserBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UpdateUserResult>;
38
- deleteUser: (userId: string, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UpdateUserResult>;
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: import('@intlayer/backend').LoginBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').LoginResult>;
42
- getLoginWithGitHubURL: (params: import('@intlayer/backend').GithubLoginQueryParams) => string;
43
- getLoginWithGoogleURL: (params: import('@intlayer/backend').GoogleLoginQueryParams) => string;
44
- register: (user: import('@intlayer/backend').RegisterBody, query?: import('@intlayer/backend').RegisterQuery, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').RegisterResult>;
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: import('@intlayer/backend').ResetPasswordParams, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').ResetPasswordResult>;
47
- askResetPassword: (email: import('@intlayer/backend').AskResetPasswordBody["email"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AskResetPasswordResult>;
48
- checkIfUserHasPassword: (otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').CheckIfUserHasPasswordResult>;
49
- verifyEmail: ({ userId, secret }: import('@intlayer/backend').ValidEmailParams, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').ValidEmailResult>;
50
- getVerifyEmailStatusURL: (userId: string | import('@intlayer/backend').UserAPI["_id"]) => string;
51
- changePassword: (data: import('@intlayer/backend').UpdatePasswordBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UpdatePasswordResult>;
52
- createSession: (data: import('@intlayer/backend').CreateSessionBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').CreateSessionResult>;
53
- getSession: (sessionToken?: import('@intlayer/backend').GetSessionInformationQuery["session_token"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetSessionInformationResult>;
54
- getCSRFToken: (otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').SetCSRFTokenResult>;
55
- getOAuth2AccessToken: (otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetOAuth2TokenResult>;
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?: import('@intlayer/backend').GetDictionariesParams, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetDictionariesResult>;
59
- getDictionariesKeys: (otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetDictionariesKeysResult>;
60
- getDictionary: (dictionaryKey: import('@intlayer/backend').GetDictionaryParams["dictionaryKey"], version?: import('@intlayer/backend').GetDictionaryQuery["version"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetDictionaryResult>;
61
- pushDictionaries: (dictionaries: import('@intlayer/backend').PushDictionariesBody["dictionaries"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').PushDictionariesResult>;
62
- addDictionary: (dictionary: import('@intlayer/backend').AddDictionaryBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AddDictionaryResult>;
63
- updateDictionary: (dictionaryId: import('@intlayer/backend').UpdateDictionaryParam["dictionaryId"], dictionary: import('@intlayer/backend').UpdateDictionaryBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UpdateDictionaryResult>;
64
- deleteDictionary: (id: import('@intlayer/backend').DeleteDictionaryParam["dictionaryId"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').DeleteDictionaryResult>;
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?: import('@intlayer/backend').GetCheckoutSessionBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetCheckoutSessionResult>;
68
- cancelSubscription: (otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetCheckoutSessionResult>;
68
+ getSubscription: (body?: GetCheckoutSessionBody, otherOptions?: FetcherOptions) => Promise<GetCheckoutSessionResult>;
69
+ cancelSubscription: (otherOptions?: FetcherOptions) => Promise<GetCheckoutSessionResult>;
69
70
  };
70
71
  ai: {
71
- auditContentDeclaration: (body?: import('@intlayer/backend').AuditContentDeclarationBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AuditContentDeclarationResult>;
72
- auditContentDeclarationField: (body?: import('@intlayer/backend').AuditContentDeclarationFieldBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AuditContentDeclarationFieldResult>;
73
- auditContentDeclarationMetadata: (body?: import('@intlayer/backend').AuditContentDeclarationMetadataBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AuditContentDeclarationMetadataResult>;
74
- auditTag: (body?: import('@intlayer/backend').AuditTagBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AuditTagResult>;
75
- askDocQuestion: (body?: import('@intlayer/backend').AskDocQuestionBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AskDocQuestionResult>;
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?: import('@intlayer/backend').GetTagsParams, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').GetTagsResult>;
79
- addTag: (tag: import('@intlayer/backend').AddTagBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').AddTagResult>;
80
- updateTag: (tagId: import('@intlayer/backend').UpdateTagParams["tagId"], tag: import('@intlayer/backend').UpdateTagBody, otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').UpdateTagResult>;
81
- deleteTag: (tagId: import('@intlayer/backend').DeleteTagParams["tagId"], otherOptions?: FetcherOptions) => Promise<import('@intlayer/backend').DeleteTagResult>;
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":"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"}
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,EACzB,sBAAqB,cAAc,CAAC,6BAGjB,sBAAsB;0CACtB,oBAAoB,cAEvC,CAAD,6BACG,qBACU;wCAEF,mBAAe,cAAc,CAAC,6BAChC,qBACA;sCACmB,yBAGjB,cACR,CAAD,6BAA6B,2BAA2B;2CAKvD,sBACU,cACN,CAAD,6BAEG,wBACK;0CAEJ,6BACP,cACK,CAAC,6BAGC,+BAA+B;yCAA4C,CAAC,6BAA6B,wBAAwB;6CAA+C,uBAAwB,cAAc,CAAC,6BAA6B,wBAAwB;2CAA8C,CAAC,6BAA6B,0BAA0B;;;6BAAsD,CAAC,EAAC,iBAAkB,cAAc,CAAC,6BAA6B,iBAAiB;8BAAgC,cAAe,cAAc,CAAC,6BAA6B,gBAAgB;iCAAmC,iBAAkB,cAAc,CAAC,6BAA6B,mBAAmB;qCAAuC,wBAAyB,cAAc,CAAC,6BAA6B,0BAA0B;yDAA2D,4BAA6B,cAAc,CAAC,6BAA6B,8BAA8B;oCAAuC,CAAC,6BAA6B,mBAAmB;mCAAqC,kBAAmB,cAAc,CAAC,6BAA6B,mBAAmB;sCAAyC,CAAC,6BAA6B,qBAAqB;qCAAuC,mBAAoB,cAAc,CAAC,6BAA6B,uBAAuB;oCAAsC,mBAAoB,cAAc,CAAC,6BAA6B,uBAAuB;qCAAuC,oBAAqB,cAAc,CAAC,6BAA6B,wBAAwB;;;2BAAgD,cAAe,cAAc,CAAC,6BAA6B,gBAAgB;0BAA6B,CAAC,EAAC,cAAe,cAAc,CAAC,6BAA6B,cAAc;8BAAgC,iBAAkB,cAAc,CAAC,6BAA6B,iBAAiB;8CAAgD,sBAAuB,YAAW,sBAAuB,cAAc,CAAC,6BAA6B,sBAAsB;gCAAkC,oBAAqB,cAAc,CAAC,6BAA6B,oBAAoB;2BAA6B,cAAe,cAAc,CAAC,6BAA6B,gBAAgB;iDAAoD,CAAC,6BAA6B,gBAAgB;;;sBAA2C,SAAU,cAAc,CAAC,6BAA6B,WAAW;wCAA0C,sBAAuB;wCAAoD,sBAAuB;yBAAqC,YAAa,OAAO,CAAC,EAAC,aAAc,cAAc,CAAC,6BAA6B,cAAc;6BAAgC,CAAC;gCAAmE,mBAAoB,cAAc,CAAC,6BAA6B,mBAAmB;kCAAoC,oBAAqB,cAAc,CAAC,6BAA6B,sBAAsB;6CAAgD,CAAC,6BAA6B,4BAA4B;0CAA4C,gBAAiB,cAAc,CAAC,6BAA6B,gBAAgB;mDAAqD,OAAQ;+BAA2C,kBAAmB,cAAc,CAAC,6BAA6B,oBAAoB;8BAAgC,iBAAkB,cAAc,CAAC,6BAA6B,mBAAmB;iCAAoC,CAAC,EAAC,0BAA2B,cAAc,CAAC,6BAA6B,2BAA2B;mCAAsC,CAAC,6BAA6B,kBAAkB;2CAA8C,CAAC,6BAA6B,oBAAoB;;;iCAA6D,CAAC,EAAC,qBAAsB,cAAc,CAAC,6BAA6B,qBAAqB;0CAA6C,CAAC,6BAA6B,yBAAyB;uCAAyC,mBAAoB,SAAS,CAAC,EAAC,kBAAmB,cAAc,CAAC,6BAA6B,mBAAmB;yCAA2C,oBAAqB,cAAc,CAAC,6BAA6B,sBAAsB;oCAAsC,iBAAkB,cAAc,CAAC,6BAA6B,mBAAmB;yCAA2C,qBAAsB,cAAa,oBAAqB,cAAc,CAAC,6BAA6B,sBAAsB;+BAAiC,qBAAsB,cAAc,CAAC,6BAA6B,sBAAsB;;;8BAAsD,CAAC,EAAC,sBAAuB,cAAc,CAAC,6BAA6B,wBAAwB;yCAA4C,CAAC,6BAA6B,wBAAwB;;;sCAA0D,CAAC,EAAC,2BAA4B,cAAc,CAAC,6BAA6B,6BAA6B;2CAA8C,CAAC,EAAC,gCAAiC,cAAc,CAAC,6BAA6B,kCAAkC;8CAAiD,CAAC,EAAC,mCAAoC,cAAc,CAAC,6BAA6B,qCAAqC;uBAA0B,CAAC,EAAC,YAAa,cAAc,CAAC,6BAA6B,cAAc;6BAAgC,CAAC,EAAC,kBAAmB,cAAc,CAAC,6BAA6B,oBAAoB;;;yBAA8C,CAAC,EAAC,aAAc,cAAc,CAAC,6BAA6B,aAAa;sBAAwB,UAAW,cAAc,CAAC,6BAA6B,YAAY;2BAA6B,eAAgB,OAAM,aAAc,cAAc,CAAC,6BAA6B,eAAe;2BAA6B,eAAgB,cAAc,CAAC,6BAA6B,eAAe;;;uCAA+D,CAAC,6BAA6B,sBAAsB;sCAAwC,2BAA4B,cAAc,CAAC;;CADp8M,CAAC"}