@timardex/cluemart-shared 1.7.68 → 1.7.69
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/{ad-DBlMup1m.d.mts → ad-DNMZOQVQ.d.mts} +2 -2
- package/dist/{ad-C8D-sSzF.d.ts → ad-QdzkKrRN.d.ts} +2 -2
- package/dist/{affiliate-B4dKY4oC.d.ts → affiliate-BpmQhaUz.d.ts} +2 -2
- package/dist/{affiliate-DpjRNToN.d.mts → affiliate-Df6OaYMb.d.mts} +2 -2
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/{chunk-WS47NSTO.mjs → chunk-GWBDLKQC.mjs} +28 -18
- package/dist/{chunk-WS47NSTO.mjs.map → chunk-GWBDLKQC.mjs.map} +1 -1
- package/dist/{chunk-G5T3Z6WT.mjs → chunk-OYRT6IXI.mjs} +2 -2
- package/dist/{contactUs-Bm9Nx5L6.d.ts → contactUs-Btb-up0h.d.ts} +1 -1
- package/dist/{contactUs-w465ljSW.d.mts → contactUs-CUDo3Q-a.d.mts} +1 -1
- package/dist/formFields/index.cjs +27 -17
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/{global-B6l7Xvrj.d.ts → global-BjtC8RIp.d.ts} +23 -15
- package/dist/{global-Da36L_p3.d.mts → global-CG2xlh2k.d.mts} +23 -15
- package/dist/graphql/index.d.mts +5 -5
- package/dist/graphql/index.d.ts +5 -5
- package/dist/hooks/index.cjs +27 -17
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -5
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +27 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +23 -15
- package/dist/index.d.ts +23 -15
- package/dist/index.mjs +27 -17
- package/dist/index.mjs.map +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-B3G__Pqn.d.ts → resourceActivities-B2EqmRwK.d.ts} +1 -1
- package/dist/{resourceActivities-BqxMTeyA.d.mts → resourceActivities-kmePhBMr.d.mts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.cjs +27 -17
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +7 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.mjs +1 -1
- package/dist/{user-S2zwTsVK.d.ts → user-Bf7g6o_5.d.ts} +1 -1
- package/dist/{user-B8jYxHQ8.d.mts → user-QZjzFbE4.d.mts} +1 -1
- package/dist/utils/index.cjs +27 -17
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-G5T3Z6WT.mjs.map → chunk-OYRT6IXI.mjs.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-CG2xlh2k.mjs';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.mjs';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-BjtC8RIp.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -46,9 +46,9 @@ import {
|
|
|
46
46
|
import {
|
|
47
47
|
availableCategories,
|
|
48
48
|
categoryColors
|
|
49
|
-
} from "../chunk-
|
|
49
|
+
} from "../chunk-OYRT6IXI.mjs";
|
|
50
50
|
import "../chunk-SD42WIMV.mjs";
|
|
51
|
-
import "../chunk-
|
|
51
|
+
import "../chunk-GWBDLKQC.mjs";
|
|
52
52
|
import "../chunk-RAYUJODN.mjs";
|
|
53
53
|
import "../chunk-DQ7ZHIXW.mjs";
|
|
54
54
|
import "../chunk-X3OLM35T.mjs";
|
|
@@ -117,17 +117,13 @@ type GlobalGameData = {
|
|
|
117
117
|
};
|
|
118
118
|
|
|
119
119
|
declare const gameScreenIdentifierList: readonly [{
|
|
120
|
-
readonly clue: "Where your actions turn into a timeline.";
|
|
121
|
-
readonly id: "activities";
|
|
122
|
-
readonly match: "/profile/account/favourites";
|
|
123
|
-
}, {
|
|
124
120
|
readonly clue: "Where conversations happen without speaking.";
|
|
125
121
|
readonly id: "chat";
|
|
126
122
|
readonly match: "/chat";
|
|
127
123
|
}, {
|
|
128
|
-
readonly clue: "
|
|
129
|
-
readonly id: "
|
|
130
|
-
readonly match: "/
|
|
124
|
+
readonly clue: "Where you can find your loyalties.";
|
|
125
|
+
readonly id: "coupons";
|
|
126
|
+
readonly match: "/coupons";
|
|
131
127
|
}, {
|
|
132
128
|
readonly clue: "A single moment worth showing up for.";
|
|
133
129
|
readonly id: "single-event";
|
|
@@ -155,15 +151,11 @@ declare const gameScreenIdentifierList: readonly [{
|
|
|
155
151
|
}, {
|
|
156
152
|
readonly clue: "Your starting point for everything.";
|
|
157
153
|
readonly id: "home";
|
|
158
|
-
readonly match: "/";
|
|
154
|
+
readonly match: "/home";
|
|
159
155
|
}, {
|
|
160
156
|
readonly clue: "Where the app whispers what you shouldn’t miss.";
|
|
161
157
|
readonly id: "notifications";
|
|
162
158
|
readonly match: "/notifications";
|
|
163
|
-
}, {
|
|
164
|
-
readonly clue: "Where you fine-tune your experience.";
|
|
165
|
-
readonly id: "options";
|
|
166
|
-
readonly match: "/options";
|
|
167
159
|
}, {
|
|
168
160
|
readonly clue: "An organisation or creator supporting the community.";
|
|
169
161
|
readonly id: "single-partner";
|
|
@@ -173,13 +165,25 @@ declare const gameScreenIdentifierList: readonly [{
|
|
|
173
165
|
readonly id: "partners";
|
|
174
166
|
readonly match: "/partners";
|
|
175
167
|
}, {
|
|
176
|
-
readonly clue: "
|
|
177
|
-
readonly id: "
|
|
178
|
-
readonly match:
|
|
168
|
+
readonly clue: "Where your actions turn into a timeline.";
|
|
169
|
+
readonly id: "activities";
|
|
170
|
+
readonly match: "/profile/account/favourites";
|
|
171
|
+
}, {
|
|
172
|
+
readonly clue: "The place to redefine who you are.";
|
|
173
|
+
readonly id: "edit-profile";
|
|
174
|
+
readonly match: "/profile/account";
|
|
179
175
|
}, {
|
|
180
176
|
readonly clue: "Your identity, on display.";
|
|
181
177
|
readonly id: "profile";
|
|
182
178
|
readonly match: "/profile";
|
|
179
|
+
}, {
|
|
180
|
+
readonly clue: "Where you can redeem your rewards.";
|
|
181
|
+
readonly id: "rewards";
|
|
182
|
+
readonly match: "/profile/account/rewards";
|
|
183
|
+
}, {
|
|
184
|
+
readonly clue: "A single published post in full view.";
|
|
185
|
+
readonly id: "single-visitor-post";
|
|
186
|
+
readonly match: RegExp;
|
|
183
187
|
}, {
|
|
184
188
|
readonly clue: "One stallholder offering something valuable.";
|
|
185
189
|
readonly id: "single-vendor";
|
|
@@ -192,6 +196,10 @@ declare const gameScreenIdentifierList: readonly [{
|
|
|
192
196
|
readonly clue: "Where you browse articles and posts from around the platform.";
|
|
193
197
|
readonly id: "visitors";
|
|
194
198
|
readonly match: "/visitors";
|
|
199
|
+
}, {
|
|
200
|
+
readonly clue: "Where you fine-tune your experience.";
|
|
201
|
+
readonly id: "options";
|
|
202
|
+
readonly match: "/options";
|
|
195
203
|
}];
|
|
196
204
|
type GamePlacement = (typeof gameScreenIdentifierList)[number]["id"];
|
|
197
205
|
type GamePlacementClue = (typeof gameScreenIdentifierList)[number]["clue"];
|
|
@@ -117,17 +117,13 @@ type GlobalGameData = {
|
|
|
117
117
|
};
|
|
118
118
|
|
|
119
119
|
declare const gameScreenIdentifierList: readonly [{
|
|
120
|
-
readonly clue: "Where your actions turn into a timeline.";
|
|
121
|
-
readonly id: "activities";
|
|
122
|
-
readonly match: "/profile/account/favourites";
|
|
123
|
-
}, {
|
|
124
120
|
readonly clue: "Where conversations happen without speaking.";
|
|
125
121
|
readonly id: "chat";
|
|
126
122
|
readonly match: "/chat";
|
|
127
123
|
}, {
|
|
128
|
-
readonly clue: "
|
|
129
|
-
readonly id: "
|
|
130
|
-
readonly match: "/
|
|
124
|
+
readonly clue: "Where you can find your loyalties.";
|
|
125
|
+
readonly id: "coupons";
|
|
126
|
+
readonly match: "/coupons";
|
|
131
127
|
}, {
|
|
132
128
|
readonly clue: "A single moment worth showing up for.";
|
|
133
129
|
readonly id: "single-event";
|
|
@@ -155,15 +151,11 @@ declare const gameScreenIdentifierList: readonly [{
|
|
|
155
151
|
}, {
|
|
156
152
|
readonly clue: "Your starting point for everything.";
|
|
157
153
|
readonly id: "home";
|
|
158
|
-
readonly match: "/";
|
|
154
|
+
readonly match: "/home";
|
|
159
155
|
}, {
|
|
160
156
|
readonly clue: "Where the app whispers what you shouldn’t miss.";
|
|
161
157
|
readonly id: "notifications";
|
|
162
158
|
readonly match: "/notifications";
|
|
163
|
-
}, {
|
|
164
|
-
readonly clue: "Where you fine-tune your experience.";
|
|
165
|
-
readonly id: "options";
|
|
166
|
-
readonly match: "/options";
|
|
167
159
|
}, {
|
|
168
160
|
readonly clue: "An organisation or creator supporting the community.";
|
|
169
161
|
readonly id: "single-partner";
|
|
@@ -173,13 +165,25 @@ declare const gameScreenIdentifierList: readonly [{
|
|
|
173
165
|
readonly id: "partners";
|
|
174
166
|
readonly match: "/partners";
|
|
175
167
|
}, {
|
|
176
|
-
readonly clue: "
|
|
177
|
-
readonly id: "
|
|
178
|
-
readonly match:
|
|
168
|
+
readonly clue: "Where your actions turn into a timeline.";
|
|
169
|
+
readonly id: "activities";
|
|
170
|
+
readonly match: "/profile/account/favourites";
|
|
171
|
+
}, {
|
|
172
|
+
readonly clue: "The place to redefine who you are.";
|
|
173
|
+
readonly id: "edit-profile";
|
|
174
|
+
readonly match: "/profile/account";
|
|
179
175
|
}, {
|
|
180
176
|
readonly clue: "Your identity, on display.";
|
|
181
177
|
readonly id: "profile";
|
|
182
178
|
readonly match: "/profile";
|
|
179
|
+
}, {
|
|
180
|
+
readonly clue: "Where you can redeem your rewards.";
|
|
181
|
+
readonly id: "rewards";
|
|
182
|
+
readonly match: "/profile/account/rewards";
|
|
183
|
+
}, {
|
|
184
|
+
readonly clue: "A single published post in full view.";
|
|
185
|
+
readonly id: "single-visitor-post";
|
|
186
|
+
readonly match: RegExp;
|
|
183
187
|
}, {
|
|
184
188
|
readonly clue: "One stallholder offering something valuable.";
|
|
185
189
|
readonly id: "single-vendor";
|
|
@@ -192,6 +196,10 @@ declare const gameScreenIdentifierList: readonly [{
|
|
|
192
196
|
readonly clue: "Where you browse articles and posts from around the platform.";
|
|
193
197
|
readonly id: "visitors";
|
|
194
198
|
readonly match: "/visitors";
|
|
199
|
+
}, {
|
|
200
|
+
readonly clue: "Where you fine-tune your experience.";
|
|
201
|
+
readonly id: "options";
|
|
202
|
+
readonly match: "/options";
|
|
195
203
|
}];
|
|
196
204
|
type GamePlacement = (typeof gameScreenIdentifierList)[number]["id"];
|
|
197
205
|
type GamePlacementClue = (typeof gameScreenIdentifierList)[number]["clue"];
|
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { DocumentNode } from 'graphql';
|
|
3
|
-
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, V as VendorClaimTokenValidation, g as UnregisteredVendorType, h as VendorType, i as VendorInfoType, j as MyPendingVendorClaim, k as UserLicenceType, l as PostType, m as EnumPostType, G as GameDocType, n as GameLeaderboard, o as CouponType, p as CouponTypeList } from '../global-
|
|
5
|
-
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-
|
|
3
|
+
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-kmePhBMr.mjs';
|
|
4
|
+
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, V as VendorClaimTokenValidation, g as UnregisteredVendorType, h as VendorType, i as VendorInfoType, j as MyPendingVendorClaim, k as UserLicenceType, l as PostType, m as EnumPostType, G as GameDocType, n as GameLeaderboard, o as CouponType, p as CouponTypeList } from '../global-CG2xlh2k.mjs';
|
|
5
|
+
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-DNMZOQVQ.mjs';
|
|
6
6
|
import { EnumEventDateStatus, EnumResourceType } from '../enums/index.mjs';
|
|
7
|
-
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-
|
|
8
|
-
import { A as AffiliateType } from '../affiliate-
|
|
7
|
+
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-QZjzFbE4.mjs';
|
|
8
|
+
import { A as AffiliateType } from '../affiliate-Df6OaYMb.mjs';
|
|
9
9
|
import 'react-hook-form';
|
|
10
10
|
import '../images/index.mjs';
|
|
11
11
|
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { DocumentNode } from 'graphql';
|
|
3
|
-
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, V as VendorClaimTokenValidation, g as UnregisteredVendorType, h as VendorType, i as VendorInfoType, j as MyPendingVendorClaim, k as UserLicenceType, l as PostType, m as EnumPostType, G as GameDocType, n as GameLeaderboard, o as CouponType, p as CouponTypeList } from '../global-
|
|
5
|
-
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-
|
|
3
|
+
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-B2EqmRwK.js';
|
|
4
|
+
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, V as VendorClaimTokenValidation, g as UnregisteredVendorType, h as VendorType, i as VendorInfoType, j as MyPendingVendorClaim, k as UserLicenceType, l as PostType, m as EnumPostType, G as GameDocType, n as GameLeaderboard, o as CouponType, p as CouponTypeList } from '../global-BjtC8RIp.js';
|
|
5
|
+
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-QdzkKrRN.js';
|
|
6
6
|
import { EnumEventDateStatus, EnumResourceType } from '../enums/index.js';
|
|
7
|
-
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-
|
|
8
|
-
import { A as AffiliateType } from '../affiliate-
|
|
7
|
+
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-Bf7g6o_5.js';
|
|
8
|
+
import { A as AffiliateType } from '../affiliate-BpmQhaUz.js';
|
|
9
9
|
import 'react-hook-form';
|
|
10
10
|
import '../images/index.js';
|
|
11
11
|
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -272,20 +272,15 @@ var EnumEventDateStatus = /* @__PURE__ */ ((EnumEventDateStatus2) => {
|
|
|
272
272
|
var OBJECT_ID_PATH_SEGMENT = "[a-f0-9]{24}";
|
|
273
273
|
var OBJECT_ID_PATH_SEGMENT_END = `${OBJECT_ID_PATH_SEGMENT}$`;
|
|
274
274
|
var gameScreenIdentifierList = [
|
|
275
|
-
{
|
|
276
|
-
clue: "Where your actions turn into a timeline.",
|
|
277
|
-
id: "activities",
|
|
278
|
-
match: "/profile/account/favourites"
|
|
279
|
-
},
|
|
280
275
|
{
|
|
281
276
|
clue: "Where conversations happen without speaking.",
|
|
282
277
|
id: "chat",
|
|
283
278
|
match: "/chat"
|
|
284
279
|
},
|
|
285
280
|
{
|
|
286
|
-
clue: "
|
|
287
|
-
id: "
|
|
288
|
-
match: "/
|
|
281
|
+
clue: "Where you can find your loyalties.",
|
|
282
|
+
id: "coupons",
|
|
283
|
+
match: "/coupons"
|
|
289
284
|
},
|
|
290
285
|
{
|
|
291
286
|
clue: "A single moment worth showing up for.",
|
|
@@ -320,18 +315,13 @@ var gameScreenIdentifierList = [
|
|
|
320
315
|
{
|
|
321
316
|
clue: "Your starting point for everything.",
|
|
322
317
|
id: "home",
|
|
323
|
-
match: "/"
|
|
318
|
+
match: "/home"
|
|
324
319
|
},
|
|
325
320
|
{
|
|
326
321
|
clue: "Where the app whispers what you shouldn\u2019t miss.",
|
|
327
322
|
id: "notifications",
|
|
328
323
|
match: "/notifications"
|
|
329
324
|
},
|
|
330
|
-
{
|
|
331
|
-
clue: "Where you fine-tune your experience.",
|
|
332
|
-
id: "options",
|
|
333
|
-
match: "/options"
|
|
334
|
-
},
|
|
335
325
|
{
|
|
336
326
|
clue: "An organisation or creator supporting the community.",
|
|
337
327
|
id: "single-partner",
|
|
@@ -343,15 +333,30 @@ var gameScreenIdentifierList = [
|
|
|
343
333
|
match: "/partners"
|
|
344
334
|
},
|
|
345
335
|
{
|
|
346
|
-
clue: "
|
|
347
|
-
id: "
|
|
348
|
-
match:
|
|
336
|
+
clue: "Where your actions turn into a timeline.",
|
|
337
|
+
id: "activities",
|
|
338
|
+
match: "/profile/account/favourites"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
clue: "The place to redefine who you are.",
|
|
342
|
+
id: "edit-profile",
|
|
343
|
+
match: "/profile/account"
|
|
349
344
|
},
|
|
350
345
|
{
|
|
351
346
|
clue: "Your identity, on display.",
|
|
352
347
|
id: "profile",
|
|
353
348
|
match: "/profile"
|
|
354
349
|
},
|
|
350
|
+
{
|
|
351
|
+
clue: "Where you can redeem your rewards.",
|
|
352
|
+
id: "rewards",
|
|
353
|
+
match: "/profile/account/rewards"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
clue: "A single published post in full view.",
|
|
357
|
+
id: "single-visitor-post",
|
|
358
|
+
match: new RegExp(`^/visitors/post/${OBJECT_ID_PATH_SEGMENT_END}`)
|
|
359
|
+
},
|
|
355
360
|
{
|
|
356
361
|
clue: "One stallholder offering something valuable.",
|
|
357
362
|
id: "single-vendor",
|
|
@@ -366,6 +371,11 @@ var gameScreenIdentifierList = [
|
|
|
366
371
|
clue: "Where you browse articles and posts from around the platform.",
|
|
367
372
|
id: "visitors",
|
|
368
373
|
match: "/visitors"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
clue: "Where you fine-tune your experience.",
|
|
377
|
+
id: "options",
|
|
378
|
+
match: "/options"
|
|
369
379
|
}
|
|
370
380
|
];
|
|
371
381
|
|