randmar-api-client 1.20.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/store/randmarApi.d.ts +373 -362
- package/dist/store/randmarApiWithTags.d.ts +1 -1
- package/package.json +1 -1
|
@@ -209,7 +209,7 @@ declare const injectedRtkApi: import("@reduxjs/toolkit/query").Api<import("@redu
|
|
|
209
209
|
getV4Warehouses: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|
|
210
210
|
getManufacturers: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|
|
211
211
|
getManufacturerByPublicName: import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, Manufacturer, "randmarApi", unknown>;
|
|
212
|
-
getManufacturerByPublicNameAndCategoryName: import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
212
|
+
getManufacturerByPublicNameAndCategoryName: import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>;
|
|
213
213
|
getManufacturerByPublicNameLogo: import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameLogoApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|
|
214
214
|
getManufacturerByPublicNameVideo: import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameVideoApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|
|
215
215
|
getManufacturerByPublicNameAndCategoryNameImage: import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameImageApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|
|
@@ -1060,6 +1060,7 @@ export type GetV4ResellerByRouteResellerIdOpportunitiesApiArg = {
|
|
|
1060
1060
|
};
|
|
1061
1061
|
export type GetV4ManufacturerByRouteManufacturerIdOpportunitiesApiResponse = unknown;
|
|
1062
1062
|
export type GetV4ManufacturerByRouteManufacturerIdOpportunitiesApiArg = {
|
|
1063
|
+
/** The application ID of the Manufacturer making the request. */
|
|
1063
1064
|
routeManufacturerId: string;
|
|
1064
1065
|
};
|
|
1065
1066
|
export type GetV4ResellerByRouteResellerIdOpportunityAndManufacturerIdBidNumberApiResponse = unknown;
|
|
@@ -1119,9 +1120,13 @@ export type DeleteV4ManufacturerByRouteManufacturerIdOpportunityAndBidNumberApiA
|
|
|
1119
1120
|
};
|
|
1120
1121
|
export type PostV4ManufacturerByRouteManufacturerIdOpportunityAndBidNumberFieldNameApiResponse = unknown;
|
|
1121
1122
|
export type PostV4ManufacturerByRouteManufacturerIdOpportunityAndBidNumberFieldNameApiArg = {
|
|
1123
|
+
/** The application ID of the requestor. */
|
|
1122
1124
|
routeManufacturerId: string;
|
|
1125
|
+
/** The BidNumber of the opportunity to edit. */
|
|
1123
1126
|
bidNumber: string;
|
|
1127
|
+
/** The name of the opportunity field to edit. Case-sensitive, so use the field name as seen in the JSON received from API. */
|
|
1124
1128
|
fieldName: string;
|
|
1129
|
+
/** The new value for the field. */
|
|
1125
1130
|
newValue?: string;
|
|
1126
1131
|
};
|
|
1127
1132
|
export type PutV4ManufacturerByRouteManufacturerIdOpportunityAndBidNumberResellerResellerIdApiResponse = unknown;
|
|
@@ -1196,8 +1201,11 @@ export type PostV4ResellerByRouteResellerIdOrderAndOrderNumberChangeLocationApiA
|
|
|
1196
1201
|
};
|
|
1197
1202
|
export type PostV4ResellerByRouteResellerIdOrderAndOrderNumberOnHoldApiResponse = unknown;
|
|
1198
1203
|
export type PostV4ResellerByRouteResellerIdOrderAndOrderNumberOnHoldApiArg = {
|
|
1204
|
+
/** The application ID of the Reseller making the request. */
|
|
1199
1205
|
routeResellerId: string;
|
|
1206
|
+
/** The order number of which to change the On Hold status. */
|
|
1200
1207
|
orderNumber: string;
|
|
1208
|
+
/** boolean indicating the On Hold status of an active order */
|
|
1201
1209
|
newValue?: boolean;
|
|
1202
1210
|
};
|
|
1203
1211
|
export type PostV4ResellerByRouteResellerIdOrderAndOrderNumberShipViaChangeApiResponse = unknown;
|
|
@@ -1516,7 +1524,8 @@ export type GetManufacturerByPublicNameApiResponse =
|
|
|
1516
1524
|
export type GetManufacturerByPublicNameApiArg = {
|
|
1517
1525
|
publicName: string;
|
|
1518
1526
|
};
|
|
1519
|
-
export type GetManufacturerByPublicNameAndCategoryNameApiResponse =
|
|
1527
|
+
export type GetManufacturerByPublicNameAndCategoryNameApiResponse =
|
|
1528
|
+
/** status 200 OK */ ManufacturerCategory;
|
|
1520
1529
|
export type GetManufacturerByPublicNameAndCategoryNameApiArg = {
|
|
1521
1530
|
publicName: string;
|
|
1522
1531
|
categoryName: string;
|
|
@@ -2194,6 +2203,7 @@ export type AgencyInfo = {
|
|
|
2194
2203
|
Name?: string | null;
|
|
2195
2204
|
PublicName?: string | null;
|
|
2196
2205
|
Website?: string | null;
|
|
2206
|
+
ProgramPercentage?: number;
|
|
2197
2207
|
};
|
|
2198
2208
|
export type Account = {
|
|
2199
2209
|
BillingInformation?: BillingInformation;
|
|
@@ -2223,6 +2233,328 @@ export type Qualification = {
|
|
|
2223
2233
|
ResellerId?: string | null;
|
|
2224
2234
|
DefaultOpportunityNumber?: string | null;
|
|
2225
2235
|
};
|
|
2236
|
+
export type Inventory = {
|
|
2237
|
+
AvailableQuantity?: number;
|
|
2238
|
+
PurchaseOrderQuantity?: number;
|
|
2239
|
+
BinLocation?: string | null;
|
|
2240
|
+
City?: string | null;
|
|
2241
|
+
Country?: string | null;
|
|
2242
|
+
Name?: string | null;
|
|
2243
|
+
Province?: string | null;
|
|
2244
|
+
RandmarSKU?: string | null;
|
|
2245
|
+
WarehouseId?: string | null;
|
|
2246
|
+
WarehouseType?: string | null;
|
|
2247
|
+
};
|
|
2248
|
+
export type Distribution = {
|
|
2249
|
+
ExchangeRate?: number;
|
|
2250
|
+
MAP?: number;
|
|
2251
|
+
Price?: number;
|
|
2252
|
+
RegularPrice?: number;
|
|
2253
|
+
Cost?: number | null;
|
|
2254
|
+
Inventory?: Inventory[] | null;
|
|
2255
|
+
Currency?: string | null;
|
|
2256
|
+
};
|
|
2257
|
+
export type Credit = {
|
|
2258
|
+
ExtendedPrice?: number;
|
|
2259
|
+
QuantityBackOrder?: number;
|
|
2260
|
+
QuantityOrdered?: number;
|
|
2261
|
+
QuantityShipped?: number;
|
|
2262
|
+
TaxAmount1?: number;
|
|
2263
|
+
TaxAmount2?: number;
|
|
2264
|
+
TaxRate1?: number;
|
|
2265
|
+
TaxRate2?: number;
|
|
2266
|
+
UnitPrice?: number;
|
|
2267
|
+
UnitWeight?: number;
|
|
2268
|
+
CreditDate?: number;
|
|
2269
|
+
InvoiceDate?: number;
|
|
2270
|
+
Category?: string | null;
|
|
2271
|
+
CreditNumber?: string | null;
|
|
2272
|
+
Description?: string | null;
|
|
2273
|
+
InvoiceNumber?: string | null;
|
|
2274
|
+
LineType?: string | null;
|
|
2275
|
+
Location?: string | null;
|
|
2276
|
+
ManufacturerPartNumber?: string | null;
|
|
2277
|
+
OrderNumber?: string | null;
|
|
2278
|
+
PONumber?: string | null;
|
|
2279
|
+
RandmarSKU?: string | null;
|
|
2280
|
+
ResellerId?: string | null;
|
|
2281
|
+
ResellerName?: string | null;
|
|
2282
|
+
ReturnType?: string | null;
|
|
2283
|
+
ShipToName?: string | null;
|
|
2284
|
+
};
|
|
2285
|
+
export type Invoice = {
|
|
2286
|
+
Payed?: boolean;
|
|
2287
|
+
AmountDue?: number;
|
|
2288
|
+
ExtendedPrice?: number;
|
|
2289
|
+
QuantityBackOrder?: number;
|
|
2290
|
+
QuantityOrdered?: number;
|
|
2291
|
+
QuantityShipped?: number;
|
|
2292
|
+
SubTotal?: number;
|
|
2293
|
+
TaxAmount1?: number;
|
|
2294
|
+
TaxAmount2?: number;
|
|
2295
|
+
TaxRate1?: number;
|
|
2296
|
+
TaxRate2?: number;
|
|
2297
|
+
Total?: number;
|
|
2298
|
+
UnitPrice?: number;
|
|
2299
|
+
UnitWeight?: number;
|
|
2300
|
+
CompletionDate?: number;
|
|
2301
|
+
InvoiceDate?: number;
|
|
2302
|
+
NumberOfLines?: number;
|
|
2303
|
+
OrderDate?: number;
|
|
2304
|
+
ShippingDate?: number;
|
|
2305
|
+
TheoreticalWeight?: number;
|
|
2306
|
+
BidNumber?: string | null;
|
|
2307
|
+
Category?: string | null;
|
|
2308
|
+
Comments?: string | null;
|
|
2309
|
+
Description?: string | null;
|
|
2310
|
+
EndUserPONumber?: string | null;
|
|
2311
|
+
InvoiceNumber?: string | null;
|
|
2312
|
+
LineType?: string | null;
|
|
2313
|
+
Location?: string | null;
|
|
2314
|
+
ManufacturerId?: string | null;
|
|
2315
|
+
ManufacturerPartNumber?: string | null;
|
|
2316
|
+
OpportunityManufacturerId?: string | null;
|
|
2317
|
+
OpportunityManufacturerNumber?: string | null;
|
|
2318
|
+
OrderNumber?: string | null;
|
|
2319
|
+
PaymentStatus?: string | null;
|
|
2320
|
+
PONumber?: string | null;
|
|
2321
|
+
RandmarSKU?: string | null;
|
|
2322
|
+
ResellerId?: string | null;
|
|
2323
|
+
ResellerName?: string | null;
|
|
2324
|
+
ShipmentNumber?: string | null;
|
|
2325
|
+
ShipToAddress1?: string | null;
|
|
2326
|
+
ShipToAddress2?: string | null;
|
|
2327
|
+
ShipToCity?: string | null;
|
|
2328
|
+
ShipToContactName?: string | null;
|
|
2329
|
+
ShipToContactPhone?: string | null;
|
|
2330
|
+
ShipToCountry?: string | null;
|
|
2331
|
+
ShipToName?: string | null;
|
|
2332
|
+
ShipToPostalCode?: string | null;
|
|
2333
|
+
ShipToProvince?: string | null;
|
|
2334
|
+
ShipVia?: string | null;
|
|
2335
|
+
Terms?: string | null;
|
|
2336
|
+
TrackingNumber?: string | null;
|
|
2337
|
+
};
|
|
2338
|
+
export type OpportunityEntry = {
|
|
2339
|
+
Active?: boolean;
|
|
2340
|
+
CanBeSetAsDefault?: boolean;
|
|
2341
|
+
BidPrice?: number | null;
|
|
2342
|
+
Price?: number | null;
|
|
2343
|
+
Rebate?: number | null;
|
|
2344
|
+
BidNumber?: string | null;
|
|
2345
|
+
BidPriceType?: string | null;
|
|
2346
|
+
DefaultResellers?: string | null;
|
|
2347
|
+
Description?: string | null;
|
|
2348
|
+
EndDate?: string | null;
|
|
2349
|
+
LastUpdate?: string | null;
|
|
2350
|
+
ManufacturerId?: string | null;
|
|
2351
|
+
Opportunity?: string | null;
|
|
2352
|
+
OpportunityName?: string | null;
|
|
2353
|
+
RandmarSKU?: string | null;
|
|
2354
|
+
StartDate?: string | null;
|
|
2355
|
+
};
|
|
2356
|
+
export type Order = {
|
|
2357
|
+
ExpectedShipmentDate?: number;
|
|
2358
|
+
ExtendedPrice?: number;
|
|
2359
|
+
OrderDate?: number;
|
|
2360
|
+
QuantityBackOrdered?: number;
|
|
2361
|
+
QuantityOrdered?: number;
|
|
2362
|
+
QuantityShipped?: number;
|
|
2363
|
+
ShipmentDate?: number;
|
|
2364
|
+
UnitPrice?: number;
|
|
2365
|
+
UnitWeight?: number;
|
|
2366
|
+
PrintStatus?: number;
|
|
2367
|
+
Category?: string | null;
|
|
2368
|
+
Description?: string | null;
|
|
2369
|
+
Location?: string | null;
|
|
2370
|
+
ManufacturerPartNumber?: string | null;
|
|
2371
|
+
OpportunityManufacturerId?: string | null;
|
|
2372
|
+
OpportunityManufacturerNumber?: string | null;
|
|
2373
|
+
OrderNumber?: string | null;
|
|
2374
|
+
PONumber?: string | null;
|
|
2375
|
+
RandmarSKU?: string | null;
|
|
2376
|
+
ResellerId?: string | null;
|
|
2377
|
+
ResellerName?: string | null;
|
|
2378
|
+
ShipToName?: string | null;
|
|
2379
|
+
};
|
|
2380
|
+
export type OrderDetail = {
|
|
2381
|
+
DocumentDate?: number;
|
|
2382
|
+
ExtendedPrice?: number;
|
|
2383
|
+
ExtendedStandardCost?: number;
|
|
2384
|
+
ExtendedWeight?: number;
|
|
2385
|
+
OrderDate?: number;
|
|
2386
|
+
Quantity?: number;
|
|
2387
|
+
StandardCost?: number;
|
|
2388
|
+
UnitPrice?: number;
|
|
2389
|
+
UnitWeight?: number;
|
|
2390
|
+
Category?: string | null;
|
|
2391
|
+
DocumentNumber?: string | null;
|
|
2392
|
+
DocumentType?: string | null;
|
|
2393
|
+
ManufacturerId?: string | null;
|
|
2394
|
+
ManufacturerName?: string | null;
|
|
2395
|
+
MPN?: string | null;
|
|
2396
|
+
OpportunityManufacTurerId?: string | null;
|
|
2397
|
+
OpportunityManufacturerNumber?: string | null;
|
|
2398
|
+
OrderNumber?: string | null;
|
|
2399
|
+
PONumber?: string | null;
|
|
2400
|
+
RandmarSKU?: string | null;
|
|
2401
|
+
ResellerId?: string | null;
|
|
2402
|
+
ResellerName?: string | null;
|
|
2403
|
+
ShipToCountryCode?: string | null;
|
|
2404
|
+
ShipToName?: string | null;
|
|
2405
|
+
ShipToZipCode?: string | null;
|
|
2406
|
+
ShipViaDescription?: string | null;
|
|
2407
|
+
WarehouseCode?: string | null;
|
|
2408
|
+
};
|
|
2409
|
+
export type PurchaseOrder = {
|
|
2410
|
+
ExpectedArrivalDate?: number;
|
|
2411
|
+
PurchaseOrderDate?: number;
|
|
2412
|
+
QuantityOrdered?: number;
|
|
2413
|
+
QuantityOutstanding?: number;
|
|
2414
|
+
QuantityReceived?: number;
|
|
2415
|
+
UnitPrice?: number;
|
|
2416
|
+
LineNumber?: number;
|
|
2417
|
+
Category?: string | null;
|
|
2418
|
+
CategoryName?: string | null;
|
|
2419
|
+
Description?: string | null;
|
|
2420
|
+
Location?: string | null;
|
|
2421
|
+
ManufacturerId?: string | null;
|
|
2422
|
+
ManufacturerName?: string | null;
|
|
2423
|
+
MPN?: string | null;
|
|
2424
|
+
PurchaseOrderNumber?: string | null;
|
|
2425
|
+
RandmarSKU?: string | null;
|
|
2426
|
+
VendorCode?: string | null;
|
|
2427
|
+
VendorName?: string | null;
|
|
2428
|
+
};
|
|
2429
|
+
export type Receipt = {
|
|
2430
|
+
Quantity?: number;
|
|
2431
|
+
ReceiptDate?: number;
|
|
2432
|
+
Description?: string | null;
|
|
2433
|
+
Location?: string | null;
|
|
2434
|
+
ManufacturerId?: string | null;
|
|
2435
|
+
ManufacturerName?: string | null;
|
|
2436
|
+
MPN?: string | null;
|
|
2437
|
+
RandmarSKU?: string | null;
|
|
2438
|
+
VendorName?: string | null;
|
|
2439
|
+
};
|
|
2440
|
+
export type Return = {
|
|
2441
|
+
Quantity?: number;
|
|
2442
|
+
Comments?: string | null;
|
|
2443
|
+
ContactEmail?: string | null;
|
|
2444
|
+
ContactName?: string | null;
|
|
2445
|
+
ContactPhone?: string | null;
|
|
2446
|
+
CreditNumber?: string | null;
|
|
2447
|
+
InvoiceNumber?: string | null;
|
|
2448
|
+
LastUpdatedDate?: string | null;
|
|
2449
|
+
RandmarSKU?: string | null;
|
|
2450
|
+
ReasonForReturn?: string | null;
|
|
2451
|
+
RequestDate?: string | null;
|
|
2452
|
+
ResellerId?: string | null;
|
|
2453
|
+
ResellerName?: string | null;
|
|
2454
|
+
ReturnNumber?: string | null;
|
|
2455
|
+
ReturnNumber1?: string | null;
|
|
2456
|
+
SerialNumbers?: string | null;
|
|
2457
|
+
ShipppingLabelOrderNumber?: string | null;
|
|
2458
|
+
Status?: string | null;
|
|
2459
|
+
WarehouseLocation?: string | null;
|
|
2460
|
+
};
|
|
2461
|
+
export type SalesStatistic = {
|
|
2462
|
+
Day?: number;
|
|
2463
|
+
ExtendedPrice?: number;
|
|
2464
|
+
Quantity?: number;
|
|
2465
|
+
RandmarSKU?: string | null;
|
|
2466
|
+
};
|
|
2467
|
+
export type Shipment = {
|
|
2468
|
+
ExtendedPrice?: number;
|
|
2469
|
+
QuantityBackOrder?: number;
|
|
2470
|
+
QuantityOrdered?: number;
|
|
2471
|
+
QuantityShipped?: number;
|
|
2472
|
+
ShipmentDate?: number;
|
|
2473
|
+
UnitPrice?: number;
|
|
2474
|
+
UnitWeight?: number;
|
|
2475
|
+
Category?: string | null;
|
|
2476
|
+
Description?: string | null;
|
|
2477
|
+
Location?: string | null;
|
|
2478
|
+
ManufacturerPartNumber?: string | null;
|
|
2479
|
+
OpportunityManufacturerId?: string | null;
|
|
2480
|
+
OpportunityManufacturerNumber?: string | null;
|
|
2481
|
+
OrderNumber?: string | null;
|
|
2482
|
+
PONumber?: string | null;
|
|
2483
|
+
RandmarSKU?: string | null;
|
|
2484
|
+
ResellerId?: string | null;
|
|
2485
|
+
ResellerName?: string | null;
|
|
2486
|
+
ShipmentNumber?: string | null;
|
|
2487
|
+
ShipToName?: string | null;
|
|
2488
|
+
};
|
|
2489
|
+
export type TransactionHistory = {
|
|
2490
|
+
Quantity?: number;
|
|
2491
|
+
TransactionDate?: number;
|
|
2492
|
+
Category?: string | null;
|
|
2493
|
+
DocumentNumber?: string | null;
|
|
2494
|
+
Location?: string | null;
|
|
2495
|
+
RandmarSKU?: string | null;
|
|
2496
|
+
TransactionType?: string | null;
|
|
2497
|
+
};
|
|
2498
|
+
export type UpcEntry = {
|
|
2499
|
+
RandmarSKU?: string | null;
|
|
2500
|
+
UPC?: string | null;
|
|
2501
|
+
Unit?: string | null;
|
|
2502
|
+
Authorization?: string | null;
|
|
2503
|
+
};
|
|
2504
|
+
export type Product = {
|
|
2505
|
+
OpportunityOnly?: boolean;
|
|
2506
|
+
Require3DScan?: boolean;
|
|
2507
|
+
SerialNumber?: boolean;
|
|
2508
|
+
TransparencyCode?: boolean;
|
|
2509
|
+
AvailableToBuy?: boolean | null;
|
|
2510
|
+
CanBeAllocated?: boolean | null;
|
|
2511
|
+
IsManufacturer?: boolean | null;
|
|
2512
|
+
LastMaintainedDate?: number;
|
|
2513
|
+
UnitWeight?: number;
|
|
2514
|
+
MAP?: number | null;
|
|
2515
|
+
UnitHeight?: number | null;
|
|
2516
|
+
UnitLength?: number | null;
|
|
2517
|
+
UnitWidth?: number | null;
|
|
2518
|
+
Distribution?: Distribution;
|
|
2519
|
+
InstantRebate?: any | null;
|
|
2520
|
+
ShopifyProduct?: any | null;
|
|
2521
|
+
AutoUpdate?: number;
|
|
2522
|
+
MasterCarton?: number;
|
|
2523
|
+
SkidQuantity?: number | null;
|
|
2524
|
+
Credits?: Credit[] | null;
|
|
2525
|
+
ContractPricings?: any[] | null;
|
|
2526
|
+
InstantRebates?: any[] | null;
|
|
2527
|
+
Requisitions?: any[] | null;
|
|
2528
|
+
Invoices?: Invoice[] | null;
|
|
2529
|
+
Opportunities?: OpportunityEntry[] | null;
|
|
2530
|
+
Orders?: Order[] | null;
|
|
2531
|
+
ActiveOrderDetails?: OrderDetail[] | null;
|
|
2532
|
+
OrderDetails?: OrderDetail[] | null;
|
|
2533
|
+
PurchaseOrders?: PurchaseOrder[] | null;
|
|
2534
|
+
Receipts?: Receipt[] | null;
|
|
2535
|
+
Returns?: Return[] | null;
|
|
2536
|
+
SalesStatistics?: SalesStatistic[] | null;
|
|
2537
|
+
Shipments?: Shipment[] | null;
|
|
2538
|
+
TransactionHistory?: TransactionHistory[] | null;
|
|
2539
|
+
UPCs?: UpcEntry[] | null;
|
|
2540
|
+
Manufacturer?: Manufacturer;
|
|
2541
|
+
ManufacturerCategory?: ManufacturerCategory;
|
|
2542
|
+
BodyHTML?: string | null;
|
|
2543
|
+
Category?: string | null;
|
|
2544
|
+
CountryCodeOfOrigin?: string | null;
|
|
2545
|
+
CreatedBy?: string | null;
|
|
2546
|
+
ManufacturerId?: string | null;
|
|
2547
|
+
ManufacturerName?: string | null;
|
|
2548
|
+
MPN?: string | null;
|
|
2549
|
+
ProductType?: string | null;
|
|
2550
|
+
RandmarSKU?: string | null;
|
|
2551
|
+
RandmarTitle?: string | null;
|
|
2552
|
+
SceneName?: string | null;
|
|
2553
|
+
State?: string | null;
|
|
2554
|
+
Title?: string | null;
|
|
2555
|
+
UPC?: string | null;
|
|
2556
|
+
VoiceoverCaption?: string | null;
|
|
2557
|
+
};
|
|
2226
2558
|
export type ManufacturerCategory = {
|
|
2227
2559
|
AutoReorder?: boolean;
|
|
2228
2560
|
QualificationRequired?: boolean;
|
|
@@ -2240,6 +2572,7 @@ export type ManufacturerCategory = {
|
|
|
2240
2572
|
ImageURL?: string | null;
|
|
2241
2573
|
ManufacturerId?: string | null;
|
|
2242
2574
|
Niche?: string | null;
|
|
2575
|
+
Products?: Product[] | null;
|
|
2243
2576
|
};
|
|
2244
2577
|
export type SalesData = {
|
|
2245
2578
|
LastCalculated?: string;
|
|
@@ -2249,12 +2582,6 @@ export type SalesData = {
|
|
|
2249
2582
|
ManufacturerId?: string | null;
|
|
2250
2583
|
ResellerId?: string | null;
|
|
2251
2584
|
};
|
|
2252
|
-
export type SalesStatistic = {
|
|
2253
|
-
Day?: number;
|
|
2254
|
-
ExtendedPrice?: number;
|
|
2255
|
-
Quantity?: number;
|
|
2256
|
-
RandmarSKU?: string | null;
|
|
2257
|
-
};
|
|
2258
2585
|
export type Manufacturer = {
|
|
2259
2586
|
Qualification?: Qualification;
|
|
2260
2587
|
AutoUpdate?: boolean;
|
|
@@ -2302,35 +2629,6 @@ export type Manufacturer = {
|
|
|
2302
2629
|
YoutubePlaylist?: string | null;
|
|
2303
2630
|
SalesStatistics?: SalesStatistic[] | null;
|
|
2304
2631
|
};
|
|
2305
|
-
export type OrderDetail = {
|
|
2306
|
-
DocumentDate?: number;
|
|
2307
|
-
ExtendedPrice?: number;
|
|
2308
|
-
ExtendedStandardCost?: number;
|
|
2309
|
-
ExtendedWeight?: number;
|
|
2310
|
-
OrderDate?: number;
|
|
2311
|
-
Quantity?: number;
|
|
2312
|
-
StandardCost?: number;
|
|
2313
|
-
UnitPrice?: number;
|
|
2314
|
-
UnitWeight?: number;
|
|
2315
|
-
Category?: string | null;
|
|
2316
|
-
DocumentNumber?: string | null;
|
|
2317
|
-
DocumentType?: string | null;
|
|
2318
|
-
ManufacturerId?: string | null;
|
|
2319
|
-
ManufacturerName?: string | null;
|
|
2320
|
-
MPN?: string | null;
|
|
2321
|
-
OpportunityManufacTurerId?: string | null;
|
|
2322
|
-
OpportunityManufacturerNumber?: string | null;
|
|
2323
|
-
OrderNumber?: string | null;
|
|
2324
|
-
PONumber?: string | null;
|
|
2325
|
-
RandmarSKU?: string | null;
|
|
2326
|
-
ResellerId?: string | null;
|
|
2327
|
-
ResellerName?: string | null;
|
|
2328
|
-
ShipToCountryCode?: string | null;
|
|
2329
|
-
ShipToName?: string | null;
|
|
2330
|
-
ShipToZipCode?: string | null;
|
|
2331
|
-
ShipViaDescription?: string | null;
|
|
2332
|
-
WarehouseCode?: string | null;
|
|
2333
|
-
};
|
|
2334
2632
|
export type Statement = {
|
|
2335
2633
|
Over0?: number;
|
|
2336
2634
|
Over30?: number;
|
|
@@ -2389,59 +2687,6 @@ export type NewBillingInformation = {
|
|
|
2389
2687
|
Province?: string | null;
|
|
2390
2688
|
PostalCode?: string | null;
|
|
2391
2689
|
};
|
|
2392
|
-
export type Invoice = {
|
|
2393
|
-
Payed?: boolean;
|
|
2394
|
-
AmountDue?: number;
|
|
2395
|
-
ExtendedPrice?: number;
|
|
2396
|
-
QuantityBackOrder?: number;
|
|
2397
|
-
QuantityOrdered?: number;
|
|
2398
|
-
QuantityShipped?: number;
|
|
2399
|
-
SubTotal?: number;
|
|
2400
|
-
TaxAmount1?: number;
|
|
2401
|
-
TaxAmount2?: number;
|
|
2402
|
-
TaxRate1?: number;
|
|
2403
|
-
TaxRate2?: number;
|
|
2404
|
-
Total?: number;
|
|
2405
|
-
UnitPrice?: number;
|
|
2406
|
-
UnitWeight?: number;
|
|
2407
|
-
CompletionDate?: number;
|
|
2408
|
-
InvoiceDate?: number;
|
|
2409
|
-
NumberOfLines?: number;
|
|
2410
|
-
OrderDate?: number;
|
|
2411
|
-
ShippingDate?: number;
|
|
2412
|
-
TheoreticalWeight?: number;
|
|
2413
|
-
BidNumber?: string | null;
|
|
2414
|
-
Category?: string | null;
|
|
2415
|
-
Comments?: string | null;
|
|
2416
|
-
Description?: string | null;
|
|
2417
|
-
EndUserPONumber?: string | null;
|
|
2418
|
-
InvoiceNumber?: string | null;
|
|
2419
|
-
LineType?: string | null;
|
|
2420
|
-
Location?: string | null;
|
|
2421
|
-
ManufacturerId?: string | null;
|
|
2422
|
-
ManufacturerPartNumber?: string | null;
|
|
2423
|
-
OpportunityManufacturerId?: string | null;
|
|
2424
|
-
OpportunityManufacturerNumber?: string | null;
|
|
2425
|
-
OrderNumber?: string | null;
|
|
2426
|
-
PaymentStatus?: string | null;
|
|
2427
|
-
PONumber?: string | null;
|
|
2428
|
-
RandmarSKU?: string | null;
|
|
2429
|
-
ResellerId?: string | null;
|
|
2430
|
-
ResellerName?: string | null;
|
|
2431
|
-
ShipmentNumber?: string | null;
|
|
2432
|
-
ShipToAddress1?: string | null;
|
|
2433
|
-
ShipToAddress2?: string | null;
|
|
2434
|
-
ShipToCity?: string | null;
|
|
2435
|
-
ShipToContactName?: string | null;
|
|
2436
|
-
ShipToContactPhone?: string | null;
|
|
2437
|
-
ShipToCountry?: string | null;
|
|
2438
|
-
ShipToName?: string | null;
|
|
2439
|
-
ShipToPostalCode?: string | null;
|
|
2440
|
-
ShipToProvince?: string | null;
|
|
2441
|
-
ShipVia?: string | null;
|
|
2442
|
-
Terms?: string | null;
|
|
2443
|
-
TrackingNumber?: string | null;
|
|
2444
|
-
};
|
|
2445
2690
|
export type ConversationHeader = {
|
|
2446
2691
|
Participant?: Account;
|
|
2447
2692
|
ConversationId?: number;
|
|
@@ -2696,240 +2941,6 @@ export type Partner = {
|
|
|
2696
2941
|
IsReseller?: boolean;
|
|
2697
2942
|
IsSalesAgency?: boolean;
|
|
2698
2943
|
};
|
|
2699
|
-
export type Inventory = {
|
|
2700
|
-
AvailableQuantity?: number;
|
|
2701
|
-
PurchaseOrderQuantity?: number;
|
|
2702
|
-
BinLocation?: string | null;
|
|
2703
|
-
City?: string | null;
|
|
2704
|
-
Country?: string | null;
|
|
2705
|
-
Name?: string | null;
|
|
2706
|
-
Province?: string | null;
|
|
2707
|
-
RandmarSKU?: string | null;
|
|
2708
|
-
WarehouseId?: string | null;
|
|
2709
|
-
WarehouseType?: string | null;
|
|
2710
|
-
};
|
|
2711
|
-
export type Distribution = {
|
|
2712
|
-
ExchangeRate?: number;
|
|
2713
|
-
MAP?: number;
|
|
2714
|
-
Price?: number;
|
|
2715
|
-
RegularPrice?: number;
|
|
2716
|
-
Cost?: number | null;
|
|
2717
|
-
Inventory?: Inventory[] | null;
|
|
2718
|
-
Currency?: string | null;
|
|
2719
|
-
};
|
|
2720
|
-
export type Credit = {
|
|
2721
|
-
ExtendedPrice?: number;
|
|
2722
|
-
QuantityBackOrder?: number;
|
|
2723
|
-
QuantityOrdered?: number;
|
|
2724
|
-
QuantityShipped?: number;
|
|
2725
|
-
TaxAmount1?: number;
|
|
2726
|
-
TaxAmount2?: number;
|
|
2727
|
-
TaxRate1?: number;
|
|
2728
|
-
TaxRate2?: number;
|
|
2729
|
-
UnitPrice?: number;
|
|
2730
|
-
UnitWeight?: number;
|
|
2731
|
-
CreditDate?: number;
|
|
2732
|
-
InvoiceDate?: number;
|
|
2733
|
-
Category?: string | null;
|
|
2734
|
-
CreditNumber?: string | null;
|
|
2735
|
-
Description?: string | null;
|
|
2736
|
-
InvoiceNumber?: string | null;
|
|
2737
|
-
LineType?: string | null;
|
|
2738
|
-
Location?: string | null;
|
|
2739
|
-
ManufacturerPartNumber?: string | null;
|
|
2740
|
-
OrderNumber?: string | null;
|
|
2741
|
-
PONumber?: string | null;
|
|
2742
|
-
RandmarSKU?: string | null;
|
|
2743
|
-
ResellerId?: string | null;
|
|
2744
|
-
ResellerName?: string | null;
|
|
2745
|
-
ReturnType?: string | null;
|
|
2746
|
-
ShipToName?: string | null;
|
|
2747
|
-
};
|
|
2748
|
-
export type OpportunityEntry = {
|
|
2749
|
-
Active?: boolean;
|
|
2750
|
-
CanBeSetAsDefault?: boolean;
|
|
2751
|
-
BidPrice?: number | null;
|
|
2752
|
-
Price?: number | null;
|
|
2753
|
-
Rebate?: number | null;
|
|
2754
|
-
BidNumber?: string | null;
|
|
2755
|
-
BidPriceType?: string | null;
|
|
2756
|
-
DefaultResellers?: string | null;
|
|
2757
|
-
Description?: string | null;
|
|
2758
|
-
EndDate?: string | null;
|
|
2759
|
-
LastUpdate?: string | null;
|
|
2760
|
-
ManufacturerId?: string | null;
|
|
2761
|
-
Opportunity?: string | null;
|
|
2762
|
-
OpportunityName?: string | null;
|
|
2763
|
-
RandmarSKU?: string | null;
|
|
2764
|
-
StartDate?: string | null;
|
|
2765
|
-
};
|
|
2766
|
-
export type Order = {
|
|
2767
|
-
ExpectedShipmentDate?: number;
|
|
2768
|
-
ExtendedPrice?: number;
|
|
2769
|
-
OrderDate?: number;
|
|
2770
|
-
QuantityBackOrdered?: number;
|
|
2771
|
-
QuantityOrdered?: number;
|
|
2772
|
-
QuantityShipped?: number;
|
|
2773
|
-
ShipmentDate?: number;
|
|
2774
|
-
UnitPrice?: number;
|
|
2775
|
-
UnitWeight?: number;
|
|
2776
|
-
PrintStatus?: number;
|
|
2777
|
-
Category?: string | null;
|
|
2778
|
-
Description?: string | null;
|
|
2779
|
-
Location?: string | null;
|
|
2780
|
-
ManufacturerPartNumber?: string | null;
|
|
2781
|
-
OpportunityManufacturerId?: string | null;
|
|
2782
|
-
OpportunityManufacturerNumber?: string | null;
|
|
2783
|
-
OrderNumber?: string | null;
|
|
2784
|
-
PONumber?: string | null;
|
|
2785
|
-
RandmarSKU?: string | null;
|
|
2786
|
-
ResellerId?: string | null;
|
|
2787
|
-
ResellerName?: string | null;
|
|
2788
|
-
ShipToName?: string | null;
|
|
2789
|
-
};
|
|
2790
|
-
export type PurchaseOrder = {
|
|
2791
|
-
ExpectedArrivalDate?: number;
|
|
2792
|
-
PurchaseOrderDate?: number;
|
|
2793
|
-
QuantityOrdered?: number;
|
|
2794
|
-
QuantityOutstanding?: number;
|
|
2795
|
-
QuantityReceived?: number;
|
|
2796
|
-
UnitPrice?: number;
|
|
2797
|
-
LineNumber?: number;
|
|
2798
|
-
Category?: string | null;
|
|
2799
|
-
CategoryName?: string | null;
|
|
2800
|
-
Description?: string | null;
|
|
2801
|
-
Location?: string | null;
|
|
2802
|
-
ManufacturerId?: string | null;
|
|
2803
|
-
ManufacturerName?: string | null;
|
|
2804
|
-
MPN?: string | null;
|
|
2805
|
-
PurchaseOrderNumber?: string | null;
|
|
2806
|
-
RandmarSKU?: string | null;
|
|
2807
|
-
VendorCode?: string | null;
|
|
2808
|
-
VendorName?: string | null;
|
|
2809
|
-
};
|
|
2810
|
-
export type Receipt = {
|
|
2811
|
-
Quantity?: number;
|
|
2812
|
-
ReceiptDate?: number;
|
|
2813
|
-
Description?: string | null;
|
|
2814
|
-
Location?: string | null;
|
|
2815
|
-
ManufacturerId?: string | null;
|
|
2816
|
-
ManufacturerName?: string | null;
|
|
2817
|
-
MPN?: string | null;
|
|
2818
|
-
RandmarSKU?: string | null;
|
|
2819
|
-
VendorName?: string | null;
|
|
2820
|
-
};
|
|
2821
|
-
export type Return = {
|
|
2822
|
-
Quantity?: number;
|
|
2823
|
-
Comments?: string | null;
|
|
2824
|
-
ContactEmail?: string | null;
|
|
2825
|
-
ContactName?: string | null;
|
|
2826
|
-
ContactPhone?: string | null;
|
|
2827
|
-
CreditNumber?: string | null;
|
|
2828
|
-
InvoiceNumber?: string | null;
|
|
2829
|
-
LastUpdatedDate?: string | null;
|
|
2830
|
-
RandmarSKU?: string | null;
|
|
2831
|
-
ReasonForReturn?: string | null;
|
|
2832
|
-
RequestDate?: string | null;
|
|
2833
|
-
ResellerId?: string | null;
|
|
2834
|
-
ResellerName?: string | null;
|
|
2835
|
-
ReturnNumber?: string | null;
|
|
2836
|
-
ReturnNumber1?: string | null;
|
|
2837
|
-
SerialNumbers?: string | null;
|
|
2838
|
-
ShipppingLabelOrderNumber?: string | null;
|
|
2839
|
-
Status?: string | null;
|
|
2840
|
-
WarehouseLocation?: string | null;
|
|
2841
|
-
};
|
|
2842
|
-
export type Shipment = {
|
|
2843
|
-
ExtendedPrice?: number;
|
|
2844
|
-
QuantityBackOrder?: number;
|
|
2845
|
-
QuantityOrdered?: number;
|
|
2846
|
-
QuantityShipped?: number;
|
|
2847
|
-
ShipmentDate?: number;
|
|
2848
|
-
UnitPrice?: number;
|
|
2849
|
-
UnitWeight?: number;
|
|
2850
|
-
Category?: string | null;
|
|
2851
|
-
Description?: string | null;
|
|
2852
|
-
Location?: string | null;
|
|
2853
|
-
ManufacturerPartNumber?: string | null;
|
|
2854
|
-
OpportunityManufacturerId?: string | null;
|
|
2855
|
-
OpportunityManufacturerNumber?: string | null;
|
|
2856
|
-
OrderNumber?: string | null;
|
|
2857
|
-
PONumber?: string | null;
|
|
2858
|
-
RandmarSKU?: string | null;
|
|
2859
|
-
ResellerId?: string | null;
|
|
2860
|
-
ResellerName?: string | null;
|
|
2861
|
-
ShipmentNumber?: string | null;
|
|
2862
|
-
ShipToName?: string | null;
|
|
2863
|
-
};
|
|
2864
|
-
export type TransactionHistory = {
|
|
2865
|
-
Quantity?: number;
|
|
2866
|
-
TransactionDate?: number;
|
|
2867
|
-
Category?: string | null;
|
|
2868
|
-
DocumentNumber?: string | null;
|
|
2869
|
-
Location?: string | null;
|
|
2870
|
-
RandmarSKU?: string | null;
|
|
2871
|
-
TransactionType?: string | null;
|
|
2872
|
-
};
|
|
2873
|
-
export type UpcEntry = {
|
|
2874
|
-
RandmarSKU?: string | null;
|
|
2875
|
-
UPC?: string | null;
|
|
2876
|
-
Unit?: string | null;
|
|
2877
|
-
Authorization?: string | null;
|
|
2878
|
-
};
|
|
2879
|
-
export type Product = {
|
|
2880
|
-
OpportunityOnly?: boolean;
|
|
2881
|
-
Require3DScan?: boolean;
|
|
2882
|
-
SerialNumber?: boolean;
|
|
2883
|
-
TransparencyCode?: boolean;
|
|
2884
|
-
AvailableToBuy?: boolean | null;
|
|
2885
|
-
CanBeAllocated?: boolean | null;
|
|
2886
|
-
IsManufacturer?: boolean | null;
|
|
2887
|
-
LastMaintainedDate?: number;
|
|
2888
|
-
UnitWeight?: number;
|
|
2889
|
-
MAP?: number | null;
|
|
2890
|
-
UnitHeight?: number | null;
|
|
2891
|
-
UnitLength?: number | null;
|
|
2892
|
-
UnitWidth?: number | null;
|
|
2893
|
-
Distribution?: Distribution;
|
|
2894
|
-
InstantRebate?: any | null;
|
|
2895
|
-
ShopifyProduct?: any | null;
|
|
2896
|
-
AutoUpdate?: number;
|
|
2897
|
-
MasterCarton?: number;
|
|
2898
|
-
SkidQuantity?: number | null;
|
|
2899
|
-
Credits?: Credit[] | null;
|
|
2900
|
-
ContractPricings?: any[] | null;
|
|
2901
|
-
InstantRebates?: any[] | null;
|
|
2902
|
-
Requisitions?: any[] | null;
|
|
2903
|
-
Invoices?: Invoice[] | null;
|
|
2904
|
-
Opportunities?: OpportunityEntry[] | null;
|
|
2905
|
-
Orders?: Order[] | null;
|
|
2906
|
-
ActiveOrderDetails?: OrderDetail[] | null;
|
|
2907
|
-
OrderDetails?: OrderDetail[] | null;
|
|
2908
|
-
PurchaseOrders?: PurchaseOrder[] | null;
|
|
2909
|
-
Receipts?: Receipt[] | null;
|
|
2910
|
-
Returns?: Return[] | null;
|
|
2911
|
-
SalesStatistics?: SalesStatistic[] | null;
|
|
2912
|
-
Shipments?: Shipment[] | null;
|
|
2913
|
-
TransactionHistory?: TransactionHistory[] | null;
|
|
2914
|
-
UPCs?: UpcEntry[] | null;
|
|
2915
|
-
Manufacturer?: Manufacturer;
|
|
2916
|
-
ManufacturerCategory?: ManufacturerCategory;
|
|
2917
|
-
BodyHTML?: string | null;
|
|
2918
|
-
Category?: string | null;
|
|
2919
|
-
CountryCodeOfOrigin?: string | null;
|
|
2920
|
-
CreatedBy?: string | null;
|
|
2921
|
-
ManufacturerId?: string | null;
|
|
2922
|
-
ManufacturerName?: string | null;
|
|
2923
|
-
MPN?: string | null;
|
|
2924
|
-
ProductType?: string | null;
|
|
2925
|
-
RandmarSKU?: string | null;
|
|
2926
|
-
RandmarTitle?: string | null;
|
|
2927
|
-
SceneName?: string | null;
|
|
2928
|
-
State?: string | null;
|
|
2929
|
-
Title?: string | null;
|
|
2930
|
-
UPC?: string | null;
|
|
2931
|
-
VoiceoverCaption?: string | null;
|
|
2932
|
-
};
|
|
2933
2944
|
export type ProductConvertToShortModel = {
|
|
2934
2945
|
Title?: string | null;
|
|
2935
2946
|
Text?: string | null;
|
|
@@ -45864,7 +45875,7 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45864
45875
|
startedTimeStamp?: undefined | undefined;
|
|
45865
45876
|
fulfilledTimeStamp?: undefined | undefined;
|
|
45866
45877
|
} & {
|
|
45867
|
-
currentData?:
|
|
45878
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45868
45879
|
isUninitialized: false;
|
|
45869
45880
|
isLoading: false;
|
|
45870
45881
|
isFetching: false;
|
|
@@ -45872,8 +45883,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45872
45883
|
isError: false;
|
|
45873
45884
|
}, "isUninitialized"> & {
|
|
45874
45885
|
isUninitialized: true;
|
|
45875
|
-
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
45876
|
-
currentData?:
|
|
45886
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
45887
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45877
45888
|
isUninitialized: false;
|
|
45878
45889
|
isLoading: false;
|
|
45879
45890
|
isFetching: false;
|
|
@@ -45887,8 +45898,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45887
45898
|
isSuccess: true;
|
|
45888
45899
|
isFetching: true;
|
|
45889
45900
|
error: undefined;
|
|
45890
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
45891
|
-
currentData?:
|
|
45901
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
45902
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45892
45903
|
isUninitialized: false;
|
|
45893
45904
|
isLoading: false;
|
|
45894
45905
|
isFetching: false;
|
|
@@ -45898,8 +45909,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45898
45909
|
isSuccess: true;
|
|
45899
45910
|
isFetching: false;
|
|
45900
45911
|
error: undefined;
|
|
45901
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
45902
|
-
currentData?:
|
|
45912
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
45913
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45903
45914
|
isUninitialized: false;
|
|
45904
45915
|
isLoading: false;
|
|
45905
45916
|
isFetching: false;
|
|
@@ -45907,8 +45918,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45907
45918
|
isError: false;
|
|
45908
45919
|
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
45909
45920
|
isError: true;
|
|
45910
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
45911
|
-
currentData?:
|
|
45921
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
45922
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45912
45923
|
isUninitialized: false;
|
|
45913
45924
|
isLoading: false;
|
|
45914
45925
|
isFetching: false;
|
|
@@ -45931,7 +45942,7 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45931
45942
|
startedTimeStamp?: undefined | undefined;
|
|
45932
45943
|
fulfilledTimeStamp?: undefined | undefined;
|
|
45933
45944
|
} & {
|
|
45934
|
-
currentData?:
|
|
45945
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45935
45946
|
isUninitialized: false;
|
|
45936
45947
|
isLoading: false;
|
|
45937
45948
|
isFetching: false;
|
|
@@ -45939,8 +45950,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45939
45950
|
isError: false;
|
|
45940
45951
|
}, "isUninitialized"> & {
|
|
45941
45952
|
isUninitialized: true;
|
|
45942
|
-
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
45943
|
-
currentData?:
|
|
45953
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
45954
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45944
45955
|
isUninitialized: false;
|
|
45945
45956
|
isLoading: false;
|
|
45946
45957
|
isFetching: false;
|
|
@@ -45954,8 +45965,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45954
45965
|
isSuccess: true;
|
|
45955
45966
|
isFetching: true;
|
|
45956
45967
|
error: undefined;
|
|
45957
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
45958
|
-
currentData?:
|
|
45968
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
45969
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45959
45970
|
isUninitialized: false;
|
|
45960
45971
|
isLoading: false;
|
|
45961
45972
|
isFetching: false;
|
|
@@ -45965,8 +45976,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45965
45976
|
isSuccess: true;
|
|
45966
45977
|
isFetching: false;
|
|
45967
45978
|
error: undefined;
|
|
45968
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
45969
|
-
currentData?:
|
|
45979
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
45980
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45970
45981
|
isUninitialized: false;
|
|
45971
45982
|
isLoading: false;
|
|
45972
45983
|
isFetching: false;
|
|
@@ -45974,8 +45985,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45974
45985
|
isError: false;
|
|
45975
45986
|
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
45976
45987
|
isError: true;
|
|
45977
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
45978
|
-
currentData?:
|
|
45988
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
45989
|
+
currentData?: ManufacturerCategory | undefined;
|
|
45979
45990
|
isUninitialized: false;
|
|
45980
45991
|
isLoading: false;
|
|
45981
45992
|
isFetching: false;
|
|
@@ -45985,7 +45996,7 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45985
45996
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
45986
45997
|
}) => R) | undefined;
|
|
45987
45998
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
45988
|
-
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
45999
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>>;
|
|
45989
46000
|
}, useLazyGetManufacturerByPublicNameAndCategoryNameQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
45990
46001
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
45991
46002
|
originalArgs?: undefined | undefined;
|
|
@@ -45996,7 +46007,7 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
45996
46007
|
startedTimeStamp?: undefined | undefined;
|
|
45997
46008
|
fulfilledTimeStamp?: undefined | undefined;
|
|
45998
46009
|
} & {
|
|
45999
|
-
currentData?:
|
|
46010
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46000
46011
|
isUninitialized: false;
|
|
46001
46012
|
isLoading: false;
|
|
46002
46013
|
isFetching: false;
|
|
@@ -46004,8 +46015,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46004
46015
|
isError: false;
|
|
46005
46016
|
}, "isUninitialized"> & {
|
|
46006
46017
|
isUninitialized: true;
|
|
46007
|
-
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
46008
|
-
currentData?:
|
|
46018
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
46019
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46009
46020
|
isUninitialized: false;
|
|
46010
46021
|
isLoading: false;
|
|
46011
46022
|
isFetching: false;
|
|
@@ -46019,8 +46030,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46019
46030
|
isSuccess: true;
|
|
46020
46031
|
isFetching: true;
|
|
46021
46032
|
error: undefined;
|
|
46022
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
46023
|
-
currentData?:
|
|
46033
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
46034
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46024
46035
|
isUninitialized: false;
|
|
46025
46036
|
isLoading: false;
|
|
46026
46037
|
isFetching: false;
|
|
@@ -46030,8 +46041,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46030
46041
|
isSuccess: true;
|
|
46031
46042
|
isFetching: false;
|
|
46032
46043
|
error: undefined;
|
|
46033
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
46034
|
-
currentData?:
|
|
46044
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
46045
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46035
46046
|
isUninitialized: false;
|
|
46036
46047
|
isLoading: false;
|
|
46037
46048
|
isFetching: false;
|
|
@@ -46039,8 +46050,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46039
46050
|
isError: false;
|
|
46040
46051
|
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
46041
46052
|
isError: true;
|
|
46042
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
46043
|
-
currentData?:
|
|
46053
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
46054
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46044
46055
|
isUninitialized: false;
|
|
46045
46056
|
isLoading: false;
|
|
46046
46057
|
isFetching: false;
|
|
@@ -46060,7 +46071,7 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46060
46071
|
startedTimeStamp?: undefined | undefined;
|
|
46061
46072
|
fulfilledTimeStamp?: undefined | undefined;
|
|
46062
46073
|
} & {
|
|
46063
|
-
currentData?:
|
|
46074
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46064
46075
|
isUninitialized: false;
|
|
46065
46076
|
isLoading: false;
|
|
46066
46077
|
isFetching: false;
|
|
@@ -46068,8 +46079,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46068
46079
|
isError: false;
|
|
46069
46080
|
}, "isUninitialized"> & {
|
|
46070
46081
|
isUninitialized: true;
|
|
46071
|
-
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
46072
|
-
currentData?:
|
|
46082
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
46083
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46073
46084
|
isUninitialized: false;
|
|
46074
46085
|
isLoading: false;
|
|
46075
46086
|
isFetching: false;
|
|
@@ -46083,8 +46094,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46083
46094
|
isSuccess: true;
|
|
46084
46095
|
isFetching: true;
|
|
46085
46096
|
error: undefined;
|
|
46086
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
46087
|
-
currentData?:
|
|
46097
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
46098
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46088
46099
|
isUninitialized: false;
|
|
46089
46100
|
isLoading: false;
|
|
46090
46101
|
isFetching: false;
|
|
@@ -46094,8 +46105,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46094
46105
|
isSuccess: true;
|
|
46095
46106
|
isFetching: false;
|
|
46096
46107
|
error: undefined;
|
|
46097
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
46098
|
-
currentData?:
|
|
46108
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
46109
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46099
46110
|
isUninitialized: false;
|
|
46100
46111
|
isLoading: false;
|
|
46101
46112
|
isFetching: false;
|
|
@@ -46103,8 +46114,8 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46103
46114
|
isError: false;
|
|
46104
46115
|
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
46105
46116
|
isError: true;
|
|
46106
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
46107
|
-
currentData?:
|
|
46117
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>> & {
|
|
46118
|
+
currentData?: ManufacturerCategory | undefined;
|
|
46108
46119
|
isUninitialized: false;
|
|
46109
46120
|
isLoading: false;
|
|
46110
46121
|
isFetching: false;
|
|
@@ -46113,7 +46124,7 @@ export declare const useGetV4ShopifyByShopifyHostNameAccountQuery: <R extends Re
|
|
|
46113
46124
|
}, "error">>)>> & {
|
|
46114
46125
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
46115
46126
|
}) => R) | undefined;
|
|
46116
|
-
}, "skip">) | undefined) => [(arg: GetManufacturerByPublicNameAndCategoryNameApiArg, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
46127
|
+
}, "skip">) | undefined) => [(arg: GetManufacturerByPublicNameAndCategoryNameApiArg, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, ManufacturerCategory, "randmarApi", unknown>>, [R][R extends any ? 0 : never] & {
|
|
46117
46128
|
reset: () => void;
|
|
46118
46129
|
}, {
|
|
46119
46130
|
lastArg: GetManufacturerByPublicNameAndCategoryNameApiArg;
|
|
@@ -209,7 +209,7 @@ declare const enhancedApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs
|
|
|
209
209
|
getV4Warehouses: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|
|
210
210
|
getManufacturers: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|
|
211
211
|
getManufacturerByPublicName: import("@reduxjs/toolkit/query").QueryDefinition<import("./randmarApi").GetManufacturerByPublicNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, import("./randmarApi").Manufacturer, "randmarApi", unknown>;
|
|
212
|
-
getManufacturerByPublicNameAndCategoryName: import("@reduxjs/toolkit/query").QueryDefinition<import("./randmarApi").GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never,
|
|
212
|
+
getManufacturerByPublicNameAndCategoryName: import("@reduxjs/toolkit/query").QueryDefinition<import("./randmarApi").GetManufacturerByPublicNameAndCategoryNameApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, import("./randmarApi").ManufacturerCategory, "randmarApi", unknown>;
|
|
213
213
|
getManufacturerByPublicNameLogo: import("@reduxjs/toolkit/query").QueryDefinition<import("./randmarApi").GetManufacturerByPublicNameLogoApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|
|
214
214
|
getManufacturerByPublicNameVideo: import("@reduxjs/toolkit/query").QueryDefinition<import("./randmarApi").GetManufacturerByPublicNameVideoApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|
|
215
215
|
getManufacturerByPublicNameAndCategoryNameImage: import("@reduxjs/toolkit/query").QueryDefinition<import("./randmarApi").GetManufacturerByPublicNameAndCategoryNameImageApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, unknown, "randmarApi", unknown>;
|