@shipengine/elements-sdk 1.1.0 → 2.4.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 +1 -1
- package/public-sdk.d.ts +8 -8
- package/shipengine-elements-sdk.mjs +18609 -18450
package/package.json
CHANGED
package/public-sdk.d.ts
CHANGED
|
@@ -34,13 +34,13 @@ export declare class ElementsSDK {
|
|
|
34
34
|
/**
|
|
35
35
|
* @deprecated since SDK version 2.0
|
|
36
36
|
*
|
|
37
|
-
* Please use the create method and render the Element using the
|
|
37
|
+
* Please use the create method and render the Element using the renderSidePanel method
|
|
38
38
|
*/
|
|
39
39
|
closeSidePanel(type: AvailableElements): void;
|
|
40
40
|
/**
|
|
41
41
|
* @deprecated since SDK version 2.0
|
|
42
42
|
*
|
|
43
|
-
* Please use the create method and render the Element using the
|
|
43
|
+
* Please use the create method and render the Element using the renderSidePanel method
|
|
44
44
|
*/
|
|
45
45
|
manageAccountSettings(props: {
|
|
46
46
|
elementProps: ElementProps["accountSettings"];
|
|
@@ -50,7 +50,7 @@ export declare class ElementsSDK {
|
|
|
50
50
|
/**
|
|
51
51
|
* @deprecated since SDK version 2.0
|
|
52
52
|
*
|
|
53
|
-
* Please use the create method and render the Element using the
|
|
53
|
+
* Please use the create method and render the Element using the renderSidePanel method
|
|
54
54
|
*/
|
|
55
55
|
manageExternalCarriers(props: {
|
|
56
56
|
sidePanelProps: SidePanelSDKProps;
|
|
@@ -59,7 +59,7 @@ export declare class ElementsSDK {
|
|
|
59
59
|
/**
|
|
60
60
|
* @deprecated since SDK version 2.0
|
|
61
61
|
*
|
|
62
|
-
* Please use the create method and render the Element using the
|
|
62
|
+
* Please use the create method and render the Element using the renderSidePanel method
|
|
63
63
|
*/
|
|
64
64
|
onboardUser(props: {
|
|
65
65
|
elementProps: ElementProps["onboarding"];
|
|
@@ -69,7 +69,7 @@ export declare class ElementsSDK {
|
|
|
69
69
|
/**
|
|
70
70
|
* @deprecated since SDK version 2.0
|
|
71
71
|
*
|
|
72
|
-
* Please use the create method and render the Element using the
|
|
72
|
+
* Please use the create method and render the Element using the renderSidePanel method
|
|
73
73
|
*/
|
|
74
74
|
labelWorkflow(props: {
|
|
75
75
|
elementProps: ElementProps["labelWorkFlow"];
|
|
@@ -79,7 +79,7 @@ export declare class ElementsSDK {
|
|
|
79
79
|
/**
|
|
80
80
|
* @deprecated since SDK version 2.0
|
|
81
81
|
*
|
|
82
|
-
* Please use the create method and render the Element using the
|
|
82
|
+
* Please use the create method and render the Element using the renderSidePanel method
|
|
83
83
|
*/
|
|
84
84
|
purchaseLabel(props: {
|
|
85
85
|
elementProps: ElementProps["purchaseLabel"];
|
|
@@ -89,7 +89,7 @@ export declare class ElementsSDK {
|
|
|
89
89
|
/**
|
|
90
90
|
* @deprecated since SDK version 2.0
|
|
91
91
|
*
|
|
92
|
-
* Please use the create method and render the Element using the
|
|
92
|
+
* Please use the create method and render the Element using the renderSidePanel method
|
|
93
93
|
*/
|
|
94
94
|
shipmentSummary(props: {
|
|
95
95
|
elementProps: ElementProps["shipmentSummary"];
|
|
@@ -99,7 +99,7 @@ export declare class ElementsSDK {
|
|
|
99
99
|
/**
|
|
100
100
|
* @deprecated since SDK version 2.0
|
|
101
101
|
*
|
|
102
|
-
* Please use the create method and render the Element using the
|
|
102
|
+
* Please use the create method and render the Element using the renderSidePanel method
|
|
103
103
|
*/
|
|
104
104
|
voidLabel(props: {
|
|
105
105
|
elementProps: ElementProps["voidLabel"];
|