@simpleapps-com/augur-api 0.4.9 → 0.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/services/items/client.d.ts +248 -10
- package/dist/cjs/services/items/client.d.ts.map +1 -1
- package/dist/cjs/services/items/client.js +180 -12
- package/dist/cjs/services/items/client.js.map +1 -1
- package/dist/cjs/services/items/schemas/categories.d.ts +0 -51
- package/dist/cjs/services/items/schemas/categories.d.ts.map +1 -1
- package/dist/cjs/services/items/schemas/categories.js +2 -22
- package/dist/cjs/services/items/schemas/categories.js.map +1 -1
- package/dist/cjs/services/items/schemas/contractsAttributes.d.ts +59 -0
- package/dist/cjs/services/items/schemas/contractsAttributes.d.ts.map +1 -0
- package/dist/cjs/services/items/schemas/contractsAttributes.js +14 -0
- package/dist/cjs/services/items/schemas/contractsAttributes.js.map +1 -0
- package/dist/cjs/services/items/schemas/contractsItems.d.ts +101 -0
- package/dist/cjs/services/items/schemas/contractsItems.d.ts.map +1 -0
- package/dist/cjs/services/items/schemas/contractsItems.js +41 -0
- package/dist/cjs/services/items/schemas/contractsItems.js.map +1 -0
- package/dist/cjs/services/items/schemas/index.d.ts +3 -0
- package/dist/cjs/services/items/schemas/index.d.ts.map +1 -1
- package/dist/cjs/services/items/schemas/index.js +5 -0
- package/dist/cjs/services/items/schemas/index.js.map +1 -1
- package/dist/cjs/services/items/schemas/itemUom.d.ts +436 -0
- package/dist/cjs/services/items/schemas/itemUom.d.ts.map +1 -0
- package/dist/cjs/services/items/schemas/itemUom.js +45 -0
- package/dist/cjs/services/items/schemas/itemUom.js.map +1 -0
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/services/items/client.d.ts +248 -10
- package/dist/esm/services/items/client.d.ts.map +1 -1
- package/dist/esm/services/items/client.js +186 -14
- package/dist/esm/services/items/client.js.map +1 -1
- package/dist/esm/services/items/schemas/categories.d.ts +0 -51
- package/dist/esm/services/items/schemas/categories.d.ts.map +1 -1
- package/dist/esm/services/items/schemas/categories.js +1 -21
- package/dist/esm/services/items/schemas/categories.js.map +1 -1
- package/dist/esm/services/items/schemas/contractsAttributes.d.ts +59 -0
- package/dist/esm/services/items/schemas/contractsAttributes.d.ts.map +1 -0
- package/dist/esm/services/items/schemas/contractsAttributes.js +11 -0
- package/dist/esm/services/items/schemas/contractsAttributes.js.map +1 -0
- package/dist/esm/services/items/schemas/contractsItems.d.ts +101 -0
- package/dist/esm/services/items/schemas/contractsItems.d.ts.map +1 -0
- package/dist/esm/services/items/schemas/contractsItems.js +38 -0
- package/dist/esm/services/items/schemas/contractsItems.js.map +1 -0
- package/dist/esm/services/items/schemas/index.d.ts +3 -0
- package/dist/esm/services/items/schemas/index.d.ts.map +1 -1
- package/dist/esm/services/items/schemas/index.js +5 -0
- package/dist/esm/services/items/schemas/index.js.map +1 -1
- package/dist/esm/services/items/schemas/itemUom.d.ts +436 -0
- package/dist/esm/services/items/schemas/itemUom.d.ts.map +1 -0
- package/dist/esm/services/items/schemas/itemUom.js +42 -0
- package/dist/esm/services/items/schemas/itemUom.js.map +1 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/services/items/client.d.ts +248 -10
- package/dist/types/services/items/client.d.ts.map +1 -1
- package/dist/types/services/items/schemas/categories.d.ts +0 -51
- package/dist/types/services/items/schemas/categories.d.ts.map +1 -1
- package/dist/types/services/items/schemas/contractsAttributes.d.ts +59 -0
- package/dist/types/services/items/schemas/contractsAttributes.d.ts.map +1 -0
- package/dist/types/services/items/schemas/contractsItems.d.ts +101 -0
- package/dist/types/services/items/schemas/contractsItems.d.ts.map +1 -0
- package/dist/types/services/items/schemas/index.d.ts +3 -0
- package/dist/types/services/items/schemas/index.d.ts.map +1 -1
- package/dist/types/services/items/schemas/itemUom.d.ts +436 -0
- package/dist/types/services/items/schemas/itemUom.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseServiceClient } from '../../core/base-client';
|
|
2
2
|
import type { HTTPClient } from '../../core/client';
|
|
3
|
-
import { CreateAttributeRequest, UpdateAttributeRequest, CreateAttributeGroupRequest, UpdateAttributeGroupRequest, AttributeGroupListParams, CreateBrandRequest, UpdateBrandRequest, BrandListParams, CategoryListParams, CategoryLookupParams, ProductListParams, InvMastLookupParams, GetStockParams, CreateItemVariantHeaderRequest, UpdateItemVariantHeaderRequest, ItemVariantListParams, CreateItemWishlistHeaderRequest, CreateAttributeGroupAttributeRequest, UpdateAttributeGroupAttributeRequest, CreateAttributeValueRequest, UpdateAttributeValueRequest, CreateBrandItemRequest, UpdateBrandItemRequest, CreateInvMastFaqRequest, UpdateInvMastFaqRequest, CreateItemWishlistHdrRequest, CreateItemAttributeValueRequest, CreateItemFavoriteRequest, UpdateItemFavoriteRequest, CreateInternalPdfRequest, UpdateItemAttributeValueRequest, InvMastLocationsBinsParams, LocationsBinsParams } from './schemas';
|
|
3
|
+
import { CreateAttributeRequest, UpdateAttributeRequest, CreateAttributeGroupRequest, UpdateAttributeGroupRequest, AttributeGroupListParams, CreateBrandRequest, UpdateBrandRequest, BrandListParams, CategoryListParams, CategoryLookupParams, ProductListParams, InvMastLookupParams, GetStockParams, CreateItemVariantHeaderRequest, UpdateItemVariantHeaderRequest, ItemVariantListParams, CreateItemWishlistHeaderRequest, CreateAttributeGroupAttributeRequest, UpdateAttributeGroupAttributeRequest, CreateAttributeValueRequest, UpdateAttributeValueRequest, CreateBrandItemRequest, UpdateBrandItemRequest, CreateInvMastFaqRequest, UpdateInvMastFaqRequest, CreateItemWishlistHdrRequest, CreateItemAttributeValueRequest, CreateItemFavoriteRequest, UpdateItemFavoriteRequest, CreateInternalPdfRequest, UpdateItemAttributeValueRequest, InvMastLocationsBinsParams, LocationsBinsParams, ContractsItemsParams, ItemUomListParams } from './schemas';
|
|
4
4
|
/**
|
|
5
5
|
* Items service client implementing OpenAPI Path Mirroring Pattern
|
|
6
6
|
*
|
|
@@ -1026,19 +1026,31 @@ export declare class ItemsClient extends BaseServiceClient {
|
|
|
1026
1026
|
}>;
|
|
1027
1027
|
};
|
|
1028
1028
|
/**
|
|
1029
|
-
* OpenAPI Path: /categories/{itemCategoryUid}/
|
|
1030
|
-
* @description Nested path for category
|
|
1029
|
+
* OpenAPI Path: /categories/{itemCategoryUid}/items → categories.items.list
|
|
1030
|
+
* @description Nested path for category items (plural)
|
|
1031
1031
|
*/
|
|
1032
|
-
|
|
1032
|
+
items: {
|
|
1033
1033
|
/**
|
|
1034
|
-
*
|
|
1035
|
-
* @description
|
|
1036
|
-
* @fullPath api.items.categories.
|
|
1034
|
+
* List category items
|
|
1035
|
+
* @description List items in a category with filtering and search capabilities
|
|
1036
|
+
* @fullPath api.items.categories.items.list
|
|
1037
1037
|
* @service items
|
|
1038
1038
|
* @domain inventory-management
|
|
1039
1039
|
* @discoverable true
|
|
1040
|
+
* @dataMethod categoriesData.items.list
|
|
1041
|
+
* @searchTerms ["category", "items", "products", "list", "filter"]
|
|
1042
|
+
* @relatedEndpoints ["categories.get", "invMast.list", "categories.attributes.list"]
|
|
1043
|
+
* @commonPatterns ["List items in category", "Filter category products", "Search category items"]
|
|
1044
|
+
* @workflow ["inventory-management", "product-discovery"]
|
|
1045
|
+
* @prerequisites ["Valid itemCategoryUid", "Bearer token", "x-site-id header", "Required q parameter"]
|
|
1046
|
+
* @nextSteps ["Use item details for product display", "Apply filters for refinement"]
|
|
1047
|
+
* @businessRules ["Returns array of items", "Requires q search parameter", "Supports pagination and filtering"]
|
|
1048
|
+
* @functionalArea "inventory-management"
|
|
1049
|
+
* @crossSite true
|
|
1050
|
+
* @caching "Variable TTL based on cacheTtl parameter"
|
|
1051
|
+
* @performance "Good - supports caching and filtering"
|
|
1040
1052
|
*/
|
|
1041
|
-
|
|
1053
|
+
list: (itemCategoryUid: number, params?: Record<string, unknown>) => Promise<{
|
|
1042
1054
|
params: Record<string, unknown> | unknown[];
|
|
1043
1055
|
data: {
|
|
1044
1056
|
invMastUid: number;
|
|
@@ -1062,6 +1074,82 @@ export declare class ItemsClient extends BaseServiceClient {
|
|
|
1062
1074
|
}>;
|
|
1063
1075
|
};
|
|
1064
1076
|
};
|
|
1077
|
+
/**
|
|
1078
|
+
* OpenAPI Path: /contracts → contracts.*
|
|
1079
|
+
* @description Methods for managing contract items
|
|
1080
|
+
*/
|
|
1081
|
+
contracts: {
|
|
1082
|
+
/**
|
|
1083
|
+
* List contract item attributes
|
|
1084
|
+
* @description List the attributes for contract items
|
|
1085
|
+
* @fullPath api.items.contracts.attributes.list
|
|
1086
|
+
* @service items
|
|
1087
|
+
* @domain contract-management
|
|
1088
|
+
* @discoverable true
|
|
1089
|
+
* @dataMethod contractsData.attributes.list
|
|
1090
|
+
*/
|
|
1091
|
+
attributes: {
|
|
1092
|
+
/**
|
|
1093
|
+
* Get contract item attributes
|
|
1094
|
+
* @description List the attributes for contract items by job number
|
|
1095
|
+
* @fullPath api.items.contracts.attributes.list
|
|
1096
|
+
* @service items
|
|
1097
|
+
* @domain contract-management
|
|
1098
|
+
* @discoverable true
|
|
1099
|
+
* @dataMethod contractsData.attributes.list
|
|
1100
|
+
* @searchTerms ["contract", "attributes", "job", "items", "properties"]
|
|
1101
|
+
* @relatedEndpoints ["contracts.items.list", "attributes.list", "categories.attributes.list"]
|
|
1102
|
+
* @commonPatterns ["Get contract item attributes for job", "List contract properties"]
|
|
1103
|
+
* @workflow ["contract-management", "item-configuration"]
|
|
1104
|
+
* @prerequisites ["Valid job number", "Bearer token", "x-site-id header"]
|
|
1105
|
+
* @nextSteps ["Use attributes for filtering contract items", "Configure item properties"]
|
|
1106
|
+
* @businessRules ["Job number must exist", "Returns all available attributes for contract items"]
|
|
1107
|
+
* @functionalArea "contract-management"
|
|
1108
|
+
* @crossSite false
|
|
1109
|
+
* @caching "5 minutes - attributes change infrequently"
|
|
1110
|
+
* @performance "Fast - simple lookup operation"
|
|
1111
|
+
*/
|
|
1112
|
+
list: (jobNo: number) => Promise<{
|
|
1113
|
+
params: Record<string, unknown> | unknown[];
|
|
1114
|
+
options: Record<string, unknown> | unknown[];
|
|
1115
|
+
status: number;
|
|
1116
|
+
message: string;
|
|
1117
|
+
count: number;
|
|
1118
|
+
total: number;
|
|
1119
|
+
totalResults: number;
|
|
1120
|
+
data?: unknown;
|
|
1121
|
+
}>;
|
|
1122
|
+
};
|
|
1123
|
+
/**
|
|
1124
|
+
* List contract items
|
|
1125
|
+
* @description List contracts items for a job with filtering and search capabilities
|
|
1126
|
+
* @fullPath api.items.contracts.items.list
|
|
1127
|
+
* @service items
|
|
1128
|
+
* @domain contract-management
|
|
1129
|
+
* @discoverable true
|
|
1130
|
+
* @dataMethod contractsData.items.list
|
|
1131
|
+
*/
|
|
1132
|
+
items: {
|
|
1133
|
+
/**
|
|
1134
|
+
* List contract items for a job
|
|
1135
|
+
* @description List contracts items for a job with extensive filtering options
|
|
1136
|
+
* @fullPath api.items.contracts.items.list
|
|
1137
|
+
* @service items
|
|
1138
|
+
* @domain contract-management
|
|
1139
|
+
* @discoverable true
|
|
1140
|
+
*/
|
|
1141
|
+
list: (jobNo: number, params: Omit<ContractsItemsParams, "jobNo">) => Promise<{
|
|
1142
|
+
params: Record<string, unknown> | unknown[];
|
|
1143
|
+
options: Record<string, unknown> | unknown[];
|
|
1144
|
+
status: number;
|
|
1145
|
+
message: string;
|
|
1146
|
+
count: number;
|
|
1147
|
+
total: number;
|
|
1148
|
+
totalResults: number;
|
|
1149
|
+
data?: unknown;
|
|
1150
|
+
}>;
|
|
1151
|
+
};
|
|
1152
|
+
};
|
|
1065
1153
|
/**
|
|
1066
1154
|
* OpenAPI Path: /health-check → healthCheck.get
|
|
1067
1155
|
* @description Health check endpoint
|
|
@@ -2202,6 +2290,108 @@ export declare class ItemsClient extends BaseServiceClient {
|
|
|
2202
2290
|
totalResults: number;
|
|
2203
2291
|
}>;
|
|
2204
2292
|
};
|
|
2293
|
+
/**
|
|
2294
|
+
* OpenAPI Path: /item-uom → itemUom.*
|
|
2295
|
+
* @description Methods for managing item units of measure (UOM)
|
|
2296
|
+
*/
|
|
2297
|
+
itemUom: {
|
|
2298
|
+
/**
|
|
2299
|
+
* List item units of measure
|
|
2300
|
+
* @description Retrieve a paginated list of item UOMs with filtering options
|
|
2301
|
+
* @fullPath api.items.itemUom.list
|
|
2302
|
+
* @service items
|
|
2303
|
+
* @domain inventory-management
|
|
2304
|
+
* @discoverable true
|
|
2305
|
+
* @dataMethod itemUomData.list
|
|
2306
|
+
* @searchTerms ["uom", "unit", "measure", "items", "inventory"]
|
|
2307
|
+
* @relatedEndpoints ["invMast.list", "attributes.list", "categories.list"]
|
|
2308
|
+
* @commonPatterns ["Get item units of measure", "List UOMs for items", "Filter UOMs by item"]
|
|
2309
|
+
* @workflow ["inventory-management", "product-configuration"]
|
|
2310
|
+
* @prerequisites ["Bearer token", "x-site-id header"]
|
|
2311
|
+
* @nextSteps ["Use UOM data for pricing calculations", "Configure item units"]
|
|
2312
|
+
* @businessRules ["Returns paginated results", "Supports filtering by item and unit of measure"]
|
|
2313
|
+
* @functionalArea "inventory-management"
|
|
2314
|
+
* @crossSite true
|
|
2315
|
+
* @caching "5 minutes - UOM data changes infrequently"
|
|
2316
|
+
* @performance "Fast - indexed lookup operation"
|
|
2317
|
+
*/
|
|
2318
|
+
list: (params?: ItemUomListParams) => Promise<{
|
|
2319
|
+
params: Record<string, unknown> | unknown[];
|
|
2320
|
+
data: {
|
|
2321
|
+
dateCreated: string;
|
|
2322
|
+
dateLastModified: string;
|
|
2323
|
+
updateCd: number;
|
|
2324
|
+
invMastUid: number;
|
|
2325
|
+
unitOfMeasure: string;
|
|
2326
|
+
unitSize: number;
|
|
2327
|
+
deleteFlag: string;
|
|
2328
|
+
createdBy: string | null;
|
|
2329
|
+
lastMaintainedBy: string;
|
|
2330
|
+
sellingUnit: string | null;
|
|
2331
|
+
purchasingUnit: string | null;
|
|
2332
|
+
itemUomUid: number;
|
|
2333
|
+
b2bUnitFlag: string;
|
|
2334
|
+
tallyFactor: number | null;
|
|
2335
|
+
wwmsFlag: string | null;
|
|
2336
|
+
prodOrderFactor: number | null;
|
|
2337
|
+
minimumOrderQty: number | null;
|
|
2338
|
+
}[];
|
|
2339
|
+
options: Record<string, unknown> | unknown[];
|
|
2340
|
+
status: number;
|
|
2341
|
+
message: string;
|
|
2342
|
+
count: number;
|
|
2343
|
+
total: number;
|
|
2344
|
+
totalResults: number;
|
|
2345
|
+
}>;
|
|
2346
|
+
/**
|
|
2347
|
+
* Get item unit of measure details
|
|
2348
|
+
* @description Retrieve specific item UOM details by ID
|
|
2349
|
+
* @fullPath api.items.itemUom.get
|
|
2350
|
+
* @service items
|
|
2351
|
+
* @domain inventory-management
|
|
2352
|
+
* @discoverable true
|
|
2353
|
+
* @dataMethod itemUomData.get
|
|
2354
|
+
* @searchTerms ["uom", "unit", "measure", "details", "specific"]
|
|
2355
|
+
* @relatedEndpoints ["itemUom.list", "invMast.get", "attributes.get"]
|
|
2356
|
+
* @commonPatterns ["Get UOM details by ID", "Retrieve unit of measure information"]
|
|
2357
|
+
* @workflow ["inventory-management", "product-configuration"]
|
|
2358
|
+
* @prerequisites ["Valid itemUomUid", "Bearer token", "x-site-id header"]
|
|
2359
|
+
* @nextSteps ["Use UOM details for calculations", "Update item configurations"]
|
|
2360
|
+
* @businessRules ["Returns single UOM record", "Must provide valid itemUomUid"]
|
|
2361
|
+
* @functionalArea "inventory-management"
|
|
2362
|
+
* @crossSite true
|
|
2363
|
+
* @caching "5 minutes - UOM data changes infrequently"
|
|
2364
|
+
* @performance "Very fast - direct ID lookup"
|
|
2365
|
+
*/
|
|
2366
|
+
get: (itemUomUid: number) => Promise<{
|
|
2367
|
+
params: Record<string, unknown> | unknown[];
|
|
2368
|
+
data: {
|
|
2369
|
+
dateCreated: string;
|
|
2370
|
+
dateLastModified: string;
|
|
2371
|
+
updateCd: number;
|
|
2372
|
+
invMastUid: number;
|
|
2373
|
+
unitOfMeasure: string;
|
|
2374
|
+
unitSize: number;
|
|
2375
|
+
deleteFlag: string;
|
|
2376
|
+
createdBy: string | null;
|
|
2377
|
+
lastMaintainedBy: string;
|
|
2378
|
+
sellingUnit: string | null;
|
|
2379
|
+
purchasingUnit: string | null;
|
|
2380
|
+
itemUomUid: number;
|
|
2381
|
+
b2bUnitFlag: string;
|
|
2382
|
+
tallyFactor: number | null;
|
|
2383
|
+
wwmsFlag: string | null;
|
|
2384
|
+
prodOrderFactor: number | null;
|
|
2385
|
+
minimumOrderQty: number | null;
|
|
2386
|
+
};
|
|
2387
|
+
options: Record<string, unknown> | unknown[];
|
|
2388
|
+
status: number;
|
|
2389
|
+
message: string;
|
|
2390
|
+
count: number;
|
|
2391
|
+
total: number;
|
|
2392
|
+
totalResults: number;
|
|
2393
|
+
}>;
|
|
2394
|
+
};
|
|
2205
2395
|
/**
|
|
2206
2396
|
* OpenAPI Path: /item-wishlist/{usersId} → itemWishlist.* (with required parameter)
|
|
2207
2397
|
* @description Methods for managing user wishlists
|
|
@@ -3000,8 +3190,8 @@ export declare class ItemsClient extends BaseServiceClient {
|
|
|
3000
3190
|
altText?: string | undefined;
|
|
3001
3191
|
}[]>;
|
|
3002
3192
|
};
|
|
3003
|
-
|
|
3004
|
-
|
|
3193
|
+
items: {
|
|
3194
|
+
list: (itemCategoryUid: number, params?: Record<string, unknown>) => Promise<{
|
|
3005
3195
|
invMastUid: number;
|
|
3006
3196
|
itemId: string;
|
|
3007
3197
|
itemDesc: string;
|
|
@@ -3016,6 +3206,14 @@ export declare class ItemsClient extends BaseServiceClient {
|
|
|
3016
3206
|
}[]>;
|
|
3017
3207
|
};
|
|
3018
3208
|
};
|
|
3209
|
+
contractsData: {
|
|
3210
|
+
attributes: {
|
|
3211
|
+
list: (jobNo: number) => Promise<unknown>;
|
|
3212
|
+
};
|
|
3213
|
+
items: {
|
|
3214
|
+
list: (jobNo: number, params: Omit<ContractsItemsParams, "jobNo">) => Promise<unknown>;
|
|
3215
|
+
};
|
|
3216
|
+
};
|
|
3019
3217
|
internalData: {
|
|
3020
3218
|
pdf: {
|
|
3021
3219
|
create: (data: CreateInternalPdfRequest) => Promise<{
|
|
@@ -3484,6 +3682,46 @@ export declare class ItemsClient extends BaseServiceClient {
|
|
|
3484
3682
|
get: (locationId: string, bin: string) => Promise<import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">[]>;
|
|
3485
3683
|
};
|
|
3486
3684
|
};
|
|
3685
|
+
itemUomData: {
|
|
3686
|
+
list: (params?: ItemUomListParams) => Promise<{
|
|
3687
|
+
dateCreated: string;
|
|
3688
|
+
dateLastModified: string;
|
|
3689
|
+
updateCd: number;
|
|
3690
|
+
invMastUid: number;
|
|
3691
|
+
unitOfMeasure: string;
|
|
3692
|
+
unitSize: number;
|
|
3693
|
+
deleteFlag: string;
|
|
3694
|
+
createdBy: string | null;
|
|
3695
|
+
lastMaintainedBy: string;
|
|
3696
|
+
sellingUnit: string | null;
|
|
3697
|
+
purchasingUnit: string | null;
|
|
3698
|
+
itemUomUid: number;
|
|
3699
|
+
b2bUnitFlag: string;
|
|
3700
|
+
tallyFactor: number | null;
|
|
3701
|
+
wwmsFlag: string | null;
|
|
3702
|
+
prodOrderFactor: number | null;
|
|
3703
|
+
minimumOrderQty: number | null;
|
|
3704
|
+
}[]>;
|
|
3705
|
+
get: (itemUomUid: number) => Promise<{
|
|
3706
|
+
dateCreated: string;
|
|
3707
|
+
dateLastModified: string;
|
|
3708
|
+
updateCd: number;
|
|
3709
|
+
invMastUid: number;
|
|
3710
|
+
unitOfMeasure: string;
|
|
3711
|
+
unitSize: number;
|
|
3712
|
+
deleteFlag: string;
|
|
3713
|
+
createdBy: string | null;
|
|
3714
|
+
lastMaintainedBy: string;
|
|
3715
|
+
sellingUnit: string | null;
|
|
3716
|
+
purchasingUnit: string | null;
|
|
3717
|
+
itemUomUid: number;
|
|
3718
|
+
b2bUnitFlag: string;
|
|
3719
|
+
tallyFactor: number | null;
|
|
3720
|
+
wwmsFlag: string | null;
|
|
3721
|
+
prodOrderFactor: number | null;
|
|
3722
|
+
minimumOrderQty: number | null;
|
|
3723
|
+
}>;
|
|
3724
|
+
};
|
|
3487
3725
|
variantsData: {
|
|
3488
3726
|
list: (params?: ItemVariantListParams) => Promise<{
|
|
3489
3727
|
itemVariantHdrUid: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/services/items/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/services/items/client.ts"],"names":[],"mappings":"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"}
|
|
@@ -293,7 +293,6 @@ export declare const CategoryItemsParamsSchema: z.ZodObject<{
|
|
|
293
293
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
294
294
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
295
295
|
sortBy: z.ZodOptional<z.ZodString>;
|
|
296
|
-
sortOrder: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
297
296
|
filters: z.ZodOptional<z.ZodString>;
|
|
298
297
|
fields: z.ZodOptional<z.ZodString>;
|
|
299
298
|
displayOnWebFlag: z.ZodOptional<z.ZodString>;
|
|
@@ -315,7 +314,6 @@ export declare const CategoryItemsParamsSchema: z.ZodObject<{
|
|
|
315
314
|
filters?: string | undefined;
|
|
316
315
|
tags?: string | undefined;
|
|
317
316
|
sortBy?: string | undefined;
|
|
318
|
-
sortOrder?: "asc" | "desc" | undefined;
|
|
319
317
|
includeStock?: "Y" | "N" | undefined;
|
|
320
318
|
}, {
|
|
321
319
|
limit?: number | undefined;
|
|
@@ -329,54 +327,6 @@ export declare const CategoryItemsParamsSchema: z.ZodObject<{
|
|
|
329
327
|
filters?: string | undefined;
|
|
330
328
|
tags?: string | undefined;
|
|
331
329
|
sortBy?: string | undefined;
|
|
332
|
-
sortOrder?: "asc" | "desc" | undefined;
|
|
333
|
-
includeStock?: "Y" | "N" | undefined;
|
|
334
|
-
}>;
|
|
335
|
-
/**
|
|
336
|
-
* Query parameters schema for category item endpoint with REQUIRED q parameter
|
|
337
|
-
* OpenAPI: GET /categories/{itemCategoryUid}/item
|
|
338
|
-
*/
|
|
339
|
-
export declare const CategoryItemRequiredQueryParamsSchema: z.ZodObject<{
|
|
340
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
341
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
342
|
-
sortBy: z.ZodOptional<z.ZodString>;
|
|
343
|
-
sortOrder: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
344
|
-
filters: z.ZodOptional<z.ZodString>;
|
|
345
|
-
fields: z.ZodOptional<z.ZodString>;
|
|
346
|
-
displayOnWebFlag: z.ZodOptional<z.ZodString>;
|
|
347
|
-
classId5List: z.ZodOptional<z.ZodString>;
|
|
348
|
-
classId5ExcludeList: z.ZodOptional<z.ZodString>;
|
|
349
|
-
tags: z.ZodOptional<z.ZodString>;
|
|
350
|
-
q: z.ZodString;
|
|
351
|
-
includeStock: z.ZodOptional<z.ZodEnum<["Y", "N"]>>;
|
|
352
|
-
cacheTtl: z.ZodOptional<z.ZodNumber>;
|
|
353
|
-
}, "strip", z.ZodTypeAny, {
|
|
354
|
-
q: string;
|
|
355
|
-
limit?: number | undefined;
|
|
356
|
-
offset?: number | undefined;
|
|
357
|
-
displayOnWebFlag?: string | undefined;
|
|
358
|
-
cacheTtl?: number | undefined;
|
|
359
|
-
classId5ExcludeList?: string | undefined;
|
|
360
|
-
classId5List?: string | undefined;
|
|
361
|
-
fields?: string | undefined;
|
|
362
|
-
filters?: string | undefined;
|
|
363
|
-
tags?: string | undefined;
|
|
364
|
-
sortBy?: string | undefined;
|
|
365
|
-
sortOrder?: "asc" | "desc" | undefined;
|
|
366
|
-
includeStock?: "Y" | "N" | undefined;
|
|
367
|
-
}, {
|
|
368
|
-
q: string;
|
|
369
|
-
limit?: number | undefined;
|
|
370
|
-
offset?: number | undefined;
|
|
371
|
-
displayOnWebFlag?: string | undefined;
|
|
372
|
-
cacheTtl?: number | undefined;
|
|
373
|
-
classId5ExcludeList?: string | undefined;
|
|
374
|
-
classId5List?: string | undefined;
|
|
375
|
-
fields?: string | undefined;
|
|
376
|
-
filters?: string | undefined;
|
|
377
|
-
tags?: string | undefined;
|
|
378
|
-
sortBy?: string | undefined;
|
|
379
|
-
sortOrder?: "asc" | "desc" | undefined;
|
|
380
330
|
includeStock?: "Y" | "N" | undefined;
|
|
381
331
|
}>;
|
|
382
332
|
export declare const CategoryItemSchema: z.ZodObject<{
|
|
@@ -1320,7 +1270,6 @@ export type CategoryLookupParams = z.infer<typeof CategoryLookupParamsSchema>;
|
|
|
1320
1270
|
export type CategoryPreCacheParams = z.infer<typeof CategoryPreCacheParamsSchema>;
|
|
1321
1271
|
export type CategoryDetailsParams = z.infer<typeof CategoryDetailsParamsSchema>;
|
|
1322
1272
|
export type CategoryItemsParams = z.infer<typeof CategoryItemsParamsSchema>;
|
|
1323
|
-
export type CategoryItemRequiredQueryParams = z.infer<typeof CategoryItemRequiredQueryParamsSchema>;
|
|
1324
1273
|
export type CategoryItem = z.infer<typeof CategoryItemSchema>;
|
|
1325
1274
|
export type CategoryFilter = z.infer<typeof CategoryFilterSchema>;
|
|
1326
1275
|
export type CategoryImage = z.infer<typeof CategoryImageSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"categories.d.ts","sourceRoot":"","sources":["../../../../../src/services/items/schemas/categories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBnC,CAAC;AAGH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;EAQrC,CAAC;AAGH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;EAQ5B,CAAC;AAGH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEvC,CAAC;AAGH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;EASzB,CAAC;AAGH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;EAMrC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;EAEvC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtC,CAAC;AAEH,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"categories.d.ts","sourceRoot":"","sources":["../../../../../src/services/items/schemas/categories.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* Schema for contracts attributes response
|
|
4
|
+
* OpenAPI Path: /contracts/{jobNo}/attributes
|
|
5
|
+
*
|
|
6
|
+
* Note: This endpoint only has path parameters (jobNo) and header parameters (x-site-id),
|
|
7
|
+
* no query parameters, so no request parameter schema is needed.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ContractsAttributesResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
10
|
+
count: z.ZodNumber;
|
|
11
|
+
data: z.ZodUnknown;
|
|
12
|
+
message: z.ZodString;
|
|
13
|
+
options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
|
|
14
|
+
params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
|
|
15
|
+
status: z.ZodNumber;
|
|
16
|
+
total: z.ZodNumber;
|
|
17
|
+
totalResults: z.ZodNumber;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
params: Record<string, unknown> | unknown[];
|
|
20
|
+
options: Record<string, unknown> | unknown[];
|
|
21
|
+
status: number;
|
|
22
|
+
message: string;
|
|
23
|
+
count: number;
|
|
24
|
+
total: number;
|
|
25
|
+
totalResults: number;
|
|
26
|
+
data?: unknown;
|
|
27
|
+
}, {
|
|
28
|
+
params: Record<string, unknown> | unknown[];
|
|
29
|
+
options: Record<string, unknown> | unknown[];
|
|
30
|
+
status: number;
|
|
31
|
+
message: string;
|
|
32
|
+
count: number;
|
|
33
|
+
total: number;
|
|
34
|
+
totalResults: number;
|
|
35
|
+
data?: unknown;
|
|
36
|
+
}>, {
|
|
37
|
+
params: Record<string, unknown> | unknown[];
|
|
38
|
+
options: Record<string, unknown> | unknown[];
|
|
39
|
+
status: number;
|
|
40
|
+
message: string;
|
|
41
|
+
count: number;
|
|
42
|
+
total: number;
|
|
43
|
+
totalResults: number;
|
|
44
|
+
data?: unknown;
|
|
45
|
+
}, {
|
|
46
|
+
params: Record<string, unknown> | unknown[];
|
|
47
|
+
options: Record<string, unknown> | unknown[];
|
|
48
|
+
status: number;
|
|
49
|
+
message: string;
|
|
50
|
+
count: number;
|
|
51
|
+
total: number;
|
|
52
|
+
totalResults: number;
|
|
53
|
+
data?: unknown;
|
|
54
|
+
}>;
|
|
55
|
+
/**
|
|
56
|
+
* Type exports
|
|
57
|
+
*/
|
|
58
|
+
export type ContractsAttributesResponse = z.infer<typeof ContractsAttributesResponseSchema>;
|
|
59
|
+
//# sourceMappingURL=contractsAttributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contractsAttributes.d.ts","sourceRoot":"","sources":["../../../../../src/services/items/schemas/contractsAttributes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;;;;;GAMG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAC;AAEjF;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* Schema for contracts items GET request parameters
|
|
4
|
+
* OpenAPI Path: /contracts/{jobNo}/items
|
|
5
|
+
*/
|
|
6
|
+
export declare const ContractsItemsParamsSchema: z.ZodObject<{
|
|
7
|
+
jobNo: z.ZodNumber;
|
|
8
|
+
classId5ExcludeList: z.ZodOptional<z.ZodString>;
|
|
9
|
+
classId5List: z.ZodOptional<z.ZodString>;
|
|
10
|
+
displayOnWebFlag: z.ZodOptional<z.ZodString>;
|
|
11
|
+
fields: z.ZodOptional<z.ZodString>;
|
|
12
|
+
filters: z.ZodOptional<z.ZodString>;
|
|
13
|
+
includeStock: z.ZodOptional<z.ZodString>;
|
|
14
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
15
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
16
|
+
q: z.ZodString;
|
|
17
|
+
sortBy: z.ZodOptional<z.ZodString>;
|
|
18
|
+
tags: z.ZodOptional<z.ZodString>;
|
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
q: string;
|
|
21
|
+
jobNo: number;
|
|
22
|
+
limit?: number | undefined;
|
|
23
|
+
offset?: number | undefined;
|
|
24
|
+
displayOnWebFlag?: string | undefined;
|
|
25
|
+
classId5ExcludeList?: string | undefined;
|
|
26
|
+
classId5List?: string | undefined;
|
|
27
|
+
fields?: string | undefined;
|
|
28
|
+
filters?: string | undefined;
|
|
29
|
+
tags?: string | undefined;
|
|
30
|
+
sortBy?: string | undefined;
|
|
31
|
+
includeStock?: string | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
q: string;
|
|
34
|
+
jobNo: number;
|
|
35
|
+
limit?: number | undefined;
|
|
36
|
+
offset?: number | undefined;
|
|
37
|
+
displayOnWebFlag?: string | undefined;
|
|
38
|
+
classId5ExcludeList?: string | undefined;
|
|
39
|
+
classId5List?: string | undefined;
|
|
40
|
+
fields?: string | undefined;
|
|
41
|
+
filters?: string | undefined;
|
|
42
|
+
tags?: string | undefined;
|
|
43
|
+
sortBy?: string | undefined;
|
|
44
|
+
includeStock?: string | undefined;
|
|
45
|
+
}>;
|
|
46
|
+
/**
|
|
47
|
+
* Schema for contracts items response
|
|
48
|
+
* OpenAPI Path: /contracts/{jobNo}/items
|
|
49
|
+
*/
|
|
50
|
+
export declare const ContractsItemsResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
51
|
+
count: z.ZodNumber;
|
|
52
|
+
data: z.ZodUnknown;
|
|
53
|
+
message: z.ZodString;
|
|
54
|
+
options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
|
|
55
|
+
params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
|
|
56
|
+
status: z.ZodNumber;
|
|
57
|
+
total: z.ZodNumber;
|
|
58
|
+
totalResults: z.ZodNumber;
|
|
59
|
+
}, "strip", z.ZodTypeAny, {
|
|
60
|
+
params: Record<string, unknown> | unknown[];
|
|
61
|
+
options: Record<string, unknown> | unknown[];
|
|
62
|
+
status: number;
|
|
63
|
+
message: string;
|
|
64
|
+
count: number;
|
|
65
|
+
total: number;
|
|
66
|
+
totalResults: number;
|
|
67
|
+
data?: unknown;
|
|
68
|
+
}, {
|
|
69
|
+
params: Record<string, unknown> | unknown[];
|
|
70
|
+
options: Record<string, unknown> | unknown[];
|
|
71
|
+
status: number;
|
|
72
|
+
message: string;
|
|
73
|
+
count: number;
|
|
74
|
+
total: number;
|
|
75
|
+
totalResults: number;
|
|
76
|
+
data?: unknown;
|
|
77
|
+
}>, {
|
|
78
|
+
params: Record<string, unknown> | unknown[];
|
|
79
|
+
options: Record<string, unknown> | unknown[];
|
|
80
|
+
status: number;
|
|
81
|
+
message: string;
|
|
82
|
+
count: number;
|
|
83
|
+
total: number;
|
|
84
|
+
totalResults: number;
|
|
85
|
+
data?: unknown;
|
|
86
|
+
}, {
|
|
87
|
+
params: Record<string, unknown> | unknown[];
|
|
88
|
+
options: Record<string, unknown> | unknown[];
|
|
89
|
+
status: number;
|
|
90
|
+
message: string;
|
|
91
|
+
count: number;
|
|
92
|
+
total: number;
|
|
93
|
+
totalResults: number;
|
|
94
|
+
data?: unknown;
|
|
95
|
+
}>;
|
|
96
|
+
/**
|
|
97
|
+
* Type exports
|
|
98
|
+
*/
|
|
99
|
+
export type ContractsItemsParams = z.infer<typeof ContractsItemsParamsSchema>;
|
|
100
|
+
export type ContractsItemsResponse = z.infer<typeof ContractsItemsResponseSchema>;
|
|
101
|
+
//# sourceMappingURL=contractsItems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contractsItems.d.ts","sourceRoot":"","sources":["../../../../../src/services/items/schemas/contractsItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBrC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAC;AAE5E;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC"}
|
|
@@ -36,5 +36,8 @@ export { CreateAttributeValueRequestSchema, UpdateAttributeValueRequestSchema, A
|
|
|
36
36
|
export { ItemWishlistLineResponseSchema, type ItemWishlistLine, type ItemWishlistLineResponse, } from './itemWishlistLine';
|
|
37
37
|
export * from './itemCategoryDoc';
|
|
38
38
|
export * from './updateItemAttributeValueRequest';
|
|
39
|
+
export * from './contractsAttributes';
|
|
40
|
+
export * from './contractsItems';
|
|
39
41
|
export * from './invMastLookup';
|
|
42
|
+
export * from './itemUom';
|
|
40
43
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/items/schemas/index.ts"],"names":[],"mappings":"AACA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAG1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAGlC,OAAO,EACL,iCAAiC,EACjC,iCAAiC,EACjC,4BAA4B,EAC5B,gCAAgC,EAChC,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,GACjC,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,8BAA8B,EAC9B,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,GAC9B,MAAM,oBAAoB,CAAC;AAG5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mCAAmC,CAAC;AAGlD,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/items/schemas/index.ts"],"names":[],"mappings":"AACA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAG1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAGlC,OAAO,EACL,iCAAiC,EACjC,iCAAiC,EACjC,4BAA4B,EAC5B,gCAAgC,EAChC,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,GACjC,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,8BAA8B,EAC9B,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,GAC9B,MAAM,oBAAoB,CAAC;AAG5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mCAAmC,CAAC;AAGlD,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AAGjC,cAAc,iBAAiB,CAAC;AAGhC,cAAc,WAAW,CAAC"}
|