@simpleapps-com/augur-api 0.4.0 → 0.4.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 (92) hide show
  1. package/dist/cjs/index.d.ts +1 -1
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/cjs/services/customers/client.d.ts +1 -1
  4. package/dist/cjs/services/customers/schemas/contacts.d.ts +8 -8
  5. package/dist/cjs/services/items/client.d.ts +2579 -4966
  6. package/dist/cjs/services/items/client.d.ts.map +1 -1
  7. package/dist/cjs/services/items/client.js +1398 -3823
  8. package/dist/cjs/services/items/client.js.map +1 -1
  9. package/dist/cjs/services/items/schemas/attributeGroupsAttributes.d.ts +250 -0
  10. package/dist/cjs/services/items/schemas/attributeGroupsAttributes.d.ts.map +1 -0
  11. package/dist/cjs/services/items/schemas/attributeGroupsAttributes.js +37 -0
  12. package/dist/cjs/services/items/schemas/attributeGroupsAttributes.js.map +1 -0
  13. package/dist/cjs/services/items/schemas/attributesValues.d.ts +276 -0
  14. package/dist/cjs/services/items/schemas/attributesValues.d.ts.map +1 -0
  15. package/dist/cjs/services/items/schemas/attributesValues.js +41 -0
  16. package/dist/cjs/services/items/schemas/attributesValues.js.map +1 -0
  17. package/dist/cjs/services/items/schemas/index.d.ts +6 -0
  18. package/dist/cjs/services/items/schemas/index.d.ts.map +1 -1
  19. package/dist/cjs/services/items/schemas/index.js +14 -0
  20. package/dist/cjs/services/items/schemas/index.js.map +1 -1
  21. package/dist/cjs/services/items/schemas/invMastFaq.d.ts +356 -0
  22. package/dist/cjs/services/items/schemas/invMastFaq.d.ts.map +1 -0
  23. package/dist/cjs/services/items/schemas/invMastFaq.js +49 -0
  24. package/dist/cjs/services/items/schemas/invMastFaq.js.map +1 -0
  25. package/dist/cjs/services/items/schemas/invMastLocationsBins.d.ts +242 -0
  26. package/dist/cjs/services/items/schemas/invMastLocationsBins.d.ts.map +1 -0
  27. package/dist/cjs/services/items/schemas/invMastLocationsBins.js +25 -0
  28. package/dist/cjs/services/items/schemas/invMastLocationsBins.js.map +1 -0
  29. package/dist/cjs/services/items/schemas/itemWishlistHdr.d.ts +295 -0
  30. package/dist/cjs/services/items/schemas/itemWishlistHdr.d.ts.map +1 -0
  31. package/dist/cjs/services/items/schemas/itemWishlistHdr.js +35 -0
  32. package/dist/cjs/services/items/schemas/itemWishlistHdr.js.map +1 -0
  33. package/dist/cjs/services/items/schemas/itemWishlistLine.d.ts +148 -0
  34. package/dist/cjs/services/items/schemas/itemWishlistLine.d.ts.map +1 -0
  35. package/dist/cjs/services/items/schemas/itemWishlistLine.js +24 -0
  36. package/dist/cjs/services/items/schemas/itemWishlistLine.js.map +1 -0
  37. package/dist/esm/index.d.ts +1 -1
  38. package/dist/esm/index.js +1 -1
  39. package/dist/esm/services/customers/client.d.ts +1 -1
  40. package/dist/esm/services/customers/schemas/contacts.d.ts +8 -8
  41. package/dist/esm/services/items/client.d.ts +2579 -4966
  42. package/dist/esm/services/items/client.d.ts.map +1 -1
  43. package/dist/esm/services/items/client.js +1409 -3852
  44. package/dist/esm/services/items/client.js.map +1 -1
  45. package/dist/esm/services/items/schemas/attributeGroupsAttributes.d.ts +250 -0
  46. package/dist/esm/services/items/schemas/attributeGroupsAttributes.d.ts.map +1 -0
  47. package/dist/esm/services/items/schemas/attributeGroupsAttributes.js +34 -0
  48. package/dist/esm/services/items/schemas/attributeGroupsAttributes.js.map +1 -0
  49. package/dist/esm/services/items/schemas/attributesValues.d.ts +276 -0
  50. package/dist/esm/services/items/schemas/attributesValues.d.ts.map +1 -0
  51. package/dist/esm/services/items/schemas/attributesValues.js +38 -0
  52. package/dist/esm/services/items/schemas/attributesValues.js.map +1 -0
  53. package/dist/esm/services/items/schemas/index.d.ts +6 -0
  54. package/dist/esm/services/items/schemas/index.d.ts.map +1 -1
  55. package/dist/esm/services/items/schemas/index.js +8 -0
  56. package/dist/esm/services/items/schemas/index.js.map +1 -1
  57. package/dist/esm/services/items/schemas/invMastFaq.d.ts +356 -0
  58. package/dist/esm/services/items/schemas/invMastFaq.d.ts.map +1 -0
  59. package/dist/esm/services/items/schemas/invMastFaq.js +46 -0
  60. package/dist/esm/services/items/schemas/invMastFaq.js.map +1 -0
  61. package/dist/esm/services/items/schemas/invMastLocationsBins.d.ts +242 -0
  62. package/dist/esm/services/items/schemas/invMastLocationsBins.d.ts.map +1 -0
  63. package/dist/esm/services/items/schemas/invMastLocationsBins.js +22 -0
  64. package/dist/esm/services/items/schemas/invMastLocationsBins.js.map +1 -0
  65. package/dist/esm/services/items/schemas/itemWishlistHdr.d.ts +295 -0
  66. package/dist/esm/services/items/schemas/itemWishlistHdr.d.ts.map +1 -0
  67. package/dist/esm/services/items/schemas/itemWishlistHdr.js +32 -0
  68. package/dist/esm/services/items/schemas/itemWishlistHdr.js.map +1 -0
  69. package/dist/esm/services/items/schemas/itemWishlistLine.d.ts +148 -0
  70. package/dist/esm/services/items/schemas/itemWishlistLine.d.ts.map +1 -0
  71. package/dist/esm/services/items/schemas/itemWishlistLine.js +21 -0
  72. package/dist/esm/services/items/schemas/itemWishlistLine.js.map +1 -0
  73. package/dist/types/index.d.ts +1 -1
  74. package/dist/types/services/customers/client.d.ts +1 -1
  75. package/dist/types/services/customers/schemas/contacts.d.ts +8 -8
  76. package/dist/types/services/items/client.d.ts +2579 -4966
  77. package/dist/types/services/items/client.d.ts.map +1 -1
  78. package/dist/types/services/items/schemas/attributeGroupsAttributes.d.ts +250 -0
  79. package/dist/types/services/items/schemas/attributeGroupsAttributes.d.ts.map +1 -0
  80. package/dist/types/services/items/schemas/attributesValues.d.ts +276 -0
  81. package/dist/types/services/items/schemas/attributesValues.d.ts.map +1 -0
  82. package/dist/types/services/items/schemas/index.d.ts +6 -0
  83. package/dist/types/services/items/schemas/index.d.ts.map +1 -1
  84. package/dist/types/services/items/schemas/invMastFaq.d.ts +356 -0
  85. package/dist/types/services/items/schemas/invMastFaq.d.ts.map +1 -0
  86. package/dist/types/services/items/schemas/invMastLocationsBins.d.ts +242 -0
  87. package/dist/types/services/items/schemas/invMastLocationsBins.d.ts.map +1 -0
  88. package/dist/types/services/items/schemas/itemWishlistHdr.d.ts +295 -0
  89. package/dist/types/services/items/schemas/itemWishlistHdr.d.ts.map +1 -0
  90. package/dist/types/services/items/schemas/itemWishlistLine.d.ts +148 -0
  91. package/dist/types/services/items/schemas/itemWishlistLine.d.ts.map +1 -0
  92. package/package.json +1 -1
@@ -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;AAGpD,OAAO,EAwDL,uBAAuB,EA0EvB,YAAY,EACZ,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,kBAAkB,EAClB,oBAAoB,EACpB,wBAAwB,EACxB,eAAe,EACf,cAAc,EAId,+BAA+B,EAC/B,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EAEjB,4BAA4B,EAC5B,4BAA4B,EAC5B,oBAAoB,EACpB,oBAAoB,EACpB,sBAAsB,EACtB,sBAAsB,EACtB,wBAAwB,EACxB,wBAAwB,EACxB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,EAChB,gBAAgB,EAGhB,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,yBAAyB,EACzB,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,WAAW,CAAC;AAGnB,KAAK,2BAA2B,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,KAAK,2BAA2B,GAAG;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,KAAK,oCAAoC,GAAG;IAC1C,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,KAAK,oCAAoC,GAAG;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,KAAK,wBAAwB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B,CAAC;AAEF,KAAK,kCAAkC,GAAG;IACxC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,KAAK,kCAAkC,GAAG;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,KAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAAa,WAAY,SAAQ,iBAAiB;IAChD;;;;OAIG;gBACS,IAAI,EAAE,UAAU,EAAE,OAAO,GAAE,MAAsC;IAI7E;;;OAGG;IAEH;;;OAGG;IACH,YAAY;QACV;;;;;;;;;;;;;;;;WAgBG;wBACmB,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAYxC;;;;;;;;;;;;;;WAcG;+BAC0B,MAAM;;;;;;;;;;;wBArP5B,CAAC;yCACN,CAAC;yBAAmB,CAAC;4BAAsB,CAAC;8BAAyB,CAAC;0BACtD,CAAC;6BACV,CAAC;;;;;;;;;;;;;QA8PV;;;WAGG;;YAED;;;;;;;;;;;;;eAaG;2BACkB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAa3C;;;WAGG;;YAED;;;;;;;;;;;;;eAaG;mCAC0B,MAAM;;;;;;;;;;;4BApT9B,CAAC;6CACN,CAAC;6BAAmB,CAAC;gCAAsB,CAAC;kCAAyB,CAAC;8BACtD,CAAC;iCACV,CAAC;;;;;;;;;;;;;;MA6TV;IAEF;;;OAGG;IACH,UAAU;QACR;;;;;;;;;;;;;;WAcG;+BAC0B,MAAM,WAAW,qBAAqB;;;;;;;;;;;wBAtV5D,CAAC;yCACN,CAAC;yBAAmB,CAAC;4BAAsB,CAAC;8BAAyB,CAAC;0BACtD,CAAC;6BACV,CAAC;;;;;;;;;;;;;QAgWV;;;WAGG;;YAED;;;;;;;;;;;;;eAaG;2BACkB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAa3C;;;WAGG;;YAED;;;;;;;;;;;;;eAaG;oCAC2B,MAAM;;;;;;;;;;;;;;;;;;;;;;;QAatC;;;WAGG;;YAED;;;;;;;;;;;;;;;;eAgBG;oCAC2B,MAAM;;;;;;;;;;;;;;;;;QAatC;;;WAGG;;YAED;;;;;;;;;;;;;;;;eAgBG;oCAC2B,MAAM;;;;;;;;;;;;;;;;MAYtC;IAEF;;;OAGG;IACH,gBAAgB;QACd;;;;;WAKG;+BAC0B,MAAM;;;;;;;;;oBArf5B,CAAC;qCACN,CAAC;qBAAmB,CAAC;wBAAsB,CAAC;0BAAyB,CAAC;sBACtD,CAAC;yBACV,CAAC;;;;;;QAufV;;;;;WAKG;wBACmB,kBAAkB;;;;;;;;;;;;;;;;;;;;MAIxC;IAEF;;;OAGG;IACH,cAAc;QACZ;;;;;;WAMG;+BAC0B,MAAM,WAAW,qBAAqB;;;;;;;;;oBAlhB5D,CAAC;qCACN,CAAC;qBAAmB,CAAC;wBAAsB,CAAC;0BAAyB,CAAC;sBACtD,CAAC;yBACV,CAAC;;;;;;MAmhBV;IAEF;;;OAGG;IACH,UAAU;QACR;;;;;;;;;;;;;WAaG;wBACmB;YAAE,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;QAYzD;;;;;;;;;;;WAWG;;;;;;;;;;;;;;;;;;;QAGH;;;;;;;;;;;;;;;;WAgBG;;;;;;;;;;;;;;;;;;;;;;;;;QAOH;;;;;;;;;;;;;;WAcG;;;;;;;;;;;;;;;;;;;;;;;;;QAOH;;;;;;;;;;;;;WAaG;+BAC0B,MAAM,KAAG,OAAO,CAAC,OAAO,CAAC;QAatD;;;WAGG;;YAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA6BG;iCACwB,MAAM,WAAW;gBAAE,KAAK,CAAC,EAAE,MAAM,CAAC;gBAAC,MAAM,CAAC,EAAE,MAAM,CAAA;aAAE;;;;;;;;;;;;;;;;YAa/E;;;;;;;;;;;;;;;;;;;;;;;;;;;eA2BG;gCACuB,MAAM,qBAAqB,MAAM;;;;;;;;;;;;;;;;YA8B3D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA8BG;mCAC0B,MAAM,WAAW,2BAA2B;;;;;;;;;;;;;;;;YAgCzE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA8BG;mCAEa,MAAM,qBACD,MAAM,WAChB,2BAA2B;;;;;;;;;;;;;;;;YAoCtC;;;;;;;;;;;;;;;;;;;;;;;;;;eA0BG;mCAC0B,MAAM,qBAAqB,MAAM,KAAG,OAAO,CAAC,OAAO,CAAC;;MAyBnF;IAIF;;;OAGG;IACH,MAAM;QACJ;;;;;;;;;;;;;WAaG;wBACmB,eAAe;;;;;;;;;;;;;;;;;;;;QAYrC;;;;;;;;;;;WAWG;;;;;;;;;;;;;;;;;;;;;QAGH;;;;;;;;;;;;;WAaG;;;;;;;;;;;;;;;;;;;;;;;;QAGH;;;;;;;;;;;;;;WAcG;;;;;;;;;;;;;;;;;;;;;;;;;;QAOH;;;;;;;;;;;;;WAaG;4BACuB,MAAM,KAAG,OAAO,CAAC,OAAO,CAAC;QAanD;;;WAGG;;YAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA6BG;8BACqB,MAAM,WAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;YAa5D;;;;;;;;;;;;;;;;;;;;;;;;;;;eA2BG;6BACoB,MAAM,mBAAmB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;YAetD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA8BG;gCACuB,MAAM,WAAW,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;YAajE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA8BG;gCAEU,MAAM,mBACA,MAAM,WACd,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;YAiBjC;;;;;;;;;;;;;;;;;;;;;;;;;;eA0BG;gCACuB,MAAM,mBAAmB,MAAM;;;;;;;;;;;MAwB3D;IAEF;;;OAGG;IACH,eAAe;QACb;;;;;;;;;;;;;;;;WAgBG;wBACmB,wBAAwB;;;;;;;;;;;;;;;;QAY9C;;;;;;;;;;;WAWG;;;;;;;;;;;;;;;;;;;;;;;;;;QAMH;;;;;;;;;;;;;;WAcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAOH;;;;;;;;;;;;;;WAcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAOH;;;;;;;;;;;WAWG;oCAC+B,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;QAYxC;;;WAGG;;YAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA6BG;sCAC6B,MAAM,WAAW;gBAAE,KAAK,CAAC,EAAE,MAAM,CAAC;gBAAC,MAAM,CAAC,EAAE,MAAM,CAAA;aAAE;;;;;;;;;;;;;;;;YAapF;;;;;;;;;;;;;;;;;;;;;;;;;;;eA2BG;qCAC4B,MAAM,+BAA+B,MAAM;;;;;;;;;;;;;;;YA6B1E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA6BG;wCAC+B,MAAM,WAAW,oCAAoC;;;;;;;;;;;;;;;YA8BvF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA6BG;wCAEkB,MAAM,+BACI,MAAM,WAC1B,oCAAoC;;;;;;;;;;;;;;;YAiC/C;;;;;;;;;;;;;;;;;;;;;;;;;;eA0BG;wCAEkB,MAAM,+BACI,MAAM,KAClC,OAAO,CAAC,OAAO,CAAC;;MAyBrB;IAEF;;;OAGG;IACH,eAAe;QACb;;;;;;;;;;;;;WAaG;wBACmB;YAAE,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;MAazD;IAEF;;;OAGG;IACH,mBAAmB;QACjB;;;;;;;;;;;;;WAaG;wBACmB;YAAE,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;QAYzD;;;;;;;;;;;;;;;WAeG;;;;;;;;;;;;;;;;;;;;;;MAMH;IAEF;;;OAGG;IACH,WAAW;QACT;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BG;;;;;;;;;;;;;;MAEH;IAEF;;;OAGG;IACH,IAAI;QACF;;;;;;;;;;;;;;;;;;;;;;;;;WAyBG;mBACY,OAAO,CAAC,YAAY,CAAC;MAQpC;IAEF;;;OAGG;IACH,eAAe;QACb;;;;;;;;;;;WAWG;;;;;MAKH;IAEF;;;OAGG;IACH,QAAQ;QACN;;;;;;;;;;;WAWG;;MAKH;IAEF;;;OAGG;IACH,QAAQ;QACN;;;WAGG;;YAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA6BG;8BACqB,wBAAwB;;;;;;;;;;;;;;;;;;;MAelD;IAEF;;;OAGG;IAEH;;;OAGG;IACH,YAAY;QACV;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4BG;uBACkB,MAAM;;;;;;;;;;;;;;;;;;;;;QAc3B;;;;;;;;;;;;;;;WAeG;0BACqB,MAAM,WAAW,+BAA+B;;;;;;;;;;;;;;;;;;;;;QAaxE;;;WAGG;;YAED;;;;;;;;;;;;;;;eAeG;2BACkB,MAAM,sBAAsB,MAAM;;;;;;;;;;;;;;;;;;;;;YAYvD;;;;;;;;eAQG;8BAEQ,MAAM,sBACK,MAAM,WACjB,+BAA+B;;;;;;;;;;;;;;;;;;;;;YAc1C;;;eAGG;;gBAED;;;;;;;;;;;;;;;;mBAgBG;+BACkB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM;;;;;;;;;;;;;;;;;;;;;;;gBAgBpF;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA2BG;kCAEQ,MAAM,sBACK,MAAM,uBACL,MAAM;;;;;;;;;;;;MA2BjC;IAEF;;;OAGG;IACH,gBAAgB;QACd;;;;;WAKG;uBACkB,MAAM;;;;;;;;;;;;MAM3B;IAEF;;;OAGG;IACH,QAAQ;QACN;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4BG;wBACmB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;QAY3C;;;;;;;;;;;WAWG;;;;;;;;;;;;;;;;;;;;;;;;;QAGH;;;;;;;;;;;;;;;WAeG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAOH;;;;;;;;;;;;;;WAcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAOH;;;;;;;;;;WAUG;;;;;;;;;;;;;;;;;;;;;;;;;QAMH;;;;;;;;;;;;;WAaG;qCACgC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;QAYzC;;;;;;;;;;;;;;;;;WAiBG;oCAC+B,MAAM,WAAW,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;QAa/E;;;;;;;;;;;;;;;;WAgBG;uCAEiB,MAAM,WACf,MAAM,WACN,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;QAcvC;;;;;;;;;;;WAWG;uCACkC,MAAM,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;MAW5D;IAEF;;;OAGG;IACH,YAAY;QACV;;;;;WAKG;wBACmB,qBAAqB;;;;;;;;;;;;;;;QAK3C;;;;;WAKG;qCACgC,MAAM;;;;;;;;;;;;;;;;;MAIzC;IAEF;;;OAGG;IACH,GAAG;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA8BG;2BACsB,MAAM,WAAW,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;QAa3D;;;;;;;;;;;;WAYG;0BACqB,MAAM,UAAU,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;QAY9C;;;;;;;;;;;;;;;;WAgBG;6BACwB,MAAM,WAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;QAahE;;;;;;;;;;;;;;;WAeG;6BACwB,MAAM,UAAU,MAAM,WAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;QAahF;;;;;;;;;;;WAWG;6BACwB,MAAM,UAAU,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;QAYjD;;;;;;;;;;;;WAYG;2BACsB,MAAM,UAAU,MAAM,WAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;MAY5E;IAEF;;;OAGG;IACH,OAAO;QACL;;;;;;WAMG;2BACsB,MAAM,WAAW,iBAAiB;;;;;;;;;;;;;;;;MAI3D;IAEF;;;OAGG;IACH,YAAY;QACV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA6BG;2BACsB,MAAM,WAAW,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;QAa/D;;;;;;;;;;;;WAYG;0BACqB,MAAM,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;QAY/C;;;;;;;;;;;;;;;;WAgBG;6BACwB,MAAM,WAAW,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;QAapE;;;;;;;;;;;;;;;WAeG;6BACwB,MAAM,WAAW,MAAM,WAAW,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;QAarF;;;;;;;;;;;WAWG;6BACwB,MAAM,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;MAWlD;IAEF;;;OAGG;IACH,gBAAgB;QACd;;;;;;WAMG;2BACsB,MAAM,WAAW,qBAAqB;;;;;;;;;;;;;;;MAI/D;IAEF;;;OAGG;IACH,QAAQ;QACN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA6BG;2BACsB,MAAM,WAAW,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;QAa3D;;;;;;;;;;;;WAYG;0BACqB,MAAM,cAAc,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;QAYlD;;;;;;;;;;;;;;;;;WAiBG;6BACwB,MAAM,WAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;QAahE;;;;;;;;;;;;;;;WAeG;6BACwB,MAAM,cAAc,MAAM,WAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;QAapF;;;;;;;;;;;WAWG;6BACwB,MAAM,cAAc,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;MAWrD;IAEF;;;OAGG;IACH,YAAY;QACV;;;;;;WAMG;2BACsB,MAAM,WAAW,iBAAiB;;;;;;;;;;;;;;;;;;MAI3D;IAEF;;;OAGG;IACH,SAAS;QACP;;;WAGG;;YAED;;;;;;;;;;;;;;;;eAgBG;+BACsB,MAAM,WAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;YAa7D;;;eAGG;;gBAED;;;;;;;;;;;;;;;;;mBAiBG;kCACqB,MAAM,OAAO,MAAM,WAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;YAc3E;;;;;;;;;;;;;;;;;;;eAmBG;iCACwB,MAAM,WAAW,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;YAa5D;;;;;;;;;;;;;;;eAeG;iCACwB,MAAM,OAAO,MAAM,WAAW,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;YAazE;;;;;;;;;;;eAWG;iCACwB,MAAM,OAAO,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;YAY9C;;;;;;;;;;;;;;;eAeG;uCAEW,MAAM,cACN,MAAM,WACT,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;MAchC;IAEF;;;OAGG;IACH,aAAa;QACX;;;WAGG;;YAED;;;;;;eAMG;+BACsB,MAAM,WAAW,mBAAmB;;;;;;;;;;;;;;;;YAK7D;;;;;;;eAOG;uCAEW,MAAM,cACN,MAAM,WACT,mBAAmB;;;;;;;;;;;;;;;;YAM9B;;;eAGG;;gBAED;;;;;;;;;;;;;;;;;;;;;;;mBAuBG;kCACqB,MAAM,OAAO,MAAM,WAAW,mBAAmB;;;;;;;;;;;;;;;;;;MAM7E;IAEF;;;OAGG;IACH,uBAAuB;QACrB;;;;;;;;;;;;;;WAcG;6BACwB,MAAM,WAAW;YAAE,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;QAa/E;;;;;;;;;;;;;;;WAeG;+BAC0B,MAAM,WAAW,2BAA2B;;;;;;;;;;;;;;;;QAgCzE;;;;;;;;;;;;WAYG;4BACuB,MAAM,qBAAqB,MAAM;;;;;;;;;;;;;;;;QA2B3D;;;;;;;;;;;;;;;WAeG;+BAEa,MAAM,qBACD,MAAM,WAChB,2BAA2B;;;;;;;;;;;;;;;;QAiCtC;;;;;;;;;;;WAWG;+BAC0B,MAAM,qBAAqB,MAAM,KAAG,OAAO,CAAC,OAAO,CAAC;MAYjF;IAEF;;;OAGG;IACH,wBAAwB;QACtB;;;;;;;;;;;;;;WAcG;kCAC6B,MAAM,WAAW;YAAE,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;QAapF;;;;;;;;;;;;;;WAcG;oCAC+B,MAAM,WAAW,oCAAoC;;;;;;;;;;;;;;;QA8BvF;;;;;;;;;;;;WAYG;iCAC4B,MAAM,+BAA+B,MAAM;;;;;;;;;;;;;;;QA6B1E;;;;;;;;;;;;;;WAcG;oCAEkB,MAAM,+BACI,MAAM,WAC1B,oCAAoC;;;;;;;;;;;;;;;QAiC/C;;;;;;;;;;;WAWG;oCAEkB,MAAM,+BACI,MAAM,KAClC,OAAO,CAAC,OAAO,CAAC;MAenB;IAEF;;;OAGG;IAEH;;;OAGG;IACH,UAAU;QACR;;;;;;;;;;WAUG;;;;;;;;;;;;;;QASH;;;;;;;;;;;;;WAaG;oCAC+B,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;QAYtD;;;;;;;;;;;;;;WAcG;4CACuC,MAAM,WAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;QAa9E;;;;;;;;;;;WAWG;0CACqC,MAAM;;;;;;;;;;;;;;QAyB9C;;;;;;;;;;;;;WAaG;qCACgC,wBAAwB;;;;;;;;;;;;;;QA4B3D;;;;;;;;;;;;;WAaG;uCACkC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAY3C;;;;;;;;;;;;;;;WAeG;iDAEW,MAAM,gBACJ,MAAM,WACX;YAAE,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;QAc9C;;;;;;;;;;;;;;;WAeG;kDAEW,MAAM,gBACJ,MAAM,WACX,kCAAkC;;;;;;;;;;;;;;;QA+B7C;;;;;;;;;;;;;;;WAeG;kDAEW,MAAM,gBACJ,MAAM,qBACD,MAAM,WAChB,kCAAkC;;;;;;;;;;;;;;;QAkC7C;;;;;;;;;;;;WAYG;kDAEW,MAAM,gBACJ,MAAM,qBACD,MAAM,KACxB,OAAO,CAAC,OAAO,CAAC;QAiBnB;;;;;;;;;;;;;;WAcG;4CAEW,MAAM,WACT;YAAE,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;QAc9C;;;;;;;;;;;;;WAaG;6CACwC,MAAM,WAAW,6BAA6B;;;;;;;;;;;;;MA0BzF;IAEF;;;OAGG;IACH,OAAO;QACL;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAGH;;;;;;;;;;;;;;;;;;WAkBG;wBACmB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAYvC;;;;;;;;;;;;;;;;;;WAkBG;yBACoB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAY1C;;;;;;;;;;;;;;;;;;WAkBG;0BACqB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;QAY3C;;;;;;;;;;;;;;;;WAgBG;;8BAEuB,MAAM,WAAW;gBAAE,cAAc,CAAC,EAAE,MAAM,CAAC;gBAAC,MAAM,CAAC,EAAE,MAAM,CAAA;aAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAmBvF;;;;;;;;;;;;;;;WAeG;;+BAEwB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAajC;;;;;;;;;;;;;;;WAeG;;+BAEwB,MAAM,WAAW,uBAAuB;;;;;;;;;;;;;;;;;;;;;QAcnE;;;;;;;;;;;;;;;WAeG;;+BAEwB,MAAM;;;;;;;;;;;;;;;;;;;QAajC;;;;;;;;;;;;;;;WAeG;;+BAEwB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAajC;;;;;;;;;;;;;;;;WAgBG;;8BAEuB,MAAM,WAAW,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAczD;;;WAGG;;YAED;;;;;;eAMG;+BACsB,MAAM,WAAW,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;YAa3D;;;;;;eAMG;iCACwB,MAAM,WAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;YAahE;;;;;;eAMG;8BACqB,MAAM,iBAAiB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;YAYrD;;;;;;;eAOG;iCACwB,MAAM,iBAAiB,MAAM,WAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;YAavF;;;;;;eAMG;iCACwB,MAAM,iBAAiB,MAAM,KAAG,OAAO,CAAC,OAAO,CAAC;;QAc7E;;;WAGG;;YAED;;;;;;eAMG;+BACsB,MAAM,WAAW;gBAAE,KAAK,CAAC,EAAE,MAAM,CAAC;gBAAC,MAAM,CAAC,EAAE,MAAM,CAAA;aAAE;;;;;;;;;;;;;;;;;;YAa7E;;;;;;eAMG;iCACwB,MAAM,WAAW,6BAA6B;;;;;;;;;;;;;YA2BzE;;;eAGG;;gBAED;;;;;;;mBAOG;mCAEW,MAAM,gBACJ,MAAM,WACX;oBAAE,KAAK,CAAC,EAAE,MAAM,CAAC;oBAAC,MAAM,CAAC,EAAE,MAAM,CAAA;iBAAE;;;;;;;;;;;;;;;;gBAc9C;;;;;;;mBAOG;qCAEW,MAAM,gBACJ,MAAM,WACX,kCAAkC;;;;;;;;;;;;;;;gBA+B7C;;;;;;;;mBAQG;qCAEW,MAAM,gBACJ,MAAM,qBACD,MAAM,WAChB,kCAAkC;;;;;;;;;;;;;;;gBAkC7C;;;;;;;mBAOG;qCAEW,MAAM,gBACJ,MAAM,qBACD,MAAM,KACxB,OAAO,CAAC,OAAO,CAAC;;;QAmBvB;;;;WAIG;;YAED;;;;eAIG;;gBAED;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA2BG;kCACqB,MAAM,cAAc,MAAM,OAAO,MAAM;;;;;;;gBAmB/D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA6BG;mCAEW,MAAM,cACN,MAAM,WACT;oBAAE,KAAK,CAAC,EAAE,MAAM,CAAC;oBAAC,MAAM,CAAC,EAAE,MAAM,CAAA;iBAAE;;;;;;;;;;;;;;;;;;MAkBlD;IAEF;;;;;;OAMG;IACH,YAAY;QACV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+BG;2BACsB,MAAM,KAAG,OAAO,CAAC,oBAAoB,CAAC;QAY/D;;;;;WAKG;+BAC0B,MAAM;;;;;;;;;;;;;;;MAInC;IAEF;;;;;;OAMG;IACH,eAAe;QACb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmCG;2BAEW,MAAM,WACT,qBAAqB,KAC7B,OAAO,CAAC,uBAAuB,CAAC;QAanC;;;;;;WAMG;+BAC0B,MAAM,WAAW,qBAAqB;;;;;;;;;;;;;;;;;;MAInE;IAEF;;;;;;;;OAQG;IACH,aAAa;QACX;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+BG;wBACmB,MAAM,KAAG,OAAO,CAAC,yBAAyB,CAAC;QAYjE;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;0BACqB,MAAM,KAAG,OAAO,CAAC,yBAAyB,CAAC;QAYnE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+BG;uBACkB,MAAM,cAAc,MAAM,KAAG,OAAO,CAAC,yBAAyB,CAAC;QAYpF;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4BG;0BACqB,MAAM,cAAc,MAAM,KAAG,OAAO,CAAC,yBAAyB,CAAC;QAYvF;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4BG;0BACqB,MAAM,cAAc,MAAM,KAAG,OAAO,CAAC,yBAAyB,CAAC;QAYvF;;WAEG;4BACuB,MAAM;;;;;;;;;;;2BAKP,MAAM,cAAc,MAAM;;;;;;;;;;;MAInD;CACH"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/services/items/client.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,250 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * Request schema for creating attribute group attribute association
4
+ * OpenAPI: POST /attribute-groups/{attributeGroupUid}/attributes
5
+ */
6
+ export declare const CreateAttributeGroupAttributeRequestSchema: z.ZodObject<{
7
+ attributeUid: z.ZodNumber;
8
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
9
+ }, "strip", z.ZodTypeAny, {
10
+ attributeUid: number;
11
+ sequenceNo?: number | undefined;
12
+ }, {
13
+ attributeUid: number;
14
+ sequenceNo?: number | undefined;
15
+ }>;
16
+ /**
17
+ * Request schema for updating attribute group attribute association
18
+ * OpenAPI: PUT /attribute-groups/{attributeGroupUid}/attributes/{attributeXAttributeGroupUid}
19
+ */
20
+ export declare const UpdateAttributeGroupAttributeRequestSchema: z.ZodObject<{
21
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
22
+ }, "strip", z.ZodTypeAny, {
23
+ sequenceNo?: number | undefined;
24
+ }, {
25
+ sequenceNo?: number | undefined;
26
+ }>;
27
+ /**
28
+ * Response schema for attribute group attribute association
29
+ */
30
+ export declare const AttributeGroupAttributeSchema: z.ZodObject<{
31
+ attributeXAttributeGroupUid: z.ZodNumber;
32
+ attributeGroupUid: z.ZodNumber;
33
+ attributeUid: z.ZodNumber;
34
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
35
+ createdAt: z.ZodString;
36
+ updatedAt: z.ZodString;
37
+ }, "strip", z.ZodTypeAny, {
38
+ attributeUid: number;
39
+ attributeGroupUid: number;
40
+ createdAt: string;
41
+ updatedAt: string;
42
+ attributeXAttributeGroupUid: number;
43
+ sequenceNo?: number | undefined;
44
+ }, {
45
+ attributeUid: number;
46
+ attributeGroupUid: number;
47
+ createdAt: string;
48
+ updatedAt: string;
49
+ attributeXAttributeGroupUid: number;
50
+ sequenceNo?: number | undefined;
51
+ }>;
52
+ /**
53
+ * Response schemas for attribute group attributes endpoints
54
+ */
55
+ export declare const AttributeGroupAttributeResponseSchema: z.ZodEffects<z.ZodObject<{
56
+ count: z.ZodNumber;
57
+ data: z.ZodObject<{
58
+ attributeXAttributeGroupUid: z.ZodNumber;
59
+ attributeGroupUid: z.ZodNumber;
60
+ attributeUid: z.ZodNumber;
61
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
62
+ createdAt: z.ZodString;
63
+ updatedAt: z.ZodString;
64
+ }, "strip", z.ZodTypeAny, {
65
+ attributeUid: number;
66
+ attributeGroupUid: number;
67
+ createdAt: string;
68
+ updatedAt: string;
69
+ attributeXAttributeGroupUid: number;
70
+ sequenceNo?: number | undefined;
71
+ }, {
72
+ attributeUid: number;
73
+ attributeGroupUid: number;
74
+ createdAt: string;
75
+ updatedAt: string;
76
+ attributeXAttributeGroupUid: number;
77
+ sequenceNo?: number | undefined;
78
+ }>;
79
+ message: z.ZodString;
80
+ options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
81
+ params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
82
+ status: z.ZodNumber;
83
+ total: z.ZodNumber;
84
+ totalResults: z.ZodNumber;
85
+ }, "strip", z.ZodTypeAny, {
86
+ params: Record<string, unknown> | unknown[];
87
+ data: {
88
+ attributeUid: number;
89
+ attributeGroupUid: number;
90
+ createdAt: string;
91
+ updatedAt: string;
92
+ attributeXAttributeGroupUid: number;
93
+ sequenceNo?: number | undefined;
94
+ };
95
+ options: Record<string, unknown> | unknown[];
96
+ status: number;
97
+ message: string;
98
+ count: number;
99
+ total: number;
100
+ totalResults: number;
101
+ }, {
102
+ params: Record<string, unknown> | unknown[];
103
+ data: {
104
+ attributeUid: number;
105
+ attributeGroupUid: number;
106
+ createdAt: string;
107
+ updatedAt: string;
108
+ attributeXAttributeGroupUid: number;
109
+ sequenceNo?: number | undefined;
110
+ };
111
+ options: Record<string, unknown> | unknown[];
112
+ status: number;
113
+ message: string;
114
+ count: number;
115
+ total: number;
116
+ totalResults: number;
117
+ }>, {
118
+ params: Record<string, unknown> | unknown[];
119
+ data: {
120
+ attributeUid: number;
121
+ attributeGroupUid: number;
122
+ createdAt: string;
123
+ updatedAt: string;
124
+ attributeXAttributeGroupUid: number;
125
+ sequenceNo?: number | undefined;
126
+ };
127
+ options: Record<string, unknown> | unknown[];
128
+ status: number;
129
+ message: string;
130
+ count: number;
131
+ total: number;
132
+ totalResults: number;
133
+ }, {
134
+ params: Record<string, unknown> | unknown[];
135
+ data: {
136
+ attributeUid: number;
137
+ attributeGroupUid: number;
138
+ createdAt: string;
139
+ updatedAt: string;
140
+ attributeXAttributeGroupUid: number;
141
+ sequenceNo?: number | undefined;
142
+ };
143
+ options: Record<string, unknown> | unknown[];
144
+ status: number;
145
+ message: string;
146
+ count: number;
147
+ total: number;
148
+ totalResults: number;
149
+ }>;
150
+ export declare const AttributeGroupAttributeListResponseSchema: z.ZodEffects<z.ZodObject<{
151
+ count: z.ZodNumber;
152
+ data: z.ZodArray<z.ZodObject<{
153
+ attributeXAttributeGroupUid: z.ZodNumber;
154
+ attributeGroupUid: z.ZodNumber;
155
+ attributeUid: z.ZodNumber;
156
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
157
+ createdAt: z.ZodString;
158
+ updatedAt: z.ZodString;
159
+ }, "strip", z.ZodTypeAny, {
160
+ attributeUid: number;
161
+ attributeGroupUid: number;
162
+ createdAt: string;
163
+ updatedAt: string;
164
+ attributeXAttributeGroupUid: number;
165
+ sequenceNo?: number | undefined;
166
+ }, {
167
+ attributeUid: number;
168
+ attributeGroupUid: number;
169
+ createdAt: string;
170
+ updatedAt: string;
171
+ attributeXAttributeGroupUid: number;
172
+ sequenceNo?: number | undefined;
173
+ }>, "many">;
174
+ message: z.ZodString;
175
+ options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
176
+ params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
177
+ status: z.ZodNumber;
178
+ total: z.ZodNumber;
179
+ totalResults: z.ZodNumber;
180
+ }, "strip", z.ZodTypeAny, {
181
+ params: Record<string, unknown> | unknown[];
182
+ data: {
183
+ attributeUid: number;
184
+ attributeGroupUid: number;
185
+ createdAt: string;
186
+ updatedAt: string;
187
+ attributeXAttributeGroupUid: number;
188
+ sequenceNo?: number | undefined;
189
+ }[];
190
+ options: Record<string, unknown> | unknown[];
191
+ status: number;
192
+ message: string;
193
+ count: number;
194
+ total: number;
195
+ totalResults: number;
196
+ }, {
197
+ params: Record<string, unknown> | unknown[];
198
+ data: {
199
+ attributeUid: number;
200
+ attributeGroupUid: number;
201
+ createdAt: string;
202
+ updatedAt: string;
203
+ attributeXAttributeGroupUid: number;
204
+ sequenceNo?: number | undefined;
205
+ }[];
206
+ options: Record<string, unknown> | unknown[];
207
+ status: number;
208
+ message: string;
209
+ count: number;
210
+ total: number;
211
+ totalResults: number;
212
+ }>, {
213
+ params: Record<string, unknown> | unknown[];
214
+ data: {
215
+ attributeUid: number;
216
+ attributeGroupUid: number;
217
+ createdAt: string;
218
+ updatedAt: string;
219
+ attributeXAttributeGroupUid: number;
220
+ sequenceNo?: number | undefined;
221
+ }[];
222
+ options: Record<string, unknown> | unknown[];
223
+ status: number;
224
+ message: string;
225
+ count: number;
226
+ total: number;
227
+ totalResults: number;
228
+ }, {
229
+ params: Record<string, unknown> | unknown[];
230
+ data: {
231
+ attributeUid: number;
232
+ attributeGroupUid: number;
233
+ createdAt: string;
234
+ updatedAt: string;
235
+ attributeXAttributeGroupUid: number;
236
+ sequenceNo?: number | undefined;
237
+ }[];
238
+ options: Record<string, unknown> | unknown[];
239
+ status: number;
240
+ message: string;
241
+ count: number;
242
+ total: number;
243
+ totalResults: number;
244
+ }>;
245
+ export type CreateAttributeGroupAttributeRequest = z.infer<typeof CreateAttributeGroupAttributeRequestSchema>;
246
+ export type UpdateAttributeGroupAttributeRequest = z.infer<typeof UpdateAttributeGroupAttributeRequestSchema>;
247
+ export type AttributeGroupAttribute = z.infer<typeof AttributeGroupAttributeSchema>;
248
+ export type AttributeGroupAttributeResponse = z.infer<typeof AttributeGroupAttributeResponseSchema>;
249
+ export type AttributeGroupAttributeListResponse = z.infer<typeof AttributeGroupAttributeListResponseSchema>;
250
+ //# sourceMappingURL=attributeGroupsAttributes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attributeGroupsAttributes.d.ts","sourceRoot":"","sources":["../../../../../src/services/items/schemas/attributeGroupsAttributes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;;GAGG;AACH,eAAO,MAAM,0CAA0C;;;;;;;;;EAGrD,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,0CAA0C;;;;;;EAErD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;EAOxC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEjD,CAAC;AACF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAErD,CAAC;AAGF,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,KAAK,CACxD,OAAO,0CAA0C,CAClD,CAAC;AACF,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,KAAK,CACxD,OAAO,0CAA0C,CAClD,CAAC;AACF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACpF,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC;AACpG,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,yCAAyC,CACjD,CAAC"}
@@ -0,0 +1,276 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * Request schema for creating attribute value
4
+ * OpenAPI: POST /attributes/{attributeUid}/values
5
+ */
6
+ export declare const CreateAttributeValueRequestSchema: z.ZodObject<{
7
+ value: z.ZodString;
8
+ displayValue: z.ZodOptional<z.ZodString>;
9
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
10
+ }, "strip", z.ZodTypeAny, {
11
+ value: string;
12
+ sequenceNo?: number | undefined;
13
+ displayValue?: string | undefined;
14
+ }, {
15
+ value: string;
16
+ sequenceNo?: number | undefined;
17
+ displayValue?: string | undefined;
18
+ }>;
19
+ /**
20
+ * Request schema for updating attribute value
21
+ * OpenAPI: PUT /attributes/{attributeUid}/values/{attributeValueUid}
22
+ */
23
+ export declare const UpdateAttributeValueRequestSchema: z.ZodObject<{
24
+ value: z.ZodOptional<z.ZodString>;
25
+ displayValue: z.ZodOptional<z.ZodString>;
26
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
27
+ }, "strip", z.ZodTypeAny, {
28
+ value?: string | undefined;
29
+ sequenceNo?: number | undefined;
30
+ displayValue?: string | undefined;
31
+ }, {
32
+ value?: string | undefined;
33
+ sequenceNo?: number | undefined;
34
+ displayValue?: string | undefined;
35
+ }>;
36
+ /**
37
+ * Attribute value entity schema
38
+ */
39
+ export declare const AttributeValueSchema: z.ZodObject<{
40
+ attributeValueUid: z.ZodNumber;
41
+ attributeUid: z.ZodNumber;
42
+ value: z.ZodString;
43
+ displayValue: z.ZodOptional<z.ZodString>;
44
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
45
+ createdAt: z.ZodString;
46
+ updatedAt: z.ZodString;
47
+ }, "strip", z.ZodTypeAny, {
48
+ value: string;
49
+ attributeValueUid: number;
50
+ attributeUid: number;
51
+ createdAt: string;
52
+ updatedAt: string;
53
+ sequenceNo?: number | undefined;
54
+ displayValue?: string | undefined;
55
+ }, {
56
+ value: string;
57
+ attributeValueUid: number;
58
+ attributeUid: number;
59
+ createdAt: string;
60
+ updatedAt: string;
61
+ sequenceNo?: number | undefined;
62
+ displayValue?: string | undefined;
63
+ }>;
64
+ /**
65
+ * Response schemas for attribute values endpoints
66
+ */
67
+ export declare const AttributeValueResponseSchema: z.ZodEffects<z.ZodObject<{
68
+ count: z.ZodNumber;
69
+ data: z.ZodObject<{
70
+ attributeValueUid: z.ZodNumber;
71
+ attributeUid: z.ZodNumber;
72
+ value: z.ZodString;
73
+ displayValue: z.ZodOptional<z.ZodString>;
74
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
75
+ createdAt: z.ZodString;
76
+ updatedAt: z.ZodString;
77
+ }, "strip", z.ZodTypeAny, {
78
+ value: string;
79
+ attributeValueUid: number;
80
+ attributeUid: number;
81
+ createdAt: string;
82
+ updatedAt: string;
83
+ sequenceNo?: number | undefined;
84
+ displayValue?: string | undefined;
85
+ }, {
86
+ value: string;
87
+ attributeValueUid: number;
88
+ attributeUid: number;
89
+ createdAt: string;
90
+ updatedAt: string;
91
+ sequenceNo?: number | undefined;
92
+ displayValue?: string | undefined;
93
+ }>;
94
+ message: z.ZodString;
95
+ options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
96
+ params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
97
+ status: z.ZodNumber;
98
+ total: z.ZodNumber;
99
+ totalResults: z.ZodNumber;
100
+ }, "strip", z.ZodTypeAny, {
101
+ params: Record<string, unknown> | unknown[];
102
+ data: {
103
+ value: string;
104
+ attributeValueUid: number;
105
+ attributeUid: number;
106
+ createdAt: string;
107
+ updatedAt: string;
108
+ sequenceNo?: number | undefined;
109
+ displayValue?: string | undefined;
110
+ };
111
+ options: Record<string, unknown> | unknown[];
112
+ status: number;
113
+ message: string;
114
+ count: number;
115
+ total: number;
116
+ totalResults: number;
117
+ }, {
118
+ params: Record<string, unknown> | unknown[];
119
+ data: {
120
+ value: string;
121
+ attributeValueUid: number;
122
+ attributeUid: number;
123
+ createdAt: string;
124
+ updatedAt: string;
125
+ sequenceNo?: number | undefined;
126
+ displayValue?: string | undefined;
127
+ };
128
+ options: Record<string, unknown> | unknown[];
129
+ status: number;
130
+ message: string;
131
+ count: number;
132
+ total: number;
133
+ totalResults: number;
134
+ }>, {
135
+ params: Record<string, unknown> | unknown[];
136
+ data: {
137
+ value: string;
138
+ attributeValueUid: number;
139
+ attributeUid: number;
140
+ createdAt: string;
141
+ updatedAt: string;
142
+ sequenceNo?: number | undefined;
143
+ displayValue?: string | undefined;
144
+ };
145
+ options: Record<string, unknown> | unknown[];
146
+ status: number;
147
+ message: string;
148
+ count: number;
149
+ total: number;
150
+ totalResults: number;
151
+ }, {
152
+ params: Record<string, unknown> | unknown[];
153
+ data: {
154
+ value: string;
155
+ attributeValueUid: number;
156
+ attributeUid: number;
157
+ createdAt: string;
158
+ updatedAt: string;
159
+ sequenceNo?: number | undefined;
160
+ displayValue?: string | undefined;
161
+ };
162
+ options: Record<string, unknown> | unknown[];
163
+ status: number;
164
+ message: string;
165
+ count: number;
166
+ total: number;
167
+ totalResults: number;
168
+ }>;
169
+ export declare const AttributeValueListResponseSchema: z.ZodEffects<z.ZodObject<{
170
+ count: z.ZodNumber;
171
+ data: z.ZodArray<z.ZodObject<{
172
+ attributeValueUid: z.ZodNumber;
173
+ attributeUid: z.ZodNumber;
174
+ value: z.ZodString;
175
+ displayValue: z.ZodOptional<z.ZodString>;
176
+ sequenceNo: z.ZodOptional<z.ZodNumber>;
177
+ createdAt: z.ZodString;
178
+ updatedAt: z.ZodString;
179
+ }, "strip", z.ZodTypeAny, {
180
+ value: string;
181
+ attributeValueUid: number;
182
+ attributeUid: number;
183
+ createdAt: string;
184
+ updatedAt: string;
185
+ sequenceNo?: number | undefined;
186
+ displayValue?: string | undefined;
187
+ }, {
188
+ value: string;
189
+ attributeValueUid: number;
190
+ attributeUid: number;
191
+ createdAt: string;
192
+ updatedAt: string;
193
+ sequenceNo?: number | undefined;
194
+ displayValue?: string | undefined;
195
+ }>, "many">;
196
+ message: z.ZodString;
197
+ options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
198
+ params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
199
+ status: z.ZodNumber;
200
+ total: z.ZodNumber;
201
+ totalResults: z.ZodNumber;
202
+ }, "strip", z.ZodTypeAny, {
203
+ params: Record<string, unknown> | unknown[];
204
+ data: {
205
+ value: string;
206
+ attributeValueUid: number;
207
+ attributeUid: number;
208
+ createdAt: string;
209
+ updatedAt: string;
210
+ sequenceNo?: number | undefined;
211
+ displayValue?: string | undefined;
212
+ }[];
213
+ options: Record<string, unknown> | unknown[];
214
+ status: number;
215
+ message: string;
216
+ count: number;
217
+ total: number;
218
+ totalResults: number;
219
+ }, {
220
+ params: Record<string, unknown> | unknown[];
221
+ data: {
222
+ value: string;
223
+ attributeValueUid: number;
224
+ attributeUid: number;
225
+ createdAt: string;
226
+ updatedAt: string;
227
+ sequenceNo?: number | undefined;
228
+ displayValue?: string | undefined;
229
+ }[];
230
+ options: Record<string, unknown> | unknown[];
231
+ status: number;
232
+ message: string;
233
+ count: number;
234
+ total: number;
235
+ totalResults: number;
236
+ }>, {
237
+ params: Record<string, unknown> | unknown[];
238
+ data: {
239
+ value: string;
240
+ attributeValueUid: number;
241
+ attributeUid: number;
242
+ createdAt: string;
243
+ updatedAt: string;
244
+ sequenceNo?: number | undefined;
245
+ displayValue?: string | undefined;
246
+ }[];
247
+ options: Record<string, unknown> | unknown[];
248
+ status: number;
249
+ message: string;
250
+ count: number;
251
+ total: number;
252
+ totalResults: number;
253
+ }, {
254
+ params: Record<string, unknown> | unknown[];
255
+ data: {
256
+ value: string;
257
+ attributeValueUid: number;
258
+ attributeUid: number;
259
+ createdAt: string;
260
+ updatedAt: string;
261
+ sequenceNo?: number | undefined;
262
+ displayValue?: string | undefined;
263
+ }[];
264
+ options: Record<string, unknown> | unknown[];
265
+ status: number;
266
+ message: string;
267
+ count: number;
268
+ total: number;
269
+ totalResults: number;
270
+ }>;
271
+ export type CreateAttributeValueRequest = z.infer<typeof CreateAttributeValueRequestSchema>;
272
+ export type UpdateAttributeValueRequest = z.infer<typeof UpdateAttributeValueRequestSchema>;
273
+ export type AttributeValue = z.infer<typeof AttributeValueSchema>;
274
+ export type AttributeValueResponse = z.infer<typeof AttributeValueResponseSchema>;
275
+ export type AttributeValueListResponse = z.infer<typeof AttributeValueListResponseSchema>;
276
+ //# sourceMappingURL=attributesValues.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attributesValues.d.ts","sourceRoot":"","sources":["../../../../../src/services/items/schemas/attributesValues.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;;GAGG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;EAI5C,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;EAI5C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;EAQ/B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2C,CAAC;AACrF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoD,CAAC;AAGlG,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAC5F,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAC5F,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAClF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC"}
@@ -26,4 +26,10 @@ export * from './internalPdf';
26
26
  export * from './invMastAlternateCode';
27
27
  export * from './invMastAttributes';
28
28
  export * from './invMastAttributesValues';
29
+ export * from './attributeGroupsAttributes';
30
+ export * from './invMastLocationsBins';
31
+ export * from './invMastFaq';
32
+ export * from './itemWishlistHdr';
33
+ export { CreateAttributeValueRequestSchema, UpdateAttributeValueRequestSchema, AttributeValueResponseSchema, AttributeValueListResponseSchema, type CreateAttributeValueRequest, type UpdateAttributeValueRequest, } from './attributesValues';
34
+ export { ItemWishlistLineResponseSchema, type ItemWishlistLine, type ItemWishlistLineResponse, } from './itemWishlistLine';
29
35
  //# 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,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/services/items/schemas/index.ts"],"names":[],"mappings":"AACA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,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"}