@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,7 +0,0 @@
|
|
|
1
|
-
export declare const FloService: Record<FloServiceName, FloService>;
|
|
2
|
-
type FloServiceName = 'Accounts' | 'Adjustments' | 'Allocations' | 'Auths' | 'Buckets' | 'Couriers' | 'Despatch' | 'Floats' | 'Jobs' | 'Kits' | 'Locations' | 'Movements' | 'Orders' | 'Packs' | 'Picks' | 'Pods' | 'Pools' | 'Preadvices' | 'Prints' | 'Products' | 'Putaway' | 'Receipt' | 'Registry' | 'Reports' | 'Sortations' | 'StockTake' | 'System' | 'Transactions';
|
|
3
|
-
export interface FloService {
|
|
4
|
-
readonly uri: string;
|
|
5
|
-
readonly version: number;
|
|
6
|
-
}
|
|
7
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export const FloService = {
|
|
2
|
-
Accounts: { uri: 'accounts', version: 0 },
|
|
3
|
-
Adjustments: { uri: 'adjustments', version: 0 },
|
|
4
|
-
Allocations: { uri: 'allocations', version: 0 },
|
|
5
|
-
Auths: { uri: 'auths', version: 0 },
|
|
6
|
-
Buckets: { uri: 'buckets', version: 0 },
|
|
7
|
-
Couriers: { uri: 'couriers', version: 0 },
|
|
8
|
-
Despatch: { uri: 'despatch', version: 0 },
|
|
9
|
-
Floats: { uri: 'floats', version: 0 },
|
|
10
|
-
Jobs: { uri: 'jobs', version: 0 },
|
|
11
|
-
Kits: { uri: 'kits', version: 0 },
|
|
12
|
-
Locations: { uri: 'locations', version: 0 },
|
|
13
|
-
Movements: { uri: 'movements', version: 0 },
|
|
14
|
-
Orders: { uri: 'orders', version: 0 },
|
|
15
|
-
Packs: { uri: 'packs', version: 0 },
|
|
16
|
-
Picks: { uri: 'picks', version: 0 },
|
|
17
|
-
Pods: { uri: 'pods', version: 0 },
|
|
18
|
-
Pools: { uri: 'pools', version: 0 },
|
|
19
|
-
Preadvices: { uri: 'preadvices', version: 0 },
|
|
20
|
-
Prints: { uri: 'prints', version: 0 },
|
|
21
|
-
Products: { uri: 'products', version: 0 },
|
|
22
|
-
Putaway: { uri: 'putaway', version: 0 },
|
|
23
|
-
Receipt: { uri: 'receipt', version: 0 },
|
|
24
|
-
Registry: { uri: 'registry', version: 0 },
|
|
25
|
-
Reports: { uri: 'reports', version: 0 },
|
|
26
|
-
Sortations: { uri: 'sortations', version: 0 },
|
|
27
|
-
StockTake: { uri: 'stocktake', version: 0 },
|
|
28
|
-
System: { uri: 'system', version: 0 },
|
|
29
|
-
Transactions: { uri: 'transactions', version: 0 }
|
|
30
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
import { PodLineDateTypeID, FloDate } from '../Internal/Misc.js';
|
|
3
|
-
export declare const IFillablePodLineDateRequestBody: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
-
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
5
|
-
}>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
6
|
-
overwriteValue: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TBoolean;
|
|
7
|
-
_overwrittenValue: 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
|
-
type: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"requiredAt">, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"validateAt">]>;
|
|
9
|
-
}>]>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
10
|
-
dateType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineDateTypeID>;
|
|
11
|
-
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<FloDate>]>;
|
|
12
|
-
}>]>;
|
|
13
|
-
export type IFillablePodLineDateRequestBody = Static<typeof IFillablePodLineDateRequestBody>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { PodLineDateTypeID, nullable, FloDate } from '../Internal/Misc.js';
|
|
3
|
-
import { IFillablePodLineAttribute } from '../Responses/Pods/IFillablePodLineAttribute.js';
|
|
4
|
-
export const IFillablePodLineDateRequestBody = Type.Intersect([
|
|
5
|
-
IFillablePodLineAttribute,
|
|
6
|
-
Type.Object({
|
|
7
|
-
dateType_id: PodLineDateTypeID,
|
|
8
|
-
value: nullable(FloDate)
|
|
9
|
-
})
|
|
10
|
-
]);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
export declare const IRequiredPodLineDateRequestBody: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
3
|
-
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
4
|
-
}>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
5
|
-
overwriteValue: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TBoolean;
|
|
6
|
-
_overwrittenValue: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
7
|
-
type: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"requiredAt">, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"validateAt">]>;
|
|
8
|
-
}>]>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
9
|
-
dateType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").PodLineDateTypeID>;
|
|
10
|
-
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
11
|
-
}>]>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
12
|
-
type: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"requiredAt">;
|
|
13
|
-
}>]>;
|
|
14
|
-
export type IRequiredPodLineDateRequestBody = Static<typeof IRequiredPodLineDateRequestBody>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { IFillablePodLineDateRequestBody } from './IFillablePodLineDateRequestBody.js';
|
|
3
|
-
export const IRequiredPodLineDateRequestBody = Type.Intersect([
|
|
4
|
-
IFillablePodLineDateRequestBody,
|
|
5
|
-
Type.Object({
|
|
6
|
-
type: Type.Literal('requiredAt')
|
|
7
|
-
})
|
|
8
|
-
]);
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
import { FloDate } from '../Internal/Misc.js';
|
|
3
|
-
export declare const IValidatedPodLineDateRequestBody: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
-
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
5
|
-
}>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
6
|
-
overwriteValue: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TBoolean;
|
|
7
|
-
_overwrittenValue: 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
|
-
type: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"requiredAt">, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"validateAt">]>;
|
|
9
|
-
}>]>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
10
|
-
dateType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").PodLineDateTypeID>;
|
|
11
|
-
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<FloDate>]>;
|
|
12
|
-
}>]>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
13
|
-
type: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"validateAt">;
|
|
14
|
-
podValue: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<FloDate>]>;
|
|
15
|
-
}>]>;
|
|
16
|
-
export type IValidatedPodLineDateRequestBody = Static<typeof IValidatedPodLineDateRequestBody>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { nullable, FloDate } from '../Internal/Misc.js';
|
|
3
|
-
import { IFillablePodLineDateRequestBody } from './IFillablePodLineDateRequestBody.js';
|
|
4
|
-
export const IValidatedPodLineDateRequestBody = Type.Intersect([
|
|
5
|
-
IFillablePodLineDateRequestBody,
|
|
6
|
-
Type.Object({
|
|
7
|
-
type: Type.Literal('validateAt'),
|
|
8
|
-
podValue: nullable(FloDate)
|
|
9
|
-
})
|
|
10
|
-
]);
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
export declare const AddressType: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"business">, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"individual">]>;
|
|
3
|
-
export type AddressType = Static<typeof AddressType>;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
import { AddressID } from '../Internal/Misc.js';
|
|
3
|
-
export declare const IAddress: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
-
addressLine1: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
5
|
-
addressLine2: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
6
|
-
addressLine3: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
7
|
-
addressLine4: 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
|
-
addressLine5: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
9
|
-
city: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
10
|
-
contactEmailAddress: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
11
|
-
contactNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
12
|
-
country_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").CountryID>]>;
|
|
13
|
-
county: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
14
|
-
postcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
15
|
-
}>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
16
|
-
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TOptional<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AddressID>]>>;
|
|
17
|
-
firstName: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
18
|
-
lastName: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
19
|
-
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
20
|
-
addressType: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"business">, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TLiteral<"individual">]>]>;
|
|
21
|
-
accountCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
22
|
-
taxIdentificationNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
23
|
-
iossIdentificationNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
24
|
-
eoriIdentificationNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
25
|
-
voecIdentificationNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
26
|
-
arnIdentificationNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
27
|
-
abnIdentificationNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
28
|
-
gstExemptionCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
29
|
-
fdaRegistrationNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
30
|
-
clickAndCollectCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
31
|
-
checksum: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TOptional<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>>;
|
|
32
|
-
state_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TOptional<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny>;
|
|
33
|
-
latitude: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TOptional<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny>;
|
|
34
|
-
longitude: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TOptional<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny>;
|
|
35
|
-
companyRegistrationNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TOptional<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny>;
|
|
36
|
-
ukimsIdentificationNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TOptional<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny>;
|
|
37
|
-
}>]>;
|
|
38
|
-
export interface IAddress extends Static<typeof IAddress> {
|
|
39
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { IBaseAddress } from './IBaseAddress.js';
|
|
3
|
-
import { nullable, AddressID, NullableString } from '../Internal/Misc.js';
|
|
4
|
-
import { AddressType } from './AddressType.js';
|
|
5
|
-
export const IAddress = Type.Intersect([
|
|
6
|
-
IBaseAddress,
|
|
7
|
-
Type.Object({
|
|
8
|
-
id: Type.Optional(nullable(AddressID)),
|
|
9
|
-
firstName: NullableString,
|
|
10
|
-
lastName: NullableString,
|
|
11
|
-
name: NullableString,
|
|
12
|
-
addressType: nullable(AddressType),
|
|
13
|
-
accountCode: NullableString,
|
|
14
|
-
taxIdentificationNumber: NullableString,
|
|
15
|
-
iossIdentificationNumber: NullableString,
|
|
16
|
-
eoriIdentificationNumber: NullableString,
|
|
17
|
-
voecIdentificationNumber: NullableString,
|
|
18
|
-
arnIdentificationNumber: NullableString,
|
|
19
|
-
abnIdentificationNumber: NullableString,
|
|
20
|
-
gstExemptionCode: NullableString,
|
|
21
|
-
fdaRegistrationNumber: NullableString,
|
|
22
|
-
clickAndCollectCode: NullableString,
|
|
23
|
-
checksum: Type.Optional(NullableString),
|
|
24
|
-
state_id: Type.Optional(Type.Any()),
|
|
25
|
-
latitude: Type.Optional(Type.Any()),
|
|
26
|
-
longitude: Type.Optional(Type.Any()),
|
|
27
|
-
companyRegistrationNumber: Type.Optional(Type.Any()),
|
|
28
|
-
ukimsIdentificationNumber: Type.Optional(Type.Any())
|
|
29
|
-
})
|
|
30
|
-
]);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
import { CountryID } from '../Internal/Misc.js';
|
|
3
|
-
export declare const IBaseAddress: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
-
addressLine1: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
5
|
-
addressLine2: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
6
|
-
addressLine3: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
7
|
-
addressLine4: 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
|
-
addressLine5: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
9
|
-
city: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
10
|
-
contactEmailAddress: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
11
|
-
contactNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
12
|
-
country_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CountryID>]>;
|
|
13
|
-
county: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
14
|
-
postcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
15
|
-
}>;
|
|
16
|
-
export interface IBaseAddress extends Static<typeof IBaseAddress> {
|
|
17
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { NullableString, nullable, CountryID } from '../Internal/Misc.js';
|
|
3
|
-
export const IBaseAddress = Type.Object({
|
|
4
|
-
addressLine1: NullableString,
|
|
5
|
-
addressLine2: NullableString,
|
|
6
|
-
addressLine3: NullableString,
|
|
7
|
-
addressLine4: NullableString,
|
|
8
|
-
addressLine5: NullableString,
|
|
9
|
-
city: NullableString,
|
|
10
|
-
contactEmailAddress: NullableString,
|
|
11
|
-
contactNumber: NullableString,
|
|
12
|
-
country_id: nullable(CountryID),
|
|
13
|
-
county: NullableString,
|
|
14
|
-
postcode: NullableString
|
|
15
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { CountryID } from '../Internal/Misc.js';
|
|
2
|
-
import type { IDBEntry } from './IDBEntry.js';
|
|
3
|
-
export interface ICountry extends IDBEntry {
|
|
4
|
-
readonly id: CountryID;
|
|
5
|
-
readonly countryName: string;
|
|
6
|
-
readonly officialName: string;
|
|
7
|
-
readonly alpha2: string;
|
|
8
|
-
readonly alpha3: string;
|
|
9
|
-
readonly countryNumber: number;
|
|
10
|
-
readonly displayOrder: number;
|
|
11
|
-
readonly countryDial: string;
|
|
12
|
-
readonly currencyCode: string;
|
|
13
|
-
readonly currencySymbol: string;
|
|
14
|
-
readonly currencyName: string;
|
|
15
|
-
readonly dateFormat: string;
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
import { FloDate, UserID } from '../Internal/Misc.js';
|
|
3
|
-
export declare const IDBEntry: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
-
userCreated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UserID>]>;
|
|
5
|
-
userUpdated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UserID>]>;
|
|
6
|
-
userDeleted_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UserID>]>;
|
|
7
|
-
dateCreated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<FloDate>]>;
|
|
8
|
-
dateUpdated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<FloDate>]>;
|
|
9
|
-
dateDeleted: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<FloDate>]>;
|
|
10
|
-
request_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
11
|
-
dirtyFlag: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny;
|
|
12
|
-
}>;
|
|
13
|
-
export type IDBEntry = Static<typeof IDBEntry>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { FloDate, nullable, NullableString, UserID } from '../Internal/Misc.js';
|
|
3
|
-
export const IDBEntry = Type.Object({
|
|
4
|
-
userCreated_id: nullable(UserID),
|
|
5
|
-
userUpdated_id: nullable(UserID),
|
|
6
|
-
userDeleted_id: nullable(UserID),
|
|
7
|
-
dateCreated: nullable(FloDate),
|
|
8
|
-
dateUpdated: nullable(FloDate),
|
|
9
|
-
dateDeleted: nullable(FloDate),
|
|
10
|
-
request_id: NullableString,
|
|
11
|
-
dirtyFlag: Type.Any({ readOnly: true })
|
|
12
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export interface IPagination {
|
|
2
|
-
readonly currentPage: number;
|
|
3
|
-
readonly firstPage: number;
|
|
4
|
-
readonly lastPage: number;
|
|
5
|
-
readonly nextPage: number | null;
|
|
6
|
-
readonly prevPage: number | null;
|
|
7
|
-
readonly totalRecords: number;
|
|
8
|
-
readonly recordsPerPage: number;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { PrinterID } from '../Internal/Misc.js';
|
|
2
|
-
import type { IDBEntry } from './IDBEntry.js';
|
|
3
|
-
export interface IPrinter extends IDBEntry {
|
|
4
|
-
readonly hostname: string;
|
|
5
|
-
readonly id: PrinterID;
|
|
6
|
-
readonly ipAddress: string;
|
|
7
|
-
readonly port: number;
|
|
8
|
-
readonly printerGroup_id: number;
|
|
9
|
-
readonly systemName: string;
|
|
10
|
-
readonly type: 'laser' | 'label';
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
import { MiscID, OutboundTypeID, ProductID } from '../Internal/Misc.js';
|
|
3
|
-
export declare const IProcessTypeSelectionMethodOutboundType: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
-
userCreated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
5
|
-
userUpdated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
6
|
-
userDeleted_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
7
|
-
dateCreated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
8
|
-
dateUpdated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
9
|
-
dateDeleted: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
10
|
-
request_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
11
|
-
dirtyFlag: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny;
|
|
12
|
-
}>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
13
|
-
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
14
|
-
outboundType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OutboundTypeID>;
|
|
15
|
-
processTypeSelectionMethodGroup_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
16
|
-
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductID>;
|
|
17
|
-
}>]>;
|
|
18
|
-
export type IProcessTypeSelectionMethodOutboundType = Static<typeof IProcessTypeSelectionMethodOutboundType>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { MiscID, OutboundTypeID, ProductID } from '../Internal/Misc.js';
|
|
3
|
-
import { IDBEntry } from './IDBEntry.js';
|
|
4
|
-
export const IProcessTypeSelectionMethodOutboundType = Type.Intersect([
|
|
5
|
-
IDBEntry,
|
|
6
|
-
Type.Object({
|
|
7
|
-
id: MiscID,
|
|
8
|
-
outboundType_id: OutboundTypeID,
|
|
9
|
-
processTypeSelectionMethodGroup_id: MiscID,
|
|
10
|
-
product_id: ProductID
|
|
11
|
-
})
|
|
12
|
-
], { unevaluatedProperties: false });
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
import { MiscID, WarehouseID, ProductID } from '../Internal/Misc.js';
|
|
3
|
-
export declare const IProcessTypeSelectionMethodWarehouseCustomer: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
-
userCreated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
5
|
-
userUpdated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
6
|
-
userDeleted_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
7
|
-
dateCreated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
8
|
-
dateUpdated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
9
|
-
dateDeleted: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
10
|
-
request_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
11
|
-
dirtyFlag: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny;
|
|
12
|
-
}>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
13
|
-
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
14
|
-
processTypeSelectionMethodGroup_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
15
|
-
warehouse_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<WarehouseID>;
|
|
16
|
-
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductID>;
|
|
17
|
-
process: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
18
|
-
customer_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
19
|
-
}>]>;
|
|
20
|
-
export type IProcessTypeSelectionMethodWarehouseCustomer = Static<typeof IProcessTypeSelectionMethodWarehouseCustomer>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { MiscID, WarehouseID, ProductID, TypedString } from '../Internal/Misc.js';
|
|
3
|
-
import { IDBEntry } from './IDBEntry.js';
|
|
4
|
-
export const IProcessTypeSelectionMethodWarehouseCustomer = Type.Intersect([
|
|
5
|
-
IDBEntry,
|
|
6
|
-
Type.Object({
|
|
7
|
-
id: MiscID,
|
|
8
|
-
processTypeSelectionMethodGroup_id: MiscID,
|
|
9
|
-
warehouse_id: WarehouseID,
|
|
10
|
-
product_id: ProductID,
|
|
11
|
-
process: TypedString,
|
|
12
|
-
customer_id: MiscID
|
|
13
|
-
})
|
|
14
|
-
], { unevaluatedProperties: false });
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
import { MiscID, WarehouseID, ProductID } from '../Internal/Misc.js';
|
|
3
|
-
export declare const IProcessTypeSelectionMethodWarehouseCustomerType: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
-
userCreated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
5
|
-
userUpdated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
6
|
-
userDeleted_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
7
|
-
dateCreated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
8
|
-
dateUpdated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
9
|
-
dateDeleted: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
10
|
-
request_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
11
|
-
dirtyFlag: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny;
|
|
12
|
-
}>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
13
|
-
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
14
|
-
processTypeSelectionMethodGroup_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
15
|
-
warehouse_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<WarehouseID>;
|
|
16
|
-
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductID>;
|
|
17
|
-
process: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
18
|
-
customerType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
19
|
-
}>]>;
|
|
20
|
-
export type IProcessTypeSelectionMethodWarehouseCustomerType = Static<typeof IProcessTypeSelectionMethodWarehouseCustomerType>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { MiscID, WarehouseID, ProductID, TypedString } from '../Internal/Misc.js';
|
|
3
|
-
import { IDBEntry } from './IDBEntry.js';
|
|
4
|
-
export const IProcessTypeSelectionMethodWarehouseCustomerType = Type.Intersect([
|
|
5
|
-
IDBEntry,
|
|
6
|
-
Type.Object({
|
|
7
|
-
id: MiscID,
|
|
8
|
-
processTypeSelectionMethodGroup_id: MiscID,
|
|
9
|
-
warehouse_id: WarehouseID,
|
|
10
|
-
product_id: ProductID,
|
|
11
|
-
process: TypedString,
|
|
12
|
-
customerType_id: MiscID
|
|
13
|
-
})
|
|
14
|
-
], { unevaluatedProperties: false });
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { type Static } from '@sinclair/typebox';
|
|
2
|
-
import { AccountID, MiscID } from '../Internal/Misc.js';
|
|
3
|
-
export declare const IProductCategory: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TIntersect<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
-
userCreated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
5
|
-
userUpdated_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
6
|
-
userDeleted_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").UserID>]>;
|
|
7
|
-
dateCreated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
8
|
-
dateUpdated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
9
|
-
dateDeleted: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../Internal/Misc.js").FloDate>]>;
|
|
10
|
-
request_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
11
|
-
dirtyFlag: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TAny;
|
|
12
|
-
}>, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
13
|
-
account_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountID>;
|
|
14
|
-
code: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
15
|
-
description: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
16
|
-
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
17
|
-
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
18
|
-
}>]>;
|
|
19
|
-
export type IProductCategory = Static<typeof IProductCategory>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Type } from '@sinclair/typebox';
|
|
2
|
-
import { AccountID, TypedString, NullableString, MiscID } from '../Internal/Misc.js';
|
|
3
|
-
import { IDBEntry } from './IDBEntry.js';
|
|
4
|
-
export const IProductCategory = Type.Intersect([
|
|
5
|
-
IDBEntry,
|
|
6
|
-
Type.Object({
|
|
7
|
-
account_id: AccountID,
|
|
8
|
-
code: TypedString,
|
|
9
|
-
description: NullableString,
|
|
10
|
-
id: MiscID,
|
|
11
|
-
name: TypedString
|
|
12
|
-
})
|
|
13
|
-
], { unevaluatedProperties: false });
|