strapi-plugin-navigation 3.2.6-beta.2 → 3.2.6
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/_chunks/{ca-in3x9SmW.mjs → ca-B3nUvKEi.mjs} +1 -1
- package/dist/_chunks/{ca-BNus_bUc.js → ca-CO2LB90i.js} +1 -1
- package/dist/_chunks/{en-wRl0Q8t2.mjs → en-BqYZ8M5-.mjs} +1 -1
- package/dist/_chunks/{en-B7l11-P6.js → en-bO5yQZ6w.js} +1 -1
- package/dist/_chunks/{fr-DlvMVcNb.mjs → fr-COG1vfUx.mjs} +1 -1
- package/dist/_chunks/{fr-Bcko4AV3.js → fr-DR82JmZt.js} +1 -1
- package/dist/admin/index.js +371 -330
- package/dist/admin/index.mjs +10096 -8748
- package/dist/admin/src/api/client.d.ts +0 -1
- package/dist/admin/src/api/validators.d.ts +0 -8
- package/dist/admin/src/pages/HomePage/hooks/useAPI.d.ts +0 -1
- package/dist/server/index.js +36 -36
- package/dist/server/index.mjs +2211 -2168
- package/dist/server/src/dtos/config.d.ts +1 -1
- package/dist/server/src/services/common/utils.d.ts +10 -0
- package/dist/server/src/utils/migration.d.ts +1 -1
- package/package.json +1 -1
|
@@ -451,7 +451,6 @@ export declare const configContentTypeSchema: z.ZodObject<{
|
|
|
451
451
|
collectionName: z.ZodString;
|
|
452
452
|
contentTypeName: z.ZodString;
|
|
453
453
|
label: z.ZodString;
|
|
454
|
-
labelSingular: z.ZodString;
|
|
455
454
|
endpoint: z.ZodString;
|
|
456
455
|
available: z.ZodBoolean;
|
|
457
456
|
visible: z.ZodBoolean;
|
|
@@ -465,7 +464,6 @@ export declare const configContentTypeSchema: z.ZodObject<{
|
|
|
465
464
|
isSingle: boolean;
|
|
466
465
|
collectionName: string;
|
|
467
466
|
contentTypeName: string;
|
|
468
|
-
labelSingular: string;
|
|
469
467
|
endpoint: string;
|
|
470
468
|
available: boolean;
|
|
471
469
|
}, {
|
|
@@ -478,7 +476,6 @@ export declare const configContentTypeSchema: z.ZodObject<{
|
|
|
478
476
|
isSingle: boolean;
|
|
479
477
|
collectionName: string;
|
|
480
478
|
contentTypeName: string;
|
|
481
|
-
labelSingular: string;
|
|
482
479
|
endpoint: string;
|
|
483
480
|
available: boolean;
|
|
484
481
|
}>;
|
|
@@ -860,7 +857,6 @@ export declare const configFromServerSchema: z.ZodObject<Omit<{
|
|
|
860
857
|
collectionName: z.ZodString;
|
|
861
858
|
contentTypeName: z.ZodString;
|
|
862
859
|
label: z.ZodString;
|
|
863
|
-
labelSingular: z.ZodString;
|
|
864
860
|
endpoint: z.ZodString;
|
|
865
861
|
available: z.ZodBoolean;
|
|
866
862
|
visible: z.ZodBoolean;
|
|
@@ -874,7 +870,6 @@ export declare const configFromServerSchema: z.ZodObject<Omit<{
|
|
|
874
870
|
isSingle: boolean;
|
|
875
871
|
collectionName: string;
|
|
876
872
|
contentTypeName: string;
|
|
877
|
-
labelSingular: string;
|
|
878
873
|
endpoint: string;
|
|
879
874
|
available: boolean;
|
|
880
875
|
}, {
|
|
@@ -887,7 +882,6 @@ export declare const configFromServerSchema: z.ZodObject<Omit<{
|
|
|
887
882
|
isSingle: boolean;
|
|
888
883
|
collectionName: string;
|
|
889
884
|
contentTypeName: string;
|
|
890
|
-
labelSingular: string;
|
|
891
885
|
endpoint: string;
|
|
892
886
|
available: boolean;
|
|
893
887
|
}>, "many">;
|
|
@@ -940,7 +934,6 @@ export declare const configFromServerSchema: z.ZodObject<Omit<{
|
|
|
940
934
|
isSingle: boolean;
|
|
941
935
|
collectionName: string;
|
|
942
936
|
contentTypeName: string;
|
|
943
|
-
labelSingular: string;
|
|
944
937
|
endpoint: string;
|
|
945
938
|
available: boolean;
|
|
946
939
|
}[];
|
|
@@ -1006,7 +999,6 @@ export declare const configFromServerSchema: z.ZodObject<Omit<{
|
|
|
1006
999
|
isSingle: boolean;
|
|
1007
1000
|
collectionName: string;
|
|
1008
1001
|
contentTypeName: string;
|
|
1009
|
-
labelSingular: string;
|
|
1010
1002
|
endpoint: string;
|
|
1011
1003
|
available: boolean;
|
|
1012
1004
|
}[];
|