@bisondesk/core-sdk 1.0.267 → 1.0.269
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 +1 -1
- package/src/constants.ts +1 -0
package/package.json
CHANGED
package/src/constants.ts
CHANGED
|
@@ -28,6 +28,7 @@ export const VAT_PERCENTAGE_PICKLIST_ID = 'vatPercentages';
|
|
|
28
28
|
export const CRANE_MAKE_PICKLIST_ID = 'craneMakes';
|
|
29
29
|
export const ENGINEERING_DOCS_PICKLIST_ID = 'engineeringDocs';
|
|
30
30
|
export const SHIPPING_COMPANIES_PICKLIST_ID = 'shippingCompanies';
|
|
31
|
+
export const SLB_PARTNERS_PICKLIST_ID = 'slb_partners';
|
|
31
32
|
|
|
32
33
|
//
|
|
33
34
|
// STATIC PICKLIST ID VALUES
|