@lavalogic/scoria 0.0.13 → 0.0.15
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/Components/Button.svelte +0 -3
- package/dist/Components/Contexts/ContextMenuOption.svelte +0 -3
- package/dist/Components/DatePicker.svelte +1 -6
- package/dist/Components/DimensionInput.svelte +5 -6
- package/dist/Components/DimensionInput.svelte.d.ts +4 -4
- package/dist/Components/FileUpload.svelte +4 -2
- package/dist/Components/GridInput.svelte +3 -3
- package/dist/Components/MultiSelect.svelte +0 -4
- package/dist/Components/ProgressBubble.svelte +1 -2
- package/dist/Components/Table/Body/QuickSearchCell.svelte +0 -9
- package/dist/Components/Table/Body/Rows/ColumnListRow.svelte +1 -5
- package/dist/Components/Table/Body/Rows/Columns/TableAction.svelte +2 -2
- package/dist/Components/Table/Body/Rows/Columns/TableCheckbox.svelte +1 -2
- package/dist/Components/Table/Body/Rows/Columns/TableColumn.svelte +6 -7
- package/dist/Components/Table/Body/Rows/Columns/TableDatePicker.svelte +2 -5
- package/dist/Components/Table/Body/Rows/Columns/TableNumberInput.svelte +0 -3
- package/dist/Components/Table/Body/Rows/Columns/TableQuerySelect.svelte +8 -6
- package/dist/Components/Table/Body/Rows/Columns/TableSelect.svelte +12 -19
- package/dist/Components/Table/Body/Rows/Columns/TableTextInput.svelte +2 -5
- package/dist/Components/Table/Body/Rows/TableRow.svelte +3 -17
- package/dist/Components/Table/Headers/TableHead.svelte +1 -5
- package/dist/Components/Table/Misc/FilterInput.svelte +10 -27
- package/dist/Components/Table/Table.svelte +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/ColumnDef.svelte.js +6 -5
- package/dist/Components/Table/Types/Context/TableContext.svelte.js +11 -30
- package/dist/Components/Table/Types/DataRepository/LocalTableDataRepository.svelte.d.ts +0 -1
- package/dist/Components/Table/Types/DataRepository/LocalTableDataRepository.svelte.js +3 -16
- package/dist/Components/Table/Types/DataRepository/TableDataRepository.svelte.js +2 -5
- package/dist/Components/Table/Types/Filtering/CustomRemoteFilters.d.ts +1 -2
- package/dist/Components/Table/Types/Focus/TableFocusDetails.svelte.js +1 -5
- package/dist/Components/Touch/DateModal.svelte +0 -5
- package/dist/Components/Touch/UtilityButton.svelte +12 -7
- package/dist/Components/Touch/UtilityButton.svelte.d.ts +1 -1
- package/dist/Contexts/UntypedInputContext.svelte.d.ts +2 -1
- package/dist/Contexts/UntypedInputContext.svelte.js +1 -17
- package/dist/Helpers/Helpers.svelte.d.ts +21 -95
- package/dist/Helpers/Helpers.svelte.js +54 -395
- package/dist/Types/Examples/ExampleItem.d.ts +3 -3
- package/dist/Types/Internal/Misc.d.ts +12 -267
- package/dist/Types/Internal/Misc.js +1 -129
- package/dist/index.d.ts +4 -76
- package/dist/index.js +4 -76
- package/package.json +16 -16
- package/dist/Components/Table/Types/DataRepository/RemoteTableDataRepository.svelte.d.ts +0 -74
- package/dist/Components/Table/Types/DataRepository/RemoteTableDataRepository.svelte.js +0 -521
- package/dist/Components/Table/Types/Filtering/CustomProxyFilter.d.ts +0 -10
- package/dist/Components/Table/Types/Filtering/CustomProxyFilter.js +0 -1
- package/dist/Types/Internal/ApplicationIdentifier.d.ts +0 -39
- package/dist/Types/Internal/ApplicationIdentifier.js +0 -2080
- package/dist/Types/Internal/FloService.d.ts +0 -7
- package/dist/Types/Internal/FloService.js +0 -30
- package/dist/Types/Requests/IFillablePodLineDateRequestBody.d.ts +0 -13
- package/dist/Types/Requests/IFillablePodLineDateRequestBody.js +0 -10
- package/dist/Types/Requests/IRequiredPodLineDateRequestBody.d.ts +0 -14
- package/dist/Types/Requests/IRequiredPodLineDateRequestBody.js +0 -8
- package/dist/Types/Requests/IValidatedPodLineDateRequestBody.d.ts +0 -16
- package/dist/Types/Requests/IValidatedPodLineDateRequestBody.js +0 -10
- package/dist/Types/Responses/AddressType.d.ts +0 -3
- package/dist/Types/Responses/AddressType.js +0 -2
- package/dist/Types/Responses/IAddress.d.ts +0 -39
- package/dist/Types/Responses/IAddress.js +0 -30
- package/dist/Types/Responses/IBaseAddress.d.ts +0 -17
- package/dist/Types/Responses/IBaseAddress.js +0 -15
- package/dist/Types/Responses/ICountry.d.ts +0 -16
- package/dist/Types/Responses/ICountry.js +0 -1
- package/dist/Types/Responses/IDBEntry.d.ts +0 -13
- package/dist/Types/Responses/IDBEntry.js +0 -12
- package/dist/Types/Responses/IErrorResponse.d.ts +0 -10
- package/dist/Types/Responses/IErrorResponse.js +0 -1
- package/dist/Types/Responses/ILabelPrinter.d.ts +0 -4
- package/dist/Types/Responses/ILabelPrinter.js +0 -1
- package/dist/Types/Responses/ILaserPrinter.d.ts +0 -4
- package/dist/Types/Responses/ILaserPrinter.js +0 -1
- package/dist/Types/Responses/ILoginResponse.d.ts +0 -8
- package/dist/Types/Responses/ILoginResponse.js +0 -1
- package/dist/Types/Responses/IPaginatedPayload.d.ts +0 -5
- package/dist/Types/Responses/IPaginatedPayload.js +0 -1
- package/dist/Types/Responses/IPaginatedResponse.d.ts +0 -5
- package/dist/Types/Responses/IPaginatedResponse.js +0 -1
- package/dist/Types/Responses/IPagination.d.ts +0 -9
- package/dist/Types/Responses/IPagination.js +0 -1
- package/dist/Types/Responses/IPayload.d.ts +0 -3
- package/dist/Types/Responses/IPayload.js +0 -1
- package/dist/Types/Responses/IPrinter.d.ts +0 -11
- package/dist/Types/Responses/IPrinter.js +0 -1
- package/dist/Types/Responses/IProcessTypeSelectionMethodOutboundType.d.ts +0 -18
- package/dist/Types/Responses/IProcessTypeSelectionMethodOutboundType.js +0 -12
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomer.d.ts +0 -20
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomer.js +0 -14
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomerType.d.ts +0 -20
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomerType.js +0 -14
- package/dist/Types/Responses/IProductCategory.d.ts +0 -19
- package/dist/Types/Responses/IProductCategory.js +0 -13
- package/dist/Types/Responses/IProductCategoryDetails.d.ts +0 -33
- package/dist/Types/Responses/IProductCategoryDetails.js +0 -13
- package/dist/Types/Responses/IProductIgnoreOnAllocationOutboundType.d.ts +0 -17
- package/dist/Types/Responses/IProductIgnoreOnAllocationOutboundType.js +0 -11
- package/dist/Types/Responses/IProductLocation.d.ts +0 -23
- package/dist/Types/Responses/IProductLocation.js +0 -17
- package/dist/Types/Responses/IResponse.d.ts +0 -8
- package/dist/Types/Responses/IResponse.js +0 -1
- package/dist/Types/Responses/IStockSortationMethodCustomer.d.ts +0 -18
- package/dist/Types/Responses/IStockSortationMethodCustomer.js +0 -12
- package/dist/Types/Responses/Pods/IAttributeTypeWithAI.d.ts +0 -8
- package/dist/Types/Responses/Pods/IAttributeTypeWithAI.js +0 -1
- package/dist/Types/Responses/Pods/IBatchType.d.ts +0 -5
- package/dist/Types/Responses/Pods/IBatchType.js +0 -1
- package/dist/Types/Responses/Pods/IDateType.d.ts +0 -6
- package/dist/Types/Responses/Pods/IDateType.js +0 -1
- package/dist/Types/Responses/Pods/IFillablePodLineAttribute.d.ts +0 -10
- package/dist/Types/Responses/Pods/IFillablePodLineAttribute.js +0 -9
- package/dist/Types/Responses/Pods/IFillablePodLineBatch.d.ts +0 -18
- package/dist/Types/Responses/Pods/IFillablePodLineBatch.js +0 -12
- package/dist/Types/Responses/Pods/IFillablePodLineDate.d.ts +0 -19
- package/dist/Types/Responses/Pods/IFillablePodLineDate.js +0 -13
- package/dist/Types/Responses/Pods/IFillablePodLinePurchaseOrder.d.ts +0 -18
- package/dist/Types/Responses/Pods/IFillablePodLinePurchaseOrder.js +0 -12
- package/dist/Types/Responses/Pods/IFillablePodLineSerial.d.ts +0 -18
- package/dist/Types/Responses/Pods/IFillablePodLineSerial.js +0 -12
- package/dist/Types/Responses/Pods/IFillablePodLineTag.d.ts +0 -18
- package/dist/Types/Responses/Pods/IFillablePodLineTag.js +0 -12
- package/dist/Types/Responses/Pods/IPurchaseOrderType.d.ts +0 -5
- package/dist/Types/Responses/Pods/IPurchaseOrderType.js +0 -1
- package/dist/Types/Responses/Pods/IRequiredOrValidatedAttribute.d.ts +0 -7
- package/dist/Types/Responses/Pods/IRequiredOrValidatedAttribute.js +0 -7
- package/dist/Types/Responses/Pods/IRequiredPodLineBatch.d.ts +0 -18
- package/dist/Types/Responses/Pods/IRequiredPodLineBatch.js +0 -8
- package/dist/Types/Responses/Pods/IRequiredPodLineDate.d.ts +0 -19
- package/dist/Types/Responses/Pods/IRequiredPodLineDate.js +0 -8
- package/dist/Types/Responses/Pods/IRequiredPodLinePurchaseOrder.d.ts +0 -19
- package/dist/Types/Responses/Pods/IRequiredPodLinePurchaseOrder.js +0 -8
- package/dist/Types/Responses/Pods/IRequiredPodLineSerial.d.ts +0 -19
- package/dist/Types/Responses/Pods/IRequiredPodLineSerial.js +0 -8
- package/dist/Types/Responses/Pods/IRequiredPodLineTag.d.ts +0 -19
- package/dist/Types/Responses/Pods/IRequiredPodLineTag.js +0 -8
- package/dist/Types/Responses/Pods/ISerialType.d.ts +0 -6
- package/dist/Types/Responses/Pods/ISerialType.js +0 -1
- package/dist/Types/Responses/Pods/ITagType.d.ts +0 -6
- package/dist/Types/Responses/Pods/ITagType.js +0 -1
- package/dist/Types/Responses/Pods/IValidatedPodLineAttribute.d.ts +0 -13
- package/dist/Types/Responses/Pods/IValidatedPodLineAttribute.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLineBatch.d.ts +0 -19
- package/dist/Types/Responses/Pods/IValidatedPodLineBatch.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLineDate.d.ts +0 -21
- package/dist/Types/Responses/Pods/IValidatedPodLineDate.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLinePurchaseOrder.d.ts +0 -20
- package/dist/Types/Responses/Pods/IValidatedPodLinePurchaseOrder.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLineSerial.d.ts +0 -20
- package/dist/Types/Responses/Pods/IValidatedPodLineSerial.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLineTag.d.ts +0 -20
- package/dist/Types/Responses/Pods/IValidatedPodLineTag.js +0 -10
- package/dist/Types/Responses/Products/IAttributeRule.d.ts +0 -34
- package/dist/Types/Responses/Products/IAttributeRule.js +0 -28
- package/dist/Types/Responses/Products/IBarcode.d.ts +0 -18
- package/dist/Types/Responses/Products/IBarcode.js +0 -12
- package/dist/Types/Responses/Products/IBatchRule.d.ts +0 -36
- package/dist/Types/Responses/Products/IBatchRule.js +0 -9
- package/dist/Types/Responses/Products/ICustomerRule.d.ts +0 -23
- package/dist/Types/Responses/Products/ICustomerRule.js +0 -17
- package/dist/Types/Responses/Products/IDateRule.d.ts +0 -36
- package/dist/Types/Responses/Products/IDateRule.js +0 -9
- package/dist/Types/Responses/Products/IPrice.d.ts +0 -19
- package/dist/Types/Responses/Products/IPrice.js +0 -12
- package/dist/Types/Responses/Products/IProduct.d.ts +0 -436
- package/dist/Types/Responses/Products/IProduct.js +0 -77
- package/dist/Types/Responses/Products/IProductKit.d.ts +0 -24
- package/dist/Types/Responses/Products/IProductKit.js +0 -18
- package/dist/Types/Responses/Products/IProductKitMatrix.d.ts +0 -13
- package/dist/Types/Responses/Products/IProductKitMatrix.js +0 -1
- package/dist/Types/Responses/Products/IProductSupplier.d.ts +0 -18
- package/dist/Types/Responses/Products/IProductSupplier.js +0 -12
- package/dist/Types/Responses/Products/IProductTag.d.ts +0 -33
- package/dist/Types/Responses/Products/IProductTag.js +0 -14
- package/dist/Types/Responses/Products/IProductTagType.d.ts +0 -18
- package/dist/Types/Responses/Products/IProductTagType.js +0 -12
- package/dist/Types/Responses/Products/IProductUnitOfMeasure.d.ts +0 -97
- package/dist/Types/Responses/Products/IProductUnitOfMeasure.js +0 -35
- package/dist/Types/Responses/Products/IProductUnitOfMeasurePrice.d.ts +0 -36
- package/dist/Types/Responses/Products/IProductUnitOfMeasurePrice.js +0 -17
- package/dist/Types/Responses/Products/IPurchaseOrderRule.d.ts +0 -36
- package/dist/Types/Responses/Products/IPurchaseOrderRule.js +0 -9
- package/dist/Types/Responses/Products/ISerialRule.d.ts +0 -36
- package/dist/Types/Responses/Products/ISerialRule.js +0 -9
- package/dist/Types/Responses/Products/ITagRule.d.ts +0 -36
- package/dist/Types/Responses/Products/ITagRule.js +0 -9
- package/dist/Types/Responses/Products/IUnitOfMeasure.d.ts +0 -18
- package/dist/Types/Responses/Products/IUnitOfMeasure.js +0 -12
|
@@ -1,271 +1,16 @@
|
|
|
1
|
-
import type { IApplicationIdentifier } from './ApplicationIdentifier.js';
|
|
2
|
-
import { type Static, type TSchema } from '@sinclair/typebox';
|
|
3
|
-
export declare const nullable: <T extends TSchema>(type: T) => import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, T]>;
|
|
4
|
-
export type ParsedBarcode = Map<IApplicationIdentifier, string>;
|
|
5
|
-
export declare const TypedString: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
6
|
-
export type TypedString = Static<typeof TypedString>;
|
|
7
|
-
export declare const NullableString: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
8
|
-
export type NullableString = Static<typeof NullableString>;
|
|
9
|
-
export declare const TypedBoolean: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TBoolean;
|
|
10
|
-
export type TypedBoolean = Static<typeof TypedBoolean>;
|
|
11
|
-
export declare const NullableBoolean: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TBoolean]>;
|
|
12
|
-
export type NullableBoolean = Static<typeof NullableBoolean>;
|
|
13
|
-
export declare const TypedNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNumber;
|
|
14
|
-
export type TypedNumber = Static<typeof TypedNumber>;
|
|
15
|
-
export declare const NullableNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNumber]>;
|
|
16
|
-
export type NullableNumber = Static<typeof NullableNumber>;
|
|
17
|
-
export declare const NaturalNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
18
|
-
export type NaturalNumber = Static<typeof NaturalNumber>;
|
|
19
|
-
export declare const NullableNaturalNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger]>;
|
|
20
|
-
export type NullableNaturalNumber = Static<typeof NullableNaturalNumber>;
|
|
21
|
-
export declare const PositiveDecimal: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNumber;
|
|
22
|
-
export type PositiveDecimal = Static<typeof PositiveDecimal>;
|
|
23
|
-
export declare const PositiveInteger: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
24
|
-
export type PositiveInteger = Static<typeof PositiveInteger>;
|
|
25
|
-
export declare const NullablePositiveInteger: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger]>;
|
|
26
|
-
export type NullablePositiveInteger = Static<typeof NullablePositiveInteger>;
|
|
27
|
-
export type AccountID = number & {
|
|
28
|
-
__brand: 'AccountID';
|
|
29
|
-
};
|
|
30
|
-
export declare const AccountID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountID>;
|
|
31
|
-
export type BrandedString<T> = string & {
|
|
32
|
-
__brand: T;
|
|
33
|
-
};
|
|
34
|
-
export type BrandedNumber<T> = number & {
|
|
35
|
-
__brand: T;
|
|
36
|
-
};
|
|
37
|
-
export type BrandedInteger<T> = number & {
|
|
38
|
-
__brand: T;
|
|
39
|
-
};
|
|
40
|
-
export type AccountCourierCodeMatrixID = BrandedNumber<'AccountCourierCodeMatrixID'>;
|
|
41
|
-
export declare const AccountCourierCodeMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountCourierCodeMatrixID>;
|
|
42
|
-
export type AccountCourierServiceCode = BrandedString<'AccountCourierServiceCode'>;
|
|
43
|
-
export declare const AccountCourierServiceCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountCourierServiceCode>;
|
|
44
|
-
export type AICode = BrandedString<'AICode'>;
|
|
45
|
-
export declare const AICode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AICode>;
|
|
46
|
-
export type RawBarcode = BrandedString<'RawBarcode'>;
|
|
47
|
-
export declare const RawBarcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<RawBarcode>;
|
|
48
|
-
export type AddressID = BrandedInteger<'AddressID'>;
|
|
49
|
-
export declare const AddressID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AddressID>;
|
|
50
|
-
export type AdjustmentTypeID = BrandedInteger<'AdjustmentTypeID'>;
|
|
51
|
-
export declare const AdjustmentTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AdjustmentTypeID>;
|
|
52
|
-
export type BatchTypeAccountMatrixID = BrandedInteger<'BatchTypeAccountMatrixID'>;
|
|
53
|
-
export declare const BatchTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<BatchTypeAccountMatrixID>;
|
|
54
|
-
export type PodLineBatchTypeID = BrandedInteger<'PodLineBatchTypeID'>;
|
|
55
|
-
export declare const PodLineBatchTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineBatchTypeID>;
|
|
56
|
-
export type BucketUUID = BrandedString<'BucketUUID'>;
|
|
57
|
-
export declare const BucketUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<BucketUUID>;
|
|
58
|
-
export type CountryID = BrandedInteger<'CountryID'>;
|
|
59
|
-
export declare const CountryID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CountryID>;
|
|
60
|
-
export type CourierAccountID = BrandedInteger<'CourierAccountID'>;
|
|
61
|
-
export declare const CourierAccountID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CourierAccountID>;
|
|
62
|
-
export type SystemCourierCode = BrandedString<'SystemCourierCode'>;
|
|
63
|
-
export declare const SystemCourierCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SystemCourierCode>;
|
|
64
|
-
export type AccountCourierCode = BrandedString<'AccountCourierCode'>;
|
|
65
|
-
export declare const AccountCourierCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountCourierCode>;
|
|
66
|
-
export type CourierConsignmentID = BrandedInteger<'CourierConsignmentID'>;
|
|
67
|
-
export declare const CourierConsignmentID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CourierConsignmentID>;
|
|
68
|
-
export type CourierID = BrandedInteger<'CourierID'>;
|
|
69
|
-
export declare const CourierID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CourierID>;
|
|
70
|
-
export type CollectionPostcode = BrandedString<'CollectionPostcode'>;
|
|
71
|
-
export declare const CollectionPostcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CollectionPostcode>;
|
|
72
|
-
export type PackReferenceID = BrandedInteger<'PackReferenceID'>;
|
|
73
|
-
export declare const PackReferenceID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PackReferenceID>;
|
|
74
|
-
export type CourierServiceCode = BrandedString<'CourierServiceCode'>;
|
|
75
|
-
export declare const CourierServiceCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CourierServiceCode>;
|
|
76
|
-
export type CustomerID = BrandedInteger<'CustomerID'>;
|
|
77
|
-
export declare const CustomerID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CustomerID>;
|
|
78
|
-
export type CustomerTypeID = BrandedInteger<'CustomerTypeID'>;
|
|
79
|
-
export declare const CustomerTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CustomerTypeID>;
|
|
80
|
-
export type DateTypeAccountMatrixID = BrandedInteger<'DateTypeAccountMatrixID'>;
|
|
81
|
-
export declare const DateTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DateTypeAccountMatrixID>;
|
|
82
|
-
export type PodLineDateTypeID = BrandedInteger<'PodLineDateTypeID'>;
|
|
83
|
-
export declare const PodLineDateTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineDateTypeID>;
|
|
84
|
-
export type DefinitionSegmentTypeID = BrandedInteger<'DefinitionSegmentTypeID'>;
|
|
85
|
-
export declare const DefinitionSegmentTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DefinitionSegmentTypeID>;
|
|
86
|
-
export type DeliveryPostcode = BrandedString<'DeliveryPostcode'>;
|
|
87
|
-
export declare const DeliveryPostcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DeliveryPostcode>;
|
|
88
|
-
export type DocumentMatrixID = BrandedInteger<'DocumentMatrixID'>;
|
|
89
|
-
export declare const DocumentMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DocumentMatrixID>;
|
|
90
|
-
export type DocumentTypeID = BrandedInteger<'DocumentTypeID'>;
|
|
91
|
-
export declare const DocumentTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DocumentTypeID>;
|
|
92
|
-
export type DocumentFormat = BrandedString<'DocumentFormat'>;
|
|
93
|
-
export declare const DocumentFormat: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DocumentFormat>;
|
|
94
|
-
export type InputDate = BrandedString<'InputDate'>;
|
|
95
|
-
export declare const InputDate: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<InputDate>;
|
|
96
|
-
export type InputDateWithTime = BrandedString<'InputDateWithTime'>;
|
|
97
|
-
export declare const InputDateWithTime: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<InputDateWithTime>;
|
|
98
|
-
export type FloDate = BrandedString<'FloDate'>;
|
|
99
|
-
export declare const FloDate: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<FloDate>;
|
|
100
|
-
export type HoldTypeID = BrandedInteger<'HoldTypeID'>;
|
|
101
|
-
export declare const HoldTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<HoldTypeID>;
|
|
102
|
-
export type HoldTypeAccountMatrixID = BrandedInteger<'HoldTypeAccountMatrixID'>;
|
|
103
|
-
export declare const HoldTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<HoldTypeAccountMatrixID>;
|
|
104
|
-
export type JobID = BrandedInteger<'JobID'>;
|
|
105
|
-
export declare const JobID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<JobID>;
|
|
106
|
-
export type JobStatusID = BrandedInteger<'JobStatusID'>;
|
|
107
|
-
export declare const JobStatusID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<JobStatusID>;
|
|
108
|
-
export type JobTypeID = BrandedInteger<'JobTypeID'>;
|
|
109
|
-
export declare const JobTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<JobTypeID>;
|
|
110
|
-
export type KitUUID = BrandedString<'KitUUID'>;
|
|
111
|
-
export declare const KitUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<KitUUID>;
|
|
112
|
-
export type MovementID = BrandedInteger<'MovementID'>;
|
|
113
|
-
export declare const MovementID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MovementID>;
|
|
114
|
-
export type MovementLineID = BrandedInteger<'MovementLineID'>;
|
|
115
|
-
export declare const MovementLineID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MovementLineID>;
|
|
116
|
-
export type OrderID = BrandedInteger<'OrderID'>;
|
|
117
|
-
export declare const OrderID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderID>;
|
|
118
|
-
export type OrderLineID = BrandedInteger<'OrderLineID'>;
|
|
119
|
-
export declare const OrderLineID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineID>;
|
|
120
|
-
export type OrderLineMethodID = BrandedInteger<'OrderLineMethodID'>;
|
|
121
|
-
export declare const OrderLineMethodID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineMethodID>;
|
|
122
|
-
export type OrderLineShortageReasonID = BrandedInteger<'OrderLineShortageReasonID'>;
|
|
123
|
-
export declare const OrderLineShortageReasonID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineShortageReasonID>;
|
|
124
|
-
export type OrderLineReasonTypeID = BrandedInteger<'OrderLineReasonTypeID'>;
|
|
125
|
-
export declare const OrderLineReasonTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineReasonTypeID>;
|
|
126
|
-
export type OrderTagTypeID = BrandedInteger<'OrderTagTypeID'>;
|
|
127
|
-
export declare const OrderTagTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderTagTypeID>;
|
|
128
|
-
export type OutboundTypeID = BrandedInteger<'OutboundTypeID'>;
|
|
129
|
-
export declare const OutboundTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OutboundTypeID>;
|
|
130
|
-
export type OutboundTypeAccountMatrixID = BrandedInteger<'OutboundTypeAccountMatrixID'>;
|
|
131
|
-
export declare const OutboundTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OutboundTypeAccountMatrixID>;
|
|
132
|
-
export type OutboundStatusID = BrandedInteger<'OutboundStatusID'>;
|
|
133
|
-
export declare const OutboundStatusID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OutboundStatusID>;
|
|
134
|
-
export type OutboundStatusName = BrandedString<'OutboundStatusName'>;
|
|
135
|
-
export declare const OutboundStatusName: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OutboundStatusName>;
|
|
136
|
-
export type PickJobID = BrandedInteger<'PickJobID'>;
|
|
137
|
-
export declare const PickJobID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickJobID>;
|
|
138
|
-
export type PickWaveID = BrandedInteger<'PickWaveID'>;
|
|
139
|
-
export declare const PickWaveID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickWaveID>;
|
|
140
|
-
export type PickUUID = BrandedString<'PickUUID'>;
|
|
141
|
-
export declare const PickUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickUUID>;
|
|
142
|
-
export type PodTypeID = BrandedInteger<'PodTypeID'>;
|
|
143
|
-
export declare const PodTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodTypeID>;
|
|
144
|
-
export type PodAliasID = BrandedInteger<'PodAliasID'>;
|
|
145
|
-
export declare const PodAliasID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodAliasID>;
|
|
146
|
-
export type PodAliasTypeID = BrandedInteger<'PodAliasTypeID'>;
|
|
147
|
-
export declare const PodAliasTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodAliasTypeID>;
|
|
148
|
-
export type PodAlias = BrandedString<'PodAlias'>;
|
|
149
|
-
export declare const PodAlias: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodAlias>;
|
|
150
|
-
export type PodUUID = BrandedString<'PodUUID'>;
|
|
151
|
-
export declare const PodUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodUUID>;
|
|
152
|
-
export type PodLineQuantityID = BrandedInteger<'PodLineQuantityID'>;
|
|
153
|
-
export declare const PodLineQuantityID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineQuantityID>;
|
|
154
|
-
export type PodLineUUID = BrandedString<'PodLineUUID'>;
|
|
155
|
-
export declare const PodLineUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
156
|
-
export type PoolAlias = BrandedString<'PoolAlias'>;
|
|
157
|
-
export declare const PoolAlias: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PoolAlias>;
|
|
158
|
-
export type PoolID = BrandedInteger<'PoolID'>;
|
|
159
|
-
export declare const PoolID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PoolID>;
|
|
160
|
-
export type PoolTypeID = BrandedInteger<'PoolTypeID'>;
|
|
161
|
-
export declare const PoolTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PoolTypeID>;
|
|
162
|
-
export type Postcode = BrandedString<'Postcode'>;
|
|
163
|
-
export declare const Postcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Postcode>;
|
|
164
|
-
export type PreadviceID = BrandedInteger<'PreadviceID'>;
|
|
165
|
-
export declare const PreadviceID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceID>;
|
|
166
|
-
export type PreadviceLineID = BrandedInteger<'PreadviceLineID'>;
|
|
167
|
-
export declare const PreadviceLineID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceLineID>;
|
|
168
|
-
export type PreadviceStatusID = BrandedInteger<'PreadviceStatusID'>;
|
|
169
|
-
export declare const PreadviceStatusID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceStatusID>;
|
|
170
|
-
export type PreadviceTypeID = BrandedInteger<'PreadviceTypeID'>;
|
|
171
|
-
export declare const PreadviceTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceTypeID>;
|
|
172
|
-
export type PreadviceTagTypeID = BrandedInteger<'PreadviceTagTypeID'>;
|
|
173
|
-
export declare const PreadviceTagTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceTagTypeID>;
|
|
174
|
-
export type PreadviceTypeAccountMatrixID = BrandedInteger<'PreadviceTypeAccountMatrixID'>;
|
|
175
|
-
export declare const PreadviceTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceTypeAccountMatrixID>;
|
|
176
|
-
export type PrinterID = BrandedInteger<'PrinterID'>;
|
|
177
|
-
export declare const PrinterID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PrinterID>;
|
|
178
|
-
export type ProductID = BrandedInteger<'ProductID'>;
|
|
179
|
-
export declare const ProductID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductID>;
|
|
180
|
-
export type ProductKitMatrixID = BrandedInteger<'ProductKitMatrixID'>;
|
|
181
|
-
export declare const ProductKitMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductKitMatrixID>;
|
|
182
|
-
export type ProductTagTypeID = BrandedInteger<'ProductTagTypeID'>;
|
|
183
|
-
export declare const ProductTagTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductTagTypeID>;
|
|
184
|
-
export type PurchaseOrderTypeAccountMatrixID = BrandedInteger<'PurchaseOrderTypeAccountMatrixID'>;
|
|
185
|
-
export declare const PurchaseOrderTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PurchaseOrderTypeAccountMatrixID>;
|
|
186
|
-
export type PodLinePurchaseOrderTypeID = BrandedInteger<'PodLinePurchaseOrderTypeID'>;
|
|
187
|
-
export declare const PodLinePurchaseOrderTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLinePurchaseOrderTypeID>;
|
|
188
|
-
export type ReplenJobID = BrandedInteger<'ReplenJobID'>;
|
|
189
|
-
export declare const ReplenJobID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ReplenJobID>;
|
|
190
|
-
export type QuantityTypeID = BrandedInteger<'QuantityTypeID'>;
|
|
191
|
-
export declare const QuantityTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<QuantityTypeID>;
|
|
192
|
-
export type ReasonForExportID = BrandedInteger<'ReasonForExportID'>;
|
|
193
|
-
export declare const ReasonForExportID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ReasonForExportID>;
|
|
194
|
-
export type SegmentFullName = BrandedString<'SegmentFullName'>;
|
|
195
|
-
export declare const SegmentFullName: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SegmentFullName>;
|
|
196
|
-
export type SegmentID = BrandedInteger<'SegmentID'>;
|
|
197
|
-
export declare const SegmentID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SegmentID>;
|
|
198
|
-
export type SegmentStatusID = BrandedInteger<'SegmentStatusID'>;
|
|
199
|
-
export declare const SegmentStatusID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SegmentStatusID>;
|
|
200
|
-
export type SegmentProcessID = BrandedInteger<'SegmentProcessID'>;
|
|
201
|
-
export declare const SegmentProcessID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SegmentProcessID>;
|
|
202
|
-
export type PickDeviceUUID = BrandedString<'PickDeviceUUID'>;
|
|
203
|
-
export declare const PickDeviceUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickDeviceUUID>;
|
|
204
|
-
export type PickGroupID = BrandedInteger<'PickGroupID'>;
|
|
205
|
-
export declare const PickGroupID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickGroupID>;
|
|
206
|
-
export type PodLineSerialTypeID = BrandedInteger<'PodLineSerialTypeID'>;
|
|
207
|
-
export declare const PodLineSerialTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineSerialTypeID>;
|
|
208
|
-
export type PackReference = BrandedString<'PackReference'>;
|
|
209
|
-
export declare const PackReference: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PackReference>;
|
|
210
|
-
export type ShipmentID = BrandedInteger<'ShipmentID'>;
|
|
211
|
-
export declare const ShipmentID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentID>;
|
|
212
|
-
export type ShipmentSetID = BrandedInteger<'ShipmentSetID'>;
|
|
213
|
-
export declare const ShipmentSetID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetID>;
|
|
214
|
-
export type ShipmentSetLineID = BrandedInteger<'ShipmentSetLineID'>;
|
|
215
|
-
export declare const ShipmentSetLineID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetLineID>;
|
|
216
|
-
export type ShipmentSetTypeID = BrandedInteger<'ShipmentSetTypeID'>;
|
|
217
|
-
export declare const ShipmentSetTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetTypeID>;
|
|
218
|
-
export type SKU = BrandedString<'SKU'>;
|
|
219
|
-
export declare const SKU: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SKU>;
|
|
220
|
-
export type SnapshotPickableUUID = BrandedString<'SnapshotPickableUUID'>;
|
|
221
|
-
export declare const SnapshotPickableUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SnapshotPickableUUID>;
|
|
222
|
-
export type SnapshotPackableUUID = BrandedString<'SnapshotPackableUUID'>;
|
|
223
|
-
export declare const SnapshotPackableUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SnapshotPackableUUID>;
|
|
224
|
-
export type SnapshotKittableUUID = BrandedString<'SnapshotKittableUUID'>;
|
|
225
|
-
export declare const SnapshotKittableUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SnapshotKittableUUID>;
|
|
226
|
-
export type SupplierID = BrandedInteger<'SupplierID'>;
|
|
227
|
-
export declare const SupplierID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SupplierID>;
|
|
228
|
-
export type TagTypeAccountMatrixID = BrandedInteger<'TagTypeAccountMatrixID'>;
|
|
229
|
-
export declare const TagTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<TagTypeAccountMatrixID>;
|
|
230
|
-
export type PodLineTagTypeID = BrandedInteger<'PodLineTagTypeID'>;
|
|
231
|
-
export declare const PodLineTagTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineTagTypeID>;
|
|
232
|
-
export type TemplateID = BrandedInteger<'TemplateID'>;
|
|
233
|
-
export declare const TemplateID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<TemplateID>;
|
|
234
|
-
export type TemplateTypeID = BrandedInteger<'TemplateTypeID'>;
|
|
235
|
-
export declare const TemplateTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<TemplateTypeID>;
|
|
236
|
-
export type TransactionID = BrandedInteger<'TransactionID'>;
|
|
237
|
-
export declare const TransactionID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<TransactionID>;
|
|
238
|
-
export type JournalID = BrandedInteger<'JournalID'>;
|
|
239
|
-
export declare const JournalID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<JournalID>;
|
|
240
|
-
export type OperationTypeID = BrandedInteger<'OperationTypeID'>;
|
|
241
|
-
export declare const OperationTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OperationTypeID>;
|
|
242
|
-
export type UserID = BrandedInteger<'UserID'>;
|
|
243
|
-
export declare const UserID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UserID>;
|
|
244
|
-
export type UOMID = BrandedInteger<'UOMID'>;
|
|
245
|
-
export declare const UOMID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UOMID>;
|
|
246
|
-
export type WarehouseID = BrandedInteger<'WarehouseID'>;
|
|
247
|
-
export declare const WarehouseID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<WarehouseID>;
|
|
248
|
-
export type MiscID = BrandedInteger<'MiscID'>;
|
|
249
|
-
export declare const MiscID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
250
|
-
export type ZoneID = BrandedInteger<'ZoneID'>;
|
|
251
|
-
export declare const ZoneID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ZoneID>;
|
|
252
|
-
export type WeightUnitOfMeasureID = BrandedInteger<'WeightUnitOfMeasureID'>;
|
|
253
|
-
export declare const WeightUnitOfMeasureID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<WeightUnitOfMeasureID>;
|
|
254
|
-
export type DimensionUnitOfMeasureID = BrandedInteger<'DimensionUnitOfMeasureID'>;
|
|
255
|
-
export declare const DimensionUnitOfMeasureID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DimensionUnitOfMeasureID>;
|
|
256
|
-
export type Grams = BrandedInteger<'Grams'>;
|
|
257
|
-
export declare const Grams: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Grams>;
|
|
258
|
-
export type Kilograms = BrandedNumber<'Kilograms'>;
|
|
259
|
-
export declare const Kilograms: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Kilograms>;
|
|
260
|
-
export type Millimetres = BrandedNumber<'Millimetres'>;
|
|
261
|
-
export declare const Millimetres: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Millimetres>;
|
|
262
|
-
export type Centimetres = BrandedNumber<'Centimetres'>;
|
|
263
|
-
export declare const Centimetres: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Centimetres>;
|
|
264
|
-
export interface ValueWrapper<T = string> {
|
|
265
|
-
value: T;
|
|
266
|
-
}
|
|
267
1
|
export type NonNullableKey<T> = T extends null ? never : string & keyof T;
|
|
268
2
|
export type ValueProp<V> = keyof V & string;
|
|
269
|
-
export type StringCallback = (value: RawBarcode) => boolean | void | Promise<boolean | void>;
|
|
270
3
|
export type Unsubscriber = () => void;
|
|
271
4
|
export type Pixels = number;
|
|
5
|
+
export type InputDate = string & {
|
|
6
|
+
readonly __brand: unique symbol;
|
|
7
|
+
};
|
|
8
|
+
export type InputDateWithTime = string & {
|
|
9
|
+
readonly __brand: unique symbol;
|
|
10
|
+
};
|
|
11
|
+
export type SQLDate = string & {
|
|
12
|
+
readonly __brand: unique symbol;
|
|
13
|
+
};
|
|
14
|
+
export type Centimetres = number & {
|
|
15
|
+
readonly __brand: unique symbol;
|
|
16
|
+
};
|
|
@@ -1,129 +1 @@
|
|
|
1
|
-
|
|
2
|
-
// if you need to supply a dummy value, a simple 'as AccountID' will work fine
|
|
3
|
-
import { readonly } from '../../Helpers/Helpers.svelte.js';
|
|
4
|
-
import { Type } from '@sinclair/typebox';
|
|
5
|
-
export const nullable = (type) => Type.Union([Type.Null(), type], readonly);
|
|
6
|
-
export const TypedString = Type.String(readonly);
|
|
7
|
-
export const NullableString = nullable(TypedString);
|
|
8
|
-
export const TypedBoolean = Type.Boolean(readonly);
|
|
9
|
-
export const NullableBoolean = nullable(TypedBoolean);
|
|
10
|
-
export const TypedNumber = Type.Number(readonly);
|
|
11
|
-
export const NullableNumber = nullable(TypedNumber);
|
|
12
|
-
export const NaturalNumber = Type.Integer({ readOnly: true, minimum: 0 });
|
|
13
|
-
export const NullableNaturalNumber = nullable(Type.Integer({ readOnly: true, minimum: 0 }));
|
|
14
|
-
export const PositiveDecimal = Type.Number({ readOnly: true, minimum: 1 });
|
|
15
|
-
export const PositiveInteger = Type.Integer({ readOnly: true, minimum: 1 });
|
|
16
|
-
export const NullablePositiveInteger = nullable(Type.Integer({ readOnly: true, minimum: 1 }));
|
|
17
|
-
export const AccountID = Type.Unsafe(Type.Number({ minimum: 1 }));
|
|
18
|
-
export const AccountCourierCodeMatrixID = Type.Unsafe(Type.Number({ minimum: 1 }));
|
|
19
|
-
export const AccountCourierServiceCode = Type.Unsafe(Type.String());
|
|
20
|
-
export const AICode = Type.Unsafe(Type.String());
|
|
21
|
-
export const RawBarcode = Type.Unsafe(Type.String());
|
|
22
|
-
export const AddressID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
23
|
-
export const AdjustmentTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
24
|
-
export const BatchTypeAccountMatrixID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
25
|
-
export const PodLineBatchTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
26
|
-
export const BucketUUID = Type.Unsafe(Type.String());
|
|
27
|
-
export const CountryID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
28
|
-
export const CourierAccountID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
29
|
-
export const SystemCourierCode = Type.Unsafe(Type.String());
|
|
30
|
-
export const AccountCourierCode = Type.Unsafe(Type.String());
|
|
31
|
-
export const CourierConsignmentID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
32
|
-
export const CourierID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
33
|
-
export const CollectionPostcode = Type.Unsafe(Type.String());
|
|
34
|
-
export const PackReferenceID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
35
|
-
export const CourierServiceCode = Type.Unsafe(Type.String());
|
|
36
|
-
export const CustomerID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
37
|
-
export const CustomerTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
38
|
-
export const DateTypeAccountMatrixID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
39
|
-
export const PodLineDateTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
40
|
-
export const DefinitionSegmentTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
41
|
-
export const DeliveryPostcode = Type.Unsafe(Type.String());
|
|
42
|
-
export const DocumentMatrixID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
43
|
-
export const DocumentTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
44
|
-
export const DocumentFormat = Type.Unsafe(Type.String());
|
|
45
|
-
export const InputDate = Type.Unsafe(Type.String());
|
|
46
|
-
export const InputDateWithTime = Type.Unsafe(Type.String());
|
|
47
|
-
export const FloDate = Type.Unsafe(Type.String());
|
|
48
|
-
export const HoldTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
49
|
-
export const HoldTypeAccountMatrixID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
50
|
-
export const JobID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
51
|
-
export const JobStatusID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
52
|
-
export const JobTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
53
|
-
export const KitUUID = Type.Unsafe(Type.String());
|
|
54
|
-
export const MovementID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
55
|
-
export const MovementLineID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
56
|
-
export const OrderID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
57
|
-
export const OrderLineID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
58
|
-
export const OrderLineMethodID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
59
|
-
export const OrderLineShortageReasonID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
60
|
-
export const OrderLineReasonTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
61
|
-
export const OrderTagTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
62
|
-
export const OutboundTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
63
|
-
export const OutboundTypeAccountMatrixID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
64
|
-
export const OutboundStatusID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
65
|
-
export const OutboundStatusName = Type.Unsafe(Type.String());
|
|
66
|
-
export const PickJobID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
67
|
-
export const PickWaveID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
68
|
-
export const PickUUID = Type.Unsafe(Type.String());
|
|
69
|
-
export const PodTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
70
|
-
export const PodAliasID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
71
|
-
export const PodAliasTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
72
|
-
export const PodAlias = Type.Unsafe(Type.String());
|
|
73
|
-
export const PodUUID = Type.Unsafe(Type.String());
|
|
74
|
-
export const PodLineQuantityID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
75
|
-
export const PodLineUUID = Type.Unsafe(Type.String());
|
|
76
|
-
export const PoolAlias = Type.Unsafe(Type.String());
|
|
77
|
-
export const PoolID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
78
|
-
export const PoolTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
79
|
-
export const Postcode = Type.Unsafe(Type.String());
|
|
80
|
-
export const PreadviceID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
81
|
-
export const PreadviceLineID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
82
|
-
export const PreadviceStatusID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
83
|
-
export const PreadviceTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
84
|
-
export const PreadviceTagTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
85
|
-
export const PreadviceTypeAccountMatrixID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
86
|
-
export const PrinterID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
87
|
-
export const ProductID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
88
|
-
export const ProductKitMatrixID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
89
|
-
export const ProductTagTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
90
|
-
export const PurchaseOrderTypeAccountMatrixID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
91
|
-
export const PodLinePurchaseOrderTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
92
|
-
export const ReplenJobID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
93
|
-
export const QuantityTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
94
|
-
export const ReasonForExportID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
95
|
-
export const SegmentFullName = Type.Unsafe(Type.String());
|
|
96
|
-
export const SegmentID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
97
|
-
export const SegmentStatusID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
98
|
-
export const SegmentProcessID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
99
|
-
export const PickDeviceUUID = Type.Unsafe(Type.String());
|
|
100
|
-
export const PickGroupID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
101
|
-
export const PodLineSerialTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
102
|
-
export const PackReference = Type.Unsafe(Type.String());
|
|
103
|
-
export const ShipmentID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
104
|
-
export const ShipmentSetID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
105
|
-
export const ShipmentSetLineID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
106
|
-
export const ShipmentSetTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
107
|
-
export const SKU = Type.Unsafe(Type.String());
|
|
108
|
-
export const SnapshotPickableUUID = Type.Unsafe(Type.String());
|
|
109
|
-
export const SnapshotPackableUUID = Type.Unsafe(Type.String());
|
|
110
|
-
export const SnapshotKittableUUID = Type.Unsafe(Type.String());
|
|
111
|
-
export const SupplierID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
112
|
-
export const TagTypeAccountMatrixID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
113
|
-
export const PodLineTagTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
114
|
-
export const TemplateID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
115
|
-
export const TemplateTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
116
|
-
export const TransactionID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
117
|
-
export const JournalID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
118
|
-
export const OperationTypeID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
119
|
-
export const UserID = Type.Unsafe(Type.Integer({ minimum: 0 }));
|
|
120
|
-
export const UOMID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
121
|
-
export const WarehouseID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
122
|
-
export const MiscID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
123
|
-
export const ZoneID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
124
|
-
export const WeightUnitOfMeasureID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
125
|
-
export const DimensionUnitOfMeasureID = Type.Unsafe(Type.Integer({ minimum: 1 }));
|
|
126
|
-
export const Grams = Type.Unsafe(Type.Integer({ minimum: 0 }));
|
|
127
|
-
export const Kilograms = Type.Unsafe(Type.Number({ minimum: 0 }));
|
|
128
|
-
export const Millimetres = Type.Unsafe(Type.Number({ minimum: 0 }));
|
|
129
|
-
export const Centimetres = Type.Unsafe(Type.Number({ minimum: 0 }));
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -41,21 +41,19 @@ export { type IDataRepository } from './Components/Table/Types/DataRepository/ID
|
|
|
41
41
|
export { type ILocalDataRepository } from './Components/Table/Types/DataRepository/ILocalDataRepository.js';
|
|
42
42
|
export { type IRemoteDataRepository } from './Components/Table/Types/DataRepository/IRemoteDataRepository.js';
|
|
43
43
|
export { LocalTableDataRepository } from './Components/Table/Types/DataRepository/LocalTableDataRepository.svelte.js';
|
|
44
|
-
export { type RemoteTableDataRepositoryOptions, RemoteTableDataRepository } from './Components/Table/Types/DataRepository/RemoteTableDataRepository.svelte.js';
|
|
45
44
|
export { type SortingState } from './Components/Table/Types/DataRepository/SortingState.js';
|
|
46
45
|
export { type ReadonlyPaginationState, TableDataRepository } from './Components/Table/Types/DataRepository/TableDataRepository.svelte.js';
|
|
47
46
|
export { type ColumnFilter, type ColumnFiltersState } from './Components/Table/Types/Filtering/ColumnFiltersState.js';
|
|
48
47
|
export { type CustomFilter } from './Components/Table/Types/Filtering/CustomFilter.js';
|
|
49
48
|
export { CustomFilterType } from './Components/Table/Types/Filtering/CustomFilterType.js';
|
|
50
49
|
export { type CustomFilterFn } from './Components/Table/Types/Filtering/CustomFilterFn.js';
|
|
51
|
-
export { type CustomProxyFilter } from './Components/Table/Types/Filtering/CustomProxyFilter.js';
|
|
52
50
|
export { type CustomRemoteFilters } from './Components/Table/Types/Filtering/CustomRemoteFilters.js';
|
|
53
51
|
export { type DateFilterValueType, type NumberFilterValueType, type SelectFilterValueType, type BoolFilterValueType, type StringFilterValueType, type FilterFn } from './Components/Table/Types/Filtering/FilterFn.js';
|
|
54
52
|
export { type FilterMode } from './Components/Table/Types/Filtering/FilterMode.js';
|
|
55
53
|
export { FilterType } from './Components/Table/Types/Filtering/FilterType.js';
|
|
56
54
|
export { type HasCustomFilterFunction } from './Components/Table/Types/Filtering/HasCustomFilterFunction.js';
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
55
|
+
export { NumberDateFilterMode } from './Components/Table/Types/Filtering/NumberDateFilterMode.js';
|
|
56
|
+
export { StringFilterMode } from './Components/Table/Types/Filtering/StringFilterMode.js';
|
|
59
57
|
export { MultiFocusEdge } from './Components/Table/Types/Focus/MultiFocusEdge.js';
|
|
60
58
|
export { TableFocusDetails } from './Components/Table/Types/Focus/TableFocusDetails.svelte.js';
|
|
61
59
|
export { type PaginationState } from './Components/Table/Types/Pagination/PaginationState.js';
|
|
@@ -124,16 +122,14 @@ export { TooltipContext } from './Contexts/TooltipContext.svelte.js';
|
|
|
124
122
|
export { UntypedInputContext } from './Contexts/UntypedInputContext.svelte.js';
|
|
125
123
|
export { Delay } from './Delay/Delay.js';
|
|
126
124
|
export { DATAMatrix } from './Helpers/Datamatrix.js';
|
|
127
|
-
export {
|
|
125
|
+
export { autoPluralise, generateUUID, generateShortUUID, refWrapper, SQLFriendly, SQLFriendlyWithLocalTime, passthrough, getCanvasContext, getErrorMessage, isValidEmailAddress, localTimeFormat, vowels } from './Helpers/Helpers.svelte.js';
|
|
128
126
|
export { type INamed } from './Helpers/INamed.js';
|
|
129
|
-
export { type IApplicationIdentifier, type IValueLength, GS1LengthType, GS1Encoding, type ApplicationIdentifierName } from './Types/Internal/ApplicationIdentifier.js';
|
|
130
127
|
export { AttributeOperation } from './Types/Internal/AttributeOperation.js';
|
|
131
128
|
export { type BigRadioOption } from './Types/Internal/BigRadioOption.js';
|
|
132
129
|
export { type ButtonProp } from './Types/Internal/ButtonProp.js';
|
|
133
130
|
export { type CallbackButton } from './Types/Internal/CallbackButton.js';
|
|
134
131
|
export { type DateChange } from './Types/Internal/DateChange.js';
|
|
135
132
|
export { DatePickerType } from './Types/Internal/DatePickerType.js';
|
|
136
|
-
export { type FloService } from './Types/Internal/FloService.js';
|
|
137
133
|
export { type GridItem } from './Types/Internal/GridItem.js';
|
|
138
134
|
export { type GridMultiSelectItem } from './Types/Internal/GridMultiSelectItem.js';
|
|
139
135
|
export { type GridMultiSelectItemAsObject } from './Types/Internal/GridMultiSelectItemAsObject.js';
|
|
@@ -147,7 +143,7 @@ export { type GridStringItem } from './Types/Internal/GridStringItem.js';
|
|
|
147
143
|
export { type GridTextItem } from './Types/Internal/GridTextItem.js';
|
|
148
144
|
export { type IdentifiableToastMessage } from './Types/Internal/IdentifiableToastMessage.js';
|
|
149
145
|
export { InputVariant } from './Types/Internal/InputVariant.js';
|
|
150
|
-
export { type
|
|
146
|
+
export { type NonNullableKey, type ValueProp, type Unsubscriber, type Pixels, type Centimetres, type InputDate, type InputDateWithTime } from './Types/Internal/Misc.js';
|
|
151
147
|
export { type RefWrapper } from './Types/Internal/RefWrapper.js';
|
|
152
148
|
export { type SelectOption } from './Types/Internal/SelectOption.js';
|
|
153
149
|
export { Shape } from './Types/Internal/Shape.js';
|
|
@@ -159,72 +155,4 @@ export { type ToastMessage } from './Types/Internal/ToastMessage.js';
|
|
|
159
155
|
export { Validity } from './Types/Internal/Validity.js';
|
|
160
156
|
export { type ValidityWrapper } from './Types/Internal/ValidityWrapper.js';
|
|
161
157
|
export { Variant } from './Types/Internal/Variant.js';
|
|
162
|
-
export { IFillablePodLineDateRequestBody } from './Types/Requests/IFillablePodLineDateRequestBody.js';
|
|
163
|
-
export { IRequiredPodLineDateRequestBody } from './Types/Requests/IRequiredPodLineDateRequestBody.js';
|
|
164
|
-
export { IValidatedPodLineDateRequestBody } from './Types/Requests/IValidatedPodLineDateRequestBody.js';
|
|
165
|
-
export { type IAttributeTypeWithAI } from './Types/Responses/Pods/IAttributeTypeWithAI.js';
|
|
166
|
-
export { type IBatchType } from './Types/Responses/Pods/IBatchType.js';
|
|
167
|
-
export { type IDateType } from './Types/Responses/Pods/IDateType.js';
|
|
168
|
-
export { type IFillablePodLineAttribute } from './Types/Responses/Pods/IFillablePodLineAttribute.js';
|
|
169
|
-
export { type IFillablePodLineBatch } from './Types/Responses/Pods/IFillablePodLineBatch.js';
|
|
170
|
-
export { type IFillablePodLineDate } from './Types/Responses/Pods/IFillablePodLineDate.js';
|
|
171
|
-
export { type IFillablePodLinePurchaseOrder } from './Types/Responses/Pods/IFillablePodLinePurchaseOrder.js';
|
|
172
|
-
export { type IFillablePodLineSerial } from './Types/Responses/Pods/IFillablePodLineSerial.js';
|
|
173
|
-
export { type IFillablePodLineTag } from './Types/Responses/Pods/IFillablePodLineTag.js';
|
|
174
|
-
export { type IPurchaseOrderType } from './Types/Responses/Pods/IPurchaseOrderType.js';
|
|
175
|
-
export { IRequiredOrValidatedAttribute } from './Types/Responses/Pods/IRequiredOrValidatedAttribute.js';
|
|
176
|
-
export { IRequiredPodLineBatch } from './Types/Responses/Pods/IRequiredPodLineBatch.js';
|
|
177
|
-
export { IRequiredPodLineDate } from './Types/Responses/Pods/IRequiredPodLineDate.js';
|
|
178
|
-
export { IRequiredPodLinePurchaseOrder } from './Types/Responses/Pods/IRequiredPodLinePurchaseOrder.js';
|
|
179
|
-
export { IRequiredPodLineSerial } from './Types/Responses/Pods/IRequiredPodLineSerial.js';
|
|
180
|
-
export { IRequiredPodLineTag } from './Types/Responses/Pods/IRequiredPodLineTag.js';
|
|
181
|
-
export { type ISerialType } from './Types/Responses/Pods/ISerialType.js';
|
|
182
|
-
export { type ITagType } from './Types/Responses/Pods/ITagType.js';
|
|
183
|
-
export { IValidatedPodLineAttribute } from './Types/Responses/Pods/IValidatedPodLineAttribute.js';
|
|
184
|
-
export { IValidatedPodLineBatch } from './Types/Responses/Pods/IValidatedPodLineBatch.js';
|
|
185
|
-
export { IValidatedPodLineDate } from './Types/Responses/Pods/IValidatedPodLineDate.js';
|
|
186
|
-
export { IValidatedPodLinePurchaseOrder } from './Types/Responses/Pods/IValidatedPodLinePurchaseOrder.js';
|
|
187
|
-
export { IValidatedPodLineSerial } from './Types/Responses/Pods/IValidatedPodLineSerial.js';
|
|
188
|
-
export { IValidatedPodLineTag } from './Types/Responses/Pods/IValidatedPodLineTag.js';
|
|
189
|
-
export { IAttributeRule } from './Types/Responses/Products/IAttributeRule.js';
|
|
190
|
-
export { IBarcode } from './Types/Responses/Products/IBarcode.js';
|
|
191
|
-
export { IBatchRule } from './Types/Responses/Products/IBatchRule.js';
|
|
192
|
-
export { ICustomerRule } from './Types/Responses/Products/ICustomerRule.js';
|
|
193
|
-
export { IDateRule } from './Types/Responses/Products/IDateRule.js';
|
|
194
|
-
export { IPrice } from './Types/Responses/Products/IPrice.js';
|
|
195
|
-
export { IProduct } from './Types/Responses/Products/IProduct.js';
|
|
196
|
-
export { IProductKit } from './Types/Responses/Products/IProductKit.js';
|
|
197
|
-
export { type IProductKitMatrix } from './Types/Responses/Products/IProductKitMatrix.js';
|
|
198
|
-
export { IProductSupplier } from './Types/Responses/Products/IProductSupplier.js';
|
|
199
|
-
export { IProductTag } from './Types/Responses/Products/IProductTag.js';
|
|
200
|
-
export { IProductTagType } from './Types/Responses/Products/IProductTagType.js';
|
|
201
|
-
export { IProductUnitOfMeasure } from './Types/Responses/Products/IProductUnitOfMeasure.js';
|
|
202
|
-
export { IProductUnitOfMeasurePrice } from './Types/Responses/Products/IProductUnitOfMeasurePrice.js';
|
|
203
|
-
export { IPurchaseOrderRule } from './Types/Responses/Products/IPurchaseOrderRule.js';
|
|
204
|
-
export { ISerialRule } from './Types/Responses/Products/ISerialRule.js';
|
|
205
|
-
export { ITagRule } from './Types/Responses/Products/ITagRule.js';
|
|
206
|
-
export { IUnitOfMeasure } from './Types/Responses/Products/IUnitOfMeasure.js';
|
|
207
|
-
export { AddressType } from './Types/Responses/AddressType.js';
|
|
208
|
-
export { IAddress } from './Types/Responses/IAddress.js';
|
|
209
|
-
export { IBaseAddress } from './Types/Responses/IBaseAddress.js';
|
|
210
|
-
export { type ICountry } from './Types/Responses/ICountry.js';
|
|
211
|
-
export { IDBEntry } from './Types/Responses/IDBEntry.js';
|
|
212
|
-
export { type IErrorResponse } from './Types/Responses/IErrorResponse.js';
|
|
213
|
-
export { type ILabelPrinter } from './Types/Responses/ILabelPrinter.js';
|
|
214
|
-
export { type ILaserPrinter } from './Types/Responses/ILaserPrinter.js';
|
|
215
|
-
export { type ILoginResponse } from './Types/Responses/ILoginResponse.js';
|
|
216
|
-
export { type IPaginatedPayload } from './Types/Responses/IPaginatedPayload.js';
|
|
217
|
-
export { type IPaginatedResponse } from './Types/Responses/IPaginatedResponse.js';
|
|
218
|
-
export { type IPagination } from './Types/Responses/IPagination.js';
|
|
219
|
-
export { type IPayload } from './Types/Responses/IPayload.js';
|
|
220
|
-
export { type IPrinter } from './Types/Responses/IPrinter.js';
|
|
221
|
-
export { IProcessTypeSelectionMethodOutboundType } from './Types/Responses/IProcessTypeSelectionMethodOutboundType.js';
|
|
222
|
-
export { IProcessTypeSelectionMethodWarehouseCustomer } from './Types/Responses/IProcessTypeSelectionMethodWarehouseCustomer.js';
|
|
223
|
-
export { IProcessTypeSelectionMethodWarehouseCustomerType } from './Types/Responses/IProcessTypeSelectionMethodWarehouseCustomerType.js';
|
|
224
|
-
export { IProductCategory } from './Types/Responses/IProductCategory.js';
|
|
225
|
-
export { IProductCategoryDetails } from './Types/Responses/IProductCategoryDetails.js';
|
|
226
|
-
export { IProductIgnoreOnAllocationOutboundType } from './Types/Responses/IProductIgnoreOnAllocationOutboundType.js';
|
|
227
|
-
export { IProductLocation } from './Types/Responses/IProductLocation.js';
|
|
228
|
-
export { type IResponse } from './Types/Responses/IResponse.js';
|
|
229
|
-
export { IStockSortationMethodCustomer } from './Types/Responses/IStockSortationMethodCustomer.js';
|
|
230
158
|
export { Colour, ColourSet } from './scss/colours.js';
|