@shipengine/elements 2.26.3 → 2.26.4
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/cjs/components/cc-provider-logo/cc-provider-logo.cjs +2 -1
- package/dist/cjs/components/forms/wallet-form/wallet-schema.cjs +1 -1
- package/dist/cjs/components/shipment-not-found-error/shipment-not-found-error.cjs +17 -2
- package/dist/cjs/components/suspend-purchase/suspend-purchase.cjs +3 -3
- package/dist/cjs/elements/purchase-label/purchase-label.cjs +7 -1
- package/dist/cjs/hooks/use-configure-shipment.cjs +127 -17
- package/dist/cjs/hooks/use-import-sales-order.cjs +45 -20
- package/dist/cjs/locales/en/common.json.cjs +1 -1
- package/dist/cjs/locales/en/purchase-label.json.cjs +7 -0
- package/dist/cjs/package.json.cjs +1 -1
- package/dist/cjs/workflows/connect-external-carrier/components/custom-external-carrier-form/custom-form-fedex.cjs +11 -11
- package/dist/cjs/workflows/connect-external-carrier/connect-external-carrier.cjs +3 -63
- package/dist/cjs/workflows/label-workflow/label-workflow.cjs +26 -2
- package/dist/esm/components/cc-provider-logo/cc-provider-logo.js +2 -1
- package/dist/esm/components/forms/wallet-form/wallet-schema.js +1 -1
- package/dist/esm/components/shipment-not-found-error/shipment-not-found-error.js +17 -2
- package/dist/esm/components/suspend-purchase/suspend-purchase.js +3 -3
- package/dist/esm/elements/purchase-label/purchase-label.js +7 -1
- package/dist/esm/hooks/use-configure-shipment.js +127 -17
- package/dist/esm/hooks/use-import-sales-order.js +47 -22
- package/dist/esm/locales/en/common.json.js +1 -1
- package/dist/esm/locales/en/purchase-label.json.js +7 -0
- package/dist/esm/package.json.js +1 -1
- package/dist/esm/workflows/connect-external-carrier/components/custom-external-carrier-form/custom-form-fedex.js +11 -11
- package/dist/esm/workflows/connect-external-carrier/connect-external-carrier.js +3 -44
- package/dist/esm/workflows/label-workflow/label-workflow.js +26 -2
- package/dist/types/components/cc-provider-logo/cc-provider-logo.d.ts.map +1 -1
- package/dist/types/components/forms/wallet-form/wallet-schema.d.ts.map +1 -1
- package/dist/types/components/shipment-not-found-error/shipment-not-found-error.d.ts +3 -2
- package/dist/types/components/shipment-not-found-error/shipment-not-found-error.d.ts.map +1 -1
- package/dist/types/components/suspend-purchase/suspend-purchase.d.ts +3 -2
- package/dist/types/components/suspend-purchase/suspend-purchase.d.ts.map +1 -1
- package/dist/types/elements/labels-grid/labels-grid.d.ts +7 -0
- package/dist/types/elements/labels-grid/labels-grid.d.ts.map +1 -1
- package/dist/types/elements/manage-carriers/manage-carriers.d.ts +7 -0
- package/dist/types/elements/manage-carriers/manage-carriers.d.ts.map +1 -1
- package/dist/types/elements/manage-external-carriers/manage-external-carriers.d.ts +7 -0
- package/dist/types/elements/manage-external-carriers/manage-external-carriers.d.ts.map +1 -1
- package/dist/types/elements/manage-funding/manage-funding-element.d.ts +7 -0
- package/dist/types/elements/manage-funding/manage-funding-element.d.ts.map +1 -1
- package/dist/types/elements/manage-warehouses/manage-warehouses.d.ts +7 -0
- package/dist/types/elements/manage-warehouses/manage-warehouses.d.ts.map +1 -1
- package/dist/types/elements/payment-method-settings/payment-method-settings-element.d.ts +7 -0
- package/dist/types/elements/payment-method-settings/payment-method-settings-element.d.ts.map +1 -1
- package/dist/types/elements/purchase-label/purchase-label.d.ts +7 -0
- package/dist/types/elements/purchase-label/purchase-label.d.ts.map +1 -1
- package/dist/types/elements/select-label-layout/select-label-layout-element.d.ts +7 -0
- package/dist/types/elements/select-label-layout/select-label-layout-element.d.ts.map +1 -1
- package/dist/types/elements/shipment-summary/shipment-summary.d.ts +7 -0
- package/dist/types/elements/shipment-summary/shipment-summary.d.ts.map +1 -1
- package/dist/types/elements/shipments-grid/shipments-grid.d.ts +7 -0
- package/dist/types/elements/shipments-grid/shipments-grid.d.ts.map +1 -1
- package/dist/types/elements/theme-creator/theme-creator.d.ts +7 -0
- package/dist/types/elements/theme-creator/theme-creator.d.ts.map +1 -1
- package/dist/types/elements/transaction-history/transaction-history-element.d.ts +7 -0
- package/dist/types/elements/transaction-history/transaction-history-element.d.ts.map +1 -1
- package/dist/types/elements/unit-settings/unit-settings-element.d.ts +7 -0
- package/dist/types/elements/unit-settings/unit-settings-element.d.ts.map +1 -1
- package/dist/types/elements/vat-settings/vat-settings-element.d.ts +7 -0
- package/dist/types/elements/vat-settings/vat-settings-element.d.ts.map +1 -1
- package/dist/types/elements/void-label/void-label.d.ts +7 -0
- package/dist/types/elements/void-label/void-label.d.ts.map +1 -1
- package/dist/types/hooks/use-configure-shipment.d.ts.map +1 -1
- package/dist/types/hooks/use-import-sales-order.d.ts +20 -1
- package/dist/types/hooks/use-import-sales-order.d.ts.map +1 -1
- package/dist/types/locales/en/index.d.ts +7 -0
- package/dist/types/locales/en/index.d.ts.map +1 -1
- package/dist/types/workflows/account-settings/account-settings.d.ts +7 -0
- package/dist/types/workflows/account-settings/account-settings.d.ts.map +1 -1
- package/dist/types/workflows/carrier-services/carrier-services.d.ts +7 -0
- package/dist/types/workflows/carrier-services/carrier-services.d.ts.map +1 -1
- package/dist/types/workflows/connect-external-carrier/connect-external-carrier.d.ts +7 -0
- package/dist/types/workflows/connect-external-carrier/connect-external-carrier.d.ts.map +1 -1
- package/dist/types/workflows/label-workflow/label-workflow.d.ts +7 -0
- package/dist/types/workflows/label-workflow/label-workflow.d.ts.map +1 -1
- package/dist/types/workflows/onboarding/onboarding.d.ts +7 -0
- package/dist/types/workflows/onboarding/onboarding.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -110,7 +110,7 @@ const supportedCountriesUK = [{
|
|
|
110
110
|
const fedexJsonSchema = isUK => ({
|
|
111
111
|
description: `You'll need an existing FedEx account to complete this form. If you don't have a FedEx account, please <a href="${newAccountHref}" target="_blank" rel="noopener noreferrer">click here to open one now!</a>`,
|
|
112
112
|
properties: {
|
|
113
|
-
|
|
113
|
+
account_number: {
|
|
114
114
|
maxLength: 50,
|
|
115
115
|
title: "FedEx Account No",
|
|
116
116
|
type: "string"
|
|
@@ -127,7 +127,7 @@ const fedexJsonSchema = isUK => ({
|
|
|
127
127
|
title: "Address Line 2",
|
|
128
128
|
type: "string"
|
|
129
129
|
},
|
|
130
|
-
|
|
130
|
+
agree_to_eula: {
|
|
131
131
|
title: "I agree to the End-User License Agreement",
|
|
132
132
|
type: "boolean"
|
|
133
133
|
},
|
|
@@ -141,7 +141,7 @@ const fedexJsonSchema = isUK => ({
|
|
|
141
141
|
title: "Company Name",
|
|
142
142
|
type: "string"
|
|
143
143
|
},
|
|
144
|
-
|
|
144
|
+
country_code: {
|
|
145
145
|
oneOf: isUK ? supportedCountriesUK : supportedCountries,
|
|
146
146
|
title: "Country",
|
|
147
147
|
type: "string"
|
|
@@ -151,13 +151,13 @@ const fedexJsonSchema = isUK => ({
|
|
|
151
151
|
title: "Email",
|
|
152
152
|
type: "string"
|
|
153
153
|
},
|
|
154
|
-
|
|
154
|
+
first_name: {
|
|
155
155
|
// TODO: Can we make firstname/lastname in the same row?
|
|
156
156
|
maxLength: 50,
|
|
157
157
|
title: "Contact First Name",
|
|
158
158
|
type: "string"
|
|
159
159
|
},
|
|
160
|
-
|
|
160
|
+
last_name: {
|
|
161
161
|
// TODO: Can we make firstname/lastname in the same row?
|
|
162
162
|
maxLength: 50,
|
|
163
163
|
title: "Contact Last Name",
|
|
@@ -172,7 +172,7 @@ const fedexJsonSchema = isUK => ({
|
|
|
172
172
|
title: "Phone #",
|
|
173
173
|
type: "string"
|
|
174
174
|
},
|
|
175
|
-
|
|
175
|
+
postal_code: {
|
|
176
176
|
// TODO: Can we make this reactive to country selection? Can we group State/Zip?
|
|
177
177
|
maxLength: 8,
|
|
178
178
|
title: "Zip/Postal Code",
|
|
@@ -185,16 +185,16 @@ const fedexJsonSchema = isUK => ({
|
|
|
185
185
|
type: "string"
|
|
186
186
|
}
|
|
187
187
|
},
|
|
188
|
-
required: ["
|
|
188
|
+
required: ["account_number", "first_name", "last_name", "email", "country_code", "address1", "city", "state", "postal_code", "phone", "nickname"],
|
|
189
189
|
title: "Connect Your FedEx Account",
|
|
190
190
|
type: "object"
|
|
191
191
|
});
|
|
192
192
|
const fedexUiSchema = {
|
|
193
|
-
|
|
193
|
+
account_number: {
|
|
194
194
|
"ui:autofocus": true,
|
|
195
195
|
"ui:emptyValue": ""
|
|
196
196
|
},
|
|
197
|
-
|
|
197
|
+
agree_to_eula: {
|
|
198
198
|
"ui:widget": "hidden"
|
|
199
199
|
},
|
|
200
200
|
email: {
|
|
@@ -207,7 +207,7 @@ const fedexUiSchema = {
|
|
|
207
207
|
inputType: "tel"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
|
-
"ui:order": ["
|
|
210
|
+
"ui:order": ["account_number", "first_name", "last_name", "company", "email", "country_code", "address1", "address2", "city", "state", "postal_code", "phone", "agree_to_eula", "nickname"]
|
|
211
211
|
};
|
|
212
212
|
const CustomExternalCarrierFormFedex = ({
|
|
213
213
|
carrierName,
|
|
@@ -230,7 +230,7 @@ const CustomExternalCarrierFormFedex = ({
|
|
|
230
230
|
displayName: displayName,
|
|
231
231
|
iconUrl: iconUrl,
|
|
232
232
|
initialFormData: {
|
|
233
|
-
agreeToEula,
|
|
233
|
+
agree_to_eula: agreeToEula,
|
|
234
234
|
nickname: ""
|
|
235
235
|
},
|
|
236
236
|
isBeta: isBeta,
|
|
@@ -2,7 +2,6 @@ import { jsx, jsxs, Fragment } from '@emotion/react/jsx-runtime';
|
|
|
2
2
|
import { InlineNotification, NotificationType, Button, ButtonVariant } from '@shipengine/giger';
|
|
3
3
|
import { useGetCarrierConnectionForm, useListCarrierConnections } from '@shipengine/react-api';
|
|
4
4
|
import { useQueryClient } from '@tanstack/react-query';
|
|
5
|
-
import * as humps from 'humps';
|
|
6
5
|
import { useState, useEffect, useMemo, useCallback } from 'react';
|
|
7
6
|
import { useTranslation } from 'react-i18next';
|
|
8
7
|
import { hasCustomExternalCarrierConnectionForm, CustomExternalCarrierForm } from './components/custom-external-carrier-form/custom-external-carrier-form.js';
|
|
@@ -92,24 +91,6 @@ const Component = ({
|
|
|
92
91
|
const formattedJsonSchema = useMemo(() => {
|
|
93
92
|
if (!jsonSchema) return {};
|
|
94
93
|
const jsonSchemaClone = JSON.parse(JSON.stringify(jsonSchema));
|
|
95
|
-
// if property has a ref key, map the property value to the value of the path
|
|
96
|
-
const mapRefPath = schema => {
|
|
97
|
-
const {
|
|
98
|
-
properties
|
|
99
|
-
} = schema;
|
|
100
|
-
if (!properties) return schema;
|
|
101
|
-
for (const key in properties) {
|
|
102
|
-
const property = properties[key];
|
|
103
|
-
if (property.$ref) {
|
|
104
|
-
const propKey = `${property.$ref}`.replace("#/", "");
|
|
105
|
-
const refPath = humps.camelize(propKey).split("/");
|
|
106
|
-
properties[key] = refPath.reduce((acc, path) => {
|
|
107
|
-
return acc === null || acc === void 0 ? void 0 : acc[path];
|
|
108
|
-
}, schema);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
return schema;
|
|
112
|
-
};
|
|
113
94
|
// add nickname to properties if it doesn't exist
|
|
114
95
|
const addNicknameProperty = schema => {
|
|
115
96
|
if (!(schema === null || schema === void 0 ? void 0 : schema.properties)) return schema;
|
|
@@ -126,27 +107,7 @@ const Component = ({
|
|
|
126
107
|
updatedSchema.properties = updatedProperties;
|
|
127
108
|
return updatedSchema;
|
|
128
109
|
};
|
|
129
|
-
const
|
|
130
|
-
if (!schema) return schema;
|
|
131
|
-
const updatedSchema = Object.assign({}, schema);
|
|
132
|
-
// camelize required fields, as casing varies between carriers
|
|
133
|
-
if (updatedSchema.required && Array.isArray(updatedSchema.required)) {
|
|
134
|
-
updatedSchema.required = updatedSchema.required.map(item => {
|
|
135
|
-
return typeof item === "string" ? humps.camelize(item) : item;
|
|
136
|
-
});
|
|
137
|
-
}
|
|
138
|
-
// camelize property keys
|
|
139
|
-
// fail safe to ensure schema properties and required array match in the event the camelizeKeys from shipengine/js-api isn't consistent
|
|
140
|
-
// TODO: Fix edge cases with camelizeKeys in js-api and remove this
|
|
141
|
-
if (updatedSchema.properties && typeof updatedSchema.properties === "object") {
|
|
142
|
-
updatedSchema.properties = Object.entries(updatedSchema.properties).reduce((acc, [key, value]) => {
|
|
143
|
-
acc[humps.camelize(key)] = value;
|
|
144
|
-
return acc;
|
|
145
|
-
}, {});
|
|
146
|
-
}
|
|
147
|
-
return updatedSchema;
|
|
148
|
-
};
|
|
149
|
-
const newJsonSchema = standardizeCasing(addNicknameProperty(mapRefPath(jsonSchemaClone)));
|
|
110
|
+
const newJsonSchema = addNicknameProperty(jsonSchemaClone);
|
|
150
111
|
return newJsonSchema;
|
|
151
112
|
}, [jsonSchema, hasNicknameProperty]);
|
|
152
113
|
const formattedUiSchema = useMemo(() => {
|
|
@@ -155,9 +116,7 @@ const Component = ({
|
|
|
155
116
|
const updatedUiSchema = Object.assign({}, uiSchemaClone);
|
|
156
117
|
// add nickname to ui:order and camelize the values to ensure consistency with jsonSchema properties and required array
|
|
157
118
|
if (!hasNicknameProperty && updatedUiSchema["ui:order"]) {
|
|
158
|
-
|
|
159
|
-
const camelizeUIOrderItem = item => typeof item === "string" ? humps.camelize(item) : item.map(i => humps.camelize(i));
|
|
160
|
-
updatedUiSchema["ui:order"] = [...updatedUiSchema["ui:order"], "nickname"].map(camelizeUIOrderItem);
|
|
119
|
+
updatedUiSchema["ui:order"] = [...updatedUiSchema["ui:order"], "nickname"];
|
|
161
120
|
}
|
|
162
121
|
return updatedUiSchema;
|
|
163
122
|
}, [uiSchema, hasNicknameProperty]);
|
|
@@ -175,7 +134,7 @@ const Component = ({
|
|
|
175
134
|
if (schemaLoading || carriersLoading || needsRefetch) return jsx(Loader, {
|
|
176
135
|
message: t(selectedCarrier ? "loading.connectCarrierForm" : "loading.carriers")
|
|
177
136
|
});
|
|
178
|
-
if (schemaError) {
|
|
137
|
+
if (schemaError && selectedCarrier && !hasCustomExternalCarrierConnectionForm(selectedCarrier)) {
|
|
179
138
|
return jsxs(Fragment, {
|
|
180
139
|
children: [jsx(InlineNotification, {
|
|
181
140
|
type: NotificationType.ERROR,
|
|
@@ -60,7 +60,31 @@ const Component = _a => {
|
|
|
60
60
|
}));
|
|
61
61
|
// Track if we have a shipment_not_found error to avoid reusing the bad shipment ID
|
|
62
62
|
const hasShipmentNotFoundError = configureShipmentErrors === null || configureShipmentErrors === void 0 ? void 0 : configureShipmentErrors.some(error => error.message === "shipment_not_found");
|
|
63
|
-
const
|
|
63
|
+
const getMultiplexedIdentifier = useCallback(() => {
|
|
64
|
+
if (_multiplexedId && "shipmentId" in _multiplexedId) {
|
|
65
|
+
return {
|
|
66
|
+
shipmentId: _multiplexedId.shipmentId
|
|
67
|
+
};
|
|
68
|
+
} else if (_multiplexedId && "externalShipmentId" in _multiplexedId) {
|
|
69
|
+
return {
|
|
70
|
+
externalShipmentId: _multiplexedId.externalShipmentId
|
|
71
|
+
};
|
|
72
|
+
} else if (_multiplexedId && "salesOrderId" in _multiplexedId) {
|
|
73
|
+
return {
|
|
74
|
+
salesOrderId: _multiplexedId.salesOrderId
|
|
75
|
+
};
|
|
76
|
+
} else if (_multiplexedId && "externalOrderNumber" in _multiplexedId) {
|
|
77
|
+
return {
|
|
78
|
+
externalOrderNumber: _multiplexedId.externalOrderNumber
|
|
79
|
+
};
|
|
80
|
+
} else if (_multiplexedId && "externalOrderId" in _multiplexedId) {
|
|
81
|
+
return {
|
|
82
|
+
externalOrderId: _multiplexedId.externalOrderId
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
return {};
|
|
86
|
+
}, [_multiplexedId]);
|
|
87
|
+
const shipmentId = getMultiplexedIdentifier().shipmentId;
|
|
64
88
|
const {
|
|
65
89
|
data: insuranceAccount,
|
|
66
90
|
isInitialLoading: insuranceIsLoading
|
|
@@ -178,9 +202,9 @@ const Component = _a => {
|
|
|
178
202
|
return jsx(SuspendPurchase, {
|
|
179
203
|
data: shipment || salesOrder,
|
|
180
204
|
errors: errors.length ? errors : undefined,
|
|
205
|
+
identifier: getMultiplexedIdentifier(),
|
|
181
206
|
isLoading: isLabelsLoading || isConfiguringShipment || insuranceIsLoading,
|
|
182
207
|
onCreateNewShipment: createNewShipmentForNotFound,
|
|
183
|
-
shipmentId: shipmentId,
|
|
184
208
|
children: element && getElement(element)
|
|
185
209
|
});
|
|
186
210
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cc-provider-logo.d.ts","sourceRoot":"","sources":["../../../../src/components/cc-provider-logo/cc-provider-logo.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAOnD,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,6BAAuC,mBAAmB,
|
|
1
|
+
{"version":3,"file":"cc-provider-logo.d.ts","sourceRoot":"","sources":["../../../../src/components/cc-provider-logo/cc-provider-logo.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAOnD,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,6BAAuC,mBAAmB,qDAkBxF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wallet-schema.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/wallet-form/wallet-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMtD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"wallet-schema.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/wallet-form/wallet-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMtD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAwBxB,eAAO,MAAM,kBAAkB;;;CAG9B,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;CAGjC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AACrE,MAAM,MAAM,yBAAyB,GAAG,MAAM,OAAO,qBAAqB,CAAC;AAE3E,eAAO,MAAM,uBAAuB,GAAI,kBAAkB,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4C/E,CAAC;AAEF,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAEvE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC;AACjE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;AAmDnE,eAAO,MAAM,eAAe,GAC1B,kBAAkB,sBAAsB,EACxC,qBAAqB,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBANjB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAR,QAAQ;;;;;;;;;;;;;;;;;;;;;;;EAetC,CAAC;AAEF,KAAK,YAAY,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEvD,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;AACrD,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import type { PurchaseLabelCommonProps } from "../../elements/purchase-label/purchase-label";
|
|
1
2
|
export type ShipmentNotFoundErrorProps = {
|
|
2
|
-
|
|
3
|
+
identifier?: Pick<PurchaseLabelCommonProps, "shipmentId" | "salesOrderId" | "externalShipmentId" | "externalOrderNumber" | "externalOrderId">;
|
|
3
4
|
onCreateNewShipment?: () => Promise<void> | void;
|
|
4
5
|
};
|
|
5
|
-
export declare const ShipmentNotFoundError: ({
|
|
6
|
+
export declare const ShipmentNotFoundError: ({ identifier, onCreateNewShipment, }: ShipmentNotFoundErrorProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
7
|
//# sourceMappingURL=shipment-not-found-error.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shipment-not-found-error.d.ts","sourceRoot":"","sources":["../../../../src/components/shipment-not-found-error/shipment-not-found-error.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shipment-not-found-error.d.ts","sourceRoot":"","sources":["../../../../src/components/shipment-not-found-error/shipment-not-found-error.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAKvF,MAAM,MAAM,0BAA0B,GAAG;IACvC,UAAU,CAAC,EAAE,IAAI,CACf,wBAAwB,EACxB,YAAY,GAAG,cAAc,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,iBAAiB,CACjG,CAAC;IACF,mBAAmB,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;CAClD,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,sCAGnC,0BAA0B,qDAgD5B,CAAC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { type WithChildrenCommonProps } from "@shipengine/giger";
|
|
2
2
|
import type { SE } from "@shipengine/react-api";
|
|
3
|
+
import type { ShipmentNotFoundErrorProps } from "../shipment-not-found-error";
|
|
3
4
|
export type SuspendPurchaseProps = WithChildrenCommonProps<{
|
|
4
5
|
data?: SE.SalesOrderShipment | SE.SalesOrder;
|
|
5
6
|
errors?: SE.CodedError[];
|
|
6
7
|
isLoading?: boolean;
|
|
7
8
|
onCreateNewShipment?: () => Promise<void>;
|
|
8
|
-
|
|
9
|
+
identifier?: ShipmentNotFoundErrorProps["identifier"];
|
|
9
10
|
}>;
|
|
10
|
-
export declare const SuspendPurchase: ({ children, errors, isLoading, data, onCreateNewShipment,
|
|
11
|
+
export declare const SuspendPurchase: ({ children, errors, isLoading, data, onCreateNewShipment, identifier, }: SuspendPurchaseProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
11
12
|
//# sourceMappingURL=suspend-purchase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"suspend-purchase.d.ts","sourceRoot":"","sources":["../../../../src/components/suspend-purchase/suspend-purchase.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"suspend-purchase.d.ts","sourceRoot":"","sources":["../../../../src/components/suspend-purchase/suspend-purchase.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,uBAAuB,CAAC;AAIhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AAG9E,MAAM,MAAM,oBAAoB,GAAG,uBAAuB,CAAC;IACzD,IAAI,CAAC,EAAE,EAAE,CAAC,kBAAkB,GAAG,EAAE,CAAC,UAAU,CAAC;IAC7C,MAAM,CAAC,EAAE,EAAE,CAAC,UAAU,EAAE,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mBAAmB,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1C,UAAU,CAAC,EAAE,0BAA0B,CAAC,YAAY,CAAC,CAAC;CACvD,CAAC,CAAC;AAEH,eAAO,MAAM,eAAe,GAAI,yEAO7B,oBAAoB,qDAgDtB,CAAC"}
|
|
@@ -339,6 +339,13 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & import
|
|
|
339
339
|
saveRateFailedMessage: string;
|
|
340
340
|
saveRateFailedTitle: string;
|
|
341
341
|
};
|
|
342
|
+
identifierTypes: {
|
|
343
|
+
externalOrderId: string;
|
|
344
|
+
externalOrderNumber: string;
|
|
345
|
+
externalShipmentId: string;
|
|
346
|
+
salesOrderId: string;
|
|
347
|
+
shipmentId: string;
|
|
348
|
+
};
|
|
342
349
|
errorTypes: {
|
|
343
350
|
results: string;
|
|
344
351
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"labels-grid.d.ts","sourceRoot":"","sources":["../../../../src/elements/labels-grid/labels-grid.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAgB,EAAE,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAGV,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAWlC,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC;IAC7B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,CAAC,eAAe,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5D;;;OAGG;IACH,yBAAyB,CAAC,EAAE,CAAC,kBAAkB,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,CAAC,cAAc,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D;;;OAGG;IACH,qBAAqB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/F;;;OAGG;IACH,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC;IAC/C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC;IAC7C;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG,EAAE,CAAC,KAAK,GAAG;IAAE,WAAW,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAA;CAAE,CAAC;AAgB1E,eAAO,MAAM,SAAS,GAAI,6OAavB,eAAe,qDAqgBjB,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"labels-grid.d.ts","sourceRoot":"","sources":["../../../../src/elements/labels-grid/labels-grid.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAgB,EAAE,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAGV,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAWlC,MAAM,MAAM,eAAe,GAAG;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC;IAC7B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,CAAC,eAAe,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5D;;;OAGG;IACH,yBAAyB,CAAC,EAAE,CAAC,kBAAkB,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,CAAC,cAAc,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D;;;OAGG;IACH,qBAAqB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/F;;;OAGG;IACH,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC;IAC/C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC;IAC7C;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG,EAAE,CAAC,KAAK,GAAG;IAAE,WAAW,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAA;CAAE,CAAC;AAgB1E,eAAO,MAAM,SAAS,GAAI,6OAavB,eAAe,qDAqgBjB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAGlB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -299,6 +299,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & import(
|
|
|
299
299
|
saveRateFailedMessage: string;
|
|
300
300
|
saveRateFailedTitle: string;
|
|
301
301
|
};
|
|
302
|
+
identifierTypes: {
|
|
303
|
+
externalOrderId: string;
|
|
304
|
+
externalOrderNumber: string;
|
|
305
|
+
externalShipmentId: string;
|
|
306
|
+
salesOrderId: string;
|
|
307
|
+
shipmentId: string;
|
|
308
|
+
};
|
|
302
309
|
errorTypes: {
|
|
303
310
|
results: string;
|
|
304
311
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manage-carriers.d.ts","sourceRoot":"","sources":["../../../../src/elements/manage-carriers/manage-carriers.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAEV,uBAAuB,EAAC,MAAM,2BAA2B,CAAC;AAW5D,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,uBAAuB,EAAE,wBAAwB,GAAG,WAAW,CAAC,CAAC;AAEnG;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,SAAS,GAAI,uCAAuC,cAAc,qDAsB9E,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"manage-carriers.d.ts","sourceRoot":"","sources":["../../../../src/elements/manage-carriers/manage-carriers.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAEV,uBAAuB,EAAC,MAAM,2BAA2B,CAAC;AAW5D,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,uBAAuB,EAAE,wBAAwB,GAAG,WAAW,CAAC,CAAC;AAEnG;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,SAAS,GAAI,uCAAuC,cAAc,qDAsB9E,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAElB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -298,6 +298,13 @@ export declare const Element: ({ resources, ...props }: ElementProps & import(".
|
|
|
298
298
|
saveRateFailedMessage: string;
|
|
299
299
|
saveRateFailedTitle: string;
|
|
300
300
|
};
|
|
301
|
+
identifierTypes: {
|
|
302
|
+
externalOrderId: string;
|
|
303
|
+
externalOrderNumber: string;
|
|
304
|
+
externalShipmentId: string;
|
|
305
|
+
salesOrderId: string;
|
|
306
|
+
shipmentId: string;
|
|
307
|
+
};
|
|
301
308
|
errorTypes: {
|
|
302
309
|
results: string;
|
|
303
310
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manage-external-carriers.d.ts","sourceRoot":"","sources":["../../../../src/elements/manage-external-carriers/manage-external-carriers.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAMhF,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,qBAAqB,EAAE,mBAAmB,CAAC,CAAC;AAE5E;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,SAAS,GAAI,uBAAuB,YAAY,qDAI5D,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"manage-external-carriers.d.ts","sourceRoot":"","sources":["../../../../src/elements/manage-external-carriers/manage-external-carriers.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAMhF,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,qBAAqB,EAAE,mBAAmB,CAAC,CAAC;AAE5E;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,SAAS,GAAI,uBAAuB,YAAY,qDAI5D,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAElB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -276,6 +276,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & import(
|
|
|
276
276
|
saveRateFailedMessage: string;
|
|
277
277
|
saveRateFailedTitle: string;
|
|
278
278
|
};
|
|
279
|
+
identifierTypes: {
|
|
280
|
+
externalOrderId: string;
|
|
281
|
+
externalOrderNumber: string;
|
|
282
|
+
externalShipmentId: string;
|
|
283
|
+
salesOrderId: string;
|
|
284
|
+
shipmentId: string;
|
|
285
|
+
};
|
|
279
286
|
errorTypes: {
|
|
280
287
|
results: string;
|
|
281
288
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manage-funding-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/manage-funding/manage-funding-element.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAWnE,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,kBAAkB,EAAE,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,SAAS,GAAI,4BAA4B,cAAc,qDA+CnE,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"manage-funding-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/manage-funding/manage-funding-element.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAWnE,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,kBAAkB,EAAE,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,SAAS,GAAI,4BAA4B,cAAc,qDA+CnE,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAElB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -292,6 +292,13 @@ export declare const Element: ({ resources, ...props }: import("../../create-ele
|
|
|
292
292
|
saveRateFailedMessage: string;
|
|
293
293
|
saveRateFailedTitle: string;
|
|
294
294
|
};
|
|
295
|
+
identifierTypes: {
|
|
296
|
+
externalOrderId: string;
|
|
297
|
+
externalOrderNumber: string;
|
|
298
|
+
externalShipmentId: string;
|
|
299
|
+
salesOrderId: string;
|
|
300
|
+
shipmentId: string;
|
|
301
|
+
};
|
|
295
302
|
errorTypes: {
|
|
296
303
|
results: string;
|
|
297
304
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manage-warehouses.d.ts","sourceRoot":"","sources":["../../../../src/elements/manage-warehouses/manage-warehouses.tsx"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,SAAS,wDAIrB,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"manage-warehouses.d.ts","sourceRoot":"","sources":["../../../../src/elements/manage-warehouses/manage-warehouses.tsx"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,SAAS,wDAIrB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAElB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -275,6 +275,13 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
|
|
|
275
275
|
saveRateFailedMessage: string;
|
|
276
276
|
saveRateFailedTitle: string;
|
|
277
277
|
};
|
|
278
|
+
identifierTypes: {
|
|
279
|
+
externalOrderId: string;
|
|
280
|
+
externalOrderNumber: string;
|
|
281
|
+
externalShipmentId: string;
|
|
282
|
+
salesOrderId: string;
|
|
283
|
+
shipmentId: string;
|
|
284
|
+
};
|
|
278
285
|
errorTypes: {
|
|
279
286
|
results: string;
|
|
280
287
|
};
|
package/dist/types/elements/payment-method-settings/payment-method-settings-element.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-method-settings-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/payment-method-settings/payment-method-settings-element.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,0BAA0B,EAAC,MAAM,mCAAmC,CAAC;AAQvE,eAAO,MAAM,SAAS,GAAI,4BAA4B,0BAA0B,qDAE/E,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"payment-method-settings-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/payment-method-settings/payment-method-settings-element.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,0BAA0B,EAAC,MAAM,mCAAmC,CAAC;AAQvE,eAAO,MAAM,SAAS,GAAI,4BAA4B,0BAA0B,qDAE/E,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAElB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -501,6 +501,13 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
|
|
|
501
501
|
saveRateFailedMessage: string;
|
|
502
502
|
saveRateFailedTitle: string;
|
|
503
503
|
};
|
|
504
|
+
identifierTypes: {
|
|
505
|
+
externalOrderId: string;
|
|
506
|
+
externalOrderNumber: string;
|
|
507
|
+
externalShipmentId: string;
|
|
508
|
+
salesOrderId: string;
|
|
509
|
+
shipmentId: string;
|
|
510
|
+
};
|
|
504
511
|
errorTypes: {
|
|
505
512
|
results: string;
|
|
506
513
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"purchase-label.d.ts","sourceRoot":"","sources":["../../../../src/elements/purchase-label/purchase-label.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"purchase-label.d.ts","sourceRoot":"","sources":["../../../../src/elements/purchase-label/purchase-label.tsx"],"names":[],"mappings":"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"}
|
|
@@ -274,6 +274,13 @@ export declare const Element: ({ resources, ...props }: import("../../create-ele
|
|
|
274
274
|
saveRateFailedMessage: string;
|
|
275
275
|
saveRateFailedTitle: string;
|
|
276
276
|
};
|
|
277
|
+
identifierTypes: {
|
|
278
|
+
externalOrderId: string;
|
|
279
|
+
externalOrderNumber: string;
|
|
280
|
+
externalShipmentId: string;
|
|
281
|
+
salesOrderId: string;
|
|
282
|
+
shipmentId: string;
|
|
283
|
+
};
|
|
277
284
|
errorTypes: {
|
|
278
285
|
results: string;
|
|
279
286
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-label-layout-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/select-label-layout/select-label-layout-element.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS,wDAIrB,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"select-label-layout-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/select-label-layout/select-label-layout-element.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS,wDAIrB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAElB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -368,6 +368,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & import(
|
|
|
368
368
|
saveRateFailedMessage: string;
|
|
369
369
|
saveRateFailedTitle: string;
|
|
370
370
|
};
|
|
371
|
+
identifierTypes: {
|
|
372
|
+
externalOrderId: string;
|
|
373
|
+
externalOrderNumber: string;
|
|
374
|
+
externalShipmentId: string;
|
|
375
|
+
salesOrderId: string;
|
|
376
|
+
shipmentId: string;
|
|
377
|
+
};
|
|
371
378
|
errorTypes: {
|
|
372
379
|
results: string;
|
|
373
380
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shipment-summary.d.ts","sourceRoot":"","sources":["../../../../src/elements/shipment-summary/shipment-summary.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAOxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAGlD;;;;;;GAMG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IAEnC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAEvD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,aAAa,CAAC,sBAAsB,CAAC,CAAC;IAE7D;;;OAGG;IACH,qBAAqB,CAAC,EAAE,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAE/D;;;OAGG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAErD;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,SAAS,GAAI,6GAOvB,cAAc,qDAkChB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6BI;AACJ,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"shipment-summary.d.ts","sourceRoot":"","sources":["../../../../src/elements/shipment-summary/shipment-summary.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAOxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAGlD;;;;;;GAMG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IAEnC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAEvD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,aAAa,CAAC,sBAAsB,CAAC,CAAC;IAE7D;;;OAGG;IACH,qBAAqB,CAAC,EAAE,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAE/D;;;OAGG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAErD;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,SAAS,GAAI,6GAOvB,cAAc,qDAkChB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6BI;AACJ,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAElB,CAAC;AAEH;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -356,6 +356,13 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & imp
|
|
|
356
356
|
saveRateFailedMessage: string;
|
|
357
357
|
saveRateFailedTitle: string;
|
|
358
358
|
};
|
|
359
|
+
identifierTypes: {
|
|
360
|
+
externalOrderId: string;
|
|
361
|
+
externalOrderNumber: string;
|
|
362
|
+
externalShipmentId: string;
|
|
363
|
+
salesOrderId: string;
|
|
364
|
+
shipmentId: string;
|
|
365
|
+
};
|
|
359
366
|
errorTypes: {
|
|
360
367
|
results: string;
|
|
361
368
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shipments-grid.d.ts","sourceRoot":"","sources":["../../../../src/elements/shipments-grid/shipments-grid.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,oBAAoB,CAAC;AAU7C;;;;GAIG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,KAAK,IAAI,CAAC;IACxD;;;;OAIG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,QAAQ,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACzD;;;OAGG;IACH,cAAc,CAAC,EAAE,EAAE,CAAC,cAAc,CAAC;IACnC;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,IAAI,CAAC;CACxC,CAAC;AAaF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,SAAS,GAAI,qKAQvB,kBAAkB,qDAkRpB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"shipments-grid.d.ts","sourceRoot":"","sources":["../../../../src/elements/shipments-grid/shipments-grid.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,oBAAoB,CAAC;AAU7C;;;;GAIG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,KAAK,IAAI,CAAC;IACxD;;;;OAIG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,QAAQ,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACzD;;;OAGG;IACH,cAAc,CAAC,EAAE,EAAE,CAAC,cAAc,CAAC;IACnC;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,IAAI,CAAC;CACxC,CAAC;AAaF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,SAAS,GAAI,qKAQvB,kBAAkB,qDAkRpB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAGlB,CAAC;AAEH;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -276,6 +276,13 @@ export declare const Element: ({ resources, ...props }: ConfigureThemeProps & im
|
|
|
276
276
|
saveRateFailedMessage: string;
|
|
277
277
|
saveRateFailedTitle: string;
|
|
278
278
|
};
|
|
279
|
+
identifierTypes: {
|
|
280
|
+
externalOrderId: string;
|
|
281
|
+
externalOrderNumber: string;
|
|
282
|
+
externalShipmentId: string;
|
|
283
|
+
salesOrderId: string;
|
|
284
|
+
shipmentId: string;
|
|
285
|
+
};
|
|
279
286
|
errorTypes: {
|
|
280
287
|
results: string;
|
|
281
288
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme-creator.d.ts","sourceRoot":"","sources":["../../../../src/elements/theme-creator/theme-creator.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGxE,MAAM,MAAM,cAAc,GAAG,mBAAmB,CAAC;AAEjD,eAAO,MAAM,SAAS,GAAI,cAAc,mBAAmB,qDAE1D,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"theme-creator.d.ts","sourceRoot":"","sources":["../../../../src/elements/theme-creator/theme-creator.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAGxE,MAAM,MAAM,cAAc,GAAG,mBAAmB,CAAC;AAEjD,eAAO,MAAM,SAAS,GAAI,cAAc,mBAAmB,qDAE1D,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAElB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -274,6 +274,13 @@ export declare const Element: ({ resources, ...props }: import("../../create-ele
|
|
|
274
274
|
saveRateFailedMessage: string;
|
|
275
275
|
saveRateFailedTitle: string;
|
|
276
276
|
};
|
|
277
|
+
identifierTypes: {
|
|
278
|
+
externalOrderId: string;
|
|
279
|
+
externalOrderNumber: string;
|
|
280
|
+
externalShipmentId: string;
|
|
281
|
+
salesOrderId: string;
|
|
282
|
+
shipmentId: string;
|
|
283
|
+
};
|
|
277
284
|
errorTypes: {
|
|
278
285
|
results: string;
|
|
279
286
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transaction-history-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/transaction-history/transaction-history-element.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS,wDAErB,CAAC;AAEF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"transaction-history-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/transaction-history/transaction-history-element.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS,wDAErB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAElB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -274,6 +274,13 @@ export declare const Element: ({ resources, ...props }: import("../../create-ele
|
|
|
274
274
|
saveRateFailedMessage: string;
|
|
275
275
|
saveRateFailedTitle: string;
|
|
276
276
|
};
|
|
277
|
+
identifierTypes: {
|
|
278
|
+
externalOrderId: string;
|
|
279
|
+
externalOrderNumber: string;
|
|
280
|
+
externalShipmentId: string;
|
|
281
|
+
salesOrderId: string;
|
|
282
|
+
shipmentId: string;
|
|
283
|
+
};
|
|
277
284
|
errorTypes: {
|
|
278
285
|
results: string;
|
|
279
286
|
};
|