@nexo-labs/payload-stripe-inventory 1.6.1 → 1.6.9
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-lWjbVzU5.d.mts → index-Buwcou7F.d.mts} +34 -34
- package/dist/{index-lWjbVzU5.d.mts.map → index-Buwcou7F.d.mts.map} +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/server/index.d.mts +1532 -2123
- package/dist/server/index.d.mts.map +1 -1
- package/dist/server/index.mjs.map +1 -1
- package/package.json +17 -13
|
@@ -294,10 +294,10 @@ import React$1 from "react";
|
|
|
294
294
|
import { Agent, IncomingHttpHeaders, IncomingMessage, OutgoingHttpHeaders } from "http";
|
|
295
295
|
import { Agent as Agent$1 } from "https";
|
|
296
296
|
import { ParsedUrlQuery } from "querystring";
|
|
297
|
-
import { Duplex, Readable
|
|
297
|
+
import { Duplex, Readable } from "stream";
|
|
298
298
|
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
299
299
|
|
|
300
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
300
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/lib/load-custom-routes.d.ts
|
|
301
301
|
type RouteHas = {
|
|
302
302
|
type: string;
|
|
303
303
|
key: string;
|
|
@@ -308,7 +308,7 @@ type RouteHas = {
|
|
|
308
308
|
value: string;
|
|
309
309
|
};
|
|
310
310
|
//#endregion
|
|
311
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
311
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/base-http/index.d.ts
|
|
312
312
|
type FetchMetric = {
|
|
313
313
|
url: string;
|
|
314
314
|
idx: number;
|
|
@@ -333,12 +333,12 @@ declare abstract class BaseNextRequest<Body = any> {
|
|
|
333
333
|
}>;
|
|
334
334
|
}
|
|
335
335
|
//#endregion
|
|
336
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
336
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/api-utils/index.d.ts
|
|
337
337
|
type NextApiRequestCookies = Partial<{
|
|
338
338
|
[key: string]: string;
|
|
339
339
|
}>;
|
|
340
340
|
//#endregion
|
|
341
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
341
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/build/analysis/get-page-static-info.d.ts
|
|
342
342
|
type MiddlewareMatcher = {
|
|
343
343
|
regexp: string;
|
|
344
344
|
locale?: false;
|
|
@@ -347,7 +347,7 @@ type MiddlewareMatcher = {
|
|
|
347
347
|
originalSource: string;
|
|
348
348
|
};
|
|
349
349
|
//#endregion
|
|
350
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
350
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/route-kind.d.ts
|
|
351
351
|
declare const enum RouteKind {
|
|
352
352
|
/**
|
|
353
353
|
* `PAGES` represents all the React pages that are under `pages/`.
|
|
@@ -373,7 +373,7 @@ declare const enum RouteKind {
|
|
|
373
373
|
IMAGE = "IMAGE",
|
|
374
374
|
}
|
|
375
375
|
//#endregion
|
|
376
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
376
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/response-cache/types.d.ts
|
|
377
377
|
interface ServerComponentsHmrCache {
|
|
378
378
|
get(key: string): CachedFetchData | undefined;
|
|
379
379
|
set(key: string, data: CachedFetchData): void;
|
|
@@ -385,14 +385,14 @@ type CachedFetchData = {
|
|
|
385
385
|
status?: number;
|
|
386
386
|
};
|
|
387
387
|
//#endregion
|
|
388
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
388
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/shared/lib/constants.d.ts
|
|
389
389
|
declare const COMPILER_NAMES: {
|
|
390
390
|
readonly client: "client";
|
|
391
391
|
readonly server: "server";
|
|
392
392
|
readonly edgeServer: "edge-server";
|
|
393
393
|
};
|
|
394
394
|
//#endregion
|
|
395
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
395
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/route-definitions/route-definition.d.ts
|
|
396
396
|
interface RouteDefinition<K extends RouteKind = RouteKind> {
|
|
397
397
|
readonly kind: K;
|
|
398
398
|
readonly bundlePath: string;
|
|
@@ -409,7 +409,7 @@ interface RouteDefinition<K extends RouteKind = RouteKind> {
|
|
|
409
409
|
readonly pathname: string;
|
|
410
410
|
}
|
|
411
411
|
//#endregion
|
|
412
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
412
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/route-matches/route-match.d.ts
|
|
413
413
|
/**
|
|
414
414
|
* RouteMatch is the resolved match for a given request. This will contain all
|
|
415
415
|
* the dynamic parameters used for this route.
|
|
@@ -424,13 +424,13 @@ interface RouteMatch<D extends RouteDefinition = RouteDefinition> {
|
|
|
424
424
|
readonly params: Params | undefined;
|
|
425
425
|
}
|
|
426
426
|
//#endregion
|
|
427
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
427
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/body-streams.d.ts
|
|
428
428
|
interface CloneableBody {
|
|
429
429
|
finalize(): Promise<void>;
|
|
430
430
|
cloneBodyStream(): Readable;
|
|
431
431
|
}
|
|
432
432
|
//#endregion
|
|
433
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
433
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/next-devtools/userspace/pages/pages-dev-overlay-setup.d.ts
|
|
434
434
|
type PagesDevOverlayBridgeType = typeof PagesDevOverlayBridge;
|
|
435
435
|
interface PagesDevOverlayBridgeProps {
|
|
436
436
|
children?: React$1.ReactNode;
|
|
@@ -439,7 +439,7 @@ declare function PagesDevOverlayBridge({
|
|
|
439
439
|
children
|
|
440
440
|
}: PagesDevOverlayBridgeProps): react_jsx_runtime0.JSX.Element;
|
|
441
441
|
//#endregion
|
|
442
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
442
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/request-meta.d.ts
|
|
443
443
|
declare const NEXT_REQUEST_META: unique symbol;
|
|
444
444
|
type NextIncomingMessage = (BaseNextRequest | IncomingMessage) & {
|
|
445
445
|
[NEXT_REQUEST_META]?: RequestMeta;
|
|
@@ -624,7 +624,7 @@ interface RequestMeta {
|
|
|
624
624
|
minimalMode?: boolean;
|
|
625
625
|
}
|
|
626
626
|
//#endregion
|
|
627
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
627
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/lib/i18n-provider.d.ts
|
|
628
628
|
/**
|
|
629
629
|
* The result of matching a locale aware route.
|
|
630
630
|
*/
|
|
@@ -688,7 +688,7 @@ declare class I18NProvider {
|
|
|
688
688
|
analyze(pathname: string, options?: LocaleAnalysisOptions): LocaleAnalysisResult;
|
|
689
689
|
}
|
|
690
690
|
//#endregion
|
|
691
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
691
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/web/next-url.d.ts
|
|
692
692
|
interface Options {
|
|
693
693
|
base?: string | URL;
|
|
694
694
|
headers?: OutgoingHttpHeaders;
|
|
@@ -743,7 +743,7 @@ declare class NextURL {
|
|
|
743
743
|
clone(): NextURL;
|
|
744
744
|
}
|
|
745
745
|
//#endregion
|
|
746
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
746
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/compiled/@edge-runtime/cookies/index.d.ts
|
|
747
747
|
/**
|
|
748
748
|
* Basic HTTP cookie parser and serializer for HTTP servers.
|
|
749
749
|
*/
|
|
@@ -910,7 +910,7 @@ declare class ResponseCookies {
|
|
|
910
910
|
toString(): string;
|
|
911
911
|
}
|
|
912
912
|
//#endregion
|
|
913
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
913
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/web/spec-extension/response.d.ts
|
|
914
914
|
declare const INTERNALS: unique symbol;
|
|
915
915
|
/**
|
|
916
916
|
* This class extends the [Web `Response` API](https://developer.mozilla.org/docs/Web/API/Response) with additional convenience methods.
|
|
@@ -951,7 +951,7 @@ interface MiddlewareResponseInit extends globalThis.ResponseInit {
|
|
|
951
951
|
request?: ModifiedRequest;
|
|
952
952
|
}
|
|
953
953
|
//#endregion
|
|
954
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
954
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/client/route-loader.d.ts
|
|
955
955
|
declare global {
|
|
956
956
|
interface Window {
|
|
957
957
|
__BUILD_MANIFEST?: Record<string, string[]>;
|
|
@@ -968,7 +968,7 @@ declare global {
|
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
970
|
//#endregion
|
|
971
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
971
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/client/page-loader.d.ts
|
|
972
972
|
declare global {
|
|
973
973
|
interface Window {
|
|
974
974
|
__DEV_MIDDLEWARE_MATCHERS?: MiddlewareMatcher[];
|
|
@@ -980,21 +980,21 @@ declare global {
|
|
|
980
980
|
}
|
|
981
981
|
}
|
|
982
982
|
//#endregion
|
|
983
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
983
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/shared/lib/router/router.d.ts
|
|
984
984
|
declare global {
|
|
985
985
|
interface Window {
|
|
986
986
|
__NEXT_DATA__: NEXT_DATA;
|
|
987
987
|
}
|
|
988
988
|
}
|
|
989
989
|
//#endregion
|
|
990
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
990
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts
|
|
991
991
|
declare global {
|
|
992
992
|
interface Window {
|
|
993
993
|
__NEXT_PRELOADREADY?: (ids?: (string | number)[]) => Promise<void>;
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
//#endregion
|
|
997
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
997
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts
|
|
998
998
|
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}`;
|
|
999
999
|
type UnmatchedLang = 'x-default';
|
|
1000
1000
|
type HrefLang = LangCode | UnmatchedLang;
|
|
@@ -1014,7 +1014,7 @@ type AlternateURLs = {
|
|
|
1014
1014
|
} | undefined;
|
|
1015
1015
|
};
|
|
1016
1016
|
//#endregion
|
|
1017
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1017
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/lib/metadata/types/extra-types.d.ts
|
|
1018
1018
|
type AppLinks = {
|
|
1019
1019
|
ios?: AppLinksApple | Array<AppLinksApple> | undefined;
|
|
1020
1020
|
iphone?: AppLinksApple | Array<AppLinksApple> | undefined;
|
|
@@ -1091,7 +1091,7 @@ type FormatDetection = {
|
|
|
1091
1091
|
url?: boolean | undefined;
|
|
1092
1092
|
};
|
|
1093
1093
|
//#endregion
|
|
1094
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1094
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts
|
|
1095
1095
|
/**
|
|
1096
1096
|
*
|
|
1097
1097
|
* Metadata types
|
|
@@ -1192,7 +1192,7 @@ type ThemeColorDescriptor = {
|
|
|
1192
1192
|
media?: string | undefined;
|
|
1193
1193
|
};
|
|
1194
1194
|
//#endregion
|
|
1195
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1195
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts
|
|
1196
1196
|
type OpenGraph = OpenGraphWebsite | OpenGraphArticle | OpenGraphBook | OpenGraphProfile | OpenGraphMusicSong | OpenGraphMusicAlbum | OpenGraphMusicPlaylist | OpenGraphRadioStation | OpenGraphVideoMovie | OpenGraphVideoEpisode | OpenGraphVideoTVShow | OpenGraphVideoOther | OpenGraphMetadata;
|
|
1197
1197
|
type Locale = string;
|
|
1198
1198
|
type OpenGraphMetadata = {
|
|
@@ -1322,7 +1322,7 @@ type OGActor = {
|
|
|
1322
1322
|
role?: string | undefined;
|
|
1323
1323
|
};
|
|
1324
1324
|
//#endregion
|
|
1325
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1325
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts
|
|
1326
1326
|
type Twitter = TwitterSummary | TwitterSummaryLargeImage | TwitterPlayer | TwitterApp | TwitterMetadata;
|
|
1327
1327
|
type TwitterMetadata = {
|
|
1328
1328
|
site?: string | undefined;
|
|
@@ -1376,7 +1376,7 @@ type TwitterPlayerDescriptor = {
|
|
|
1376
1376
|
height: number;
|
|
1377
1377
|
};
|
|
1378
1378
|
//#endregion
|
|
1379
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1379
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts
|
|
1380
1380
|
/**
|
|
1381
1381
|
* Metadata interface to describe all the metadata fields that can be set in a document.
|
|
1382
1382
|
*
|
|
@@ -1847,11 +1847,11 @@ interface Metadata extends DeprecatedMetadataFields {
|
|
|
1847
1847
|
* and relative URLs are composed with `metadataBase`.
|
|
1848
1848
|
*/
|
|
1849
1849
|
//#endregion
|
|
1850
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1850
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/request/params.d.ts
|
|
1851
1851
|
type ParamValue = string | Array<string> | undefined;
|
|
1852
1852
|
type Params = Record<string, ParamValue>;
|
|
1853
1853
|
//#endregion
|
|
1854
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1854
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/types.d.ts
|
|
1855
1855
|
declare module 'react' {
|
|
1856
1856
|
interface HtmlHTMLAttributes<T> extends React$1.HTMLAttributes<T> {
|
|
1857
1857
|
amp?: string;
|
|
@@ -1874,7 +1874,7 @@ declare global {
|
|
|
1874
1874
|
var __NEXT_HTTPS_AGENT: Agent$1;
|
|
1875
1875
|
}
|
|
1876
1876
|
//#endregion
|
|
1877
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1877
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/shared/lib/utils.d.ts
|
|
1878
1878
|
type NEXT_DATA = {
|
|
1879
1879
|
props: Record<string, any>;
|
|
1880
1880
|
page: string;
|
|
@@ -1907,7 +1907,7 @@ type NEXT_DATA = {
|
|
|
1907
1907
|
notFoundSrcPage?: string;
|
|
1908
1908
|
};
|
|
1909
1909
|
//#endregion
|
|
1910
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1910
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/server/config-shared.d.ts
|
|
1911
1911
|
type I18NDomains = readonly DomainLocale[];
|
|
1912
1912
|
interface I18NConfig {
|
|
1913
1913
|
defaultLocale: string;
|
|
@@ -1922,7 +1922,7 @@ interface DomainLocale {
|
|
|
1922
1922
|
locales?: readonly string[];
|
|
1923
1923
|
}
|
|
1924
1924
|
//#endregion
|
|
1925
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1925
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/dist/compiled/@vercel/og/types.d.ts
|
|
1926
1926
|
declare module 'react' {
|
|
1927
1927
|
interface HTMLAttributes<T> {
|
|
1928
1928
|
/**
|
|
@@ -1940,7 +1940,7 @@ declare module 'react' {
|
|
|
1940
1940
|
}
|
|
1941
1941
|
}
|
|
1942
1942
|
//#endregion
|
|
1943
|
-
//#region ../../node_modules/.pnpm/next@15.4.10_@
|
|
1943
|
+
//#region ../../node_modules/.pnpm/next@15.4.10_@playwright+test@1.57.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.77.4/node_modules/next/server.d.ts
|
|
1944
1944
|
declare global {
|
|
1945
1945
|
var AsyncLocalStorage: typeof AsyncLocalStorage;
|
|
1946
1946
|
}
|
|
@@ -2279,4 +2279,4 @@ interface UserInventory {
|
|
|
2279
2279
|
}
|
|
2280
2280
|
//#endregion
|
|
2281
2281
|
export { Permission as a, WithPermissions as c, RouteHandlers as d, StripeHandlers as f, BaseUser as i, Customer as l, NextResponse as m, UnlockItem as n, Subscription as o, Metadata as p, UserInventory as r, User as s, FavoriteItem as t, CustomerInventory as u };
|
|
2282
|
-
//# sourceMappingURL=index-
|
|
2282
|
+
//# sourceMappingURL=index-Buwcou7F.d.mts.map
|