@intlayer/docs 9.4.3 → 9.4.4

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.
@@ -1,5 +1,5 @@
1
1
  //#region src/authors.d.ts
2
- type AuthorProfile = {
2
+ export type AuthorProfile = {
3
3
  /** Full display name */
4
4
  name: string;
5
5
  /** Schema.org Person @id URI (optional) */
@@ -17,18 +17,18 @@ type AuthorProfile = {
17
17
  /** GitHub username/handle */
18
18
  github?: string;
19
19
  };
20
- type Authors = Record<string, AuthorProfile>;
20
+ export type Authors = Record<string, AuthorProfile>;
21
21
  declare const loadAuthors: () => Authors;
22
22
  /**
23
23
  * Resolve a full author profile by GitHub handle.
24
24
  * Returns `undefined` if the handle is not found in `authors.json`.
25
25
  */
26
- declare const getAuthor: (github: string) => AuthorProfile | undefined;
26
+ export declare const getAuthor: (github: string) => AuthorProfile | undefined;
27
27
  /**
28
28
  * Build a Schema.org Person node suitable for JSON-LD.
29
29
  * Undefined fields are omitted automatically by JSON.stringify.
30
30
  */
31
- declare const buildAuthorJsonLd: (profile?: AuthorProfile, fallbackName?: string, fallbackUrl?: string) => {
31
+ export declare const buildAuthorJsonLd: (profile?: AuthorProfile, fallbackName?: string, fallbackUrl?: string) => {
32
32
  '@type': 'Person';
33
33
  '@id': string;
34
34
  name: string;
@@ -39,5 +39,5 @@ declare const buildAuthorJsonLd: (profile?: AuthorProfile, fallbackName?: string
39
39
  knowsAbout: string[];
40
40
  };
41
41
  //#endregion
42
- export { AuthorProfile, Authors, buildAuthorJsonLd, getAuthor, loadAuthors as getAuthors };
42
+ export { loadAuthors as getAuthors };
43
43
  //# sourceMappingURL=authors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"authors.d.ts","names":[],"sources":["../../src/authors.ts"],"mappings":";KAIY;;EAEV;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;KAGU,UAAU,eAAe;cAI/B,mBAAkB;;;;;cAQX,YAAS,mBAAqB;;;;;cAe9B,oBAAiB,UAClB,eAAa,uBAAA;EAIvB;EACA;EACA;EACA;EACA;EACA;EACA;EACA"}
1
+ {"version":3,"file":"authors.d.ts","names":[],"sources":["../../src/authors.ts"],"mappings":";YAIY;;EAEV;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;YAGU,UAAU,eAAe;cAI/B,mBAAkB;;;;;qBAQX,YAAS,mBAAqB;;;;;qBAe9B,oBAAiB,UAClB,eAAa,uBAAA;EAIvB;EACA;EACA;EACA;EACA;EACA;EACA;EACA"}
@@ -2,16 +2,15 @@ import { FileMetadata } from "./common.js";
2
2
  import { blogEntry } from "./generated/blog.entry.js";
3
3
  import { DeclaredLocales, LocalesValues } from "@intlayer/types/module_augmentation";
4
4
  //#region src/blog.d.ts
5
- type BlogKey = keyof typeof blogEntry;
6
- type Blogs = Record<BlogKey, Record<LocalesValues, Promise<string>>>;
7
- type BlogMetadata = FileMetadata;
8
- declare const getBlogsKeys: () => (keyof typeof blogEntry)[];
9
- declare const getBlogs: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<BlogKey, string>>;
10
- declare const getBlog: <L extends LocalesValues = DeclaredLocales>(docName: BlogKey, locale?: L) => Promise<string>;
11
- declare const getBlogMetadataRecord: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<BlogKey, FileMetadata>>;
12
- declare const getBlogMetadata: <D extends BlogKey, L extends LocalesValues = DeclaredLocales>(docName: D, locale?: L) => Promise<FileMetadata>;
13
- declare const getBlogMetadataBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<FileMetadata[]>;
14
- declare const getBlogBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<string[]>;
5
+ export type BlogKey = keyof typeof blogEntry;
6
+ export type Blogs = Record<BlogKey, Record<LocalesValues, Promise<string>>>;
7
+ export type BlogMetadata = FileMetadata;
8
+ export declare const getBlogsKeys: () => (keyof typeof blogEntry)[];
9
+ export declare const getBlogs: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<BlogKey, string>>;
10
+ export declare const getBlog: <L extends LocalesValues = DeclaredLocales>(docName: BlogKey, locale?: L) => Promise<string>;
11
+ export declare const getBlogMetadataRecord: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<BlogKey, FileMetadata>>;
12
+ export declare const getBlogMetadata: <D extends BlogKey, L extends LocalesValues = DeclaredLocales>(docName: D, locale?: L) => Promise<FileMetadata>;
13
+ export declare const getBlogMetadataBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<FileMetadata[]>;
14
+ export declare const getBlogBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<string[]>;
15
15
  //#endregion
16
- export { BlogKey, BlogMetadata, Blogs, getBlog, getBlogBySlug, getBlogMetadata, getBlogMetadataBySlug, getBlogMetadataRecord, getBlogs, getBlogsKeys };
17
16
  //# sourceMappingURL=blog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"blog.d.ts","names":[],"sources":["../../src/blog.ts"],"mappings":";;;;KAiBY,uBAAuB;KACvB,QAAQ,OAAO,SAAS,OAAO,eAAe;KAC9C,eAAe;cAEd,kCAAiC;cAGjC,WAAkB,UAAU,gBAAgB,iBAAe,SAC9D,MACP,QAAQ,OAAO;cAEL,UAAiB,UAAU,gBAAgB,iBAAe,SAC5D,SAAO,SACR,MACP;cAEU,wBACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO,SAAS;cAGd,kBACX,UAAU,SACV,UAAU,gBAAgB,iBAAe,SAEhC,GAAC,SACF,MACP,QAAQ;cAEE,wBACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER,QAAQ;cAGE,gBAAuB,UAAU,gBAAgB,iBAAe,0BACnD,SAChB,GAAC,qBAER"}
1
+ {"version":3,"file":"blog.d.ts","names":[],"sources":["../../src/blog.ts"],"mappings":";;;;YAiBY,uBAAuB;YACvB,QAAQ,OAAO,SAAS,OAAO,eAAe;YAC9C,eAAe;qBAEd,kCAAiC;qBAGjC,WAAkB,UAAU,gBAAgB,iBAAe,SAC9D,MACP,QAAQ,OAAO;qBAEL,UAAiB,UAAU,gBAAgB,iBAAe,SAC5D,SAAO,SACR,MACP;qBAEU,wBACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO,SAAS;qBAGd,kBACX,UAAU,SACV,UAAU,gBAAgB,iBAAe,SAEhC,GAAC,SACF,MACP,QAAQ;qBAEE,wBACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER,QAAQ;qBAGE,gBAAuB,UAAU,gBAAgB,iBAAe,0BACnD,SAChB,GAAC,qBAER"}
@@ -1,12 +1,12 @@
1
1
  import { LocalesValues } from "@intlayer/types/module_augmentation";
2
2
  //#region src/common.d.ts
3
- declare const defaultLocale: "en";
4
- declare const GITHUB_URL_PREFIX = "https://github.com/aymericzip/intlayer/blob/main/docs";
5
- declare const URL_PREFIX = "https://intlayer.org/";
6
- declare const getKeys: <T extends Record<string, any>>(obj: T) => (keyof T)[];
7
- declare const getFiles: <F extends Record<`./${string}`, Record<LocalesValues, Promise<string>>>>(files: F, lang?: LocalesValues) => Promise<Record<string, string>>;
8
- declare const getFile: <F extends Record<string, Record<LocalesValues, Promise<string>>>>(files: F, docKey: keyof F, locale?: LocalesValues) => Promise<string>;
9
- type FileMetadata = {
3
+ export declare const defaultLocale: "en";
4
+ export declare const GITHUB_URL_PREFIX = "https://github.com/aymericzip/intlayer/blob/main/docs";
5
+ export declare const URL_PREFIX = "https://intlayer.org/";
6
+ export declare const getKeys: <T extends Record<string, any>>(obj: T) => (keyof T)[];
7
+ export declare const getFiles: <F extends Record<`./${string}`, Record<LocalesValues, Promise<string>>>>(files: F, lang?: LocalesValues) => Promise<Record<string, string>>;
8
+ export declare const getFile: <F extends Record<string, Record<LocalesValues, Promise<string>>>>(files: F, docKey: keyof F, locale?: LocalesValues) => Promise<string>;
9
+ export type FileMetadata = {
10
10
  docKey: string;
11
11
  url: string;
12
12
  relativeUrl: string;
@@ -27,11 +27,10 @@ type FileMetadata = {
27
27
  changes: string;
28
28
  }[];
29
29
  };
30
- declare const formatMetadata: (docKey: string, file: string, locale?: LocalesValues) => FileMetadata;
31
- declare const getFileMetadata: <F extends Record<string, Record<LocalesValues, Promise<string>>>, R extends FileMetadata>(files: F, docKey: keyof F, locale?: LocalesValues) => Promise<R>;
32
- declare const getFileMetadataRecord: <F extends Record<string, Record<LocalesValues, Promise<string>>>>(files: F, locale?: LocalesValues) => Promise<Record<keyof F, FileMetadata>>;
33
- declare const getFileMetadataBySlug: <F extends Record<string, Record<LocalesValues, Promise<string>>>>(files: F, slugs: string | string[], locale?: LocalesValues, strict?: boolean) => Promise<FileMetadata[]>;
34
- declare const getFileBySlug: <F extends Record<string, Record<LocalesValues, Promise<string>>>>(files: F, slugs: string | string[], locale?: LocalesValues, strict?: boolean) => Promise<string[]>;
30
+ export declare const formatMetadata: (docKey: string, file: string, locale?: LocalesValues) => FileMetadata;
31
+ export declare const getFileMetadata: <F extends Record<string, Record<LocalesValues, Promise<string>>>, R extends FileMetadata>(files: F, docKey: keyof F, locale?: LocalesValues) => Promise<R>;
32
+ export declare const getFileMetadataRecord: <F extends Record<string, Record<LocalesValues, Promise<string>>>>(files: F, locale?: LocalesValues) => Promise<Record<keyof F, FileMetadata>>;
33
+ export declare const getFileMetadataBySlug: <F extends Record<string, Record<LocalesValues, Promise<string>>>>(files: F, slugs: string | string[], locale?: LocalesValues, strict?: boolean) => Promise<FileMetadata[]>;
34
+ export declare const getFileBySlug: <F extends Record<string, Record<LocalesValues, Promise<string>>>>(files: F, slugs: string | string[], locale?: LocalesValues, strict?: boolean) => Promise<string[]>;
35
35
  //#endregion
36
- export { FileMetadata, GITHUB_URL_PREFIX, URL_PREFIX, defaultLocale, formatMetadata, getFile, getFileBySlug, getFileMetadata, getFileMetadataBySlug, getFileMetadataRecord, getFiles, getKeys };
37
36
  //# sourceMappingURL=common.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","names":[],"sources":["../../src/common.ts"],"mappings":";;cAMa;cAEA;cAEA;cAEA,UAAW,UAAU,qBAAmB,KAAO,aAAW;cAG1D,WACX,UAAU,sBAAsB,OAAO,eAAe,mBAAiB,OAEhE,GAAC,OACF,kBACL,QAAQ;cAUE,UACX,UAAU,eAAe,OAAO,eAAe,mBAAiB,OAEzD,GAAC,cACM,GAAC,SACP,kBACP;KAsBS;EACV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;IACE;IACA;IACA;;;cAIS,iBAAc,gBACX,cACF,SACJ,kBACP;cAoCU,kBACX,UAAU,eAAe,OAAO,eAAe,mBAC/C,UAAU,cAAY,OAEf,GAAC,cACM,GAAC,SACP,kBACP,QAAQ;cA0CE,wBACX,UAAU,eAAe,OAAO,eAAe,mBAAiB,OAEzD,GAAC,SACA,kBACP,QAAQ,aAAa,GAAG;cAoDd,wBACX,UAAU,eAAe,OAAO,eAAe,mBAAiB,OAEzD,GAAC,0BACgB,SAChB,eAAa,qBAAA,QAAA;cA8BV,gBACX,UAAU,eAAe,OAAO,eAAe,mBAAiB,OAEzD,GAAC,0BACgB,SAChB,eAAa,qBAAA"}
1
+ {"version":3,"file":"common.d.ts","names":[],"sources":["../../src/common.ts"],"mappings":";;qBAMa;qBAEA;qBAEA;qBAEA,UAAW,UAAU,qBAAmB,KAAO,aAAW;qBAG1D,WACX,UAAU,sBAAsB,OAAO,eAAe,mBAAiB,OAEhE,GAAC,OACF,kBACL,QAAQ;qBAUE,UACX,UAAU,eAAe,OAAO,eAAe,mBAAiB,OAEzD,GAAC,cACM,GAAC,SACP,kBACP;YAsBS;EACV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;IACE;IACA;IACA;;;qBAIS,iBAAc,gBACX,cACF,SACJ,kBACP;qBAoCU,kBACX,UAAU,eAAe,OAAO,eAAe,mBAC/C,UAAU,cAAY,OAEf,GAAC,cACM,GAAC,SACP,kBACP,QAAQ;qBA0CE,wBACX,UAAU,eAAe,OAAO,eAAe,mBAAiB,OAEzD,GAAC,SACA,kBACP,QAAQ,aAAa,GAAG;qBAoDd,wBACX,UAAU,eAAe,OAAO,eAAe,mBAAiB,OAEzD,GAAC,0BACgB,SAChB,eAAa,qBAAA,QAAA;qBA8BV,gBACX,UAAU,eAAe,OAAO,eAAe,mBAAiB,OAEzD,GAAC,0BACgB,SAChB,eAAa,qBAAA"}
@@ -2,16 +2,15 @@ import { FileMetadata } from "./common.js";
2
2
  import { docsEntry } from "./generated/docs.entry.js";
3
3
  import { DeclaredLocales, LocalesValues } from "@intlayer/types/module_augmentation";
4
4
  //#region src/doc.d.ts
5
- type DocKey = keyof typeof docsEntry;
6
- type Docs = Record<DocKey, Record<LocalesValues, Promise<string>>>;
7
- type DocMetadata = FileMetadata;
8
- declare const getDocsKeys: () => (keyof typeof docsEntry)[];
9
- declare const getDocs: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<DocKey, string>>;
10
- declare const getDoc: <L extends LocalesValues = DeclaredLocales>(docName: keyof typeof docsEntry, locale?: L) => Promise<string>;
11
- declare const getDocMetadataRecord: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<DocKey, FileMetadata>>;
12
- declare const getDocMetadata: <D extends DocKey, L extends LocalesValues = DeclaredLocales>(docName: D, locale?: L) => Promise<FileMetadata>;
13
- declare const getDocMetadataBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<FileMetadata[]>;
14
- declare const getDocBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<string[]>;
5
+ export type DocKey = keyof typeof docsEntry;
6
+ export type Docs = Record<DocKey, Record<LocalesValues, Promise<string>>>;
7
+ export type DocMetadata = FileMetadata;
8
+ export declare const getDocsKeys: () => (keyof typeof docsEntry)[];
9
+ export declare const getDocs: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<DocKey, string>>;
10
+ export declare const getDoc: <L extends LocalesValues = DeclaredLocales>(docName: keyof typeof docsEntry, locale?: L) => Promise<string>;
11
+ export declare const getDocMetadataRecord: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<DocKey, FileMetadata>>;
12
+ export declare const getDocMetadata: <D extends DocKey, L extends LocalesValues = DeclaredLocales>(docName: D, locale?: L) => Promise<FileMetadata>;
13
+ export declare const getDocMetadataBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<FileMetadata[]>;
14
+ export declare const getDocBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<string[]>;
15
15
  //#endregion
16
- export { DocKey, DocMetadata, Docs, getDoc, getDocBySlug, getDocMetadata, getDocMetadataBySlug, getDocMetadataRecord, getDocs, getDocsKeys };
17
16
  //# sourceMappingURL=doc.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"doc.d.ts","names":[],"sources":["../../src/doc.ts"],"mappings":";;;;KAiBY,sBAAsB;KACtB,OAAO,OAAO,QAAQ,OAAO,eAAe;KAC5C,cAAc;cAEb,iCAAgC;cAEhC,UAAiB,UAAU,gBAAgB,iBAAe,SAC7D,MACP,QAAQ,OAAO;cAEL,SAAgB,UAAU,gBAAgB,iBAAe,sBAC9C,WAAS,SACvB,MACP;cAEU,uBACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO,QAAQ;cAGb,iBACX,UAAU,QACV,UAAU,gBAAgB,iBAAe,SAEhC,GAAC,SACF,MACP,QAAQ;cAEE,uBACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER,QAAQ;cAGE,eAAsB,UAAU,gBAAgB,iBAAe,0BAClD,SAChB,GAAC,qBAER"}
1
+ {"version":3,"file":"doc.d.ts","names":[],"sources":["../../src/doc.ts"],"mappings":";;;;YAiBY,sBAAsB;YACtB,OAAO,OAAO,QAAQ,OAAO,eAAe;YAC5C,cAAc;qBAEb,iCAAgC;qBAEhC,UAAiB,UAAU,gBAAgB,iBAAe,SAC7D,MACP,QAAQ,OAAO;qBAEL,SAAgB,UAAU,gBAAgB,iBAAe,sBAC9C,WAAS,SACvB,MACP;qBAEU,uBACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO,QAAQ;qBAGb,iBACX,UAAU,QACV,UAAU,gBAAgB,iBAAe,SAEhC,GAAC,SACF,MACP,QAAQ;qBAEE,uBACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER,QAAQ;qBAGE,eAAsB,UAAU,gBAAgB,iBAAe,0BAClD,SAChB,GAAC,qBAER"}
@@ -2,16 +2,15 @@ import { FileMetadata } from "./common.js";
2
2
  import { frequentQuestionsEntry } from "./generated/frequentQuestions.entry.js";
3
3
  import { DeclaredLocales, LocalesValues } from "@intlayer/types/module_augmentation";
4
4
  //#region src/frequentQuestions.d.ts
5
- type FrequentQuestionKey = keyof typeof frequentQuestionsEntry;
6
- type FrequentQuestions = Record<FrequentQuestionKey, Record<LocalesValues, Promise<string>>>;
7
- type FrequentQuestionMetadata = FileMetadata;
8
- declare const getFrequentQuestionsKeys: () => (keyof typeof frequentQuestionsEntry)[];
9
- declare const getFrequentQuestions: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<FrequentQuestionKey, string>>;
10
- declare const getFrequentQuestion: <L extends LocalesValues = DeclaredLocales>(docName: FrequentQuestionKey, locale?: L) => Promise<string>;
11
- declare const getFrequentQuestionMetadataRecord: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<FrequentQuestionKey, FileMetadata>>;
12
- declare const getFrequentQuestionMetadata: <D extends FrequentQuestionKey, L extends LocalesValues = DeclaredLocales>(docName: D, locale?: L) => Promise<FileMetadata>;
13
- declare const getFrequentQuestionMetadataBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<FileMetadata[]>;
14
- declare const getFrequentQuestionBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<string[]>;
5
+ export type FrequentQuestionKey = keyof typeof frequentQuestionsEntry;
6
+ export type FrequentQuestions = Record<FrequentQuestionKey, Record<LocalesValues, Promise<string>>>;
7
+ export type FrequentQuestionMetadata = FileMetadata;
8
+ export declare const getFrequentQuestionsKeys: () => (keyof typeof frequentQuestionsEntry)[];
9
+ export declare const getFrequentQuestions: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<FrequentQuestionKey, string>>;
10
+ export declare const getFrequentQuestion: <L extends LocalesValues = DeclaredLocales>(docName: FrequentQuestionKey, locale?: L) => Promise<string>;
11
+ export declare const getFrequentQuestionMetadataRecord: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<FrequentQuestionKey, FileMetadata>>;
12
+ export declare const getFrequentQuestionMetadata: <D extends FrequentQuestionKey, L extends LocalesValues = DeclaredLocales>(docName: D, locale?: L) => Promise<FileMetadata>;
13
+ export declare const getFrequentQuestionMetadataBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<FileMetadata[]>;
14
+ export declare const getFrequentQuestionBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<string[]>;
15
15
  //#endregion
16
- export { FrequentQuestionKey, FrequentQuestionMetadata, FrequentQuestions, getFrequentQuestion, getFrequentQuestionBySlug, getFrequentQuestionMetadata, getFrequentQuestionMetadataBySlug, getFrequentQuestionMetadataRecord, getFrequentQuestions, getFrequentQuestionsKeys };
17
16
  //# sourceMappingURL=frequentQuestions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"frequentQuestions.d.ts","names":[],"sources":["../../src/frequentQuestions.ts"],"mappings":";;;;KAiBY,mCAAmC;KACnC,oBAAoB,OAC9B,qBACA,OAAO,eAAe;KAEZ,2BAA2B;cAE1B,8CACO;cAGP,uBACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO;cAGL,sBACX,UAAU,gBAAgB,iBAAe,SAEhC,qBAAmB,SACpB,MACP;cAEU,oCACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO,qBAAqB;cAG1B,8BACX,UAAU,qBACV,UAAU,gBAAgB,iBAAe,SAEhC,GAAC,SACF,MACP,QAAQ;cAGE,oCACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER,QAAQ;cAGE,4BACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER"}
1
+ {"version":3,"file":"frequentQuestions.d.ts","names":[],"sources":["../../src/frequentQuestions.ts"],"mappings":";;;;YAiBY,mCAAmC;YACnC,oBAAoB,OAC9B,qBACA,OAAO,eAAe;YAEZ,2BAA2B;qBAE1B,8CACO;qBAGP,uBACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO;qBAGL,sBACX,UAAU,gBAAgB,iBAAe,SAEhC,qBAAmB,SACpB,MACP;qBAEU,oCACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO,qBAAqB;qBAG1B,8BACX,UAAU,qBACV,UAAU,gBAAgB,iBAAe,SAEhC,GAAC,SACF,MACP,QAAQ;qBAGE,oCACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER,QAAQ;qBAGE,4BACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER"}
@@ -1,6 +1,6 @@
1
1
  import { LocalesValues } from "@intlayer/types/module_augmentation";
2
2
  //#region src/generated/blog.entry.d.ts
3
- declare const blogEntry: {
3
+ export declare const blogEntry: {
4
4
  readonly './blog/en/compiler_vs_declarative_i18n.md': Record<LocalesValues, Promise<string>>;
5
5
  readonly './blog/en/date_time_number_formatting_locales.md': Record<LocalesValues, Promise<string>>;
6
6
  readonly './blog/en/detecting_missing_translations.md': Record<LocalesValues, Promise<string>>;
@@ -47,5 +47,4 @@ declare const blogEntry: {
47
47
  readonly './blog/en/what_is_internationalization.md': Record<LocalesValues, Promise<string>>;
48
48
  };
49
49
  //#endregion
50
- export { blogEntry };
51
50
  //# sourceMappingURL=blog.entry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"blog.entry.d.ts","names":[],"sources":["../../../src/generated/blog.entry.ts"],"mappings":";;cAsFa;WACX,6CAmBgB,OAAO,eAAe;WACtC,oDAmBgB,OAAO,eAAe;WACtC,+CAmBgB,OAAO,eAAe;WACtC,gDAmBgB,OAAO,eAAe;WACtC,wCAmBgB,OAAO,eAAe;WACtC,6BAmBgB,OAAO,eAAe;WACtC,wCAmBgB,OAAO,eAAe;WACtC,wCAmBgB,OAAO,eAAe;WACtC,qCAmBgB,OAAO,eAAe;WACtC,mCAmBgB,OAAO,eAAe;WACtC,sBAmBgB,OAAO,eAAe;WACtC,6CAmBgB,OAAO,eAAe;WACtC,sCAmBgB,OAAO,eAAe;WACtC,2CAmBgB,OAAO,eAAe;WACtC,wCAmBgB,OAAO,eAAe;WACtC,4CAmBgB,OAAO,eAAe;WACtC,yCAmBgB,OAAO,eAAe;WACtC,uCAmBgB,OAAO,eAAe;WACtC,oCAmBgB,OAAO,eAAe;WACtC,sCAmBgB,OAAO,eAAe;WACtC,qCAmBgB,OAAO,eAAe;WACtC,mDAmBgB,OAAO,eAAe;WACtC,kDAmBgB,OAAO,eAAe;WACtC,iDAmBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,0DAsBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,yDAmBgB,OAAO,eAAe;WACtC,uDAmBgB,OAAO,eAAe;WACtC,+DAsBgB,OAAO,eAAe;WACtC,+DAsBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,yDAmBgB,OAAO,eAAe;WACtC,4DAsBgB,OAAO,eAAe;WACtC,iEAsBgB,OAAO,eAAe;WACtC,sDAmBgB,OAAO,eAAe;WACtC,sDAmBgB,OAAO,eAAe;WACtC,mDAmBgB,OAAO,eAAe;WACtC,kDAmBgB,OAAO,eAAe;WACtC,oDAmBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,qCAmBgB,OAAO,eAAe;WACtC,6CAmBgB,OAAO,eAAe"}
1
+ {"version":3,"file":"blog.entry.d.ts","names":[],"sources":["../../../src/generated/blog.entry.ts"],"mappings":";;qBAsFa;WACX,6CAmBgB,OAAO,eAAe;WACtC,oDAmBgB,OAAO,eAAe;WACtC,+CAmBgB,OAAO,eAAe;WACtC,gDAmBgB,OAAO,eAAe;WACtC,wCAmBgB,OAAO,eAAe;WACtC,6BAmBgB,OAAO,eAAe;WACtC,wCAmBgB,OAAO,eAAe;WACtC,wCAmBgB,OAAO,eAAe;WACtC,qCAmBgB,OAAO,eAAe;WACtC,mCAmBgB,OAAO,eAAe;WACtC,sBAmBgB,OAAO,eAAe;WACtC,6CAmBgB,OAAO,eAAe;WACtC,sCAmBgB,OAAO,eAAe;WACtC,2CAmBgB,OAAO,eAAe;WACtC,wCAmBgB,OAAO,eAAe;WACtC,4CAmBgB,OAAO,eAAe;WACtC,yCAmBgB,OAAO,eAAe;WACtC,uCAmBgB,OAAO,eAAe;WACtC,oCAmBgB,OAAO,eAAe;WACtC,sCAmBgB,OAAO,eAAe;WACtC,qCAmBgB,OAAO,eAAe;WACtC,mDAmBgB,OAAO,eAAe;WACtC,kDAmBgB,OAAO,eAAe;WACtC,iDAmBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,0DAsBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,yDAmBgB,OAAO,eAAe;WACtC,uDAmBgB,OAAO,eAAe;WACtC,+DAsBgB,OAAO,eAAe;WACtC,+DAsBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,yDAmBgB,OAAO,eAAe;WACtC,4DAsBgB,OAAO,eAAe;WACtC,iEAsBgB,OAAO,eAAe;WACtC,sDAmBgB,OAAO,eAAe;WACtC,sDAmBgB,OAAO,eAAe;WACtC,mDAmBgB,OAAO,eAAe;WACtC,kDAmBgB,OAAO,eAAe;WACtC,oDAmBgB,OAAO,eAAe;WACtC,wDAmBgB,OAAO,eAAe;WACtC,qCAmBgB,OAAO,eAAe;WACtC,6CAmBgB,OAAO,eAAe"}
@@ -1,6 +1,6 @@
1
1
  import { LocalesValues } from "@intlayer/types/module_augmentation";
2
2
  //#region src/generated/docs.entry.d.ts
3
- declare const docsEntry: {
3
+ export declare const docsEntry: {
4
4
  readonly './docs/en/CI_CD.md': Record<LocalesValues, Promise<string>>;
5
5
  readonly './docs/en/agent_skills.md': Record<LocalesValues, Promise<string>>;
6
6
  readonly './docs/en/analytics.md': Record<LocalesValues, Promise<string>>;
@@ -227,5 +227,4 @@ declare const docsEntry: {
227
227
  readonly './docs/en/vs_code_extension.md': Record<LocalesValues, Promise<string>>;
228
228
  };
229
229
  //#endregion
230
- export { docsEntry };
231
230
  //# sourceMappingURL=docs.entry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"docs.entry.d.ts","names":[],"sources":["../../../src/generated/docs.entry.ts"],"mappings":"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"}
1
+ {"version":3,"file":"docs.entry.d.ts","names":[],"sources":["../../../src/generated/docs.entry.ts"],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { LocalesValues } from "@intlayer/types/module_augmentation";
2
2
  //#region src/generated/frequentQuestions.entry.d.ts
3
- declare const frequentQuestionsEntry: {
3
+ export declare const frequentQuestionsEntry: {
4
4
  readonly './frequent_questions/en/SSR_Next_no_[locale].md': Record<LocalesValues, Promise<string>>;
5
5
  readonly './frequent_questions/en/array_as_content_declaration.md': Record<LocalesValues, Promise<string>>;
6
6
  readonly './frequent_questions/en/build_dictionaries.md': Record<LocalesValues, Promise<string>>;
@@ -20,5 +20,4 @@ declare const frequentQuestionsEntry: {
20
20
  readonly './frequent_questions/en/unknown_command.md': Record<LocalesValues, Promise<string>>;
21
21
  };
22
22
  //#endregion
23
- export { frequentQuestionsEntry };
24
23
  //# sourceMappingURL=frequentQuestions.entry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"frequentQuestions.entry.d.ts","names":[],"sources":["../../../src/generated/frequentQuestions.entry.ts"],"mappings":";;cA4Fa;WACX,mDAmBgB,OAAO,eAAe;WACtC,2DAmBgB,OAAO,eAAe;WACtC,iDAmBgB,OAAO,eAAe;WACtC,gDAmBgB,OAAO,eAAe;WACtC,yCAmBgB,OAAO,eAAe;WACtC,qDAmBgB,OAAO,eAAe;WACtC,6CAmBgB,OAAO,eAAe;WACtC,kDAmBgB,OAAO,eAAe;WACtC,4CAmBgB,OAAO,eAAe;WACtC,gDAmBgB,OAAO,eAAe;WACtC,2CAmBgB,OAAO,eAAe;WACtC,yDAmBgB,OAAO,eAAe;WACtC,qDAmBgB,OAAO,eAAe;WACtC,oDAmBgB,OAAO,eAAe;WACtC,+CAmBgB,OAAO,eAAe;WACtC,kDAmBgB,OAAO,eAAe;WACtC,8CAmBgB,OAAO,eAAe"}
1
+ {"version":3,"file":"frequentQuestions.entry.d.ts","names":[],"sources":["../../../src/generated/frequentQuestions.entry.ts"],"mappings":";;qBA4Fa;WACX,mDAmBgB,OAAO,eAAe;WACtC,2DAmBgB,OAAO,eAAe;WACtC,iDAmBgB,OAAO,eAAe;WACtC,gDAmBgB,OAAO,eAAe;WACtC,yCAmBgB,OAAO,eAAe;WACtC,qDAmBgB,OAAO,eAAe;WACtC,6CAmBgB,OAAO,eAAe;WACtC,kDAmBgB,OAAO,eAAe;WACtC,4CAmBgB,OAAO,eAAe;WACtC,gDAmBgB,OAAO,eAAe;WACtC,2CAmBgB,OAAO,eAAe;WACtC,yDAmBgB,OAAO,eAAe;WACtC,qDAmBgB,OAAO,eAAe;WACtC,oDAmBgB,OAAO,eAAe;WACtC,+CAmBgB,OAAO,eAAe;WACtC,kDAmBgB,OAAO,eAAe;WACtC,8CAmBgB,OAAO,eAAe"}
@@ -1,9 +1,8 @@
1
1
  import { LocalesValues } from "@intlayer/types/module_augmentation";
2
2
  //#region src/generated/legal.entry.d.ts
3
- declare const legalEntry: {
3
+ export declare const legalEntry: {
4
4
  readonly './legal/en/privacy_notice.md': Record<LocalesValues, Promise<string>>;
5
5
  readonly './legal/en/terms_of_service.md': Record<LocalesValues, Promise<string>>;
6
6
  };
7
7
  //#endregion
8
- export { legalEntry };
9
8
  //# sourceMappingURL=legal.entry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"legal.entry.d.ts","names":[],"sources":["../../../src/generated/legal.entry.ts"],"mappings":";;cAsFa;WACX,gCAmBgB,OAAO,eAAe;WACtC,kCAmBgB,OAAO,eAAe"}
1
+ {"version":3,"file":"legal.entry.d.ts","names":[],"sources":["../../../src/generated/legal.entry.ts"],"mappings":";;qBAsFa;WACX,gCAmBgB,OAAO,eAAe;WACtC,kCAmBgB,OAAO,eAAe"}
@@ -2,16 +2,15 @@ import { FileMetadata } from "./common.js";
2
2
  import { legalEntry } from "./generated/legal.entry.js";
3
3
  import { DeclaredLocales, LocalesValues } from "@intlayer/types/module_augmentation";
4
4
  //#region src/legal.d.ts
5
- type LegalKey = keyof typeof legalEntry;
6
- type Legals = Record<LegalKey, Record<LocalesValues, Promise<string>>>;
7
- type LegalMetadata = FileMetadata;
8
- declare const getLegalsKeys: () => (keyof typeof legalEntry)[];
9
- declare const getLegals: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<LegalKey, string>>;
10
- declare const getLegal: <L extends LocalesValues = DeclaredLocales>(docName: keyof typeof legalEntry, locale?: L) => Promise<string>;
11
- declare const getLegalMetadataRecord: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<LegalKey, FileMetadata>>;
12
- declare const getLegalMetadata: <D extends LegalKey, L extends LocalesValues = DeclaredLocales>(docName: D, locale?: L) => Promise<FileMetadata>;
13
- declare const getLegalMetadataBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<FileMetadata[]>;
14
- declare const getLegalBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<string[]>;
5
+ export type LegalKey = keyof typeof legalEntry;
6
+ export type Legals = Record<LegalKey, Record<LocalesValues, Promise<string>>>;
7
+ export type LegalMetadata = FileMetadata;
8
+ export declare const getLegalsKeys: () => (keyof typeof legalEntry)[];
9
+ export declare const getLegals: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<LegalKey, string>>;
10
+ export declare const getLegal: <L extends LocalesValues = DeclaredLocales>(docName: keyof typeof legalEntry, locale?: L) => Promise<string>;
11
+ export declare const getLegalMetadataRecord: <L extends LocalesValues = DeclaredLocales>(locale?: L) => Promise<Record<LegalKey, FileMetadata>>;
12
+ export declare const getLegalMetadata: <D extends LegalKey, L extends LocalesValues = DeclaredLocales>(docName: D, locale?: L) => Promise<FileMetadata>;
13
+ export declare const getLegalMetadataBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<FileMetadata[]>;
14
+ export declare const getLegalBySlug: <L extends LocalesValues = DeclaredLocales>(slugs: string | string[], locale?: L, strict?: boolean) => Promise<string[]>;
15
15
  //#endregion
16
- export { LegalKey, LegalMetadata, Legals, getLegal, getLegalBySlug, getLegalMetadata, getLegalMetadataBySlug, getLegalMetadataRecord, getLegals, getLegalsKeys };
17
16
  //# sourceMappingURL=legal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"legal.d.ts","names":[],"sources":["../../src/legal.ts"],"mappings":";;;;KAiBY,wBAAwB;KACxB,SAAS,OAAO,UAAU,OAAO,eAAe;KAChD,gBAAgB;cAEf,mCAAkC;cAGlC,YAAmB,UAAU,gBAAgB,iBAAe,SAC/D,MACP,QAAQ,OAAO;cAEL,WAAkB,UAAU,gBAAgB,iBAAe,sBAChD,YAAU,SACxB,MACP;cAEU,yBACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO,UAAU;cAGf,mBACX,UAAU,UACV,UAAU,gBAAgB,iBAAe,SAEhC,GAAC,SACF,MACP,QAAQ;cAEE,yBACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER,QAAQ;cAGE,iBAAwB,UAAU,gBAAgB,iBAAe,0BACpD,SAChB,GAAC,qBAER"}
1
+ {"version":3,"file":"legal.d.ts","names":[],"sources":["../../src/legal.ts"],"mappings":";;;;YAiBY,wBAAwB;YACxB,SAAS,OAAO,UAAU,OAAO,eAAe;YAChD,gBAAgB;qBAEf,mCAAkC;qBAGlC,YAAmB,UAAU,gBAAgB,iBAAe,SAC/D,MACP,QAAQ,OAAO;qBAEL,WAAkB,UAAU,gBAAgB,iBAAe,sBAChD,YAAU,SACxB,MACP;qBAEU,yBACX,UAAU,gBAAgB,iBAAe,SAEjC,MACP,QAAQ,OAAO,UAAU;qBAGf,mBACX,UAAU,UACV,UAAU,gBAAgB,iBAAe,SAEhC,GAAC,SACF,MACP,QAAQ;qBAEE,yBACX,UAAU,gBAAgB,iBAAe,0BAEjB,SAChB,GAAC,qBAER,QAAQ;qBAGE,iBAAwB,UAAU,gBAAgB,iBAAe,0BACpD,SAChB,GAAC,qBAER"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/docs",
3
- "version": "9.4.3",
3
+ "version": "9.4.4",
4
4
  "private": false,
5
5
  "description": "Intlayer documentation",
6
6
  "keywords": [
@@ -73,22 +73,22 @@
73
73
  "watch": "webpack --config ./webpack.config.ts --watch"
74
74
  },
75
75
  "dependencies": {
76
- "@intlayer/config": "9.4.3",
77
- "@intlayer/core": "9.4.3",
78
- "@intlayer/types": "9.4.3"
76
+ "@intlayer/config": "9.4.4",
77
+ "@intlayer/core": "9.4.4",
78
+ "@intlayer/types": "9.4.4"
79
79
  },
80
80
  "devDependencies": {
81
- "@intlayer/api": "9.4.3",
82
- "@intlayer/cli": "9.4.3",
81
+ "@intlayer/api": "9.4.4",
82
+ "@intlayer/cli": "9.4.4",
83
83
  "@types/node": "26.4.1",
84
84
  "@utils/ts-config": "1.0.4",
85
85
  "@utils/ts-config-types": "1.0.4",
86
86
  "@utils/tsdown-config": "1.0.4",
87
87
  "fast-glob": "3.3.3",
88
88
  "rimraf": "6.1.3",
89
- "tsdown": "0.22.14",
89
+ "tsdown": "0.23.0",
90
90
  "typescript": "7.0.2",
91
- "vitest": "4.1.11"
91
+ "vitest": "5.0.0"
92
92
  },
93
93
  "engines": {
94
94
  "node": ">=14.18"