@nexo-labs/payload-typesense 1.4.2 → 1.4.3
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/index.d.mts +24 -18
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1145,7 +1145,7 @@ type OptionalKeys<Type$1> = Type$1 extends object ? keyof { [Key in keyof Type$1
|
|
|
1145
1145
|
//#region ../../node_modules/.pnpm/ts-essentials@10.0.3_typescript@5.7.3/node_modules/ts-essentials/dist/required-keys/index.d.ts
|
|
1146
1146
|
type RequiredKeys<Type$1> = Type$1 extends unknown ? Exclude<keyof Type$1, OptionalKeys<Type$1>> : never;
|
|
1147
1147
|
//#endregion
|
|
1148
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1148
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/load-custom-routes.d.ts
|
|
1149
1149
|
type RouteHas = {
|
|
1150
1150
|
type: string;
|
|
1151
1151
|
key: string;
|
|
@@ -1156,7 +1156,7 @@ type RouteHas = {
|
|
|
1156
1156
|
value: string;
|
|
1157
1157
|
};
|
|
1158
1158
|
//#endregion
|
|
1159
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1159
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/build/analysis/get-page-static-info.d.ts
|
|
1160
1160
|
type MiddlewareMatcher = {
|
|
1161
1161
|
regexp: string;
|
|
1162
1162
|
locale?: false;
|
|
@@ -1165,14 +1165,14 @@ type MiddlewareMatcher = {
|
|
|
1165
1165
|
originalSource: string;
|
|
1166
1166
|
};
|
|
1167
1167
|
//#endregion
|
|
1168
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1168
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/shared/lib/constants.d.ts
|
|
1169
1169
|
declare const COMPILER_NAMES: {
|
|
1170
1170
|
readonly client: "client";
|
|
1171
1171
|
readonly server: "server";
|
|
1172
1172
|
readonly edgeServer: "edge-server";
|
|
1173
1173
|
};
|
|
1174
1174
|
//#endregion
|
|
1175
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1175
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/client/route-loader.d.ts
|
|
1176
1176
|
declare global {
|
|
1177
1177
|
interface Window {
|
|
1178
1178
|
__BUILD_MANIFEST?: Record<string, string[]>;
|
|
@@ -1189,7 +1189,7 @@ declare global {
|
|
|
1189
1189
|
}
|
|
1190
1190
|
}
|
|
1191
1191
|
//#endregion
|
|
1192
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1192
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/client/page-loader.d.ts
|
|
1193
1193
|
declare global {
|
|
1194
1194
|
interface Window {
|
|
1195
1195
|
__DEV_MIDDLEWARE_MATCHERS?: MiddlewareMatcher[];
|
|
@@ -1201,21 +1201,21 @@ declare global {
|
|
|
1201
1201
|
}
|
|
1202
1202
|
}
|
|
1203
1203
|
//#endregion
|
|
1204
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1204
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/shared/lib/router/router.d.ts
|
|
1205
1205
|
declare global {
|
|
1206
1206
|
interface Window {
|
|
1207
1207
|
__NEXT_DATA__: NEXT_DATA;
|
|
1208
1208
|
}
|
|
1209
1209
|
}
|
|
1210
1210
|
//#endregion
|
|
1211
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1211
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts
|
|
1212
1212
|
declare global {
|
|
1213
1213
|
interface Window {
|
|
1214
1214
|
__NEXT_PRELOADREADY?: (ids?: (string | number)[]) => Promise<void>;
|
|
1215
1215
|
}
|
|
1216
1216
|
}
|
|
1217
1217
|
//#endregion
|
|
1218
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1218
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts
|
|
1219
1219
|
type LangCode = 'aa' | 'ab' | 'ae' | 'af' | 'ak' | 'am' | 'an' | 'ar' | 'as' | 'av' | 'ay' | 'az' | 'ba' | 'be' | 'bg' | 'bh' | 'bi' | 'bm' | 'bn' | 'bo' | 'br' | 'bs' | 'ca' | 'ce' | 'ch' | 'co' | 'cr' | 'cs' | 'cu' | 'cv' | 'cy' | 'da' | 'de' | 'dv' | 'dz' | 'ee' | 'el' | 'en' | 'eo' | 'es' | 'et' | 'eu' | 'fa' | 'ff' | 'fi' | 'fj' | 'fo' | 'fr' | 'fy' | 'ga' | 'gd' | 'gl' | 'gn' | 'gu' | 'gv' | 'ha' | 'he' | 'hi' | 'ho' | 'hr' | 'ht' | 'hu' | 'hy' | 'hz' | 'ia' | 'id' | 'ie' | 'ig' | 'ii' | 'ik' | 'io' | 'is' | 'it' | 'iu' | 'ja' | 'jv' | 'ka' | 'kg' | 'ki' | 'kj' | 'kk' | 'kl' | 'km' | 'kn' | 'ko' | 'kr' | 'ks' | 'ku' | 'kv' | 'kw' | 'ky' | 'la' | 'lb' | 'lg' | 'li' | 'ln' | 'lo' | 'lt' | 'lu' | 'lv' | 'mg' | 'mh' | 'mi' | 'mk' | 'ml' | 'mn' | 'mr' | 'ms' | 'mt' | 'my' | 'na' | 'nb' | 'nd' | 'ne' | 'ng' | 'nl' | 'nn' | 'no' | 'nr' | 'nv' | 'ny' | 'oc' | 'oj' | 'om' | 'or' | 'os' | 'pa' | 'pi' | 'pl' | 'ps' | 'pt' | 'qu' | 'rm' | 'rn' | 'ro' | 'ru' | 'rw' | 'sa' | 'sc' | 'sd' | 'se' | 'sg' | 'si' | 'sk' | 'sl' | 'sm' | 'sn' | 'so' | 'sq' | 'sr' | 'ss' | 'st' | 'su' | 'sv' | 'sw' | 'ta' | 'te' | 'tg' | 'th' | 'ti' | 'tk' | 'tl' | 'tn' | 'to' | 'tr' | 'ts' | 'tt' | 'tw' | 'ty' | 'ug' | 'uk' | 'ur' | 'uz' | 've' | 'vi' | 'vo' | 'wa' | 'wo' | 'xh' | 'yi' | 'yo' | 'za' | 'zh' | 'zu' | 'af-ZA' | 'am-ET' | 'ar-AE' | 'ar-BH' | 'ar-DZ' | 'ar-EG' | 'ar-IQ' | 'ar-JO' | 'ar-KW' | 'ar-LB' | 'ar-LY' | 'ar-MA' | 'arn-CL' | 'ar-OM' | 'ar-QA' | 'ar-SA' | 'ar-SD' | 'ar-SY' | 'ar-TN' | 'ar-YE' | 'as-IN' | 'az-az' | 'az-Cyrl-AZ' | 'az-Latn-AZ' | 'ba-RU' | 'be-BY' | 'bg-BG' | 'bn-BD' | 'bn-IN' | 'bo-CN' | 'br-FR' | 'bs-Cyrl-BA' | 'bs-Latn-BA' | 'ca-ES' | 'co-FR' | 'cs-CZ' | 'cy-GB' | 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'de-LI' | 'de-LU' | 'dsb-DE' | 'dv-MV' | 'el-CY' | 'el-GR' | 'en-029' | 'en-AU' | 'en-BZ' | 'en-CA' | 'en-cb' | 'en-GB' | 'en-IE' | 'en-IN' | 'en-JM' | 'en-MT' | 'en-MY' | 'en-NZ' | 'en-PH' | 'en-SG' | 'en-TT' | 'en-US' | 'en-ZA' | 'en-ZW' | 'es-AR' | 'es-BO' | 'es-CL' | 'es-CO' | 'es-CR' | 'es-DO' | 'es-EC' | 'es-ES' | 'es-GT' | 'es-HN' | 'es-MX' | 'es-NI' | 'es-PA' | 'es-PE' | 'es-PR' | 'es-PY' | 'es-SV' | 'es-US' | 'es-UY' | 'es-VE' | 'et-EE' | 'eu-ES' | 'fa-IR' | 'fi-FI' | 'fil-PH' | 'fo-FO' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'fr-LU' | 'fr-MC' | 'fy-NL' | 'ga-IE' | 'gd-GB' | 'gd-ie' | 'gl-ES' | 'gsw-FR' | 'gu-IN' | 'ha-Latn-NG' | 'he-IL' | 'hi-IN' | 'hr-BA' | 'hr-HR' | 'hsb-DE' | 'hu-HU' | 'hy-AM' | 'id-ID' | 'ig-NG' | 'ii-CN' | 'in-ID' | 'is-IS' | 'it-CH' | 'it-IT' | 'iu-Cans-CA' | 'iu-Latn-CA' | 'iw-IL' | 'ja-JP' | 'ka-GE' | 'kk-KZ' | 'kl-GL' | 'km-KH' | 'kn-IN' | 'kok-IN' | 'ko-KR' | 'ky-KG' | 'lb-LU' | 'lo-LA' | 'lt-LT' | 'lv-LV' | 'mi-NZ' | 'mk-MK' | 'ml-IN' | 'mn-MN' | 'mn-Mong-CN' | 'moh-CA' | 'mr-IN' | 'ms-BN' | 'ms-MY' | 'mt-MT' | 'nb-NO' | 'ne-NP' | 'nl-BE' | 'nl-NL' | 'nn-NO' | 'no-no' | 'nso-ZA' | 'oc-FR' | 'or-IN' | 'pa-IN' | 'pl-PL' | 'prs-AF' | 'ps-AF' | 'pt-BR' | 'pt-PT' | 'qut-GT' | 'quz-BO' | 'quz-EC' | 'quz-PE' | 'rm-CH' | 'ro-mo' | 'ro-RO' | 'ru-mo' | 'ru-RU' | 'rw-RW' | 'sah-RU' | 'sa-IN' | 'se-FI' | 'se-NO' | 'se-SE' | 'si-LK' | 'sk-SK' | 'sl-SI' | 'sma-NO' | 'sma-SE' | 'smj-NO' | 'smj-SE' | 'smn-FI' | 'sms-FI' | 'sq-AL' | 'sr-BA' | 'sr-CS' | 'sr-Cyrl-BA' | 'sr-Cyrl-CS' | 'sr-Cyrl-ME' | 'sr-Cyrl-RS' | 'sr-Latn-BA' | 'sr-Latn-CS' | 'sr-Latn-ME' | 'sr-Latn-RS' | 'sr-ME' | 'sr-RS' | 'sr-sp' | 'sv-FI' | 'sv-SE' | 'sw-KE' | 'syr-SY' | 'ta-IN' | 'te-IN' | 'tg-Cyrl-TJ' | 'th-TH' | 'tk-TM' | 'tlh-QS' | 'tn-ZA' | 'tr-TR' | 'tt-RU' | 'tzm-Latn-DZ' | 'ug-CN' | 'uk-UA' | 'ur-PK' | 'uz-Cyrl-UZ' | 'uz-Latn-UZ' | 'uz-uz' | 'vi-VN' | 'wo-SN' | 'xh-ZA' | 'yo-NG' | 'zh-CN' | 'zh-HK' | 'zh-MO' | 'zh-SG' | 'zh-TW' | 'zh-Hans' | 'zh-Hant' | 'zu-ZA' | `${Lowercase<string>}-${string}`;
|
|
1220
1220
|
type UnmatchedLang = 'x-default';
|
|
1221
1221
|
type HrefLang = LangCode | UnmatchedLang;
|
|
@@ -1235,7 +1235,7 @@ type AlternateURLs = {
|
|
|
1235
1235
|
} | undefined;
|
|
1236
1236
|
};
|
|
1237
1237
|
//#endregion
|
|
1238
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1238
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/extra-types.d.ts
|
|
1239
1239
|
type AppLinks = {
|
|
1240
1240
|
ios?: AppLinksApple | Array<AppLinksApple> | undefined;
|
|
1241
1241
|
iphone?: AppLinksApple | Array<AppLinksApple> | undefined;
|
|
@@ -1312,7 +1312,7 @@ type FormatDetection = {
|
|
|
1312
1312
|
url?: boolean | undefined;
|
|
1313
1313
|
};
|
|
1314
1314
|
//#endregion
|
|
1315
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1315
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts
|
|
1316
1316
|
/**
|
|
1317
1317
|
*
|
|
1318
1318
|
* Metadata types
|
|
@@ -1321,13 +1321,13 @@ type FormatDetection = {
|
|
|
1321
1321
|
interface DeprecatedMetadataFields {
|
|
1322
1322
|
/**
|
|
1323
1323
|
* Deprecated options that have a preferred method
|
|
1324
|
-
* @deprecated Use
|
|
1324
|
+
* @deprecated Use appleWebApp instead
|
|
1325
1325
|
*/
|
|
1326
1326
|
'apple-touch-fullscreen'?: never | undefined;
|
|
1327
1327
|
/**
|
|
1328
1328
|
* Obsolete since iOS 7.
|
|
1329
1329
|
* @see https://web.dev/apple-touch-icon/
|
|
1330
|
-
* @deprecated
|
|
1330
|
+
* @deprecated Use icons.apple instead
|
|
1331
1331
|
*/
|
|
1332
1332
|
'apple-touch-icon-precomposed'?: never | undefined;
|
|
1333
1333
|
}
|
|
@@ -1413,7 +1413,7 @@ type ThemeColorDescriptor = {
|
|
|
1413
1413
|
media?: string | undefined;
|
|
1414
1414
|
};
|
|
1415
1415
|
//#endregion
|
|
1416
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1416
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts
|
|
1417
1417
|
type OpenGraph = OpenGraphWebsite | OpenGraphArticle | OpenGraphBook | OpenGraphProfile | OpenGraphMusicSong | OpenGraphMusicAlbum | OpenGraphMusicPlaylist | OpenGraphRadioStation | OpenGraphVideoMovie | OpenGraphVideoEpisode | OpenGraphVideoTVShow | OpenGraphVideoOther | OpenGraphMetadata;
|
|
1418
1418
|
type Locale$3 = string;
|
|
1419
1419
|
type OpenGraphMetadata = {
|
|
@@ -1543,7 +1543,7 @@ type OGActor = {
|
|
|
1543
1543
|
role?: string | undefined;
|
|
1544
1544
|
};
|
|
1545
1545
|
//#endregion
|
|
1546
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1546
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts
|
|
1547
1547
|
type Twitter = TwitterSummary | TwitterSummaryLargeImage | TwitterPlayer | TwitterApp | TwitterMetadata;
|
|
1548
1548
|
type TwitterMetadata = {
|
|
1549
1549
|
site?: string | undefined;
|
|
@@ -1597,7 +1597,7 @@ type TwitterPlayerDescriptor = {
|
|
|
1597
1597
|
height: number;
|
|
1598
1598
|
};
|
|
1599
1599
|
//#endregion
|
|
1600
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1600
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts
|
|
1601
1601
|
/**
|
|
1602
1602
|
* Metadata interface to describe all the metadata fields that can be set in a document.
|
|
1603
1603
|
*
|
|
@@ -2068,7 +2068,13 @@ interface Metadata$1 extends DeprecatedMetadataFields {
|
|
|
2068
2068
|
* and relative URLs are composed with `metadataBase`.
|
|
2069
2069
|
*/
|
|
2070
2070
|
//#endregion
|
|
2071
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
2071
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/server/app-render/entry-base.d.ts
|
|
2072
|
+
declare global {
|
|
2073
|
+
var __next__clear_chunk_cache__: (() => void) | null | undefined;
|
|
2074
|
+
var __turbopack_clear_chunk_cache__: () => void | null | undefined;
|
|
2075
|
+
}
|
|
2076
|
+
//#endregion
|
|
2077
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/server/config-shared.d.ts
|
|
2072
2078
|
interface DomainLocale {
|
|
2073
2079
|
defaultLocale: string;
|
|
2074
2080
|
domain: string;
|
|
@@ -2076,7 +2082,7 @@ interface DomainLocale {
|
|
|
2076
2082
|
locales?: readonly string[];
|
|
2077
2083
|
}
|
|
2078
2084
|
//#endregion
|
|
2079
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
2085
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/shared/lib/utils.d.ts
|
|
2080
2086
|
type NEXT_DATA = {
|
|
2081
2087
|
props: Record<string, any>;
|
|
2082
2088
|
page: string;
|
|
@@ -2109,7 +2115,7 @@ type NEXT_DATA = {
|
|
|
2109
2115
|
notFoundSrcPage?: string;
|
|
2110
2116
|
};
|
|
2111
2117
|
//#endregion
|
|
2112
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
2118
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/types.d.ts
|
|
2113
2119
|
declare module 'react' {
|
|
2114
2120
|
interface HtmlHTMLAttributes<T> extends React$1.HTMLAttributes<T> {
|
|
2115
2121
|
amp?: string;
|