@spscommerce/asst-api 0.0.1-beta.9 → 0.0.1

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.
Files changed (61) hide show
  1. package/dist/{ItemErrorDetailsResult-c62caeae.d.ts → ItemErrorDetailsResult-317fbe3e.d.ts} +166 -156
  2. package/dist/ItemStatusResponse-7f871d5a.d.ts +91 -0
  3. package/dist/{chunk-IHIEBLQV.js → chunk-HEFVXX2V.js} +82 -23
  4. package/dist/{chunk-ITWMRXLD.js → chunk-HG7MCO42.js} +77 -16
  5. package/dist/index.cjs +148 -36
  6. package/dist/index.d.ts +119 -6
  7. package/dist/index.js +4 -2
  8. package/dist/msw.cjs +158 -29
  9. package/dist/msw.d.ts +110 -69
  10. package/dist/msw.js +82 -11
  11. package/dist/{ItemErrorDetails-e6e400aa.d.ts → zod-1c4396f8.d.ts} +179 -103
  12. package/dist/zod.cjs +84 -22
  13. package/dist/zod.d.ts +2 -2
  14. package/dist/zod.js +9 -1
  15. package/package.json +1 -1
  16. package/dist/ImportsStatus-52d26b01.d.ts +0 -134
  17. package/dist/ImportsStatusEnum-22c03a0b.d.ts +0 -51
  18. package/dist/ItemCategoriesSearch-1bb945de.d.ts +0 -275
  19. package/dist/ItemCategoriesSearch-44b87663.d.ts +0 -318
  20. package/dist/ItemCategoriesSearch-e0870a34.d.ts +0 -318
  21. package/dist/ItemCategoriesSearch-e3298650.d.ts +0 -319
  22. package/dist/ItemCategoriesSearch-ec43591f.d.ts +0 -319
  23. package/dist/ItemCategory-14816deb.d.ts +0 -99
  24. package/dist/ItemCategory-768179bd.d.ts +0 -99
  25. package/dist/ItemErrorDetails-1614b511.d.ts +0 -3137
  26. package/dist/ItemErrorDetails-1bd2821e.d.ts +0 -3137
  27. package/dist/ItemErrorDetailsResult-0b4a628c.d.ts +0 -3032
  28. package/dist/ItemErrorDetailsResult-859368da.d.ts +0 -3032
  29. package/dist/ItemErrorDetailsResult-9ac97c24.d.ts +0 -3032
  30. package/dist/ItemErrorDetailsResult-c12c4eac.d.ts +0 -3032
  31. package/dist/TradingPartnerAccessByCompanyId-29866586.d.ts +0 -97
  32. package/dist/TradingPartnerAccessByCompanyId-43f83fb6.d.ts +0 -130
  33. package/dist/TradingPartnerAccessByCompanyId-479e3e57.d.ts +0 -124
  34. package/dist/TradingPartnerAccessByCompanyId-53b868a8.d.ts +0 -125
  35. package/dist/TradingPartnerAccessByCompanyId-b227f0c5.d.ts +0 -125
  36. package/dist/TradingPartnerAccessByCompanyId-e7a1d443.d.ts +0 -129
  37. package/dist/asstClient-f6a1693a.d.ts +0 -29
  38. package/dist/chunk-3FMMM7IS.js +0 -80
  39. package/dist/chunk-3JRE7YYE.js +0 -4576
  40. package/dist/chunk-4WER3ZLX.js +0 -4576
  41. package/dist/chunk-6ZNFOWTV.js +0 -78
  42. package/dist/chunk-7HCJJATJ.js +0 -40
  43. package/dist/chunk-B7B2ACF4.js +0 -3794
  44. package/dist/chunk-D3ML6E4G.js +0 -3787
  45. package/dist/chunk-ETURPA7W.js +0 -326
  46. package/dist/chunk-F3KCLICG.js +0 -77
  47. package/dist/chunk-FS6LHGAR.js +0 -87
  48. package/dist/chunk-G36FM5OA.js +0 -327
  49. package/dist/chunk-GDFX3WTX.js +0 -78
  50. package/dist/chunk-LGP22FRF.js +0 -0
  51. package/dist/chunk-LYMGZWSR.js +0 -80
  52. package/dist/chunk-N2OYWNHF.js +0 -80
  53. package/dist/chunk-OA6PO3QG.js +0 -78
  54. package/dist/chunk-OBXZRDPY.js +0 -77
  55. package/dist/chunk-OI47EFQH.js +0 -82
  56. package/dist/chunk-OVOZIZA2.js +0 -326
  57. package/dist/chunk-RNUSCCKB.js +0 -183
  58. package/dist/chunk-RRGAJ4ZS.js +0 -4576
  59. package/dist/chunk-T3UCSW2B.js +0 -81
  60. package/dist/chunk-XMNYZGXF.js +0 -84
  61. package/dist/chunk-YCQUK6KV.js +0 -85
@@ -300,16 +300,19 @@ declare const tradingPartnerAccessByCompanyIdSchema: z.ZodObject<{
300
300
  catalog_name: z.ZodNullable<z.ZodString>;
301
301
  partner_company_name: z.ZodString;
302
302
  partner_company_id: z.ZodNumber;
303
+ partner_org_id: z.ZodString;
303
304
  }, "strip", z.ZodTypeAny, {
304
305
  catalog_id: number;
305
306
  catalog_name: string | null;
306
307
  partner_company_name: string;
307
308
  partner_company_id: number;
309
+ partner_org_id: string;
308
310
  }, {
309
311
  catalog_id: number;
310
312
  catalog_name: string | null;
311
313
  partner_company_name: string;
312
314
  partner_company_id: number;
315
+ partner_org_id: string;
313
316
  }>, "many">;
314
317
  }, "strip", z.ZodTypeAny, {
315
318
  count: number;
@@ -322,6 +325,7 @@ declare const tradingPartnerAccessByCompanyIdSchema: z.ZodObject<{
322
325
  catalog_name: string | null;
323
326
  partner_company_name: string;
324
327
  partner_company_id: number;
328
+ partner_org_id: string;
325
329
  }[];
326
330
  }, {
327
331
  count: number;
@@ -334,6 +338,7 @@ declare const tradingPartnerAccessByCompanyIdSchema: z.ZodObject<{
334
338
  catalog_name: string | null;
335
339
  partner_company_name: string;
336
340
  partner_company_id: number;
341
+ partner_org_id: string;
337
342
  }[];
338
343
  }>;
339
344
  type TradingPartnerAccessByCompanyId = z.infer<typeof tradingPartnerAccessByCompanyIdSchema>;
@@ -342,6 +347,7 @@ declare const itemCategoriesSearchSchema: z.ZodObject<{
342
347
  count: z.ZodNumber;
343
348
  data: z.ZodArray<z.ZodObject<{
344
349
  categoryid: z.ZodNumber;
350
+ encodedCategoryId: z.ZodString;
345
351
  companyId: z.ZodNumber;
346
352
  name: z.ZodString;
347
353
  isActive: z.ZodNumber;
@@ -358,6 +364,7 @@ declare const itemCategoriesSearchSchema: z.ZodObject<{
358
364
  isActive: number;
359
365
  companyId: number;
360
366
  categoryid: number;
367
+ encodedCategoryId: string;
361
368
  typeId: number;
362
369
  createdDate?: number | null | undefined;
363
370
  categorytimestamp?: number | null | undefined;
@@ -370,6 +377,7 @@ declare const itemCategoriesSearchSchema: z.ZodObject<{
370
377
  isActive: number;
371
378
  companyId: number;
372
379
  categoryid: number;
380
+ encodedCategoryId: string;
373
381
  typeId: number;
374
382
  createdDate?: number | null | undefined;
375
383
  categorytimestamp?: number | null | undefined;
@@ -384,6 +392,7 @@ declare const itemCategoriesSearchSchema: z.ZodObject<{
384
392
  isActive: number;
385
393
  companyId: number;
386
394
  categoryid: number;
395
+ encodedCategoryId: string;
387
396
  typeId: number;
388
397
  createdDate?: number | null | undefined;
389
398
  categorytimestamp?: number | null | undefined;
@@ -399,6 +408,7 @@ declare const itemCategoriesSearchSchema: z.ZodObject<{
399
408
  isActive: number;
400
409
  companyId: number;
401
410
  categoryid: number;
411
+ encodedCategoryId: string;
402
412
  typeId: number;
403
413
  createdDate?: number | null | undefined;
404
414
  categorytimestamp?: number | null | undefined;
@@ -1274,26 +1284,26 @@ type SpreadsheetTemplate = z.infer<typeof spreadsheetTemplateSchema>;
1274
1284
  declare const userAccountSchema: z.ZodObject<{
1275
1285
  identityUser: z.ZodObject<{
1276
1286
  id: z.ZodString;
1277
- email: z.ZodString;
1278
- first_name: z.ZodString;
1279
- last_name: z.ZodString;
1280
- job_title: z.ZodString;
1281
- externally_managed: z.ZodBoolean;
1282
- city: z.ZodString;
1287
+ email: z.ZodOptional<z.ZodString>;
1288
+ first_name: z.ZodOptional<z.ZodString>;
1289
+ last_name: z.ZodOptional<z.ZodString>;
1290
+ job_title: z.ZodOptional<z.ZodString>;
1291
+ externally_managed: z.ZodOptional<z.ZodBoolean>;
1292
+ city: z.ZodOptional<z.ZodString>;
1283
1293
  name: z.ZodString;
1284
- state: z.ZodString;
1285
- country: z.ZodString;
1286
- user_type: z.ZodString;
1287
- token_type: z.ZodString;
1288
- avatar_image_id: z.ZodString;
1289
- avatar_image_url: z.ZodString;
1290
- origin_avatar_image_id: z.ZodString;
1291
- bio: z.ZodString;
1292
- phone_number: z.ZodString;
1293
- twitter_handle: z.ZodString;
1294
- linkedin_url: z.ZodString;
1294
+ state: z.ZodOptional<z.ZodString>;
1295
+ country: z.ZodOptional<z.ZodString>;
1296
+ user_type: z.ZodOptional<z.ZodString>;
1297
+ token_type: z.ZodOptional<z.ZodString>;
1298
+ avatar_image_id: z.ZodOptional<z.ZodString>;
1299
+ avatar_image_url: z.ZodOptional<z.ZodString>;
1300
+ origin_avatar_image_id: z.ZodOptional<z.ZodString>;
1301
+ bio: z.ZodOptional<z.ZodString>;
1302
+ phone_number: z.ZodOptional<z.ZodString>;
1303
+ twitter_handle: z.ZodOptional<z.ZodString>;
1304
+ linkedin_url: z.ZodOptional<z.ZodString>;
1295
1305
  description: z.ZodOptional<z.ZodString>;
1296
- preferences: z.ZodObject<{
1306
+ preferences: z.ZodOptional<z.ZodObject<{
1297
1307
  locale: z.ZodString;
1298
1308
  timezone: z.ZodString;
1299
1309
  cpUpgrade: z.ZodOptional<z.ZodString>;
@@ -1346,12 +1356,12 @@ declare const userAccountSchema: z.ZodObject<{
1346
1356
  LONG_TIME: string;
1347
1357
  };
1348
1358
  cpUpgrade?: string | undefined;
1349
- }>;
1359
+ }>>;
1350
1360
  roles: z.ZodArray<z.ZodString, "many">;
1351
1361
  organization: z.ZodObject<{
1352
- organization_name: z.ZodString;
1353
- organization_site: z.ZodString;
1354
- namespace: z.ZodString;
1362
+ organization_name: z.ZodOptional<z.ZodString>;
1363
+ organization_site: z.ZodOptional<z.ZodString>;
1364
+ namespace: z.ZodOptional<z.ZodString>;
1355
1365
  id: z.ZodString;
1356
1366
  permissions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1357
1367
  metadata: z.ZodOptional<z.ZodObject<{
@@ -1369,9 +1379,9 @@ declare const userAccountSchema: z.ZodObject<{
1369
1379
  }>>;
1370
1380
  }, "strip", z.ZodTypeAny, {
1371
1381
  id: string;
1372
- namespace: string;
1373
- organization_name: string;
1374
- organization_site: string;
1382
+ organization_name?: string | undefined;
1383
+ organization_site?: string | undefined;
1384
+ namespace?: string | undefined;
1375
1385
  permissions?: string[] | undefined;
1376
1386
  metadata?: {
1377
1387
  value: string;
@@ -1380,9 +1390,9 @@ declare const userAccountSchema: z.ZodObject<{
1380
1390
  } | undefined;
1381
1391
  }, {
1382
1392
  id: string;
1383
- namespace: string;
1384
- organization_name: string;
1385
- organization_site: string;
1393
+ organization_name?: string | undefined;
1394
+ organization_site?: string | undefined;
1395
+ namespace?: string | undefined;
1386
1396
  permissions?: string[] | undefined;
1387
1397
  metadata?: {
1388
1398
  value: string;
@@ -1395,43 +1405,12 @@ declare const userAccountSchema: z.ZodObject<{
1395
1405
  }, "strip", z.ZodTypeAny, {
1396
1406
  name: string;
1397
1407
  id: string;
1398
- email: string;
1399
- first_name: string;
1400
- last_name: string;
1401
- job_title: string;
1402
- externally_managed: boolean;
1403
- city: string;
1404
- state: string;
1405
- country: string;
1406
- user_type: string;
1407
- token_type: string;
1408
- avatar_image_id: string;
1409
- avatar_image_url: string;
1410
- origin_avatar_image_id: string;
1411
- bio: string;
1412
- phone_number: string;
1413
- twitter_handle: string;
1414
- linkedin_url: string;
1415
- preferences: {
1416
- locale: string;
1417
- timezone: string;
1418
- language: string[];
1419
- datetime: {
1420
- DATE: string;
1421
- DATE_TIME: string;
1422
- TIME: string;
1423
- SHORT_DATE: string;
1424
- LONG_DATETIME: string;
1425
- LONG_TIME: string;
1426
- };
1427
- cpUpgrade?: string | undefined;
1428
- };
1429
1408
  roles: string[];
1430
1409
  organization: {
1431
1410
  id: string;
1432
- namespace: string;
1433
- organization_name: string;
1434
- organization_site: string;
1411
+ organization_name?: string | undefined;
1412
+ organization_site?: string | undefined;
1413
+ namespace?: string | undefined;
1435
1414
  permissions?: string[] | undefined;
1436
1415
  metadata?: {
1437
1416
  value: string;
@@ -1441,28 +1420,25 @@ declare const userAccountSchema: z.ZodObject<{
1441
1420
  };
1442
1421
  password: string;
1443
1422
  verified: boolean;
1423
+ email?: string | undefined;
1424
+ first_name?: string | undefined;
1425
+ last_name?: string | undefined;
1426
+ job_title?: string | undefined;
1427
+ externally_managed?: boolean | undefined;
1428
+ city?: string | undefined;
1429
+ state?: string | undefined;
1430
+ country?: string | undefined;
1431
+ user_type?: string | undefined;
1432
+ token_type?: string | undefined;
1433
+ avatar_image_id?: string | undefined;
1434
+ avatar_image_url?: string | undefined;
1435
+ origin_avatar_image_id?: string | undefined;
1436
+ bio?: string | undefined;
1437
+ phone_number?: string | undefined;
1438
+ twitter_handle?: string | undefined;
1439
+ linkedin_url?: string | undefined;
1444
1440
  description?: string | undefined;
1445
- }, {
1446
- name: string;
1447
- id: string;
1448
- email: string;
1449
- first_name: string;
1450
- last_name: string;
1451
- job_title: string;
1452
- externally_managed: boolean;
1453
- city: string;
1454
- state: string;
1455
- country: string;
1456
- user_type: string;
1457
- token_type: string;
1458
- avatar_image_id: string;
1459
- avatar_image_url: string;
1460
- origin_avatar_image_id: string;
1461
- bio: string;
1462
- phone_number: string;
1463
- twitter_handle: string;
1464
- linkedin_url: string;
1465
- preferences: {
1441
+ preferences?: {
1466
1442
  locale: string;
1467
1443
  timezone: string;
1468
1444
  language: string[];
@@ -1475,13 +1451,16 @@ declare const userAccountSchema: z.ZodObject<{
1475
1451
  LONG_TIME: string;
1476
1452
  };
1477
1453
  cpUpgrade?: string | undefined;
1478
- };
1454
+ } | undefined;
1455
+ }, {
1456
+ name: string;
1457
+ id: string;
1479
1458
  roles: string[];
1480
1459
  organization: {
1481
1460
  id: string;
1482
- namespace: string;
1483
- organization_name: string;
1484
- organization_site: string;
1461
+ organization_name?: string | undefined;
1462
+ organization_site?: string | undefined;
1463
+ namespace?: string | undefined;
1485
1464
  permissions?: string[] | undefined;
1486
1465
  metadata?: {
1487
1466
  value: string;
@@ -1491,7 +1470,38 @@ declare const userAccountSchema: z.ZodObject<{
1491
1470
  };
1492
1471
  password: string;
1493
1472
  verified: boolean;
1473
+ email?: string | undefined;
1474
+ first_name?: string | undefined;
1475
+ last_name?: string | undefined;
1476
+ job_title?: string | undefined;
1477
+ externally_managed?: boolean | undefined;
1478
+ city?: string | undefined;
1479
+ state?: string | undefined;
1480
+ country?: string | undefined;
1481
+ user_type?: string | undefined;
1482
+ token_type?: string | undefined;
1483
+ avatar_image_id?: string | undefined;
1484
+ avatar_image_url?: string | undefined;
1485
+ origin_avatar_image_id?: string | undefined;
1486
+ bio?: string | undefined;
1487
+ phone_number?: string | undefined;
1488
+ twitter_handle?: string | undefined;
1489
+ linkedin_url?: string | undefined;
1494
1490
  description?: string | undefined;
1491
+ preferences?: {
1492
+ locale: string;
1493
+ timezone: string;
1494
+ language: string[];
1495
+ datetime: {
1496
+ DATE: string;
1497
+ DATE_TIME: string;
1498
+ TIME: string;
1499
+ SHORT_DATE: string;
1500
+ LONG_DATETIME: string;
1501
+ LONG_TIME: string;
1502
+ };
1503
+ cpUpgrade?: string | undefined;
1504
+ } | undefined;
1495
1505
  }>;
1496
1506
  companyId: z.ZodNumber;
1497
1507
  companyName: z.ZodString;
@@ -1530,43 +1540,12 @@ declare const userAccountSchema: z.ZodObject<{
1530
1540
  identityUser: {
1531
1541
  name: string;
1532
1542
  id: string;
1533
- email: string;
1534
- first_name: string;
1535
- last_name: string;
1536
- job_title: string;
1537
- externally_managed: boolean;
1538
- city: string;
1539
- state: string;
1540
- country: string;
1541
- user_type: string;
1542
- token_type: string;
1543
- avatar_image_id: string;
1544
- avatar_image_url: string;
1545
- origin_avatar_image_id: string;
1546
- bio: string;
1547
- phone_number: string;
1548
- twitter_handle: string;
1549
- linkedin_url: string;
1550
- preferences: {
1551
- locale: string;
1552
- timezone: string;
1553
- language: string[];
1554
- datetime: {
1555
- DATE: string;
1556
- DATE_TIME: string;
1557
- TIME: string;
1558
- SHORT_DATE: string;
1559
- LONG_DATETIME: string;
1560
- LONG_TIME: string;
1561
- };
1562
- cpUpgrade?: string | undefined;
1563
- };
1564
1543
  roles: string[];
1565
1544
  organization: {
1566
1545
  id: string;
1567
- namespace: string;
1568
- organization_name: string;
1569
- organization_site: string;
1546
+ organization_name?: string | undefined;
1547
+ organization_site?: string | undefined;
1548
+ namespace?: string | undefined;
1570
1549
  permissions?: string[] | undefined;
1571
1550
  metadata?: {
1572
1551
  value: string;
@@ -1576,7 +1555,38 @@ declare const userAccountSchema: z.ZodObject<{
1576
1555
  };
1577
1556
  password: string;
1578
1557
  verified: boolean;
1558
+ email?: string | undefined;
1559
+ first_name?: string | undefined;
1560
+ last_name?: string | undefined;
1561
+ job_title?: string | undefined;
1562
+ externally_managed?: boolean | undefined;
1563
+ city?: string | undefined;
1564
+ state?: string | undefined;
1565
+ country?: string | undefined;
1566
+ user_type?: string | undefined;
1567
+ token_type?: string | undefined;
1568
+ avatar_image_id?: string | undefined;
1569
+ avatar_image_url?: string | undefined;
1570
+ origin_avatar_image_id?: string | undefined;
1571
+ bio?: string | undefined;
1572
+ phone_number?: string | undefined;
1573
+ twitter_handle?: string | undefined;
1574
+ linkedin_url?: string | undefined;
1579
1575
  description?: string | undefined;
1576
+ preferences?: {
1577
+ locale: string;
1578
+ timezone: string;
1579
+ language: string[];
1580
+ datetime: {
1581
+ DATE: string;
1582
+ DATE_TIME: string;
1583
+ TIME: string;
1584
+ SHORT_DATE: string;
1585
+ LONG_DATETIME: string;
1586
+ LONG_TIME: string;
1587
+ };
1588
+ cpUpgrade?: string | undefined;
1589
+ } | undefined;
1580
1590
  };
1581
1591
  retailer: boolean;
1582
1592
  supplier: boolean;
@@ -1602,43 +1612,12 @@ declare const userAccountSchema: z.ZodObject<{
1602
1612
  identityUser: {
1603
1613
  name: string;
1604
1614
  id: string;
1605
- email: string;
1606
- first_name: string;
1607
- last_name: string;
1608
- job_title: string;
1609
- externally_managed: boolean;
1610
- city: string;
1611
- state: string;
1612
- country: string;
1613
- user_type: string;
1614
- token_type: string;
1615
- avatar_image_id: string;
1616
- avatar_image_url: string;
1617
- origin_avatar_image_id: string;
1618
- bio: string;
1619
- phone_number: string;
1620
- twitter_handle: string;
1621
- linkedin_url: string;
1622
- preferences: {
1623
- locale: string;
1624
- timezone: string;
1625
- language: string[];
1626
- datetime: {
1627
- DATE: string;
1628
- DATE_TIME: string;
1629
- TIME: string;
1630
- SHORT_DATE: string;
1631
- LONG_DATETIME: string;
1632
- LONG_TIME: string;
1633
- };
1634
- cpUpgrade?: string | undefined;
1635
- };
1636
1615
  roles: string[];
1637
1616
  organization: {
1638
1617
  id: string;
1639
- namespace: string;
1640
- organization_name: string;
1641
- organization_site: string;
1618
+ organization_name?: string | undefined;
1619
+ organization_site?: string | undefined;
1620
+ namespace?: string | undefined;
1642
1621
  permissions?: string[] | undefined;
1643
1622
  metadata?: {
1644
1623
  value: string;
@@ -1648,7 +1627,38 @@ declare const userAccountSchema: z.ZodObject<{
1648
1627
  };
1649
1628
  password: string;
1650
1629
  verified: boolean;
1630
+ email?: string | undefined;
1631
+ first_name?: string | undefined;
1632
+ last_name?: string | undefined;
1633
+ job_title?: string | undefined;
1634
+ externally_managed?: boolean | undefined;
1635
+ city?: string | undefined;
1636
+ state?: string | undefined;
1637
+ country?: string | undefined;
1638
+ user_type?: string | undefined;
1639
+ token_type?: string | undefined;
1640
+ avatar_image_id?: string | undefined;
1641
+ avatar_image_url?: string | undefined;
1642
+ origin_avatar_image_id?: string | undefined;
1643
+ bio?: string | undefined;
1644
+ phone_number?: string | undefined;
1645
+ twitter_handle?: string | undefined;
1646
+ linkedin_url?: string | undefined;
1651
1647
  description?: string | undefined;
1648
+ preferences?: {
1649
+ locale: string;
1650
+ timezone: string;
1651
+ language: string[];
1652
+ datetime: {
1653
+ DATE: string;
1654
+ DATE_TIME: string;
1655
+ TIME: string;
1656
+ SHORT_DATE: string;
1657
+ LONG_DATETIME: string;
1658
+ LONG_TIME: string;
1659
+ };
1660
+ cpUpgrade?: string | undefined;
1661
+ } | undefined;
1652
1662
  };
1653
1663
  retailer: boolean;
1654
1664
  supplier: boolean;
@@ -3089,4 +3099,4 @@ declare const itemErrorDetailsResultSchema: z.ZodObject<{
3089
3099
  }>;
3090
3100
  type ItemErrorDetailsResult = z.infer<typeof itemErrorDetailsResultSchema>;
3091
3101
 
3092
- export { AsstClient as A, BASE_URLS as B, itemSearchViewSchema as C, itemDetailViewSchema as D, Export as E, localeSchema as F, spreadsheetTemplateSchema as G, tradingPartnerAccessByCompanyIdSchema as H, Import as I, userAccountSchema as J, itemErrorDetailsResultSchema as K, Locale as L, SpreadsheetTemplate as S, TradingPartnerAccessByCompanyId as T, UserAccount as U, VendorPartnerAttGroups as V, ImportsStatus as a, AttrProdType as b, ItemCategoriesSearch as c, AttributeMetaData as d, AttributesByCompany as e, AttributeDefinition as f, AttributeValidValues as g, ItemSearchView as h, ItemDetailView as i, ItemErrorDetailsResult as j, AsstClientOptions as k, AsstUrl as l, Env as m, ImportErrors as n, attrProdTypeSchema as o, envSchema as p, importErrorsSchema as q, importSchema as r, importsStatusSchema as s, exportSchema as t, itemCategoriesSearchSchema as u, vendorPartnerAttGroupsSchema as v, attributeDefinitionSchema as w, attributeMetaDataSchema as x, attributesByCompanySchema as y, attributeValidValuesSchema as z };
3102
+ export { AsstClient as A, BASE_URLS as B, itemSearchViewSchema as C, itemDetailViewSchema as D, Export as E, localeSchema as F, spreadsheetTemplateSchema as G, tradingPartnerAccessByCompanyIdSchema as H, ImportErrors as I, userAccountSchema as J, itemErrorDetailsResultSchema as K, Locale as L, SpreadsheetTemplate as S, TradingPartnerAccessByCompanyId as T, UserAccount as U, VendorPartnerAttGroups as V, Import as a, ImportsStatus as b, ItemCategoriesSearch as c, attrProdTypeSchema as d, ItemErrorDetailsResult as e, ItemSearchView as f, ItemDetailView as g, AttributeMetaData as h, AttributesByCompany as i, AttributeDefinition as j, AttributeValidValues as k, AttrProdType as l, AsstClientOptions as m, AsstUrl as n, Env as o, envSchema as p, importErrorsSchema as q, importSchema as r, importsStatusSchema as s, exportSchema as t, itemCategoriesSearchSchema as u, vendorPartnerAttGroupsSchema as v, attributeDefinitionSchema as w, attributeMetaDataSchema as x, attributesByCompanySchema as y, attributeValidValuesSchema as z };
@@ -0,0 +1,91 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const itemStatusResponseSchema: z.ZodObject<{
4
+ itemStatuses: z.ZodArray<z.ZodObject<{
5
+ itemId: z.ZodString;
6
+ itemOrgStatuses: z.ZodArray<z.ZodObject<{
7
+ org: z.ZodObject<{
8
+ ref: z.ZodString;
9
+ id: z.ZodString;
10
+ name: z.ZodString;
11
+ }, "strip", z.ZodTypeAny, {
12
+ name: string;
13
+ id: string;
14
+ ref: string;
15
+ }, {
16
+ name: string;
17
+ id: string;
18
+ ref: string;
19
+ }>;
20
+ lowestInvalidStage: z.ZodNullable<z.ZodEnum<["CORE", "CORE_PLUS", "CORE_ADVANCED", "ENRICHED", "STANDARD_REQUIREMENTS"]>>;
21
+ validForRelationship: z.ZodBoolean;
22
+ }, "strip", z.ZodTypeAny, {
23
+ org: {
24
+ name: string;
25
+ id: string;
26
+ ref: string;
27
+ };
28
+ lowestInvalidStage: "CORE" | "CORE_PLUS" | "CORE_ADVANCED" | "ENRICHED" | "STANDARD_REQUIREMENTS" | null;
29
+ validForRelationship: boolean;
30
+ }, {
31
+ org: {
32
+ name: string;
33
+ id: string;
34
+ ref: string;
35
+ };
36
+ lowestInvalidStage: "CORE" | "CORE_PLUS" | "CORE_ADVANCED" | "ENRICHED" | "STANDARD_REQUIREMENTS" | null;
37
+ validForRelationship: boolean;
38
+ }>, "many">;
39
+ }, "strip", z.ZodTypeAny, {
40
+ itemId: string;
41
+ itemOrgStatuses: {
42
+ org: {
43
+ name: string;
44
+ id: string;
45
+ ref: string;
46
+ };
47
+ lowestInvalidStage: "CORE" | "CORE_PLUS" | "CORE_ADVANCED" | "ENRICHED" | "STANDARD_REQUIREMENTS" | null;
48
+ validForRelationship: boolean;
49
+ }[];
50
+ }, {
51
+ itemId: string;
52
+ itemOrgStatuses: {
53
+ org: {
54
+ name: string;
55
+ id: string;
56
+ ref: string;
57
+ };
58
+ lowestInvalidStage: "CORE" | "CORE_PLUS" | "CORE_ADVANCED" | "ENRICHED" | "STANDARD_REQUIREMENTS" | null;
59
+ validForRelationship: boolean;
60
+ }[];
61
+ }>, "many">;
62
+ }, "strip", z.ZodTypeAny, {
63
+ itemStatuses: {
64
+ itemId: string;
65
+ itemOrgStatuses: {
66
+ org: {
67
+ name: string;
68
+ id: string;
69
+ ref: string;
70
+ };
71
+ lowestInvalidStage: "CORE" | "CORE_PLUS" | "CORE_ADVANCED" | "ENRICHED" | "STANDARD_REQUIREMENTS" | null;
72
+ validForRelationship: boolean;
73
+ }[];
74
+ }[];
75
+ }, {
76
+ itemStatuses: {
77
+ itemId: string;
78
+ itemOrgStatuses: {
79
+ org: {
80
+ name: string;
81
+ id: string;
82
+ ref: string;
83
+ };
84
+ lowestInvalidStage: "CORE" | "CORE_PLUS" | "CORE_ADVANCED" | "ENRICHED" | "STANDARD_REQUIREMENTS" | null;
85
+ validForRelationship: boolean;
86
+ }[];
87
+ }[];
88
+ }>;
89
+ type ItemStatusResponse = z.infer<typeof itemStatusResponseSchema>;
90
+
91
+ export { ItemStatusResponse as I };