@vendure/dashboard 3.5.2-master-202512180239 → 3.5.2
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/plugin/constants.js +21 -2
- package/dist/plugin/dashboard.plugin.d.ts +1 -0
- package/dist/plugin/dashboard.plugin.js +4 -3
- package/package.json +3 -3
- package/src/app/routeTree.gen.ts +1135 -1072
- package/src/app/routes/_authenticated/_facets/components/facet-values-sheet.tsx +4 -1
- package/src/app/routes/_authenticated/_facets/components/facet-values-table.tsx +1 -1
- package/src/app/routes/_authenticated/_facets/facets.tsx +22 -38
- package/src/app/routes/_authenticated/_orders/components/order-table-totals.tsx +16 -1
- package/src/app/routes/_authenticated/_product-variants/product-variants.graphql.ts +0 -1
- package/src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx +2 -2
- package/src/app/routes/_authenticated/_products/products.graphql.ts +5 -0
- package/src/app/routes/_authenticated/_products/products_.$id.tsx +24 -1
- package/src/app/routes/_authenticated/_system/components/payload-dialog.tsx +9 -2
- package/src/app/routes/_authenticated/_system/job-queue.tsx +11 -2
- package/src/app/routes/_authenticated/_zones/zones.tsx +1 -0
- package/src/i18n/locales/ar.po +177 -141
- package/src/i18n/locales/cs.po +177 -141
- package/src/i18n/locales/de.po +177 -141
- package/src/i18n/locales/en.po +177 -141
- package/src/i18n/locales/es.po +177 -141
- package/src/i18n/locales/fa.po +177 -141
- package/src/i18n/locales/fr.po +177 -141
- package/src/i18n/locales/he.po +177 -141
- package/src/i18n/locales/hr.po +177 -141
- package/src/i18n/locales/it.po +177 -141
- package/src/i18n/locales/ja.po +177 -141
- package/src/i18n/locales/nb.po +177 -141
- package/src/i18n/locales/ne.po +177 -141
- package/src/i18n/locales/pl.po +177 -141
- package/src/i18n/locales/pt_BR.po +177 -141
- package/src/i18n/locales/pt_PT.po +177 -141
- package/src/i18n/locales/ru.po +177 -141
- package/src/i18n/locales/sv.po +177 -141
- package/src/i18n/locales/tr.po +177 -141
- package/src/i18n/locales/uk.po +177 -141
- package/src/i18n/locales/zh_Hans.po +177 -141
- package/src/i18n/locales/zh_Hant.po +177 -141
- package/src/lib/components/data-table/data-table-context.tsx +18 -3
- package/src/lib/components/data-table/global-views-bar.tsx +1 -1
- package/src/lib/components/data-table/save-view-dialog.tsx +21 -0
- package/src/lib/components/data-table/use-generated-columns.tsx +56 -24
- package/src/lib/components/data-table/views-sheet.tsx +1 -1
- package/src/lib/components/layout/channel-switcher.tsx +7 -5
- package/src/lib/components/layout/nav-main.tsx +2 -2
- package/src/lib/components/shared/alerts.tsx +3 -1
- package/src/lib/components/shared/assign-to-channel-bulk-action.tsx +10 -10
- package/src/lib/components/shared/assign-to-channel-dialog.tsx +1 -1
- package/src/lib/components/shared/assigned-channels.tsx +108 -0
- package/src/lib/components/shared/assigned-facet-values.tsx +5 -7
- package/src/lib/components/shared/channel-chip.tsx +43 -0
- package/src/lib/components/ui/dropdown-menu.tsx +4 -1
- package/src/lib/components/ui/sidebar.tsx +2 -1
- package/src/lib/hooks/use-saved-views.ts +1 -0
- package/src/lib/providers/channel-provider.tsx +7 -1
- package/src/lib/types/saved-views.ts +3 -0
package/src/app/routeTree.gen.ts
CHANGED
|
@@ -8,1214 +8,1277 @@
|
|
|
8
8
|
// You should NOT make any changes in this file as it will be overwritten.
|
|
9
9
|
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
|
|
10
10
|
|
|
11
|
-
import { Route as rootRouteImport } from './routes/__root'
|
|
12
|
-
import { Route as
|
|
13
|
-
import { Route as
|
|
14
|
-
import { Route as
|
|
15
|
-
import { Route as
|
|
16
|
-
import { Route as
|
|
17
|
-
import { Route as
|
|
18
|
-
import { Route as
|
|
19
|
-
import { Route as
|
|
20
|
-
import { Route as
|
|
21
|
-
import { Route as
|
|
22
|
-
import { Route as
|
|
23
|
-
import { Route as
|
|
24
|
-
import { Route as
|
|
25
|
-
import { Route as
|
|
26
|
-
import { Route as
|
|
27
|
-
import { Route as
|
|
28
|
-
import { Route as
|
|
29
|
-
import { Route as
|
|
30
|
-
import { Route as
|
|
31
|
-
import { Route as
|
|
32
|
-
import { Route as
|
|
33
|
-
import { Route as
|
|
34
|
-
import { Route as
|
|
35
|
-
import { Route as
|
|
36
|
-
import { Route as
|
|
37
|
-
import { Route as
|
|
38
|
-
import { Route as
|
|
39
|
-
import { Route as
|
|
40
|
-
import { Route as
|
|
41
|
-
import { Route as
|
|
42
|
-
import { Route as
|
|
43
|
-
import { Route as
|
|
44
|
-
import { Route as
|
|
45
|
-
import { Route as
|
|
46
|
-
import { Route as
|
|
47
|
-
import { Route as AuthenticatedPromotionsPromotionsIdRouteImport } from './routes/_authenticated/_promotions/promotions_.$id'
|
|
48
|
-
import { Route as
|
|
49
|
-
import { Route as
|
|
50
|
-
import { Route as
|
|
51
|
-
import { Route as
|
|
52
|
-
import { Route as
|
|
53
|
-
import { Route as
|
|
54
|
-
import { Route as
|
|
55
|
-
import { Route as
|
|
56
|
-
import { Route as
|
|
57
|
-
import { Route as
|
|
58
|
-
import { Route as
|
|
59
|
-
import { Route as
|
|
60
|
-
import { Route as
|
|
61
|
-
import { Route as
|
|
62
|
-
import { Route as
|
|
63
|
-
import { Route as
|
|
64
|
-
import { Route as
|
|
65
|
-
import { Route as
|
|
66
|
-
import { Route as
|
|
11
|
+
import { Route as rootRouteImport } from './routes/__root'
|
|
12
|
+
import { Route as LoginRouteImport } from './routes/login'
|
|
13
|
+
import { Route as AuthenticatedRouteImport } from './routes/_authenticated'
|
|
14
|
+
import { Route as AuthenticatedIndexRouteImport } from './routes/_authenticated/index'
|
|
15
|
+
import { Route as AuthenticatedZonesZonesRouteImport } from './routes/_authenticated/_zones/zones'
|
|
16
|
+
import { Route as AuthenticatedTaxRatesTaxRatesRouteImport } from './routes/_authenticated/_tax-rates/tax-rates'
|
|
17
|
+
import { Route as AuthenticatedTaxCategoriesTaxCategoriesRouteImport } from './routes/_authenticated/_tax-categories/tax-categories'
|
|
18
|
+
import { Route as AuthenticatedSystemScheduledTasksRouteImport } from './routes/_authenticated/_system/scheduled-tasks'
|
|
19
|
+
import { Route as AuthenticatedSystemJobQueueRouteImport } from './routes/_authenticated/_system/job-queue'
|
|
20
|
+
import { Route as AuthenticatedSystemHealthchecksRouteImport } from './routes/_authenticated/_system/healthchecks'
|
|
21
|
+
import { Route as AuthenticatedStockLocationsStockLocationsRouteImport } from './routes/_authenticated/_stock-locations/stock-locations'
|
|
22
|
+
import { Route as AuthenticatedShippingMethodsShippingMethodsRouteImport } from './routes/_authenticated/_shipping-methods/shipping-methods'
|
|
23
|
+
import { Route as AuthenticatedSellersSellersRouteImport } from './routes/_authenticated/_sellers/sellers'
|
|
24
|
+
import { Route as AuthenticatedRolesRolesRouteImport } from './routes/_authenticated/_roles/roles'
|
|
25
|
+
import { Route as AuthenticatedPromotionsPromotionsRouteImport } from './routes/_authenticated/_promotions/promotions'
|
|
26
|
+
import { Route as AuthenticatedProfileProfileRouteImport } from './routes/_authenticated/_profile/profile'
|
|
27
|
+
import { Route as AuthenticatedProductsProductsRouteImport } from './routes/_authenticated/_products/products'
|
|
28
|
+
import { Route as AuthenticatedProductVariantsProductVariantsRouteImport } from './routes/_authenticated/_product-variants/product-variants'
|
|
29
|
+
import { Route as AuthenticatedPaymentMethodsPaymentMethodsRouteImport } from './routes/_authenticated/_payment-methods/payment-methods'
|
|
30
|
+
import { Route as AuthenticatedOrdersOrdersRouteImport } from './routes/_authenticated/_orders/orders'
|
|
31
|
+
import { Route as AuthenticatedGlobalSettingsGlobalSettingsRouteImport } from './routes/_authenticated/_global-settings/global-settings'
|
|
32
|
+
import { Route as AuthenticatedFacetsFacetsRouteImport } from './routes/_authenticated/_facets/facets'
|
|
33
|
+
import { Route as AuthenticatedCustomersCustomersRouteImport } from './routes/_authenticated/_customers/customers'
|
|
34
|
+
import { Route as AuthenticatedCustomerGroupsCustomerGroupsRouteImport } from './routes/_authenticated/_customer-groups/customer-groups'
|
|
35
|
+
import { Route as AuthenticatedCountriesCountriesRouteImport } from './routes/_authenticated/_countries/countries'
|
|
36
|
+
import { Route as AuthenticatedCollectionsCollectionsRouteImport } from './routes/_authenticated/_collections/collections'
|
|
37
|
+
import { Route as AuthenticatedChannelsChannelsRouteImport } from './routes/_authenticated/_channels/channels'
|
|
38
|
+
import { Route as AuthenticatedAssetsAssetsRouteImport } from './routes/_authenticated/_assets/assets'
|
|
39
|
+
import { Route as AuthenticatedAdministratorsAdministratorsRouteImport } from './routes/_authenticated/_administrators/administrators'
|
|
40
|
+
import { Route as AuthenticatedZonesZonesIdRouteImport } from './routes/_authenticated/_zones/zones_.$id'
|
|
41
|
+
import { Route as AuthenticatedTaxRatesTaxRatesIdRouteImport } from './routes/_authenticated/_tax-rates/tax-rates_.$id'
|
|
42
|
+
import { Route as AuthenticatedTaxCategoriesTaxCategoriesIdRouteImport } from './routes/_authenticated/_tax-categories/tax-categories_.$id'
|
|
43
|
+
import { Route as AuthenticatedStockLocationsStockLocationsIdRouteImport } from './routes/_authenticated/_stock-locations/stock-locations_.$id'
|
|
44
|
+
import { Route as AuthenticatedShippingMethodsShippingMethodsIdRouteImport } from './routes/_authenticated/_shipping-methods/shipping-methods_.$id'
|
|
45
|
+
import { Route as AuthenticatedSellersSellersIdRouteImport } from './routes/_authenticated/_sellers/sellers_.$id'
|
|
46
|
+
import { Route as AuthenticatedRolesRolesIdRouteImport } from './routes/_authenticated/_roles/roles_.$id'
|
|
47
|
+
import { Route as AuthenticatedPromotionsPromotionsIdRouteImport } from './routes/_authenticated/_promotions/promotions_.$id'
|
|
48
|
+
import { Route as AuthenticatedProductsProductsIdRouteImport } from './routes/_authenticated/_products/products_.$id'
|
|
49
|
+
import { Route as AuthenticatedProductVariantsProductVariantsIdRouteImport } from './routes/_authenticated/_product-variants/product-variants_.$id'
|
|
50
|
+
import { Route as AuthenticatedPaymentMethodsPaymentMethodsIdRouteImport } from './routes/_authenticated/_payment-methods/payment-methods_.$id'
|
|
51
|
+
import { Route as AuthenticatedOrdersOrdersIdRouteImport } from './routes/_authenticated/_orders/orders_.$id'
|
|
52
|
+
import { Route as AuthenticatedFacetsFacetsIdRouteImport } from './routes/_authenticated/_facets/facets_.$id'
|
|
53
|
+
import { Route as AuthenticatedCustomersCustomersIdRouteImport } from './routes/_authenticated/_customers/customers_.$id'
|
|
54
|
+
import { Route as AuthenticatedCustomerGroupsCustomerGroupsIdRouteImport } from './routes/_authenticated/_customer-groups/customer-groups_.$id'
|
|
55
|
+
import { Route as AuthenticatedCountriesCountriesIdRouteImport } from './routes/_authenticated/_countries/countries_.$id'
|
|
56
|
+
import { Route as AuthenticatedCollectionsCollectionsIdRouteImport } from './routes/_authenticated/_collections/collections_.$id'
|
|
57
|
+
import { Route as AuthenticatedChannelsChannelsIdRouteImport } from './routes/_authenticated/_channels/channels_.$id'
|
|
58
|
+
import { Route as AuthenticatedAssetsAssetsIdRouteImport } from './routes/_authenticated/_assets/assets_.$id'
|
|
59
|
+
import { Route as AuthenticatedAdministratorsAdministratorsIdRouteImport } from './routes/_authenticated/_administrators/administrators_.$id'
|
|
60
|
+
import { Route as AuthenticatedProductsProductsIdVariantsRouteImport } from './routes/_authenticated/_products/products_.$id_.variants'
|
|
61
|
+
import { Route as AuthenticatedOrdersOrdersDraftIdRouteImport } from './routes/_authenticated/_orders/orders_.draft.$id'
|
|
62
|
+
import { Route as AuthenticatedOrdersOrdersIdModifyRouteImport } from './routes/_authenticated/_orders/orders_.$id_.modify'
|
|
63
|
+
import { Route as AuthenticatedProductsProductsProductIdOptionGroupsIdRouteImport } from './routes/_authenticated/_products/products_.$productId.option-groups.$id'
|
|
64
|
+
import { Route as AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRouteImport } from './routes/_authenticated/_orders/orders_.$aggregateOrderId_.seller-orders.$sellerOrderId'
|
|
65
|
+
import { Route as AuthenticatedFacetsFacetsFacetIdValuesIdRouteImport } from './routes/_authenticated/_facets/facets_.$facetId.values_.$id'
|
|
66
|
+
import { Route as AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRouteImport } from './routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id'
|
|
67
67
|
|
|
68
68
|
const LoginRoute = LoginRouteImport.update({
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
} as any)
|
|
69
|
+
id: '/login',
|
|
70
|
+
path: '/login',
|
|
71
|
+
getParentRoute: () => rootRouteImport,
|
|
72
|
+
} as any)
|
|
73
73
|
const AuthenticatedRoute = AuthenticatedRouteImport.update({
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
} as any)
|
|
74
|
+
id: '/_authenticated',
|
|
75
|
+
getParentRoute: () => rootRouteImport,
|
|
76
|
+
} as any)
|
|
77
77
|
const AuthenticatedIndexRoute = AuthenticatedIndexRouteImport.update({
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
} as any)
|
|
78
|
+
id: '/',
|
|
79
|
+
path: '/',
|
|
80
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
81
|
+
} as any)
|
|
82
82
|
const AuthenticatedZonesZonesRoute = AuthenticatedZonesZonesRouteImport.update({
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
} as any)
|
|
87
|
-
const AuthenticatedTaxRatesTaxRatesRoute =
|
|
83
|
+
id: '/_zones/zones',
|
|
84
|
+
path: '/zones',
|
|
85
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
86
|
+
} as any)
|
|
87
|
+
const AuthenticatedTaxRatesTaxRatesRoute =
|
|
88
|
+
AuthenticatedTaxRatesTaxRatesRouteImport.update({
|
|
88
89
|
id: '/_tax-rates/tax-rates',
|
|
89
90
|
path: '/tax-rates',
|
|
90
91
|
getParentRoute: () => AuthenticatedRoute,
|
|
91
|
-
} as any)
|
|
92
|
+
} as any)
|
|
92
93
|
const AuthenticatedTaxCategoriesTaxCategoriesRoute =
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
const AuthenticatedSystemScheduledTasksRoute =
|
|
94
|
+
AuthenticatedTaxCategoriesTaxCategoriesRouteImport.update({
|
|
95
|
+
id: '/_tax-categories/tax-categories',
|
|
96
|
+
path: '/tax-categories',
|
|
97
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
98
|
+
} as any)
|
|
99
|
+
const AuthenticatedSystemScheduledTasksRoute =
|
|
100
|
+
AuthenticatedSystemScheduledTasksRouteImport.update({
|
|
99
101
|
id: '/_system/scheduled-tasks',
|
|
100
102
|
path: '/scheduled-tasks',
|
|
101
103
|
getParentRoute: () => AuthenticatedRoute,
|
|
102
|
-
} as any)
|
|
103
|
-
const AuthenticatedSystemJobQueueRoute =
|
|
104
|
+
} as any)
|
|
105
|
+
const AuthenticatedSystemJobQueueRoute =
|
|
106
|
+
AuthenticatedSystemJobQueueRouteImport.update({
|
|
104
107
|
id: '/_system/job-queue',
|
|
105
108
|
path: '/job-queue',
|
|
106
109
|
getParentRoute: () => AuthenticatedRoute,
|
|
107
|
-
} as any)
|
|
108
|
-
const AuthenticatedSystemHealthchecksRoute =
|
|
110
|
+
} as any)
|
|
111
|
+
const AuthenticatedSystemHealthchecksRoute =
|
|
112
|
+
AuthenticatedSystemHealthchecksRouteImport.update({
|
|
109
113
|
id: '/_system/healthchecks',
|
|
110
114
|
path: '/healthchecks',
|
|
111
115
|
getParentRoute: () => AuthenticatedRoute,
|
|
112
|
-
} as any)
|
|
116
|
+
} as any)
|
|
113
117
|
const AuthenticatedStockLocationsStockLocationsRoute =
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
118
|
+
AuthenticatedStockLocationsStockLocationsRouteImport.update({
|
|
119
|
+
id: '/_stock-locations/stock-locations',
|
|
120
|
+
path: '/stock-locations',
|
|
121
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
122
|
+
} as any)
|
|
119
123
|
const AuthenticatedShippingMethodsShippingMethodsRoute =
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
const AuthenticatedSellersSellersRoute =
|
|
124
|
+
AuthenticatedShippingMethodsShippingMethodsRouteImport.update({
|
|
125
|
+
id: '/_shipping-methods/shipping-methods',
|
|
126
|
+
path: '/shipping-methods',
|
|
127
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
128
|
+
} as any)
|
|
129
|
+
const AuthenticatedSellersSellersRoute =
|
|
130
|
+
AuthenticatedSellersSellersRouteImport.update({
|
|
126
131
|
id: '/_sellers/sellers',
|
|
127
132
|
path: '/sellers',
|
|
128
133
|
getParentRoute: () => AuthenticatedRoute,
|
|
129
|
-
} as any)
|
|
134
|
+
} as any)
|
|
130
135
|
const AuthenticatedRolesRolesRoute = AuthenticatedRolesRolesRouteImport.update({
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
} as any)
|
|
135
|
-
const AuthenticatedPromotionsPromotionsRoute =
|
|
136
|
+
id: '/_roles/roles',
|
|
137
|
+
path: '/roles',
|
|
138
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
139
|
+
} as any)
|
|
140
|
+
const AuthenticatedPromotionsPromotionsRoute =
|
|
141
|
+
AuthenticatedPromotionsPromotionsRouteImport.update({
|
|
136
142
|
id: '/_promotions/promotions',
|
|
137
143
|
path: '/promotions',
|
|
138
144
|
getParentRoute: () => AuthenticatedRoute,
|
|
139
|
-
} as any)
|
|
140
|
-
const AuthenticatedProfileProfileRoute =
|
|
145
|
+
} as any)
|
|
146
|
+
const AuthenticatedProfileProfileRoute =
|
|
147
|
+
AuthenticatedProfileProfileRouteImport.update({
|
|
141
148
|
id: '/_profile/profile',
|
|
142
149
|
path: '/profile',
|
|
143
150
|
getParentRoute: () => AuthenticatedRoute,
|
|
144
|
-
} as any)
|
|
145
|
-
const AuthenticatedProductsProductsRoute =
|
|
151
|
+
} as any)
|
|
152
|
+
const AuthenticatedProductsProductsRoute =
|
|
153
|
+
AuthenticatedProductsProductsRouteImport.update({
|
|
146
154
|
id: '/_products/products',
|
|
147
155
|
path: '/products',
|
|
148
156
|
getParentRoute: () => AuthenticatedRoute,
|
|
149
|
-
} as any)
|
|
157
|
+
} as any)
|
|
150
158
|
const AuthenticatedProductVariantsProductVariantsRoute =
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
159
|
+
AuthenticatedProductVariantsProductVariantsRouteImport.update({
|
|
160
|
+
id: '/_product-variants/product-variants',
|
|
161
|
+
path: '/product-variants',
|
|
162
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
163
|
+
} as any)
|
|
156
164
|
const AuthenticatedPaymentMethodsPaymentMethodsRoute =
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
const AuthenticatedOrdersOrdersRoute =
|
|
165
|
+
AuthenticatedPaymentMethodsPaymentMethodsRouteImport.update({
|
|
166
|
+
id: '/_payment-methods/payment-methods',
|
|
167
|
+
path: '/payment-methods',
|
|
168
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
169
|
+
} as any)
|
|
170
|
+
const AuthenticatedOrdersOrdersRoute =
|
|
171
|
+
AuthenticatedOrdersOrdersRouteImport.update({
|
|
163
172
|
id: '/_orders/orders',
|
|
164
173
|
path: '/orders',
|
|
165
174
|
getParentRoute: () => AuthenticatedRoute,
|
|
166
|
-
} as any)
|
|
175
|
+
} as any)
|
|
167
176
|
const AuthenticatedGlobalSettingsGlobalSettingsRoute =
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
const AuthenticatedFacetsFacetsRoute =
|
|
177
|
+
AuthenticatedGlobalSettingsGlobalSettingsRouteImport.update({
|
|
178
|
+
id: '/_global-settings/global-settings',
|
|
179
|
+
path: '/global-settings',
|
|
180
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
181
|
+
} as any)
|
|
182
|
+
const AuthenticatedFacetsFacetsRoute =
|
|
183
|
+
AuthenticatedFacetsFacetsRouteImport.update({
|
|
174
184
|
id: '/_facets/facets',
|
|
175
185
|
path: '/facets',
|
|
176
186
|
getParentRoute: () => AuthenticatedRoute,
|
|
177
|
-
} as any)
|
|
178
|
-
const AuthenticatedCustomersCustomersRoute =
|
|
187
|
+
} as any)
|
|
188
|
+
const AuthenticatedCustomersCustomersRoute =
|
|
189
|
+
AuthenticatedCustomersCustomersRouteImport.update({
|
|
179
190
|
id: '/_customers/customers',
|
|
180
191
|
path: '/customers',
|
|
181
192
|
getParentRoute: () => AuthenticatedRoute,
|
|
182
|
-
} as any)
|
|
193
|
+
} as any)
|
|
183
194
|
const AuthenticatedCustomerGroupsCustomerGroupsRoute =
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
const AuthenticatedCountriesCountriesRoute =
|
|
195
|
+
AuthenticatedCustomerGroupsCustomerGroupsRouteImport.update({
|
|
196
|
+
id: '/_customer-groups/customer-groups',
|
|
197
|
+
path: '/customer-groups',
|
|
198
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
199
|
+
} as any)
|
|
200
|
+
const AuthenticatedCountriesCountriesRoute =
|
|
201
|
+
AuthenticatedCountriesCountriesRouteImport.update({
|
|
190
202
|
id: '/_countries/countries',
|
|
191
203
|
path: '/countries',
|
|
192
204
|
getParentRoute: () => AuthenticatedRoute,
|
|
193
|
-
} as any)
|
|
194
|
-
const AuthenticatedCollectionsCollectionsRoute =
|
|
205
|
+
} as any)
|
|
206
|
+
const AuthenticatedCollectionsCollectionsRoute =
|
|
207
|
+
AuthenticatedCollectionsCollectionsRouteImport.update({
|
|
195
208
|
id: '/_collections/collections',
|
|
196
209
|
path: '/collections',
|
|
197
210
|
getParentRoute: () => AuthenticatedRoute,
|
|
198
|
-
} as any)
|
|
199
|
-
const AuthenticatedChannelsChannelsRoute =
|
|
211
|
+
} as any)
|
|
212
|
+
const AuthenticatedChannelsChannelsRoute =
|
|
213
|
+
AuthenticatedChannelsChannelsRouteImport.update({
|
|
200
214
|
id: '/_channels/channels',
|
|
201
215
|
path: '/channels',
|
|
202
216
|
getParentRoute: () => AuthenticatedRoute,
|
|
203
|
-
} as any)
|
|
204
|
-
const AuthenticatedAssetsAssetsRoute =
|
|
217
|
+
} as any)
|
|
218
|
+
const AuthenticatedAssetsAssetsRoute =
|
|
219
|
+
AuthenticatedAssetsAssetsRouteImport.update({
|
|
205
220
|
id: '/_assets/assets',
|
|
206
221
|
path: '/assets',
|
|
207
222
|
getParentRoute: () => AuthenticatedRoute,
|
|
208
|
-
} as any)
|
|
223
|
+
} as any)
|
|
209
224
|
const AuthenticatedAdministratorsAdministratorsRoute =
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
const AuthenticatedZonesZonesIdRoute =
|
|
225
|
+
AuthenticatedAdministratorsAdministratorsRouteImport.update({
|
|
226
|
+
id: '/_administrators/administrators',
|
|
227
|
+
path: '/administrators',
|
|
228
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
229
|
+
} as any)
|
|
230
|
+
const AuthenticatedZonesZonesIdRoute =
|
|
231
|
+
AuthenticatedZonesZonesIdRouteImport.update({
|
|
216
232
|
id: '/_zones/zones_/$id',
|
|
217
233
|
path: '/zones/$id',
|
|
218
234
|
getParentRoute: () => AuthenticatedRoute,
|
|
219
|
-
} as any)
|
|
220
|
-
const AuthenticatedTaxRatesTaxRatesIdRoute =
|
|
235
|
+
} as any)
|
|
236
|
+
const AuthenticatedTaxRatesTaxRatesIdRoute =
|
|
237
|
+
AuthenticatedTaxRatesTaxRatesIdRouteImport.update({
|
|
221
238
|
id: '/_tax-rates/tax-rates_/$id',
|
|
222
239
|
path: '/tax-rates/$id',
|
|
223
240
|
getParentRoute: () => AuthenticatedRoute,
|
|
224
|
-
} as any)
|
|
241
|
+
} as any)
|
|
225
242
|
const AuthenticatedTaxCategoriesTaxCategoriesIdRoute =
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
243
|
+
AuthenticatedTaxCategoriesTaxCategoriesIdRouteImport.update({
|
|
244
|
+
id: '/_tax-categories/tax-categories_/$id',
|
|
245
|
+
path: '/tax-categories/$id',
|
|
246
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
247
|
+
} as any)
|
|
231
248
|
const AuthenticatedStockLocationsStockLocationsIdRoute =
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
249
|
+
AuthenticatedStockLocationsStockLocationsIdRouteImport.update({
|
|
250
|
+
id: '/_stock-locations/stock-locations_/$id',
|
|
251
|
+
path: '/stock-locations/$id',
|
|
252
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
253
|
+
} as any)
|
|
237
254
|
const AuthenticatedShippingMethodsShippingMethodsIdRoute =
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
const AuthenticatedSellersSellersIdRoute =
|
|
255
|
+
AuthenticatedShippingMethodsShippingMethodsIdRouteImport.update({
|
|
256
|
+
id: '/_shipping-methods/shipping-methods_/$id',
|
|
257
|
+
path: '/shipping-methods/$id',
|
|
258
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
259
|
+
} as any)
|
|
260
|
+
const AuthenticatedSellersSellersIdRoute =
|
|
261
|
+
AuthenticatedSellersSellersIdRouteImport.update({
|
|
244
262
|
id: '/_sellers/sellers_/$id',
|
|
245
263
|
path: '/sellers/$id',
|
|
246
264
|
getParentRoute: () => AuthenticatedRoute,
|
|
247
|
-
} as any)
|
|
248
|
-
const AuthenticatedRolesRolesIdRoute =
|
|
265
|
+
} as any)
|
|
266
|
+
const AuthenticatedRolesRolesIdRoute =
|
|
267
|
+
AuthenticatedRolesRolesIdRouteImport.update({
|
|
249
268
|
id: '/_roles/roles_/$id',
|
|
250
269
|
path: '/roles/$id',
|
|
251
270
|
getParentRoute: () => AuthenticatedRoute,
|
|
252
|
-
} as any)
|
|
253
|
-
const AuthenticatedPromotionsPromotionsIdRoute =
|
|
271
|
+
} as any)
|
|
272
|
+
const AuthenticatedPromotionsPromotionsIdRoute =
|
|
273
|
+
AuthenticatedPromotionsPromotionsIdRouteImport.update({
|
|
254
274
|
id: '/_promotions/promotions_/$id',
|
|
255
275
|
path: '/promotions/$id',
|
|
256
276
|
getParentRoute: () => AuthenticatedRoute,
|
|
257
|
-
} as any)
|
|
258
|
-
const AuthenticatedProductsProductsIdRoute =
|
|
277
|
+
} as any)
|
|
278
|
+
const AuthenticatedProductsProductsIdRoute =
|
|
279
|
+
AuthenticatedProductsProductsIdRouteImport.update({
|
|
259
280
|
id: '/_products/products_/$id',
|
|
260
281
|
path: '/products/$id',
|
|
261
282
|
getParentRoute: () => AuthenticatedRoute,
|
|
262
|
-
} as any)
|
|
283
|
+
} as any)
|
|
263
284
|
const AuthenticatedProductVariantsProductVariantsIdRoute =
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
285
|
+
AuthenticatedProductVariantsProductVariantsIdRouteImport.update({
|
|
286
|
+
id: '/_product-variants/product-variants_/$id',
|
|
287
|
+
path: '/product-variants/$id',
|
|
288
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
289
|
+
} as any)
|
|
269
290
|
const AuthenticatedPaymentMethodsPaymentMethodsIdRoute =
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
const AuthenticatedOrdersOrdersIdRoute =
|
|
291
|
+
AuthenticatedPaymentMethodsPaymentMethodsIdRouteImport.update({
|
|
292
|
+
id: '/_payment-methods/payment-methods_/$id',
|
|
293
|
+
path: '/payment-methods/$id',
|
|
294
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
295
|
+
} as any)
|
|
296
|
+
const AuthenticatedOrdersOrdersIdRoute =
|
|
297
|
+
AuthenticatedOrdersOrdersIdRouteImport.update({
|
|
276
298
|
id: '/_orders/orders_/$id',
|
|
277
299
|
path: '/orders/$id',
|
|
278
300
|
getParentRoute: () => AuthenticatedRoute,
|
|
279
|
-
} as any)
|
|
280
|
-
const AuthenticatedFacetsFacetsIdRoute =
|
|
301
|
+
} as any)
|
|
302
|
+
const AuthenticatedFacetsFacetsIdRoute =
|
|
303
|
+
AuthenticatedFacetsFacetsIdRouteImport.update({
|
|
281
304
|
id: '/_facets/facets_/$id',
|
|
282
305
|
path: '/facets/$id',
|
|
283
306
|
getParentRoute: () => AuthenticatedRoute,
|
|
284
|
-
} as any)
|
|
285
|
-
const AuthenticatedCustomersCustomersIdRoute =
|
|
307
|
+
} as any)
|
|
308
|
+
const AuthenticatedCustomersCustomersIdRoute =
|
|
309
|
+
AuthenticatedCustomersCustomersIdRouteImport.update({
|
|
286
310
|
id: '/_customers/customers_/$id',
|
|
287
311
|
path: '/customers/$id',
|
|
288
312
|
getParentRoute: () => AuthenticatedRoute,
|
|
289
|
-
} as any)
|
|
313
|
+
} as any)
|
|
290
314
|
const AuthenticatedCustomerGroupsCustomerGroupsIdRoute =
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
const AuthenticatedCountriesCountriesIdRoute =
|
|
315
|
+
AuthenticatedCustomerGroupsCustomerGroupsIdRouteImport.update({
|
|
316
|
+
id: '/_customer-groups/customer-groups_/$id',
|
|
317
|
+
path: '/customer-groups/$id',
|
|
318
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
319
|
+
} as any)
|
|
320
|
+
const AuthenticatedCountriesCountriesIdRoute =
|
|
321
|
+
AuthenticatedCountriesCountriesIdRouteImport.update({
|
|
297
322
|
id: '/_countries/countries_/$id',
|
|
298
323
|
path: '/countries/$id',
|
|
299
324
|
getParentRoute: () => AuthenticatedRoute,
|
|
300
|
-
} as any)
|
|
301
|
-
const AuthenticatedCollectionsCollectionsIdRoute =
|
|
325
|
+
} as any)
|
|
326
|
+
const AuthenticatedCollectionsCollectionsIdRoute =
|
|
327
|
+
AuthenticatedCollectionsCollectionsIdRouteImport.update({
|
|
302
328
|
id: '/_collections/collections_/$id',
|
|
303
329
|
path: '/collections/$id',
|
|
304
330
|
getParentRoute: () => AuthenticatedRoute,
|
|
305
|
-
} as any)
|
|
306
|
-
const AuthenticatedChannelsChannelsIdRoute =
|
|
331
|
+
} as any)
|
|
332
|
+
const AuthenticatedChannelsChannelsIdRoute =
|
|
333
|
+
AuthenticatedChannelsChannelsIdRouteImport.update({
|
|
307
334
|
id: '/_channels/channels_/$id',
|
|
308
335
|
path: '/channels/$id',
|
|
309
336
|
getParentRoute: () => AuthenticatedRoute,
|
|
310
|
-
} as any)
|
|
311
|
-
const AuthenticatedAssetsAssetsIdRoute =
|
|
337
|
+
} as any)
|
|
338
|
+
const AuthenticatedAssetsAssetsIdRoute =
|
|
339
|
+
AuthenticatedAssetsAssetsIdRouteImport.update({
|
|
312
340
|
id: '/_assets/assets_/$id',
|
|
313
341
|
path: '/assets/$id',
|
|
314
342
|
getParentRoute: () => AuthenticatedRoute,
|
|
315
|
-
} as any)
|
|
343
|
+
} as any)
|
|
316
344
|
const AuthenticatedAdministratorsAdministratorsIdRoute =
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
345
|
+
AuthenticatedAdministratorsAdministratorsIdRouteImport.update({
|
|
346
|
+
id: '/_administrators/administrators_/$id',
|
|
347
|
+
path: '/administrators/$id',
|
|
348
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
349
|
+
} as any)
|
|
322
350
|
const AuthenticatedProductsProductsIdVariantsRoute =
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
const AuthenticatedOrdersOrdersDraftIdRoute =
|
|
351
|
+
AuthenticatedProductsProductsIdVariantsRouteImport.update({
|
|
352
|
+
id: '/_products/products_/$id_/variants',
|
|
353
|
+
path: '/products/$id/variants',
|
|
354
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
355
|
+
} as any)
|
|
356
|
+
const AuthenticatedOrdersOrdersDraftIdRoute =
|
|
357
|
+
AuthenticatedOrdersOrdersDraftIdRouteImport.update({
|
|
329
358
|
id: '/_orders/orders_/draft/$id',
|
|
330
359
|
path: '/orders/draft/$id',
|
|
331
360
|
getParentRoute: () => AuthenticatedRoute,
|
|
332
|
-
} as any)
|
|
333
|
-
const AuthenticatedOrdersOrdersIdModifyRoute =
|
|
361
|
+
} as any)
|
|
362
|
+
const AuthenticatedOrdersOrdersIdModifyRoute =
|
|
363
|
+
AuthenticatedOrdersOrdersIdModifyRouteImport.update({
|
|
334
364
|
id: '/_orders/orders_/$id_/modify',
|
|
335
365
|
path: '/orders/$id/modify',
|
|
336
366
|
getParentRoute: () => AuthenticatedRoute,
|
|
337
|
-
} as any)
|
|
367
|
+
} as any)
|
|
338
368
|
const AuthenticatedProductsProductsProductIdOptionGroupsIdRoute =
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
369
|
+
AuthenticatedProductsProductsProductIdOptionGroupsIdRouteImport.update({
|
|
370
|
+
id: '/_products/products_/$productId/option-groups/$id',
|
|
371
|
+
path: '/products/$productId/option-groups/$id',
|
|
372
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
373
|
+
} as any)
|
|
344
374
|
const AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRoute =
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
375
|
+
AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRouteImport.update(
|
|
376
|
+
{
|
|
377
|
+
id: '/_orders/orders_/$aggregateOrderId_/seller-orders/$sellerOrderId',
|
|
378
|
+
path: '/orders/$aggregateOrderId/seller-orders/$sellerOrderId',
|
|
379
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
380
|
+
} as any,
|
|
381
|
+
)
|
|
350
382
|
const AuthenticatedFacetsFacetsFacetIdValuesIdRoute =
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
383
|
+
AuthenticatedFacetsFacetsFacetIdValuesIdRouteImport.update({
|
|
384
|
+
id: '/_facets/facets_/$facetId/values_/$id',
|
|
385
|
+
path: '/facets/$facetId/values/$id',
|
|
386
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
387
|
+
} as any)
|
|
356
388
|
const AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRoute =
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
389
|
+
AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRouteImport.update(
|
|
390
|
+
{
|
|
391
|
+
id: '/_products/products_/$productId/option-groups/$productOptionGroupId/options_/$id',
|
|
392
|
+
path: '/products/$productId/option-groups/$productOptionGroupId/options/$id',
|
|
393
|
+
getParentRoute: () => AuthenticatedRoute,
|
|
394
|
+
} as any,
|
|
395
|
+
)
|
|
362
396
|
|
|
363
397
|
export interface FileRoutesByFullPath {
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
398
|
+
'/login': typeof LoginRoute
|
|
399
|
+
'/': typeof AuthenticatedIndexRoute
|
|
400
|
+
'/administrators': typeof AuthenticatedAdministratorsAdministratorsRoute
|
|
401
|
+
'/assets': typeof AuthenticatedAssetsAssetsRoute
|
|
402
|
+
'/channels': typeof AuthenticatedChannelsChannelsRoute
|
|
403
|
+
'/collections': typeof AuthenticatedCollectionsCollectionsRoute
|
|
404
|
+
'/countries': typeof AuthenticatedCountriesCountriesRoute
|
|
405
|
+
'/customer-groups': typeof AuthenticatedCustomerGroupsCustomerGroupsRoute
|
|
406
|
+
'/customers': typeof AuthenticatedCustomersCustomersRoute
|
|
407
|
+
'/facets': typeof AuthenticatedFacetsFacetsRoute
|
|
408
|
+
'/global-settings': typeof AuthenticatedGlobalSettingsGlobalSettingsRoute
|
|
409
|
+
'/orders': typeof AuthenticatedOrdersOrdersRoute
|
|
410
|
+
'/payment-methods': typeof AuthenticatedPaymentMethodsPaymentMethodsRoute
|
|
411
|
+
'/product-variants': typeof AuthenticatedProductVariantsProductVariantsRoute
|
|
412
|
+
'/products': typeof AuthenticatedProductsProductsRoute
|
|
413
|
+
'/profile': typeof AuthenticatedProfileProfileRoute
|
|
414
|
+
'/promotions': typeof AuthenticatedPromotionsPromotionsRoute
|
|
415
|
+
'/roles': typeof AuthenticatedRolesRolesRoute
|
|
416
|
+
'/sellers': typeof AuthenticatedSellersSellersRoute
|
|
417
|
+
'/shipping-methods': typeof AuthenticatedShippingMethodsShippingMethodsRoute
|
|
418
|
+
'/stock-locations': typeof AuthenticatedStockLocationsStockLocationsRoute
|
|
419
|
+
'/healthchecks': typeof AuthenticatedSystemHealthchecksRoute
|
|
420
|
+
'/job-queue': typeof AuthenticatedSystemJobQueueRoute
|
|
421
|
+
'/scheduled-tasks': typeof AuthenticatedSystemScheduledTasksRoute
|
|
422
|
+
'/tax-categories': typeof AuthenticatedTaxCategoriesTaxCategoriesRoute
|
|
423
|
+
'/tax-rates': typeof AuthenticatedTaxRatesTaxRatesRoute
|
|
424
|
+
'/zones': typeof AuthenticatedZonesZonesRoute
|
|
425
|
+
'/administrators/$id': typeof AuthenticatedAdministratorsAdministratorsIdRoute
|
|
426
|
+
'/assets/$id': typeof AuthenticatedAssetsAssetsIdRoute
|
|
427
|
+
'/channels/$id': typeof AuthenticatedChannelsChannelsIdRoute
|
|
428
|
+
'/collections/$id': typeof AuthenticatedCollectionsCollectionsIdRoute
|
|
429
|
+
'/countries/$id': typeof AuthenticatedCountriesCountriesIdRoute
|
|
430
|
+
'/customer-groups/$id': typeof AuthenticatedCustomerGroupsCustomerGroupsIdRoute
|
|
431
|
+
'/customers/$id': typeof AuthenticatedCustomersCustomersIdRoute
|
|
432
|
+
'/facets/$id': typeof AuthenticatedFacetsFacetsIdRoute
|
|
433
|
+
'/orders/$id': typeof AuthenticatedOrdersOrdersIdRoute
|
|
434
|
+
'/payment-methods/$id': typeof AuthenticatedPaymentMethodsPaymentMethodsIdRoute
|
|
435
|
+
'/product-variants/$id': typeof AuthenticatedProductVariantsProductVariantsIdRoute
|
|
436
|
+
'/products/$id': typeof AuthenticatedProductsProductsIdRoute
|
|
437
|
+
'/promotions/$id': typeof AuthenticatedPromotionsPromotionsIdRoute
|
|
438
|
+
'/roles/$id': typeof AuthenticatedRolesRolesIdRoute
|
|
439
|
+
'/sellers/$id': typeof AuthenticatedSellersSellersIdRoute
|
|
440
|
+
'/shipping-methods/$id': typeof AuthenticatedShippingMethodsShippingMethodsIdRoute
|
|
441
|
+
'/stock-locations/$id': typeof AuthenticatedStockLocationsStockLocationsIdRoute
|
|
442
|
+
'/tax-categories/$id': typeof AuthenticatedTaxCategoriesTaxCategoriesIdRoute
|
|
443
|
+
'/tax-rates/$id': typeof AuthenticatedTaxRatesTaxRatesIdRoute
|
|
444
|
+
'/zones/$id': typeof AuthenticatedZonesZonesIdRoute
|
|
445
|
+
'/orders/$id/modify': typeof AuthenticatedOrdersOrdersIdModifyRoute
|
|
446
|
+
'/orders/draft/$id': typeof AuthenticatedOrdersOrdersDraftIdRoute
|
|
447
|
+
'/products/$id/variants': typeof AuthenticatedProductsProductsIdVariantsRoute
|
|
448
|
+
'/facets/$facetId/values/$id': typeof AuthenticatedFacetsFacetsFacetIdValuesIdRoute
|
|
449
|
+
'/orders/$aggregateOrderId/seller-orders/$sellerOrderId': typeof AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRoute
|
|
450
|
+
'/products/$productId/option-groups/$id': typeof AuthenticatedProductsProductsProductIdOptionGroupsIdRoute
|
|
451
|
+
'/products/$productId/option-groups/$productOptionGroupId/options/$id': typeof AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRoute
|
|
418
452
|
}
|
|
419
453
|
export interface FileRoutesByTo {
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
454
|
+
'/login': typeof LoginRoute
|
|
455
|
+
'/': typeof AuthenticatedIndexRoute
|
|
456
|
+
'/administrators': typeof AuthenticatedAdministratorsAdministratorsRoute
|
|
457
|
+
'/assets': typeof AuthenticatedAssetsAssetsRoute
|
|
458
|
+
'/channels': typeof AuthenticatedChannelsChannelsRoute
|
|
459
|
+
'/collections': typeof AuthenticatedCollectionsCollectionsRoute
|
|
460
|
+
'/countries': typeof AuthenticatedCountriesCountriesRoute
|
|
461
|
+
'/customer-groups': typeof AuthenticatedCustomerGroupsCustomerGroupsRoute
|
|
462
|
+
'/customers': typeof AuthenticatedCustomersCustomersRoute
|
|
463
|
+
'/facets': typeof AuthenticatedFacetsFacetsRoute
|
|
464
|
+
'/global-settings': typeof AuthenticatedGlobalSettingsGlobalSettingsRoute
|
|
465
|
+
'/orders': typeof AuthenticatedOrdersOrdersRoute
|
|
466
|
+
'/payment-methods': typeof AuthenticatedPaymentMethodsPaymentMethodsRoute
|
|
467
|
+
'/product-variants': typeof AuthenticatedProductVariantsProductVariantsRoute
|
|
468
|
+
'/products': typeof AuthenticatedProductsProductsRoute
|
|
469
|
+
'/profile': typeof AuthenticatedProfileProfileRoute
|
|
470
|
+
'/promotions': typeof AuthenticatedPromotionsPromotionsRoute
|
|
471
|
+
'/roles': typeof AuthenticatedRolesRolesRoute
|
|
472
|
+
'/sellers': typeof AuthenticatedSellersSellersRoute
|
|
473
|
+
'/shipping-methods': typeof AuthenticatedShippingMethodsShippingMethodsRoute
|
|
474
|
+
'/stock-locations': typeof AuthenticatedStockLocationsStockLocationsRoute
|
|
475
|
+
'/healthchecks': typeof AuthenticatedSystemHealthchecksRoute
|
|
476
|
+
'/job-queue': typeof AuthenticatedSystemJobQueueRoute
|
|
477
|
+
'/scheduled-tasks': typeof AuthenticatedSystemScheduledTasksRoute
|
|
478
|
+
'/tax-categories': typeof AuthenticatedTaxCategoriesTaxCategoriesRoute
|
|
479
|
+
'/tax-rates': typeof AuthenticatedTaxRatesTaxRatesRoute
|
|
480
|
+
'/zones': typeof AuthenticatedZonesZonesRoute
|
|
481
|
+
'/administrators/$id': typeof AuthenticatedAdministratorsAdministratorsIdRoute
|
|
482
|
+
'/assets/$id': typeof AuthenticatedAssetsAssetsIdRoute
|
|
483
|
+
'/channels/$id': typeof AuthenticatedChannelsChannelsIdRoute
|
|
484
|
+
'/collections/$id': typeof AuthenticatedCollectionsCollectionsIdRoute
|
|
485
|
+
'/countries/$id': typeof AuthenticatedCountriesCountriesIdRoute
|
|
486
|
+
'/customer-groups/$id': typeof AuthenticatedCustomerGroupsCustomerGroupsIdRoute
|
|
487
|
+
'/customers/$id': typeof AuthenticatedCustomersCustomersIdRoute
|
|
488
|
+
'/facets/$id': typeof AuthenticatedFacetsFacetsIdRoute
|
|
489
|
+
'/orders/$id': typeof AuthenticatedOrdersOrdersIdRoute
|
|
490
|
+
'/payment-methods/$id': typeof AuthenticatedPaymentMethodsPaymentMethodsIdRoute
|
|
491
|
+
'/product-variants/$id': typeof AuthenticatedProductVariantsProductVariantsIdRoute
|
|
492
|
+
'/products/$id': typeof AuthenticatedProductsProductsIdRoute
|
|
493
|
+
'/promotions/$id': typeof AuthenticatedPromotionsPromotionsIdRoute
|
|
494
|
+
'/roles/$id': typeof AuthenticatedRolesRolesIdRoute
|
|
495
|
+
'/sellers/$id': typeof AuthenticatedSellersSellersIdRoute
|
|
496
|
+
'/shipping-methods/$id': typeof AuthenticatedShippingMethodsShippingMethodsIdRoute
|
|
497
|
+
'/stock-locations/$id': typeof AuthenticatedStockLocationsStockLocationsIdRoute
|
|
498
|
+
'/tax-categories/$id': typeof AuthenticatedTaxCategoriesTaxCategoriesIdRoute
|
|
499
|
+
'/tax-rates/$id': typeof AuthenticatedTaxRatesTaxRatesIdRoute
|
|
500
|
+
'/zones/$id': typeof AuthenticatedZonesZonesIdRoute
|
|
501
|
+
'/orders/$id/modify': typeof AuthenticatedOrdersOrdersIdModifyRoute
|
|
502
|
+
'/orders/draft/$id': typeof AuthenticatedOrdersOrdersDraftIdRoute
|
|
503
|
+
'/products/$id/variants': typeof AuthenticatedProductsProductsIdVariantsRoute
|
|
504
|
+
'/facets/$facetId/values/$id': typeof AuthenticatedFacetsFacetsFacetIdValuesIdRoute
|
|
505
|
+
'/orders/$aggregateOrderId/seller-orders/$sellerOrderId': typeof AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRoute
|
|
506
|
+
'/products/$productId/option-groups/$id': typeof AuthenticatedProductsProductsProductIdOptionGroupsIdRoute
|
|
507
|
+
'/products/$productId/option-groups/$productOptionGroupId/options/$id': typeof AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRoute
|
|
474
508
|
}
|
|
475
509
|
export interface FileRoutesById {
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
510
|
+
__root__: typeof rootRouteImport
|
|
511
|
+
'/_authenticated': typeof AuthenticatedRouteWithChildren
|
|
512
|
+
'/login': typeof LoginRoute
|
|
513
|
+
'/_authenticated/': typeof AuthenticatedIndexRoute
|
|
514
|
+
'/_authenticated/_administrators/administrators': typeof AuthenticatedAdministratorsAdministratorsRoute
|
|
515
|
+
'/_authenticated/_assets/assets': typeof AuthenticatedAssetsAssetsRoute
|
|
516
|
+
'/_authenticated/_channels/channels': typeof AuthenticatedChannelsChannelsRoute
|
|
517
|
+
'/_authenticated/_collections/collections': typeof AuthenticatedCollectionsCollectionsRoute
|
|
518
|
+
'/_authenticated/_countries/countries': typeof AuthenticatedCountriesCountriesRoute
|
|
519
|
+
'/_authenticated/_customer-groups/customer-groups': typeof AuthenticatedCustomerGroupsCustomerGroupsRoute
|
|
520
|
+
'/_authenticated/_customers/customers': typeof AuthenticatedCustomersCustomersRoute
|
|
521
|
+
'/_authenticated/_facets/facets': typeof AuthenticatedFacetsFacetsRoute
|
|
522
|
+
'/_authenticated/_global-settings/global-settings': typeof AuthenticatedGlobalSettingsGlobalSettingsRoute
|
|
523
|
+
'/_authenticated/_orders/orders': typeof AuthenticatedOrdersOrdersRoute
|
|
524
|
+
'/_authenticated/_payment-methods/payment-methods': typeof AuthenticatedPaymentMethodsPaymentMethodsRoute
|
|
525
|
+
'/_authenticated/_product-variants/product-variants': typeof AuthenticatedProductVariantsProductVariantsRoute
|
|
526
|
+
'/_authenticated/_products/products': typeof AuthenticatedProductsProductsRoute
|
|
527
|
+
'/_authenticated/_profile/profile': typeof AuthenticatedProfileProfileRoute
|
|
528
|
+
'/_authenticated/_promotions/promotions': typeof AuthenticatedPromotionsPromotionsRoute
|
|
529
|
+
'/_authenticated/_roles/roles': typeof AuthenticatedRolesRolesRoute
|
|
530
|
+
'/_authenticated/_sellers/sellers': typeof AuthenticatedSellersSellersRoute
|
|
531
|
+
'/_authenticated/_shipping-methods/shipping-methods': typeof AuthenticatedShippingMethodsShippingMethodsRoute
|
|
532
|
+
'/_authenticated/_stock-locations/stock-locations': typeof AuthenticatedStockLocationsStockLocationsRoute
|
|
533
|
+
'/_authenticated/_system/healthchecks': typeof AuthenticatedSystemHealthchecksRoute
|
|
534
|
+
'/_authenticated/_system/job-queue': typeof AuthenticatedSystemJobQueueRoute
|
|
535
|
+
'/_authenticated/_system/scheduled-tasks': typeof AuthenticatedSystemScheduledTasksRoute
|
|
536
|
+
'/_authenticated/_tax-categories/tax-categories': typeof AuthenticatedTaxCategoriesTaxCategoriesRoute
|
|
537
|
+
'/_authenticated/_tax-rates/tax-rates': typeof AuthenticatedTaxRatesTaxRatesRoute
|
|
538
|
+
'/_authenticated/_zones/zones': typeof AuthenticatedZonesZonesRoute
|
|
539
|
+
'/_authenticated/_administrators/administrators_/$id': typeof AuthenticatedAdministratorsAdministratorsIdRoute
|
|
540
|
+
'/_authenticated/_assets/assets_/$id': typeof AuthenticatedAssetsAssetsIdRoute
|
|
541
|
+
'/_authenticated/_channels/channels_/$id': typeof AuthenticatedChannelsChannelsIdRoute
|
|
542
|
+
'/_authenticated/_collections/collections_/$id': typeof AuthenticatedCollectionsCollectionsIdRoute
|
|
543
|
+
'/_authenticated/_countries/countries_/$id': typeof AuthenticatedCountriesCountriesIdRoute
|
|
544
|
+
'/_authenticated/_customer-groups/customer-groups_/$id': typeof AuthenticatedCustomerGroupsCustomerGroupsIdRoute
|
|
545
|
+
'/_authenticated/_customers/customers_/$id': typeof AuthenticatedCustomersCustomersIdRoute
|
|
546
|
+
'/_authenticated/_facets/facets_/$id': typeof AuthenticatedFacetsFacetsIdRoute
|
|
547
|
+
'/_authenticated/_orders/orders_/$id': typeof AuthenticatedOrdersOrdersIdRoute
|
|
548
|
+
'/_authenticated/_payment-methods/payment-methods_/$id': typeof AuthenticatedPaymentMethodsPaymentMethodsIdRoute
|
|
549
|
+
'/_authenticated/_product-variants/product-variants_/$id': typeof AuthenticatedProductVariantsProductVariantsIdRoute
|
|
550
|
+
'/_authenticated/_products/products_/$id': typeof AuthenticatedProductsProductsIdRoute
|
|
551
|
+
'/_authenticated/_promotions/promotions_/$id': typeof AuthenticatedPromotionsPromotionsIdRoute
|
|
552
|
+
'/_authenticated/_roles/roles_/$id': typeof AuthenticatedRolesRolesIdRoute
|
|
553
|
+
'/_authenticated/_sellers/sellers_/$id': typeof AuthenticatedSellersSellersIdRoute
|
|
554
|
+
'/_authenticated/_shipping-methods/shipping-methods_/$id': typeof AuthenticatedShippingMethodsShippingMethodsIdRoute
|
|
555
|
+
'/_authenticated/_stock-locations/stock-locations_/$id': typeof AuthenticatedStockLocationsStockLocationsIdRoute
|
|
556
|
+
'/_authenticated/_tax-categories/tax-categories_/$id': typeof AuthenticatedTaxCategoriesTaxCategoriesIdRoute
|
|
557
|
+
'/_authenticated/_tax-rates/tax-rates_/$id': typeof AuthenticatedTaxRatesTaxRatesIdRoute
|
|
558
|
+
'/_authenticated/_zones/zones_/$id': typeof AuthenticatedZonesZonesIdRoute
|
|
559
|
+
'/_authenticated/_orders/orders_/$id_/modify': typeof AuthenticatedOrdersOrdersIdModifyRoute
|
|
560
|
+
'/_authenticated/_orders/orders_/draft/$id': typeof AuthenticatedOrdersOrdersDraftIdRoute
|
|
561
|
+
'/_authenticated/_products/products_/$id_/variants': typeof AuthenticatedProductsProductsIdVariantsRoute
|
|
562
|
+
'/_authenticated/_facets/facets_/$facetId/values_/$id': typeof AuthenticatedFacetsFacetsFacetIdValuesIdRoute
|
|
563
|
+
'/_authenticated/_orders/orders_/$aggregateOrderId_/seller-orders/$sellerOrderId': typeof AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRoute
|
|
564
|
+
'/_authenticated/_products/products_/$productId/option-groups/$id': typeof AuthenticatedProductsProductsProductIdOptionGroupsIdRoute
|
|
565
|
+
'/_authenticated/_products/products_/$productId/option-groups/$productOptionGroupId/options_/$id': typeof AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRoute
|
|
532
566
|
}
|
|
533
567
|
export interface FileRouteTypes {
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
568
|
+
fileRoutesByFullPath: FileRoutesByFullPath
|
|
569
|
+
fullPaths:
|
|
570
|
+
| '/login'
|
|
571
|
+
| '/'
|
|
572
|
+
| '/administrators'
|
|
573
|
+
| '/assets'
|
|
574
|
+
| '/channels'
|
|
575
|
+
| '/collections'
|
|
576
|
+
| '/countries'
|
|
577
|
+
| '/customer-groups'
|
|
578
|
+
| '/customers'
|
|
579
|
+
| '/facets'
|
|
580
|
+
| '/global-settings'
|
|
581
|
+
| '/orders'
|
|
582
|
+
| '/payment-methods'
|
|
583
|
+
| '/product-variants'
|
|
584
|
+
| '/products'
|
|
585
|
+
| '/profile'
|
|
586
|
+
| '/promotions'
|
|
587
|
+
| '/roles'
|
|
588
|
+
| '/sellers'
|
|
589
|
+
| '/shipping-methods'
|
|
590
|
+
| '/stock-locations'
|
|
591
|
+
| '/healthchecks'
|
|
592
|
+
| '/job-queue'
|
|
593
|
+
| '/scheduled-tasks'
|
|
594
|
+
| '/tax-categories'
|
|
595
|
+
| '/tax-rates'
|
|
596
|
+
| '/zones'
|
|
597
|
+
| '/administrators/$id'
|
|
598
|
+
| '/assets/$id'
|
|
599
|
+
| '/channels/$id'
|
|
600
|
+
| '/collections/$id'
|
|
601
|
+
| '/countries/$id'
|
|
602
|
+
| '/customer-groups/$id'
|
|
603
|
+
| '/customers/$id'
|
|
604
|
+
| '/facets/$id'
|
|
605
|
+
| '/orders/$id'
|
|
606
|
+
| '/payment-methods/$id'
|
|
607
|
+
| '/product-variants/$id'
|
|
608
|
+
| '/products/$id'
|
|
609
|
+
| '/promotions/$id'
|
|
610
|
+
| '/roles/$id'
|
|
611
|
+
| '/sellers/$id'
|
|
612
|
+
| '/shipping-methods/$id'
|
|
613
|
+
| '/stock-locations/$id'
|
|
614
|
+
| '/tax-categories/$id'
|
|
615
|
+
| '/tax-rates/$id'
|
|
616
|
+
| '/zones/$id'
|
|
617
|
+
| '/orders/$id/modify'
|
|
618
|
+
| '/orders/draft/$id'
|
|
619
|
+
| '/products/$id/variants'
|
|
620
|
+
| '/facets/$facetId/values/$id'
|
|
621
|
+
| '/orders/$aggregateOrderId/seller-orders/$sellerOrderId'
|
|
622
|
+
| '/products/$productId/option-groups/$id'
|
|
623
|
+
| '/products/$productId/option-groups/$productOptionGroupId/options/$id'
|
|
624
|
+
fileRoutesByTo: FileRoutesByTo
|
|
625
|
+
to:
|
|
626
|
+
| '/login'
|
|
627
|
+
| '/'
|
|
628
|
+
| '/administrators'
|
|
629
|
+
| '/assets'
|
|
630
|
+
| '/channels'
|
|
631
|
+
| '/collections'
|
|
632
|
+
| '/countries'
|
|
633
|
+
| '/customer-groups'
|
|
634
|
+
| '/customers'
|
|
635
|
+
| '/facets'
|
|
636
|
+
| '/global-settings'
|
|
637
|
+
| '/orders'
|
|
638
|
+
| '/payment-methods'
|
|
639
|
+
| '/product-variants'
|
|
640
|
+
| '/products'
|
|
641
|
+
| '/profile'
|
|
642
|
+
| '/promotions'
|
|
643
|
+
| '/roles'
|
|
644
|
+
| '/sellers'
|
|
645
|
+
| '/shipping-methods'
|
|
646
|
+
| '/stock-locations'
|
|
647
|
+
| '/healthchecks'
|
|
648
|
+
| '/job-queue'
|
|
649
|
+
| '/scheduled-tasks'
|
|
650
|
+
| '/tax-categories'
|
|
651
|
+
| '/tax-rates'
|
|
652
|
+
| '/zones'
|
|
653
|
+
| '/administrators/$id'
|
|
654
|
+
| '/assets/$id'
|
|
655
|
+
| '/channels/$id'
|
|
656
|
+
| '/collections/$id'
|
|
657
|
+
| '/countries/$id'
|
|
658
|
+
| '/customer-groups/$id'
|
|
659
|
+
| '/customers/$id'
|
|
660
|
+
| '/facets/$id'
|
|
661
|
+
| '/orders/$id'
|
|
662
|
+
| '/payment-methods/$id'
|
|
663
|
+
| '/product-variants/$id'
|
|
664
|
+
| '/products/$id'
|
|
665
|
+
| '/promotions/$id'
|
|
666
|
+
| '/roles/$id'
|
|
667
|
+
| '/sellers/$id'
|
|
668
|
+
| '/shipping-methods/$id'
|
|
669
|
+
| '/stock-locations/$id'
|
|
670
|
+
| '/tax-categories/$id'
|
|
671
|
+
| '/tax-rates/$id'
|
|
672
|
+
| '/zones/$id'
|
|
673
|
+
| '/orders/$id/modify'
|
|
674
|
+
| '/orders/draft/$id'
|
|
675
|
+
| '/products/$id/variants'
|
|
676
|
+
| '/facets/$facetId/values/$id'
|
|
677
|
+
| '/orders/$aggregateOrderId/seller-orders/$sellerOrderId'
|
|
678
|
+
| '/products/$productId/option-groups/$id'
|
|
679
|
+
| '/products/$productId/option-groups/$productOptionGroupId/options/$id'
|
|
680
|
+
id:
|
|
681
|
+
| '__root__'
|
|
682
|
+
| '/_authenticated'
|
|
683
|
+
| '/login'
|
|
684
|
+
| '/_authenticated/'
|
|
685
|
+
| '/_authenticated/_administrators/administrators'
|
|
686
|
+
| '/_authenticated/_assets/assets'
|
|
687
|
+
| '/_authenticated/_channels/channels'
|
|
688
|
+
| '/_authenticated/_collections/collections'
|
|
689
|
+
| '/_authenticated/_countries/countries'
|
|
690
|
+
| '/_authenticated/_customer-groups/customer-groups'
|
|
691
|
+
| '/_authenticated/_customers/customers'
|
|
692
|
+
| '/_authenticated/_facets/facets'
|
|
693
|
+
| '/_authenticated/_global-settings/global-settings'
|
|
694
|
+
| '/_authenticated/_orders/orders'
|
|
695
|
+
| '/_authenticated/_payment-methods/payment-methods'
|
|
696
|
+
| '/_authenticated/_product-variants/product-variants'
|
|
697
|
+
| '/_authenticated/_products/products'
|
|
698
|
+
| '/_authenticated/_profile/profile'
|
|
699
|
+
| '/_authenticated/_promotions/promotions'
|
|
700
|
+
| '/_authenticated/_roles/roles'
|
|
701
|
+
| '/_authenticated/_sellers/sellers'
|
|
702
|
+
| '/_authenticated/_shipping-methods/shipping-methods'
|
|
703
|
+
| '/_authenticated/_stock-locations/stock-locations'
|
|
704
|
+
| '/_authenticated/_system/healthchecks'
|
|
705
|
+
| '/_authenticated/_system/job-queue'
|
|
706
|
+
| '/_authenticated/_system/scheduled-tasks'
|
|
707
|
+
| '/_authenticated/_tax-categories/tax-categories'
|
|
708
|
+
| '/_authenticated/_tax-rates/tax-rates'
|
|
709
|
+
| '/_authenticated/_zones/zones'
|
|
710
|
+
| '/_authenticated/_administrators/administrators_/$id'
|
|
711
|
+
| '/_authenticated/_assets/assets_/$id'
|
|
712
|
+
| '/_authenticated/_channels/channels_/$id'
|
|
713
|
+
| '/_authenticated/_collections/collections_/$id'
|
|
714
|
+
| '/_authenticated/_countries/countries_/$id'
|
|
715
|
+
| '/_authenticated/_customer-groups/customer-groups_/$id'
|
|
716
|
+
| '/_authenticated/_customers/customers_/$id'
|
|
717
|
+
| '/_authenticated/_facets/facets_/$id'
|
|
718
|
+
| '/_authenticated/_orders/orders_/$id'
|
|
719
|
+
| '/_authenticated/_payment-methods/payment-methods_/$id'
|
|
720
|
+
| '/_authenticated/_product-variants/product-variants_/$id'
|
|
721
|
+
| '/_authenticated/_products/products_/$id'
|
|
722
|
+
| '/_authenticated/_promotions/promotions_/$id'
|
|
723
|
+
| '/_authenticated/_roles/roles_/$id'
|
|
724
|
+
| '/_authenticated/_sellers/sellers_/$id'
|
|
725
|
+
| '/_authenticated/_shipping-methods/shipping-methods_/$id'
|
|
726
|
+
| '/_authenticated/_stock-locations/stock-locations_/$id'
|
|
727
|
+
| '/_authenticated/_tax-categories/tax-categories_/$id'
|
|
728
|
+
| '/_authenticated/_tax-rates/tax-rates_/$id'
|
|
729
|
+
| '/_authenticated/_zones/zones_/$id'
|
|
730
|
+
| '/_authenticated/_orders/orders_/$id_/modify'
|
|
731
|
+
| '/_authenticated/_orders/orders_/draft/$id'
|
|
732
|
+
| '/_authenticated/_products/products_/$id_/variants'
|
|
733
|
+
| '/_authenticated/_facets/facets_/$facetId/values_/$id'
|
|
734
|
+
| '/_authenticated/_orders/orders_/$aggregateOrderId_/seller-orders/$sellerOrderId'
|
|
735
|
+
| '/_authenticated/_products/products_/$productId/option-groups/$id'
|
|
736
|
+
| '/_authenticated/_products/products_/$productId/option-groups/$productOptionGroupId/options_/$id'
|
|
737
|
+
fileRoutesById: FileRoutesById
|
|
704
738
|
}
|
|
705
739
|
export interface RootRouteChildren {
|
|
706
|
-
|
|
707
|
-
|
|
740
|
+
AuthenticatedRoute: typeof AuthenticatedRouteWithChildren
|
|
741
|
+
LoginRoute: typeof LoginRoute
|
|
708
742
|
}
|
|
709
743
|
|
|
710
744
|
declare module '@tanstack/react-router' {
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
};
|
|
845
|
-
'/_authenticated/_global-settings/global-settings': {
|
|
846
|
-
id: '/_authenticated/_global-settings/global-settings';
|
|
847
|
-
path: '/global-settings';
|
|
848
|
-
fullPath: '/global-settings';
|
|
849
|
-
preLoaderRoute: typeof AuthenticatedGlobalSettingsGlobalSettingsRouteImport;
|
|
850
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
851
|
-
};
|
|
852
|
-
'/_authenticated/_facets/facets': {
|
|
853
|
-
id: '/_authenticated/_facets/facets';
|
|
854
|
-
path: '/facets';
|
|
855
|
-
fullPath: '/facets';
|
|
856
|
-
preLoaderRoute: typeof AuthenticatedFacetsFacetsRouteImport;
|
|
857
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
858
|
-
};
|
|
859
|
-
'/_authenticated/_customers/customers': {
|
|
860
|
-
id: '/_authenticated/_customers/customers';
|
|
861
|
-
path: '/customers';
|
|
862
|
-
fullPath: '/customers';
|
|
863
|
-
preLoaderRoute: typeof AuthenticatedCustomersCustomersRouteImport;
|
|
864
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
865
|
-
};
|
|
866
|
-
'/_authenticated/_customer-groups/customer-groups': {
|
|
867
|
-
id: '/_authenticated/_customer-groups/customer-groups';
|
|
868
|
-
path: '/customer-groups';
|
|
869
|
-
fullPath: '/customer-groups';
|
|
870
|
-
preLoaderRoute: typeof AuthenticatedCustomerGroupsCustomerGroupsRouteImport;
|
|
871
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
872
|
-
};
|
|
873
|
-
'/_authenticated/_countries/countries': {
|
|
874
|
-
id: '/_authenticated/_countries/countries';
|
|
875
|
-
path: '/countries';
|
|
876
|
-
fullPath: '/countries';
|
|
877
|
-
preLoaderRoute: typeof AuthenticatedCountriesCountriesRouteImport;
|
|
878
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
879
|
-
};
|
|
880
|
-
'/_authenticated/_collections/collections': {
|
|
881
|
-
id: '/_authenticated/_collections/collections';
|
|
882
|
-
path: '/collections';
|
|
883
|
-
fullPath: '/collections';
|
|
884
|
-
preLoaderRoute: typeof AuthenticatedCollectionsCollectionsRouteImport;
|
|
885
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
886
|
-
};
|
|
887
|
-
'/_authenticated/_channels/channels': {
|
|
888
|
-
id: '/_authenticated/_channels/channels';
|
|
889
|
-
path: '/channels';
|
|
890
|
-
fullPath: '/channels';
|
|
891
|
-
preLoaderRoute: typeof AuthenticatedChannelsChannelsRouteImport;
|
|
892
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
893
|
-
};
|
|
894
|
-
'/_authenticated/_assets/assets': {
|
|
895
|
-
id: '/_authenticated/_assets/assets';
|
|
896
|
-
path: '/assets';
|
|
897
|
-
fullPath: '/assets';
|
|
898
|
-
preLoaderRoute: typeof AuthenticatedAssetsAssetsRouteImport;
|
|
899
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
900
|
-
};
|
|
901
|
-
'/_authenticated/_administrators/administrators': {
|
|
902
|
-
id: '/_authenticated/_administrators/administrators';
|
|
903
|
-
path: '/administrators';
|
|
904
|
-
fullPath: '/administrators';
|
|
905
|
-
preLoaderRoute: typeof AuthenticatedAdministratorsAdministratorsRouteImport;
|
|
906
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
907
|
-
};
|
|
908
|
-
'/_authenticated/_zones/zones_/$id': {
|
|
909
|
-
id: '/_authenticated/_zones/zones_/$id';
|
|
910
|
-
path: '/zones/$id';
|
|
911
|
-
fullPath: '/zones/$id';
|
|
912
|
-
preLoaderRoute: typeof AuthenticatedZonesZonesIdRouteImport;
|
|
913
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
914
|
-
};
|
|
915
|
-
'/_authenticated/_tax-rates/tax-rates_/$id': {
|
|
916
|
-
id: '/_authenticated/_tax-rates/tax-rates_/$id';
|
|
917
|
-
path: '/tax-rates/$id';
|
|
918
|
-
fullPath: '/tax-rates/$id';
|
|
919
|
-
preLoaderRoute: typeof AuthenticatedTaxRatesTaxRatesIdRouteImport;
|
|
920
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
921
|
-
};
|
|
922
|
-
'/_authenticated/_tax-categories/tax-categories_/$id': {
|
|
923
|
-
id: '/_authenticated/_tax-categories/tax-categories_/$id';
|
|
924
|
-
path: '/tax-categories/$id';
|
|
925
|
-
fullPath: '/tax-categories/$id';
|
|
926
|
-
preLoaderRoute: typeof AuthenticatedTaxCategoriesTaxCategoriesIdRouteImport;
|
|
927
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
928
|
-
};
|
|
929
|
-
'/_authenticated/_stock-locations/stock-locations_/$id': {
|
|
930
|
-
id: '/_authenticated/_stock-locations/stock-locations_/$id';
|
|
931
|
-
path: '/stock-locations/$id';
|
|
932
|
-
fullPath: '/stock-locations/$id';
|
|
933
|
-
preLoaderRoute: typeof AuthenticatedStockLocationsStockLocationsIdRouteImport;
|
|
934
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
935
|
-
};
|
|
936
|
-
'/_authenticated/_shipping-methods/shipping-methods_/$id': {
|
|
937
|
-
id: '/_authenticated/_shipping-methods/shipping-methods_/$id';
|
|
938
|
-
path: '/shipping-methods/$id';
|
|
939
|
-
fullPath: '/shipping-methods/$id';
|
|
940
|
-
preLoaderRoute: typeof AuthenticatedShippingMethodsShippingMethodsIdRouteImport;
|
|
941
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
942
|
-
};
|
|
943
|
-
'/_authenticated/_sellers/sellers_/$id': {
|
|
944
|
-
id: '/_authenticated/_sellers/sellers_/$id';
|
|
945
|
-
path: '/sellers/$id';
|
|
946
|
-
fullPath: '/sellers/$id';
|
|
947
|
-
preLoaderRoute: typeof AuthenticatedSellersSellersIdRouteImport;
|
|
948
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
949
|
-
};
|
|
950
|
-
'/_authenticated/_roles/roles_/$id': {
|
|
951
|
-
id: '/_authenticated/_roles/roles_/$id';
|
|
952
|
-
path: '/roles/$id';
|
|
953
|
-
fullPath: '/roles/$id';
|
|
954
|
-
preLoaderRoute: typeof AuthenticatedRolesRolesIdRouteImport;
|
|
955
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
956
|
-
};
|
|
957
|
-
'/_authenticated/_promotions/promotions_/$id': {
|
|
958
|
-
id: '/_authenticated/_promotions/promotions_/$id';
|
|
959
|
-
path: '/promotions/$id';
|
|
960
|
-
fullPath: '/promotions/$id';
|
|
961
|
-
preLoaderRoute: typeof AuthenticatedPromotionsPromotionsIdRouteImport;
|
|
962
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
963
|
-
};
|
|
964
|
-
'/_authenticated/_products/products_/$id': {
|
|
965
|
-
id: '/_authenticated/_products/products_/$id';
|
|
966
|
-
path: '/products/$id';
|
|
967
|
-
fullPath: '/products/$id';
|
|
968
|
-
preLoaderRoute: typeof AuthenticatedProductsProductsIdRouteImport;
|
|
969
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
970
|
-
};
|
|
971
|
-
'/_authenticated/_product-variants/product-variants_/$id': {
|
|
972
|
-
id: '/_authenticated/_product-variants/product-variants_/$id';
|
|
973
|
-
path: '/product-variants/$id';
|
|
974
|
-
fullPath: '/product-variants/$id';
|
|
975
|
-
preLoaderRoute: typeof AuthenticatedProductVariantsProductVariantsIdRouteImport;
|
|
976
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
977
|
-
};
|
|
978
|
-
'/_authenticated/_payment-methods/payment-methods_/$id': {
|
|
979
|
-
id: '/_authenticated/_payment-methods/payment-methods_/$id';
|
|
980
|
-
path: '/payment-methods/$id';
|
|
981
|
-
fullPath: '/payment-methods/$id';
|
|
982
|
-
preLoaderRoute: typeof AuthenticatedPaymentMethodsPaymentMethodsIdRouteImport;
|
|
983
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
984
|
-
};
|
|
985
|
-
'/_authenticated/_orders/orders_/$id': {
|
|
986
|
-
id: '/_authenticated/_orders/orders_/$id';
|
|
987
|
-
path: '/orders/$id';
|
|
988
|
-
fullPath: '/orders/$id';
|
|
989
|
-
preLoaderRoute: typeof AuthenticatedOrdersOrdersIdRouteImport;
|
|
990
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
991
|
-
};
|
|
992
|
-
'/_authenticated/_facets/facets_/$id': {
|
|
993
|
-
id: '/_authenticated/_facets/facets_/$id';
|
|
994
|
-
path: '/facets/$id';
|
|
995
|
-
fullPath: '/facets/$id';
|
|
996
|
-
preLoaderRoute: typeof AuthenticatedFacetsFacetsIdRouteImport;
|
|
997
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
998
|
-
};
|
|
999
|
-
'/_authenticated/_customers/customers_/$id': {
|
|
1000
|
-
id: '/_authenticated/_customers/customers_/$id';
|
|
1001
|
-
path: '/customers/$id';
|
|
1002
|
-
fullPath: '/customers/$id';
|
|
1003
|
-
preLoaderRoute: typeof AuthenticatedCustomersCustomersIdRouteImport;
|
|
1004
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1005
|
-
};
|
|
1006
|
-
'/_authenticated/_customer-groups/customer-groups_/$id': {
|
|
1007
|
-
id: '/_authenticated/_customer-groups/customer-groups_/$id';
|
|
1008
|
-
path: '/customer-groups/$id';
|
|
1009
|
-
fullPath: '/customer-groups/$id';
|
|
1010
|
-
preLoaderRoute: typeof AuthenticatedCustomerGroupsCustomerGroupsIdRouteImport;
|
|
1011
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1012
|
-
};
|
|
1013
|
-
'/_authenticated/_countries/countries_/$id': {
|
|
1014
|
-
id: '/_authenticated/_countries/countries_/$id';
|
|
1015
|
-
path: '/countries/$id';
|
|
1016
|
-
fullPath: '/countries/$id';
|
|
1017
|
-
preLoaderRoute: typeof AuthenticatedCountriesCountriesIdRouteImport;
|
|
1018
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1019
|
-
};
|
|
1020
|
-
'/_authenticated/_collections/collections_/$id': {
|
|
1021
|
-
id: '/_authenticated/_collections/collections_/$id';
|
|
1022
|
-
path: '/collections/$id';
|
|
1023
|
-
fullPath: '/collections/$id';
|
|
1024
|
-
preLoaderRoute: typeof AuthenticatedCollectionsCollectionsIdRouteImport;
|
|
1025
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1026
|
-
};
|
|
1027
|
-
'/_authenticated/_channels/channels_/$id': {
|
|
1028
|
-
id: '/_authenticated/_channels/channels_/$id';
|
|
1029
|
-
path: '/channels/$id';
|
|
1030
|
-
fullPath: '/channels/$id';
|
|
1031
|
-
preLoaderRoute: typeof AuthenticatedChannelsChannelsIdRouteImport;
|
|
1032
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1033
|
-
};
|
|
1034
|
-
'/_authenticated/_assets/assets_/$id': {
|
|
1035
|
-
id: '/_authenticated/_assets/assets_/$id';
|
|
1036
|
-
path: '/assets/$id';
|
|
1037
|
-
fullPath: '/assets/$id';
|
|
1038
|
-
preLoaderRoute: typeof AuthenticatedAssetsAssetsIdRouteImport;
|
|
1039
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1040
|
-
};
|
|
1041
|
-
'/_authenticated/_administrators/administrators_/$id': {
|
|
1042
|
-
id: '/_authenticated/_administrators/administrators_/$id';
|
|
1043
|
-
path: '/administrators/$id';
|
|
1044
|
-
fullPath: '/administrators/$id';
|
|
1045
|
-
preLoaderRoute: typeof AuthenticatedAdministratorsAdministratorsIdRouteImport;
|
|
1046
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1047
|
-
};
|
|
1048
|
-
'/_authenticated/_products/products_/$id_/variants': {
|
|
1049
|
-
id: '/_authenticated/_products/products_/$id_/variants';
|
|
1050
|
-
path: '/products/$id/variants';
|
|
1051
|
-
fullPath: '/products/$id/variants';
|
|
1052
|
-
preLoaderRoute: typeof AuthenticatedProductsProductsIdVariantsRouteImport;
|
|
1053
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1054
|
-
};
|
|
1055
|
-
'/_authenticated/_orders/orders_/draft/$id': {
|
|
1056
|
-
id: '/_authenticated/_orders/orders_/draft/$id';
|
|
1057
|
-
path: '/orders/draft/$id';
|
|
1058
|
-
fullPath: '/orders/draft/$id';
|
|
1059
|
-
preLoaderRoute: typeof AuthenticatedOrdersOrdersDraftIdRouteImport;
|
|
1060
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1061
|
-
};
|
|
1062
|
-
'/_authenticated/_orders/orders_/$id_/modify': {
|
|
1063
|
-
id: '/_authenticated/_orders/orders_/$id_/modify';
|
|
1064
|
-
path: '/orders/$id/modify';
|
|
1065
|
-
fullPath: '/orders/$id/modify';
|
|
1066
|
-
preLoaderRoute: typeof AuthenticatedOrdersOrdersIdModifyRouteImport;
|
|
1067
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1068
|
-
};
|
|
1069
|
-
'/_authenticated/_products/products_/$productId/option-groups/$id': {
|
|
1070
|
-
id: '/_authenticated/_products/products_/$productId/option-groups/$id';
|
|
1071
|
-
path: '/products/$productId/option-groups/$id';
|
|
1072
|
-
fullPath: '/products/$productId/option-groups/$id';
|
|
1073
|
-
preLoaderRoute: typeof AuthenticatedProductsProductsProductIdOptionGroupsIdRouteImport;
|
|
1074
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1075
|
-
};
|
|
1076
|
-
'/_authenticated/_orders/orders_/$aggregateOrderId_/seller-orders/$sellerOrderId': {
|
|
1077
|
-
id: '/_authenticated/_orders/orders_/$aggregateOrderId_/seller-orders/$sellerOrderId';
|
|
1078
|
-
path: '/orders/$aggregateOrderId/seller-orders/$sellerOrderId';
|
|
1079
|
-
fullPath: '/orders/$aggregateOrderId/seller-orders/$sellerOrderId';
|
|
1080
|
-
preLoaderRoute: typeof AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRouteImport;
|
|
1081
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1082
|
-
};
|
|
1083
|
-
'/_authenticated/_facets/facets_/$facetId/values_/$id': {
|
|
1084
|
-
id: '/_authenticated/_facets/facets_/$facetId/values_/$id';
|
|
1085
|
-
path: '/facets/$facetId/values/$id';
|
|
1086
|
-
fullPath: '/facets/$facetId/values/$id';
|
|
1087
|
-
preLoaderRoute: typeof AuthenticatedFacetsFacetsFacetIdValuesIdRouteImport;
|
|
1088
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1089
|
-
};
|
|
1090
|
-
'/_authenticated/_products/products_/$productId/option-groups/$productOptionGroupId/options_/$id': {
|
|
1091
|
-
id: '/_authenticated/_products/products_/$productId/option-groups/$productOptionGroupId/options_/$id';
|
|
1092
|
-
path: '/products/$productId/option-groups/$productOptionGroupId/options/$id';
|
|
1093
|
-
fullPath: '/products/$productId/option-groups/$productOptionGroupId/options/$id';
|
|
1094
|
-
preLoaderRoute: typeof AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRouteImport;
|
|
1095
|
-
parentRoute: typeof AuthenticatedRoute;
|
|
1096
|
-
};
|
|
745
|
+
interface FileRoutesByPath {
|
|
746
|
+
'/login': {
|
|
747
|
+
id: '/login'
|
|
748
|
+
path: '/login'
|
|
749
|
+
fullPath: '/login'
|
|
750
|
+
preLoaderRoute: typeof LoginRouteImport
|
|
751
|
+
parentRoute: typeof rootRouteImport
|
|
752
|
+
}
|
|
753
|
+
'/_authenticated': {
|
|
754
|
+
id: '/_authenticated'
|
|
755
|
+
path: ''
|
|
756
|
+
fullPath: ''
|
|
757
|
+
preLoaderRoute: typeof AuthenticatedRouteImport
|
|
758
|
+
parentRoute: typeof rootRouteImport
|
|
759
|
+
}
|
|
760
|
+
'/_authenticated/': {
|
|
761
|
+
id: '/_authenticated/'
|
|
762
|
+
path: '/'
|
|
763
|
+
fullPath: '/'
|
|
764
|
+
preLoaderRoute: typeof AuthenticatedIndexRouteImport
|
|
765
|
+
parentRoute: typeof AuthenticatedRoute
|
|
766
|
+
}
|
|
767
|
+
'/_authenticated/_zones/zones': {
|
|
768
|
+
id: '/_authenticated/_zones/zones'
|
|
769
|
+
path: '/zones'
|
|
770
|
+
fullPath: '/zones'
|
|
771
|
+
preLoaderRoute: typeof AuthenticatedZonesZonesRouteImport
|
|
772
|
+
parentRoute: typeof AuthenticatedRoute
|
|
773
|
+
}
|
|
774
|
+
'/_authenticated/_tax-rates/tax-rates': {
|
|
775
|
+
id: '/_authenticated/_tax-rates/tax-rates'
|
|
776
|
+
path: '/tax-rates'
|
|
777
|
+
fullPath: '/tax-rates'
|
|
778
|
+
preLoaderRoute: typeof AuthenticatedTaxRatesTaxRatesRouteImport
|
|
779
|
+
parentRoute: typeof AuthenticatedRoute
|
|
780
|
+
}
|
|
781
|
+
'/_authenticated/_tax-categories/tax-categories': {
|
|
782
|
+
id: '/_authenticated/_tax-categories/tax-categories'
|
|
783
|
+
path: '/tax-categories'
|
|
784
|
+
fullPath: '/tax-categories'
|
|
785
|
+
preLoaderRoute: typeof AuthenticatedTaxCategoriesTaxCategoriesRouteImport
|
|
786
|
+
parentRoute: typeof AuthenticatedRoute
|
|
787
|
+
}
|
|
788
|
+
'/_authenticated/_system/scheduled-tasks': {
|
|
789
|
+
id: '/_authenticated/_system/scheduled-tasks'
|
|
790
|
+
path: '/scheduled-tasks'
|
|
791
|
+
fullPath: '/scheduled-tasks'
|
|
792
|
+
preLoaderRoute: typeof AuthenticatedSystemScheduledTasksRouteImport
|
|
793
|
+
parentRoute: typeof AuthenticatedRoute
|
|
794
|
+
}
|
|
795
|
+
'/_authenticated/_system/job-queue': {
|
|
796
|
+
id: '/_authenticated/_system/job-queue'
|
|
797
|
+
path: '/job-queue'
|
|
798
|
+
fullPath: '/job-queue'
|
|
799
|
+
preLoaderRoute: typeof AuthenticatedSystemJobQueueRouteImport
|
|
800
|
+
parentRoute: typeof AuthenticatedRoute
|
|
801
|
+
}
|
|
802
|
+
'/_authenticated/_system/healthchecks': {
|
|
803
|
+
id: '/_authenticated/_system/healthchecks'
|
|
804
|
+
path: '/healthchecks'
|
|
805
|
+
fullPath: '/healthchecks'
|
|
806
|
+
preLoaderRoute: typeof AuthenticatedSystemHealthchecksRouteImport
|
|
807
|
+
parentRoute: typeof AuthenticatedRoute
|
|
808
|
+
}
|
|
809
|
+
'/_authenticated/_stock-locations/stock-locations': {
|
|
810
|
+
id: '/_authenticated/_stock-locations/stock-locations'
|
|
811
|
+
path: '/stock-locations'
|
|
812
|
+
fullPath: '/stock-locations'
|
|
813
|
+
preLoaderRoute: typeof AuthenticatedStockLocationsStockLocationsRouteImport
|
|
814
|
+
parentRoute: typeof AuthenticatedRoute
|
|
815
|
+
}
|
|
816
|
+
'/_authenticated/_shipping-methods/shipping-methods': {
|
|
817
|
+
id: '/_authenticated/_shipping-methods/shipping-methods'
|
|
818
|
+
path: '/shipping-methods'
|
|
819
|
+
fullPath: '/shipping-methods'
|
|
820
|
+
preLoaderRoute: typeof AuthenticatedShippingMethodsShippingMethodsRouteImport
|
|
821
|
+
parentRoute: typeof AuthenticatedRoute
|
|
822
|
+
}
|
|
823
|
+
'/_authenticated/_sellers/sellers': {
|
|
824
|
+
id: '/_authenticated/_sellers/sellers'
|
|
825
|
+
path: '/sellers'
|
|
826
|
+
fullPath: '/sellers'
|
|
827
|
+
preLoaderRoute: typeof AuthenticatedSellersSellersRouteImport
|
|
828
|
+
parentRoute: typeof AuthenticatedRoute
|
|
829
|
+
}
|
|
830
|
+
'/_authenticated/_roles/roles': {
|
|
831
|
+
id: '/_authenticated/_roles/roles'
|
|
832
|
+
path: '/roles'
|
|
833
|
+
fullPath: '/roles'
|
|
834
|
+
preLoaderRoute: typeof AuthenticatedRolesRolesRouteImport
|
|
835
|
+
parentRoute: typeof AuthenticatedRoute
|
|
836
|
+
}
|
|
837
|
+
'/_authenticated/_promotions/promotions': {
|
|
838
|
+
id: '/_authenticated/_promotions/promotions'
|
|
839
|
+
path: '/promotions'
|
|
840
|
+
fullPath: '/promotions'
|
|
841
|
+
preLoaderRoute: typeof AuthenticatedPromotionsPromotionsRouteImport
|
|
842
|
+
parentRoute: typeof AuthenticatedRoute
|
|
843
|
+
}
|
|
844
|
+
'/_authenticated/_profile/profile': {
|
|
845
|
+
id: '/_authenticated/_profile/profile'
|
|
846
|
+
path: '/profile'
|
|
847
|
+
fullPath: '/profile'
|
|
848
|
+
preLoaderRoute: typeof AuthenticatedProfileProfileRouteImport
|
|
849
|
+
parentRoute: typeof AuthenticatedRoute
|
|
850
|
+
}
|
|
851
|
+
'/_authenticated/_products/products': {
|
|
852
|
+
id: '/_authenticated/_products/products'
|
|
853
|
+
path: '/products'
|
|
854
|
+
fullPath: '/products'
|
|
855
|
+
preLoaderRoute: typeof AuthenticatedProductsProductsRouteImport
|
|
856
|
+
parentRoute: typeof AuthenticatedRoute
|
|
857
|
+
}
|
|
858
|
+
'/_authenticated/_product-variants/product-variants': {
|
|
859
|
+
id: '/_authenticated/_product-variants/product-variants'
|
|
860
|
+
path: '/product-variants'
|
|
861
|
+
fullPath: '/product-variants'
|
|
862
|
+
preLoaderRoute: typeof AuthenticatedProductVariantsProductVariantsRouteImport
|
|
863
|
+
parentRoute: typeof AuthenticatedRoute
|
|
864
|
+
}
|
|
865
|
+
'/_authenticated/_payment-methods/payment-methods': {
|
|
866
|
+
id: '/_authenticated/_payment-methods/payment-methods'
|
|
867
|
+
path: '/payment-methods'
|
|
868
|
+
fullPath: '/payment-methods'
|
|
869
|
+
preLoaderRoute: typeof AuthenticatedPaymentMethodsPaymentMethodsRouteImport
|
|
870
|
+
parentRoute: typeof AuthenticatedRoute
|
|
871
|
+
}
|
|
872
|
+
'/_authenticated/_orders/orders': {
|
|
873
|
+
id: '/_authenticated/_orders/orders'
|
|
874
|
+
path: '/orders'
|
|
875
|
+
fullPath: '/orders'
|
|
876
|
+
preLoaderRoute: typeof AuthenticatedOrdersOrdersRouteImport
|
|
877
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1097
878
|
}
|
|
879
|
+
'/_authenticated/_global-settings/global-settings': {
|
|
880
|
+
id: '/_authenticated/_global-settings/global-settings'
|
|
881
|
+
path: '/global-settings'
|
|
882
|
+
fullPath: '/global-settings'
|
|
883
|
+
preLoaderRoute: typeof AuthenticatedGlobalSettingsGlobalSettingsRouteImport
|
|
884
|
+
parentRoute: typeof AuthenticatedRoute
|
|
885
|
+
}
|
|
886
|
+
'/_authenticated/_facets/facets': {
|
|
887
|
+
id: '/_authenticated/_facets/facets'
|
|
888
|
+
path: '/facets'
|
|
889
|
+
fullPath: '/facets'
|
|
890
|
+
preLoaderRoute: typeof AuthenticatedFacetsFacetsRouteImport
|
|
891
|
+
parentRoute: typeof AuthenticatedRoute
|
|
892
|
+
}
|
|
893
|
+
'/_authenticated/_customers/customers': {
|
|
894
|
+
id: '/_authenticated/_customers/customers'
|
|
895
|
+
path: '/customers'
|
|
896
|
+
fullPath: '/customers'
|
|
897
|
+
preLoaderRoute: typeof AuthenticatedCustomersCustomersRouteImport
|
|
898
|
+
parentRoute: typeof AuthenticatedRoute
|
|
899
|
+
}
|
|
900
|
+
'/_authenticated/_customer-groups/customer-groups': {
|
|
901
|
+
id: '/_authenticated/_customer-groups/customer-groups'
|
|
902
|
+
path: '/customer-groups'
|
|
903
|
+
fullPath: '/customer-groups'
|
|
904
|
+
preLoaderRoute: typeof AuthenticatedCustomerGroupsCustomerGroupsRouteImport
|
|
905
|
+
parentRoute: typeof AuthenticatedRoute
|
|
906
|
+
}
|
|
907
|
+
'/_authenticated/_countries/countries': {
|
|
908
|
+
id: '/_authenticated/_countries/countries'
|
|
909
|
+
path: '/countries'
|
|
910
|
+
fullPath: '/countries'
|
|
911
|
+
preLoaderRoute: typeof AuthenticatedCountriesCountriesRouteImport
|
|
912
|
+
parentRoute: typeof AuthenticatedRoute
|
|
913
|
+
}
|
|
914
|
+
'/_authenticated/_collections/collections': {
|
|
915
|
+
id: '/_authenticated/_collections/collections'
|
|
916
|
+
path: '/collections'
|
|
917
|
+
fullPath: '/collections'
|
|
918
|
+
preLoaderRoute: typeof AuthenticatedCollectionsCollectionsRouteImport
|
|
919
|
+
parentRoute: typeof AuthenticatedRoute
|
|
920
|
+
}
|
|
921
|
+
'/_authenticated/_channels/channels': {
|
|
922
|
+
id: '/_authenticated/_channels/channels'
|
|
923
|
+
path: '/channels'
|
|
924
|
+
fullPath: '/channels'
|
|
925
|
+
preLoaderRoute: typeof AuthenticatedChannelsChannelsRouteImport
|
|
926
|
+
parentRoute: typeof AuthenticatedRoute
|
|
927
|
+
}
|
|
928
|
+
'/_authenticated/_assets/assets': {
|
|
929
|
+
id: '/_authenticated/_assets/assets'
|
|
930
|
+
path: '/assets'
|
|
931
|
+
fullPath: '/assets'
|
|
932
|
+
preLoaderRoute: typeof AuthenticatedAssetsAssetsRouteImport
|
|
933
|
+
parentRoute: typeof AuthenticatedRoute
|
|
934
|
+
}
|
|
935
|
+
'/_authenticated/_administrators/administrators': {
|
|
936
|
+
id: '/_authenticated/_administrators/administrators'
|
|
937
|
+
path: '/administrators'
|
|
938
|
+
fullPath: '/administrators'
|
|
939
|
+
preLoaderRoute: typeof AuthenticatedAdministratorsAdministratorsRouteImport
|
|
940
|
+
parentRoute: typeof AuthenticatedRoute
|
|
941
|
+
}
|
|
942
|
+
'/_authenticated/_zones/zones_/$id': {
|
|
943
|
+
id: '/_authenticated/_zones/zones_/$id'
|
|
944
|
+
path: '/zones/$id'
|
|
945
|
+
fullPath: '/zones/$id'
|
|
946
|
+
preLoaderRoute: typeof AuthenticatedZonesZonesIdRouteImport
|
|
947
|
+
parentRoute: typeof AuthenticatedRoute
|
|
948
|
+
}
|
|
949
|
+
'/_authenticated/_tax-rates/tax-rates_/$id': {
|
|
950
|
+
id: '/_authenticated/_tax-rates/tax-rates_/$id'
|
|
951
|
+
path: '/tax-rates/$id'
|
|
952
|
+
fullPath: '/tax-rates/$id'
|
|
953
|
+
preLoaderRoute: typeof AuthenticatedTaxRatesTaxRatesIdRouteImport
|
|
954
|
+
parentRoute: typeof AuthenticatedRoute
|
|
955
|
+
}
|
|
956
|
+
'/_authenticated/_tax-categories/tax-categories_/$id': {
|
|
957
|
+
id: '/_authenticated/_tax-categories/tax-categories_/$id'
|
|
958
|
+
path: '/tax-categories/$id'
|
|
959
|
+
fullPath: '/tax-categories/$id'
|
|
960
|
+
preLoaderRoute: typeof AuthenticatedTaxCategoriesTaxCategoriesIdRouteImport
|
|
961
|
+
parentRoute: typeof AuthenticatedRoute
|
|
962
|
+
}
|
|
963
|
+
'/_authenticated/_stock-locations/stock-locations_/$id': {
|
|
964
|
+
id: '/_authenticated/_stock-locations/stock-locations_/$id'
|
|
965
|
+
path: '/stock-locations/$id'
|
|
966
|
+
fullPath: '/stock-locations/$id'
|
|
967
|
+
preLoaderRoute: typeof AuthenticatedStockLocationsStockLocationsIdRouteImport
|
|
968
|
+
parentRoute: typeof AuthenticatedRoute
|
|
969
|
+
}
|
|
970
|
+
'/_authenticated/_shipping-methods/shipping-methods_/$id': {
|
|
971
|
+
id: '/_authenticated/_shipping-methods/shipping-methods_/$id'
|
|
972
|
+
path: '/shipping-methods/$id'
|
|
973
|
+
fullPath: '/shipping-methods/$id'
|
|
974
|
+
preLoaderRoute: typeof AuthenticatedShippingMethodsShippingMethodsIdRouteImport
|
|
975
|
+
parentRoute: typeof AuthenticatedRoute
|
|
976
|
+
}
|
|
977
|
+
'/_authenticated/_sellers/sellers_/$id': {
|
|
978
|
+
id: '/_authenticated/_sellers/sellers_/$id'
|
|
979
|
+
path: '/sellers/$id'
|
|
980
|
+
fullPath: '/sellers/$id'
|
|
981
|
+
preLoaderRoute: typeof AuthenticatedSellersSellersIdRouteImport
|
|
982
|
+
parentRoute: typeof AuthenticatedRoute
|
|
983
|
+
}
|
|
984
|
+
'/_authenticated/_roles/roles_/$id': {
|
|
985
|
+
id: '/_authenticated/_roles/roles_/$id'
|
|
986
|
+
path: '/roles/$id'
|
|
987
|
+
fullPath: '/roles/$id'
|
|
988
|
+
preLoaderRoute: typeof AuthenticatedRolesRolesIdRouteImport
|
|
989
|
+
parentRoute: typeof AuthenticatedRoute
|
|
990
|
+
}
|
|
991
|
+
'/_authenticated/_promotions/promotions_/$id': {
|
|
992
|
+
id: '/_authenticated/_promotions/promotions_/$id'
|
|
993
|
+
path: '/promotions/$id'
|
|
994
|
+
fullPath: '/promotions/$id'
|
|
995
|
+
preLoaderRoute: typeof AuthenticatedPromotionsPromotionsIdRouteImport
|
|
996
|
+
parentRoute: typeof AuthenticatedRoute
|
|
997
|
+
}
|
|
998
|
+
'/_authenticated/_products/products_/$id': {
|
|
999
|
+
id: '/_authenticated/_products/products_/$id'
|
|
1000
|
+
path: '/products/$id'
|
|
1001
|
+
fullPath: '/products/$id'
|
|
1002
|
+
preLoaderRoute: typeof AuthenticatedProductsProductsIdRouteImport
|
|
1003
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1004
|
+
}
|
|
1005
|
+
'/_authenticated/_product-variants/product-variants_/$id': {
|
|
1006
|
+
id: '/_authenticated/_product-variants/product-variants_/$id'
|
|
1007
|
+
path: '/product-variants/$id'
|
|
1008
|
+
fullPath: '/product-variants/$id'
|
|
1009
|
+
preLoaderRoute: typeof AuthenticatedProductVariantsProductVariantsIdRouteImport
|
|
1010
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1011
|
+
}
|
|
1012
|
+
'/_authenticated/_payment-methods/payment-methods_/$id': {
|
|
1013
|
+
id: '/_authenticated/_payment-methods/payment-methods_/$id'
|
|
1014
|
+
path: '/payment-methods/$id'
|
|
1015
|
+
fullPath: '/payment-methods/$id'
|
|
1016
|
+
preLoaderRoute: typeof AuthenticatedPaymentMethodsPaymentMethodsIdRouteImport
|
|
1017
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1018
|
+
}
|
|
1019
|
+
'/_authenticated/_orders/orders_/$id': {
|
|
1020
|
+
id: '/_authenticated/_orders/orders_/$id'
|
|
1021
|
+
path: '/orders/$id'
|
|
1022
|
+
fullPath: '/orders/$id'
|
|
1023
|
+
preLoaderRoute: typeof AuthenticatedOrdersOrdersIdRouteImport
|
|
1024
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1025
|
+
}
|
|
1026
|
+
'/_authenticated/_facets/facets_/$id': {
|
|
1027
|
+
id: '/_authenticated/_facets/facets_/$id'
|
|
1028
|
+
path: '/facets/$id'
|
|
1029
|
+
fullPath: '/facets/$id'
|
|
1030
|
+
preLoaderRoute: typeof AuthenticatedFacetsFacetsIdRouteImport
|
|
1031
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1032
|
+
}
|
|
1033
|
+
'/_authenticated/_customers/customers_/$id': {
|
|
1034
|
+
id: '/_authenticated/_customers/customers_/$id'
|
|
1035
|
+
path: '/customers/$id'
|
|
1036
|
+
fullPath: '/customers/$id'
|
|
1037
|
+
preLoaderRoute: typeof AuthenticatedCustomersCustomersIdRouteImport
|
|
1038
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1039
|
+
}
|
|
1040
|
+
'/_authenticated/_customer-groups/customer-groups_/$id': {
|
|
1041
|
+
id: '/_authenticated/_customer-groups/customer-groups_/$id'
|
|
1042
|
+
path: '/customer-groups/$id'
|
|
1043
|
+
fullPath: '/customer-groups/$id'
|
|
1044
|
+
preLoaderRoute: typeof AuthenticatedCustomerGroupsCustomerGroupsIdRouteImport
|
|
1045
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1046
|
+
}
|
|
1047
|
+
'/_authenticated/_countries/countries_/$id': {
|
|
1048
|
+
id: '/_authenticated/_countries/countries_/$id'
|
|
1049
|
+
path: '/countries/$id'
|
|
1050
|
+
fullPath: '/countries/$id'
|
|
1051
|
+
preLoaderRoute: typeof AuthenticatedCountriesCountriesIdRouteImport
|
|
1052
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1053
|
+
}
|
|
1054
|
+
'/_authenticated/_collections/collections_/$id': {
|
|
1055
|
+
id: '/_authenticated/_collections/collections_/$id'
|
|
1056
|
+
path: '/collections/$id'
|
|
1057
|
+
fullPath: '/collections/$id'
|
|
1058
|
+
preLoaderRoute: typeof AuthenticatedCollectionsCollectionsIdRouteImport
|
|
1059
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1060
|
+
}
|
|
1061
|
+
'/_authenticated/_channels/channels_/$id': {
|
|
1062
|
+
id: '/_authenticated/_channels/channels_/$id'
|
|
1063
|
+
path: '/channels/$id'
|
|
1064
|
+
fullPath: '/channels/$id'
|
|
1065
|
+
preLoaderRoute: typeof AuthenticatedChannelsChannelsIdRouteImport
|
|
1066
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1067
|
+
}
|
|
1068
|
+
'/_authenticated/_assets/assets_/$id': {
|
|
1069
|
+
id: '/_authenticated/_assets/assets_/$id'
|
|
1070
|
+
path: '/assets/$id'
|
|
1071
|
+
fullPath: '/assets/$id'
|
|
1072
|
+
preLoaderRoute: typeof AuthenticatedAssetsAssetsIdRouteImport
|
|
1073
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1074
|
+
}
|
|
1075
|
+
'/_authenticated/_administrators/administrators_/$id': {
|
|
1076
|
+
id: '/_authenticated/_administrators/administrators_/$id'
|
|
1077
|
+
path: '/administrators/$id'
|
|
1078
|
+
fullPath: '/administrators/$id'
|
|
1079
|
+
preLoaderRoute: typeof AuthenticatedAdministratorsAdministratorsIdRouteImport
|
|
1080
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1081
|
+
}
|
|
1082
|
+
'/_authenticated/_products/products_/$id_/variants': {
|
|
1083
|
+
id: '/_authenticated/_products/products_/$id_/variants'
|
|
1084
|
+
path: '/products/$id/variants'
|
|
1085
|
+
fullPath: '/products/$id/variants'
|
|
1086
|
+
preLoaderRoute: typeof AuthenticatedProductsProductsIdVariantsRouteImport
|
|
1087
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1088
|
+
}
|
|
1089
|
+
'/_authenticated/_orders/orders_/draft/$id': {
|
|
1090
|
+
id: '/_authenticated/_orders/orders_/draft/$id'
|
|
1091
|
+
path: '/orders/draft/$id'
|
|
1092
|
+
fullPath: '/orders/draft/$id'
|
|
1093
|
+
preLoaderRoute: typeof AuthenticatedOrdersOrdersDraftIdRouteImport
|
|
1094
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1095
|
+
}
|
|
1096
|
+
'/_authenticated/_orders/orders_/$id_/modify': {
|
|
1097
|
+
id: '/_authenticated/_orders/orders_/$id_/modify'
|
|
1098
|
+
path: '/orders/$id/modify'
|
|
1099
|
+
fullPath: '/orders/$id/modify'
|
|
1100
|
+
preLoaderRoute: typeof AuthenticatedOrdersOrdersIdModifyRouteImport
|
|
1101
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1102
|
+
}
|
|
1103
|
+
'/_authenticated/_products/products_/$productId/option-groups/$id': {
|
|
1104
|
+
id: '/_authenticated/_products/products_/$productId/option-groups/$id'
|
|
1105
|
+
path: '/products/$productId/option-groups/$id'
|
|
1106
|
+
fullPath: '/products/$productId/option-groups/$id'
|
|
1107
|
+
preLoaderRoute: typeof AuthenticatedProductsProductsProductIdOptionGroupsIdRouteImport
|
|
1108
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1109
|
+
}
|
|
1110
|
+
'/_authenticated/_orders/orders_/$aggregateOrderId_/seller-orders/$sellerOrderId': {
|
|
1111
|
+
id: '/_authenticated/_orders/orders_/$aggregateOrderId_/seller-orders/$sellerOrderId'
|
|
1112
|
+
path: '/orders/$aggregateOrderId/seller-orders/$sellerOrderId'
|
|
1113
|
+
fullPath: '/orders/$aggregateOrderId/seller-orders/$sellerOrderId'
|
|
1114
|
+
preLoaderRoute: typeof AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRouteImport
|
|
1115
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1116
|
+
}
|
|
1117
|
+
'/_authenticated/_facets/facets_/$facetId/values_/$id': {
|
|
1118
|
+
id: '/_authenticated/_facets/facets_/$facetId/values_/$id'
|
|
1119
|
+
path: '/facets/$facetId/values/$id'
|
|
1120
|
+
fullPath: '/facets/$facetId/values/$id'
|
|
1121
|
+
preLoaderRoute: typeof AuthenticatedFacetsFacetsFacetIdValuesIdRouteImport
|
|
1122
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1123
|
+
}
|
|
1124
|
+
'/_authenticated/_products/products_/$productId/option-groups/$productOptionGroupId/options_/$id': {
|
|
1125
|
+
id: '/_authenticated/_products/products_/$productId/option-groups/$productOptionGroupId/options_/$id'
|
|
1126
|
+
path: '/products/$productId/option-groups/$productOptionGroupId/options/$id'
|
|
1127
|
+
fullPath: '/products/$productId/option-groups/$productOptionGroupId/options/$id'
|
|
1128
|
+
preLoaderRoute: typeof AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRouteImport
|
|
1129
|
+
parentRoute: typeof AuthenticatedRoute
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1098
1132
|
}
|
|
1099
1133
|
|
|
1100
1134
|
interface AuthenticatedRouteChildren {
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1135
|
+
AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute
|
|
1136
|
+
AuthenticatedAdministratorsAdministratorsRoute: typeof AuthenticatedAdministratorsAdministratorsRoute
|
|
1137
|
+
AuthenticatedAssetsAssetsRoute: typeof AuthenticatedAssetsAssetsRoute
|
|
1138
|
+
AuthenticatedChannelsChannelsRoute: typeof AuthenticatedChannelsChannelsRoute
|
|
1139
|
+
AuthenticatedCollectionsCollectionsRoute: typeof AuthenticatedCollectionsCollectionsRoute
|
|
1140
|
+
AuthenticatedCountriesCountriesRoute: typeof AuthenticatedCountriesCountriesRoute
|
|
1141
|
+
AuthenticatedCustomerGroupsCustomerGroupsRoute: typeof AuthenticatedCustomerGroupsCustomerGroupsRoute
|
|
1142
|
+
AuthenticatedCustomersCustomersRoute: typeof AuthenticatedCustomersCustomersRoute
|
|
1143
|
+
AuthenticatedFacetsFacetsRoute: typeof AuthenticatedFacetsFacetsRoute
|
|
1144
|
+
AuthenticatedGlobalSettingsGlobalSettingsRoute: typeof AuthenticatedGlobalSettingsGlobalSettingsRoute
|
|
1145
|
+
AuthenticatedOrdersOrdersRoute: typeof AuthenticatedOrdersOrdersRoute
|
|
1146
|
+
AuthenticatedPaymentMethodsPaymentMethodsRoute: typeof AuthenticatedPaymentMethodsPaymentMethodsRoute
|
|
1147
|
+
AuthenticatedProductVariantsProductVariantsRoute: typeof AuthenticatedProductVariantsProductVariantsRoute
|
|
1148
|
+
AuthenticatedProductsProductsRoute: typeof AuthenticatedProductsProductsRoute
|
|
1149
|
+
AuthenticatedProfileProfileRoute: typeof AuthenticatedProfileProfileRoute
|
|
1150
|
+
AuthenticatedPromotionsPromotionsRoute: typeof AuthenticatedPromotionsPromotionsRoute
|
|
1151
|
+
AuthenticatedRolesRolesRoute: typeof AuthenticatedRolesRolesRoute
|
|
1152
|
+
AuthenticatedSellersSellersRoute: typeof AuthenticatedSellersSellersRoute
|
|
1153
|
+
AuthenticatedShippingMethodsShippingMethodsRoute: typeof AuthenticatedShippingMethodsShippingMethodsRoute
|
|
1154
|
+
AuthenticatedStockLocationsStockLocationsRoute: typeof AuthenticatedStockLocationsStockLocationsRoute
|
|
1155
|
+
AuthenticatedSystemHealthchecksRoute: typeof AuthenticatedSystemHealthchecksRoute
|
|
1156
|
+
AuthenticatedSystemJobQueueRoute: typeof AuthenticatedSystemJobQueueRoute
|
|
1157
|
+
AuthenticatedSystemScheduledTasksRoute: typeof AuthenticatedSystemScheduledTasksRoute
|
|
1158
|
+
AuthenticatedTaxCategoriesTaxCategoriesRoute: typeof AuthenticatedTaxCategoriesTaxCategoriesRoute
|
|
1159
|
+
AuthenticatedTaxRatesTaxRatesRoute: typeof AuthenticatedTaxRatesTaxRatesRoute
|
|
1160
|
+
AuthenticatedZonesZonesRoute: typeof AuthenticatedZonesZonesRoute
|
|
1161
|
+
AuthenticatedAdministratorsAdministratorsIdRoute: typeof AuthenticatedAdministratorsAdministratorsIdRoute
|
|
1162
|
+
AuthenticatedAssetsAssetsIdRoute: typeof AuthenticatedAssetsAssetsIdRoute
|
|
1163
|
+
AuthenticatedChannelsChannelsIdRoute: typeof AuthenticatedChannelsChannelsIdRoute
|
|
1164
|
+
AuthenticatedCollectionsCollectionsIdRoute: typeof AuthenticatedCollectionsCollectionsIdRoute
|
|
1165
|
+
AuthenticatedCountriesCountriesIdRoute: typeof AuthenticatedCountriesCountriesIdRoute
|
|
1166
|
+
AuthenticatedCustomerGroupsCustomerGroupsIdRoute: typeof AuthenticatedCustomerGroupsCustomerGroupsIdRoute
|
|
1167
|
+
AuthenticatedCustomersCustomersIdRoute: typeof AuthenticatedCustomersCustomersIdRoute
|
|
1168
|
+
AuthenticatedFacetsFacetsIdRoute: typeof AuthenticatedFacetsFacetsIdRoute
|
|
1169
|
+
AuthenticatedOrdersOrdersIdRoute: typeof AuthenticatedOrdersOrdersIdRoute
|
|
1170
|
+
AuthenticatedPaymentMethodsPaymentMethodsIdRoute: typeof AuthenticatedPaymentMethodsPaymentMethodsIdRoute
|
|
1171
|
+
AuthenticatedProductVariantsProductVariantsIdRoute: typeof AuthenticatedProductVariantsProductVariantsIdRoute
|
|
1172
|
+
AuthenticatedProductsProductsIdRoute: typeof AuthenticatedProductsProductsIdRoute
|
|
1173
|
+
AuthenticatedPromotionsPromotionsIdRoute: typeof AuthenticatedPromotionsPromotionsIdRoute
|
|
1174
|
+
AuthenticatedRolesRolesIdRoute: typeof AuthenticatedRolesRolesIdRoute
|
|
1175
|
+
AuthenticatedSellersSellersIdRoute: typeof AuthenticatedSellersSellersIdRoute
|
|
1176
|
+
AuthenticatedShippingMethodsShippingMethodsIdRoute: typeof AuthenticatedShippingMethodsShippingMethodsIdRoute
|
|
1177
|
+
AuthenticatedStockLocationsStockLocationsIdRoute: typeof AuthenticatedStockLocationsStockLocationsIdRoute
|
|
1178
|
+
AuthenticatedTaxCategoriesTaxCategoriesIdRoute: typeof AuthenticatedTaxCategoriesTaxCategoriesIdRoute
|
|
1179
|
+
AuthenticatedTaxRatesTaxRatesIdRoute: typeof AuthenticatedTaxRatesTaxRatesIdRoute
|
|
1180
|
+
AuthenticatedZonesZonesIdRoute: typeof AuthenticatedZonesZonesIdRoute
|
|
1181
|
+
AuthenticatedOrdersOrdersIdModifyRoute: typeof AuthenticatedOrdersOrdersIdModifyRoute
|
|
1182
|
+
AuthenticatedOrdersOrdersDraftIdRoute: typeof AuthenticatedOrdersOrdersDraftIdRoute
|
|
1183
|
+
AuthenticatedProductsProductsIdVariantsRoute: typeof AuthenticatedProductsProductsIdVariantsRoute
|
|
1184
|
+
AuthenticatedFacetsFacetsFacetIdValuesIdRoute: typeof AuthenticatedFacetsFacetsFacetIdValuesIdRoute
|
|
1185
|
+
AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRoute: typeof AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRoute
|
|
1186
|
+
AuthenticatedProductsProductsProductIdOptionGroupsIdRoute: typeof AuthenticatedProductsProductsProductIdOptionGroupsIdRoute
|
|
1187
|
+
AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRoute: typeof AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRoute
|
|
1154
1188
|
}
|
|
1155
1189
|
|
|
1156
1190
|
const AuthenticatedRouteChildren: AuthenticatedRouteChildren = {
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1191
|
+
AuthenticatedIndexRoute: AuthenticatedIndexRoute,
|
|
1192
|
+
AuthenticatedAdministratorsAdministratorsRoute:
|
|
1193
|
+
AuthenticatedAdministratorsAdministratorsRoute,
|
|
1194
|
+
AuthenticatedAssetsAssetsRoute: AuthenticatedAssetsAssetsRoute,
|
|
1195
|
+
AuthenticatedChannelsChannelsRoute: AuthenticatedChannelsChannelsRoute,
|
|
1196
|
+
AuthenticatedCollectionsCollectionsRoute:
|
|
1197
|
+
AuthenticatedCollectionsCollectionsRoute,
|
|
1198
|
+
AuthenticatedCountriesCountriesRoute: AuthenticatedCountriesCountriesRoute,
|
|
1199
|
+
AuthenticatedCustomerGroupsCustomerGroupsRoute:
|
|
1200
|
+
AuthenticatedCustomerGroupsCustomerGroupsRoute,
|
|
1201
|
+
AuthenticatedCustomersCustomersRoute: AuthenticatedCustomersCustomersRoute,
|
|
1202
|
+
AuthenticatedFacetsFacetsRoute: AuthenticatedFacetsFacetsRoute,
|
|
1203
|
+
AuthenticatedGlobalSettingsGlobalSettingsRoute:
|
|
1204
|
+
AuthenticatedGlobalSettingsGlobalSettingsRoute,
|
|
1205
|
+
AuthenticatedOrdersOrdersRoute: AuthenticatedOrdersOrdersRoute,
|
|
1206
|
+
AuthenticatedPaymentMethodsPaymentMethodsRoute:
|
|
1207
|
+
AuthenticatedPaymentMethodsPaymentMethodsRoute,
|
|
1208
|
+
AuthenticatedProductVariantsProductVariantsRoute:
|
|
1209
|
+
AuthenticatedProductVariantsProductVariantsRoute,
|
|
1210
|
+
AuthenticatedProductsProductsRoute: AuthenticatedProductsProductsRoute,
|
|
1211
|
+
AuthenticatedProfileProfileRoute: AuthenticatedProfileProfileRoute,
|
|
1212
|
+
AuthenticatedPromotionsPromotionsRoute:
|
|
1213
|
+
AuthenticatedPromotionsPromotionsRoute,
|
|
1214
|
+
AuthenticatedRolesRolesRoute: AuthenticatedRolesRolesRoute,
|
|
1215
|
+
AuthenticatedSellersSellersRoute: AuthenticatedSellersSellersRoute,
|
|
1216
|
+
AuthenticatedShippingMethodsShippingMethodsRoute:
|
|
1217
|
+
AuthenticatedShippingMethodsShippingMethodsRoute,
|
|
1218
|
+
AuthenticatedStockLocationsStockLocationsRoute:
|
|
1219
|
+
AuthenticatedStockLocationsStockLocationsRoute,
|
|
1220
|
+
AuthenticatedSystemHealthchecksRoute: AuthenticatedSystemHealthchecksRoute,
|
|
1221
|
+
AuthenticatedSystemJobQueueRoute: AuthenticatedSystemJobQueueRoute,
|
|
1222
|
+
AuthenticatedSystemScheduledTasksRoute:
|
|
1223
|
+
AuthenticatedSystemScheduledTasksRoute,
|
|
1224
|
+
AuthenticatedTaxCategoriesTaxCategoriesRoute:
|
|
1225
|
+
AuthenticatedTaxCategoriesTaxCategoriesRoute,
|
|
1226
|
+
AuthenticatedTaxRatesTaxRatesRoute: AuthenticatedTaxRatesTaxRatesRoute,
|
|
1227
|
+
AuthenticatedZonesZonesRoute: AuthenticatedZonesZonesRoute,
|
|
1228
|
+
AuthenticatedAdministratorsAdministratorsIdRoute:
|
|
1229
|
+
AuthenticatedAdministratorsAdministratorsIdRoute,
|
|
1230
|
+
AuthenticatedAssetsAssetsIdRoute: AuthenticatedAssetsAssetsIdRoute,
|
|
1231
|
+
AuthenticatedChannelsChannelsIdRoute: AuthenticatedChannelsChannelsIdRoute,
|
|
1232
|
+
AuthenticatedCollectionsCollectionsIdRoute:
|
|
1233
|
+
AuthenticatedCollectionsCollectionsIdRoute,
|
|
1234
|
+
AuthenticatedCountriesCountriesIdRoute:
|
|
1235
|
+
AuthenticatedCountriesCountriesIdRoute,
|
|
1236
|
+
AuthenticatedCustomerGroupsCustomerGroupsIdRoute:
|
|
1237
|
+
AuthenticatedCustomerGroupsCustomerGroupsIdRoute,
|
|
1238
|
+
AuthenticatedCustomersCustomersIdRoute:
|
|
1239
|
+
AuthenticatedCustomersCustomersIdRoute,
|
|
1240
|
+
AuthenticatedFacetsFacetsIdRoute: AuthenticatedFacetsFacetsIdRoute,
|
|
1241
|
+
AuthenticatedOrdersOrdersIdRoute: AuthenticatedOrdersOrdersIdRoute,
|
|
1242
|
+
AuthenticatedPaymentMethodsPaymentMethodsIdRoute:
|
|
1243
|
+
AuthenticatedPaymentMethodsPaymentMethodsIdRoute,
|
|
1244
|
+
AuthenticatedProductVariantsProductVariantsIdRoute:
|
|
1245
|
+
AuthenticatedProductVariantsProductVariantsIdRoute,
|
|
1246
|
+
AuthenticatedProductsProductsIdRoute: AuthenticatedProductsProductsIdRoute,
|
|
1247
|
+
AuthenticatedPromotionsPromotionsIdRoute:
|
|
1248
|
+
AuthenticatedPromotionsPromotionsIdRoute,
|
|
1249
|
+
AuthenticatedRolesRolesIdRoute: AuthenticatedRolesRolesIdRoute,
|
|
1250
|
+
AuthenticatedSellersSellersIdRoute: AuthenticatedSellersSellersIdRoute,
|
|
1251
|
+
AuthenticatedShippingMethodsShippingMethodsIdRoute:
|
|
1252
|
+
AuthenticatedShippingMethodsShippingMethodsIdRoute,
|
|
1253
|
+
AuthenticatedStockLocationsStockLocationsIdRoute:
|
|
1254
|
+
AuthenticatedStockLocationsStockLocationsIdRoute,
|
|
1255
|
+
AuthenticatedTaxCategoriesTaxCategoriesIdRoute:
|
|
1256
|
+
AuthenticatedTaxCategoriesTaxCategoriesIdRoute,
|
|
1257
|
+
AuthenticatedTaxRatesTaxRatesIdRoute: AuthenticatedTaxRatesTaxRatesIdRoute,
|
|
1258
|
+
AuthenticatedZonesZonesIdRoute: AuthenticatedZonesZonesIdRoute,
|
|
1259
|
+
AuthenticatedOrdersOrdersIdModifyRoute:
|
|
1260
|
+
AuthenticatedOrdersOrdersIdModifyRoute,
|
|
1261
|
+
AuthenticatedOrdersOrdersDraftIdRoute: AuthenticatedOrdersOrdersDraftIdRoute,
|
|
1262
|
+
AuthenticatedProductsProductsIdVariantsRoute:
|
|
1263
|
+
AuthenticatedProductsProductsIdVariantsRoute,
|
|
1264
|
+
AuthenticatedFacetsFacetsFacetIdValuesIdRoute:
|
|
1265
|
+
AuthenticatedFacetsFacetsFacetIdValuesIdRoute,
|
|
1266
|
+
AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRoute:
|
|
1267
|
+
AuthenticatedOrdersOrdersAggregateOrderIdSellerOrdersSellerOrderIdRoute,
|
|
1268
|
+
AuthenticatedProductsProductsProductIdOptionGroupsIdRoute:
|
|
1269
|
+
AuthenticatedProductsProductsProductIdOptionGroupsIdRoute,
|
|
1270
|
+
AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRoute:
|
|
1271
|
+
AuthenticatedProductsProductsProductIdOptionGroupsProductOptionGroupIdOptionsIdRoute,
|
|
1272
|
+
}
|
|
1214
1273
|
|
|
1215
|
-
const AuthenticatedRouteWithChildren = AuthenticatedRoute._addFileChildren(
|
|
1274
|
+
const AuthenticatedRouteWithChildren = AuthenticatedRoute._addFileChildren(
|
|
1275
|
+
AuthenticatedRouteChildren,
|
|
1276
|
+
)
|
|
1216
1277
|
|
|
1217
1278
|
const rootRouteChildren: RootRouteChildren = {
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
}
|
|
1221
|
-
export const routeTree = rootRouteImport
|
|
1279
|
+
AuthenticatedRoute: AuthenticatedRouteWithChildren,
|
|
1280
|
+
LoginRoute: LoginRoute,
|
|
1281
|
+
}
|
|
1282
|
+
export const routeTree = rootRouteImport
|
|
1283
|
+
._addFileChildren(rootRouteChildren)
|
|
1284
|
+
._addFileTypes<FileRouteTypes>()
|