@compassdigital/sdk.typescript 4.612.0 → 4.613.0
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/package.json
CHANGED
package/src/interface/menu.ts
CHANGED
|
@@ -233,6 +233,7 @@ export interface Item {
|
|
|
233
233
|
id?: string;
|
|
234
234
|
text?: string;
|
|
235
235
|
s3_link?: string;
|
|
236
|
+
rank?: number;
|
|
236
237
|
}[];
|
|
237
238
|
}
|
|
238
239
|
|
|
@@ -368,6 +369,7 @@ export interface Option {
|
|
|
368
369
|
id?: string;
|
|
369
370
|
text?: string;
|
|
370
371
|
s3_link?: string;
|
|
372
|
+
rank?: number;
|
|
371
373
|
}[];
|
|
372
374
|
}
|
|
373
375
|
|