@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.612.0",
3
+ "version": "4.613.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -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