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.
@@ -78,7 +78,6 @@ export declare const getApiClient: (fetch: ReturnType<typeof getFetchClient>) =>
78
78
  isSingle: boolean;
79
79
  collectionName: string;
80
80
  contentTypeName: string;
81
- labelSingular: string;
82
81
  endpoint: string;
83
82
  available: boolean;
84
83
  }[];
@@ -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
  }[];
@@ -142,7 +142,6 @@ export declare const useConfig: () => import("@tanstack/react-query").UseQueryRe
142
142
  isSingle: boolean;
143
143
  collectionName: string;
144
144
  contentTypeName: string;
145
- labelSingular: string;
146
145
  endpoint: string;
147
146
  available: boolean;
148
147
  }[];