@augno/sdk 0.18.1 → 0.18.2

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 (157) hide show
  1. package/CHANGELOG.md +2 -4
  2. package/package.json +1 -1
  3. package/resources/core/audit-events.d.mts +4 -4
  4. package/resources/core/audit-events.d.mts.map +1 -1
  5. package/resources/core/audit-events.d.ts +4 -4
  6. package/resources/core/audit-events.d.ts.map +1 -1
  7. package/resources/core/core.d.mts +2 -2
  8. package/resources/core/core.d.mts.map +1 -1
  9. package/resources/core/core.d.ts +2 -2
  10. package/resources/core/core.d.ts.map +1 -1
  11. package/resources/core/core.js.map +1 -1
  12. package/resources/core/core.mjs.map +1 -1
  13. package/resources/core/jobs.d.mts +1 -1
  14. package/resources/core/jobs.d.mts.map +1 -1
  15. package/resources/core/jobs.d.ts +1 -1
  16. package/resources/core/jobs.d.ts.map +1 -1
  17. package/resources/messaging/conversations/conversations.d.mts +3 -3
  18. package/resources/messaging/conversations/conversations.d.mts.map +1 -1
  19. package/resources/messaging/conversations/conversations.d.ts +3 -3
  20. package/resources/messaging/conversations/conversations.d.ts.map +1 -1
  21. package/resources/messaging/conversations/conversations.js.map +1 -1
  22. package/resources/messaging/conversations/conversations.mjs.map +1 -1
  23. package/resources/messaging/conversations/links.d.mts +2 -2
  24. package/resources/messaging/conversations/links.d.mts.map +1 -1
  25. package/resources/messaging/conversations/links.d.ts +2 -2
  26. package/resources/messaging/conversations/links.d.ts.map +1 -1
  27. package/resources/messaging/conversations/messages.d.mts +2 -2
  28. package/resources/messaging/conversations/messages.d.mts.map +1 -1
  29. package/resources/messaging/conversations/messages.d.ts +2 -2
  30. package/resources/messaging/conversations/messages.d.ts.map +1 -1
  31. package/resources/messaging/notifications/notifications.d.mts +2 -2
  32. package/resources/messaging/notifications/notifications.d.mts.map +1 -1
  33. package/resources/messaging/notifications/notifications.d.ts +2 -2
  34. package/resources/messaging/notifications/notifications.d.ts.map +1 -1
  35. package/resources/messaging/notifications/notifications.js.map +1 -1
  36. package/resources/messaging/notifications/notifications.mjs.map +1 -1
  37. package/resources/operations/index.d.mts +1 -1
  38. package/resources/operations/index.d.mts.map +1 -1
  39. package/resources/operations/index.d.ts +1 -1
  40. package/resources/operations/index.d.ts.map +1 -1
  41. package/resources/operations/index.js.map +1 -1
  42. package/resources/operations/index.mjs.map +1 -1
  43. package/resources/operations/machine-downtime-events.d.mts +56 -7
  44. package/resources/operations/machine-downtime-events.d.mts.map +1 -1
  45. package/resources/operations/machine-downtime-events.d.ts +56 -7
  46. package/resources/operations/machine-downtime-events.d.ts.map +1 -1
  47. package/resources/operations/machine-downtime-events.js +11 -7
  48. package/resources/operations/machine-downtime-events.js.map +1 -1
  49. package/resources/operations/machine-downtime-events.mjs +11 -7
  50. package/resources/operations/machine-downtime-events.mjs.map +1 -1
  51. package/resources/operations/operations.d.mts +2 -2
  52. package/resources/operations/operations.d.mts.map +1 -1
  53. package/resources/operations/operations.d.ts +2 -2
  54. package/resources/operations/operations.d.ts.map +1 -1
  55. package/resources/operations/operations.js.map +1 -1
  56. package/resources/operations/operations.mjs.map +1 -1
  57. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +13 -12
  58. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -1
  59. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +13 -12
  60. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -1
  61. package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -1
  62. package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -1
  63. package/resources/operations/production-schedules/actions.d.mts +34 -1
  64. package/resources/operations/production-schedules/actions.d.mts.map +1 -1
  65. package/resources/operations/production-schedules/actions.d.ts +34 -1
  66. package/resources/operations/production-schedules/actions.d.ts.map +1 -1
  67. package/resources/operations/production-schedules/actions.js +8 -0
  68. package/resources/operations/production-schedules/actions.js.map +1 -1
  69. package/resources/operations/production-schedules/actions.mjs +8 -0
  70. package/resources/operations/production-schedules/actions.mjs.map +1 -1
  71. package/resources/operations/production-schedules/index.d.mts +1 -1
  72. package/resources/operations/production-schedules/index.d.mts.map +1 -1
  73. package/resources/operations/production-schedules/index.d.ts +1 -1
  74. package/resources/operations/production-schedules/index.d.ts.map +1 -1
  75. package/resources/operations/production-schedules/index.js.map +1 -1
  76. package/resources/operations/production-schedules/index.mjs.map +1 -1
  77. package/resources/operations/production-schedules/production-schedules.d.mts +295 -2
  78. package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -1
  79. package/resources/operations/production-schedules/production-schedules.d.ts +295 -2
  80. package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -1
  81. package/resources/operations/production-schedules/production-schedules.js +42 -0
  82. package/resources/operations/production-schedules/production-schedules.js.map +1 -1
  83. package/resources/operations/production-schedules/production-schedules.mjs +42 -0
  84. package/resources/operations/production-schedules/production-schedules.mjs.map +1 -1
  85. package/resources/sales/account-groups.d.mts +2 -1
  86. package/resources/sales/account-groups.d.mts.map +1 -1
  87. package/resources/sales/account-groups.d.ts +2 -1
  88. package/resources/sales/account-groups.d.ts.map +1 -1
  89. package/resources/sales/account-prices/account-prices.d.mts +2 -1
  90. package/resources/sales/account-prices/account-prices.d.mts.map +1 -1
  91. package/resources/sales/account-prices/account-prices.d.ts +2 -1
  92. package/resources/sales/account-prices/account-prices.d.ts.map +1 -1
  93. package/resources/sales/account-prices/account-prices.js.map +1 -1
  94. package/resources/sales/account-prices/account-prices.mjs.map +1 -1
  95. package/resources/sales/customers/customers.d.mts +43 -14
  96. package/resources/sales/customers/customers.d.mts.map +1 -1
  97. package/resources/sales/customers/customers.d.ts +43 -14
  98. package/resources/sales/customers/customers.d.ts.map +1 -1
  99. package/resources/sales/customers/customers.js +10 -5
  100. package/resources/sales/customers/customers.js.map +1 -1
  101. package/resources/sales/customers/customers.mjs +10 -5
  102. package/resources/sales/customers/customers.mjs.map +1 -1
  103. package/resources/sales/customers/index.d.mts +1 -1
  104. package/resources/sales/customers/index.d.mts.map +1 -1
  105. package/resources/sales/customers/index.d.ts +1 -1
  106. package/resources/sales/customers/index.d.ts.map +1 -1
  107. package/resources/sales/customers/index.js.map +1 -1
  108. package/resources/sales/customers/index.mjs.map +1 -1
  109. package/resources/sales/index.d.mts +1 -1
  110. package/resources/sales/index.d.mts.map +1 -1
  111. package/resources/sales/index.d.ts +1 -1
  112. package/resources/sales/index.d.ts.map +1 -1
  113. package/resources/sales/index.js.map +1 -1
  114. package/resources/sales/index.mjs.map +1 -1
  115. package/resources/sales/sales-orders/actions.d.mts +14 -2
  116. package/resources/sales/sales-orders/actions.d.mts.map +1 -1
  117. package/resources/sales/sales-orders/actions.d.ts +14 -2
  118. package/resources/sales/sales-orders/actions.d.ts.map +1 -1
  119. package/resources/sales/sales-orders/sales-orders.d.mts +2 -2
  120. package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
  121. package/resources/sales/sales-orders/sales-orders.d.ts +2 -2
  122. package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -1
  123. package/resources/sales/sales-orders/sales-orders.js.map +1 -1
  124. package/resources/sales/sales-orders/sales-orders.mjs.map +1 -1
  125. package/resources/sales/sales.d.mts +2 -2
  126. package/resources/sales/sales.d.mts.map +1 -1
  127. package/resources/sales/sales.d.ts +2 -2
  128. package/resources/sales/sales.d.ts.map +1 -1
  129. package/resources/sales/sales.js.map +1 -1
  130. package/resources/sales/sales.mjs.map +1 -1
  131. package/src/resources/core/audit-events.ts +4 -0
  132. package/src/resources/core/core.ts +2 -0
  133. package/src/resources/core/jobs.ts +1 -0
  134. package/src/resources/messaging/conversations/conversations.ts +3 -0
  135. package/src/resources/messaging/conversations/links.ts +2 -0
  136. package/src/resources/messaging/conversations/messages.ts +2 -0
  137. package/src/resources/messaging/notifications/notifications.ts +2 -0
  138. package/src/resources/operations/index.ts +4 -0
  139. package/src/resources/operations/machine-downtime-events.ts +62 -7
  140. package/src/resources/operations/operations.ts +8 -0
  141. package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +13 -12
  142. package/src/resources/operations/production-schedules/actions.ts +37 -1
  143. package/src/resources/operations/production-schedules/index.ts +4 -0
  144. package/src/resources/operations/production-schedules/production-schedules.ts +354 -1
  145. package/src/resources/sales/account-groups.ts +2 -1
  146. package/src/resources/sales/account-prices/account-prices.ts +2 -1
  147. package/src/resources/sales/customers/customers.ts +57 -14
  148. package/src/resources/sales/customers/index.ts +1 -0
  149. package/src/resources/sales/index.ts +1 -0
  150. package/src/resources/sales/sales-orders/actions.ts +15 -1
  151. package/src/resources/sales/sales-orders/sales-orders.ts +2 -1
  152. package/src/resources/sales/sales.ts +2 -0
  153. package/src/version.ts +1 -1
  154. package/version.d.mts +1 -1
  155. package/version.d.ts +1 -1
  156. package/version.js +1 -1
  157. package/version.mjs +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"sales.js","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,8EAAqD;AACrD,wDAU0B;AAC1B,kFAAyD;AACzD,4DAM4B;AAC5B,qEAA4C;AAC5C,8CASqB;AACrB,uEAA8C;AAC9C,gDAAoG;AACpG,kFAAyD;AACzD,4DAe4B;AAC5B,6FAAoE;AACpE,uEAuByC;AACzC,0FAAiE;AACjE,oEAA6D;AAC7D,4EAAmD;AACnD,qDAA+C;AAC/C,+EAAsD;AACtD,wDAU+B;AAC/B,gGAAuE;AACvE,0EAS2C;AAC3C,uFAA8D;AAC9D,iEAoCqC;AAErC,MAAa,KAAM,SAAQ,sBAAW;IAAtC;;QACE,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3G,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,mBAAc,GAAqC,IAAI,iBAAiB,CAAC,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtG,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC7G,CAAC;CAAA;AAZD,sBAYC;AAED,KAAK,CAAC,aAAa,GAAG,8BAAa,CAAC;AACpC,KAAK,CAAC,aAAa,GAAG,8BAAa,CAAC;AACpC,KAAK,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC5B,KAAK,CAAC,eAAe,GAAG,kCAAe,CAAC;AACxC,KAAK,CAAC,YAAY,GAAG,4BAAY,CAAC;AAClC,KAAK,CAAC,UAAU,GAAG,uBAAU,CAAC;AAC9B,KAAK,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC5B,KAAK,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC1B,KAAK,CAAC,cAAc,GAAG,gCAAc,CAAC;AACtC,KAAK,CAAC,WAAW,GAAG,0BAAW,CAAC;AAChC,KAAK,CAAC,eAAe,GAAG,kCAAe,CAAC"}
1
+ {"version":3,"file":"sales.js","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,8EAAqD;AACrD,wDAU0B;AAC1B,kFAAyD;AACzD,4DAM4B;AAC5B,qEAA4C;AAC5C,8CASqB;AACrB,uEAA8C;AAC9C,gDAAoG;AACpG,kFAAyD;AACzD,4DAe4B;AAC5B,6FAAoE;AACpE,uEAuByC;AACzC,0FAAiE;AACjE,oEAA6D;AAC7D,4EAAmD;AACnD,qDAA+C;AAC/C,+EAAsD;AACtD,wDAW+B;AAC/B,gGAAuE;AACvE,0EAS2C;AAC3C,uFAA8D;AAC9D,iEAoCqC;AAErC,MAAa,KAAM,SAAQ,sBAAW;IAAtC;;QACE,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3G,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,mBAAc,GAAqC,IAAI,iBAAiB,CAAC,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtG,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC7G,CAAC;CAAA;AAZD,sBAYC;AAED,KAAK,CAAC,aAAa,GAAG,8BAAa,CAAC;AACpC,KAAK,CAAC,aAAa,GAAG,8BAAa,CAAC;AACpC,KAAK,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC5B,KAAK,CAAC,eAAe,GAAG,kCAAe,CAAC;AACxC,KAAK,CAAC,YAAY,GAAG,4BAAY,CAAC;AAClC,KAAK,CAAC,UAAU,GAAG,uBAAU,CAAC;AAC9B,KAAK,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC5B,KAAK,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC1B,KAAK,CAAC,cAAc,GAAG,gCAAc,CAAC;AACtC,KAAK,CAAC,WAAW,GAAG,0BAAW,CAAC;AAChC,KAAK,CAAC,eAAe,GAAG,kCAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"sales.mjs","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,gBAAgB;OACrB,EAML,aAAa,GAId;OACM,KAAK,kBAAkB;OACvB,EAIL,eAAe,GAEhB;OACM,KAAK,YAAY;OACjB,EAML,SAAS,GAGV;OACM,KAAK,aAAa;OAClB,EAAgB,UAAU,EAA8C;OACxE,KAAK,kBAAkB;OACvB,EAcL,eAAe,GAChB;OACM,KAAK,gBAAgB;OACrB,EAOL,aAAa,GAgBd;OACM,KAAK,eAAe;OACpB,EAAE,YAAY,EAAE;OAChB,KAAK,WAAW;OAChB,EAAE,QAAQ,EAAE;OACZ,KAAK,YAAY;OACjB,EAQL,SAAS,GAEV;OACM,KAAK,iBAAiB;OACtB,EAOL,cAAc,GAEf;OACM,KAAK,cAAc;OACnB,EAkCL,WAAW,GAEZ;AAED,MAAM,OAAO,KAAM,SAAQ,WAAW;IAAtC;;QACE,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3G,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,mBAAc,GAAqC,IAAI,iBAAiB,CAAC,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtG,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC7G,CAAC;CAAA;AAED,KAAK,CAAC,aAAa,GAAG,aAAa,CAAC;AACpC,KAAK,CAAC,aAAa,GAAG,aAAa,CAAC;AACpC,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;AAC5B,KAAK,CAAC,eAAe,GAAG,eAAe,CAAC;AACxC,KAAK,CAAC,YAAY,GAAG,YAAY,CAAC;AAClC,KAAK,CAAC,UAAU,GAAG,UAAU,CAAC;AAC9B,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;AAC5B,KAAK,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC1B,KAAK,CAAC,cAAc,GAAG,cAAc,CAAC;AACtC,KAAK,CAAC,WAAW,GAAG,WAAW,CAAC;AAChC,KAAK,CAAC,eAAe,GAAG,eAAe,CAAC"}
1
+ {"version":3,"file":"sales.mjs","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,gBAAgB;OACrB,EAML,aAAa,GAId;OACM,KAAK,kBAAkB;OACvB,EAIL,eAAe,GAEhB;OACM,KAAK,YAAY;OACjB,EAML,SAAS,GAGV;OACM,KAAK,aAAa;OAClB,EAAgB,UAAU,EAA8C;OACxE,KAAK,kBAAkB;OACvB,EAcL,eAAe,GAChB;OACM,KAAK,gBAAgB;OACrB,EAOL,aAAa,GAgBd;OACM,KAAK,eAAe;OACpB,EAAE,YAAY,EAAE;OAChB,KAAK,WAAW;OAChB,EAAE,QAAQ,EAAE;OACZ,KAAK,YAAY;OACjB,EASL,SAAS,GAEV;OACM,KAAK,iBAAiB;OACtB,EAOL,cAAc,GAEf;OACM,KAAK,cAAc;OACnB,EAkCL,WAAW,GAEZ;AAED,MAAM,OAAO,KAAM,SAAQ,WAAW;IAAtC;;QACE,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3G,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,mBAAc,GAAqC,IAAI,iBAAiB,CAAC,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtG,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC7G,CAAC;CAAA;AAED,KAAK,CAAC,aAAa,GAAG,aAAa,CAAC;AACpC,KAAK,CAAC,aAAa,GAAG,aAAa,CAAC;AACpC,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;AAC5B,KAAK,CAAC,eAAe,GAAG,eAAe,CAAC;AACxC,KAAK,CAAC,YAAY,GAAG,YAAY,CAAC;AAClC,KAAK,CAAC,UAAU,GAAG,UAAU,CAAC;AAC9B,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;AAC5B,KAAK,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC1B,KAAK,CAAC,cAAc,GAAG,cAAc,CAAC;AACtC,KAAK,CAAC,WAAW,GAAG,WAAW,CAAC;AAChC,KAAK,CAAC,eAAe,GAAG,eAAe,CAAC"}
@@ -302,6 +302,7 @@ export interface AuditEvent {
302
302
  | 'schedule_deviation_type'
303
303
  | 'schedule_at_risk_order'
304
304
  | 'production_schedule_finished_policy'
305
+ | 'production_schedule_finishing_line'
305
306
  | 'production_schedule_week_release'
306
307
  | 'production_schedule_week_release_preview'
307
308
  | 'production_schedule_item_policy'
@@ -710,6 +711,7 @@ export interface ListObjectType {
710
711
  | 'schedule_deviation_type'
711
712
  | 'schedule_at_risk_order'
712
713
  | 'production_schedule_finished_policy'
714
+ | 'production_schedule_finishing_line'
713
715
  | 'production_schedule_week_release'
714
716
  | 'production_schedule_week_release_preview'
715
717
  | 'production_schedule_item_policy'
@@ -1106,6 +1108,7 @@ export interface AuditEventListParams {
1106
1108
  | 'schedule_deviation_type'
1107
1109
  | 'schedule_at_risk_order'
1108
1110
  | 'production_schedule_finished_policy'
1111
+ | 'production_schedule_finishing_line'
1109
1112
  | 'production_schedule_week_release'
1110
1113
  | 'production_schedule_week_release_preview'
1111
1114
  | 'production_schedule_item_policy'
@@ -1425,6 +1428,7 @@ export interface AuditEventListParams {
1425
1428
  | 'schedule_deviation_type'
1426
1429
  | 'schedule_at_risk_order'
1427
1430
  | 'production_schedule_finished_policy'
1431
+ | 'production_schedule_finishing_line'
1428
1432
  | 'production_schedule_week_release'
1429
1433
  | 'production_schedule_week_release_preview'
1430
1434
  | 'production_schedule_item_policy'
@@ -295,6 +295,7 @@ export interface Entity {
295
295
  | 'schedule_deviation_type'
296
296
  | 'schedule_at_risk_order'
297
297
  | 'production_schedule_finished_policy'
298
+ | 'production_schedule_finishing_line'
298
299
  | 'production_schedule_week_release'
299
300
  | 'production_schedule_week_release_preview'
300
301
  | 'production_schedule_item_policy'
@@ -669,6 +670,7 @@ export interface CoreRetrieveSearchParams {
669
670
  | 'schedule_deviation_type'
670
671
  | 'schedule_at_risk_order'
671
672
  | 'production_schedule_finished_policy'
673
+ | 'production_schedule_finishing_line'
672
674
  | 'production_schedule_week_release'
673
675
  | 'production_schedule_week_release_preview'
674
676
  | 'production_schedule_item_policy'
@@ -244,6 +244,7 @@ export interface Job {
244
244
  | 'schedule_deviation_type'
245
245
  | 'schedule_at_risk_order'
246
246
  | 'production_schedule_finished_policy'
247
+ | 'production_schedule_finishing_line'
247
248
  | 'production_schedule_week_release'
248
249
  | 'production_schedule_week_release_preview'
249
250
  | 'production_schedule_item_policy'
@@ -587,6 +587,7 @@ export interface CreateConversationRequest {
587
587
  | 'schedule_deviation_type'
588
588
  | 'schedule_at_risk_order'
589
589
  | 'production_schedule_finished_policy'
590
+ | 'production_schedule_finishing_line'
590
591
  | 'production_schedule_week_release'
591
592
  | 'production_schedule_week_release_preview'
592
593
  | 'production_schedule_item_policy'
@@ -1442,6 +1443,7 @@ export interface ConversationCreateParams {
1442
1443
  | 'schedule_deviation_type'
1443
1444
  | 'schedule_at_risk_order'
1444
1445
  | 'production_schedule_finished_policy'
1446
+ | 'production_schedule_finishing_line'
1445
1447
  | 'production_schedule_week_release'
1446
1448
  | 'production_schedule_week_release_preview'
1447
1449
  | 'production_schedule_item_policy'
@@ -1826,6 +1828,7 @@ export interface ConversationListParams {
1826
1828
  | 'schedule_deviation_type'
1827
1829
  | 'schedule_at_risk_order'
1828
1830
  | 'production_schedule_finished_policy'
1831
+ | 'production_schedule_finishing_line'
1829
1832
  | 'production_schedule_week_release'
1830
1833
  | 'production_schedule_week_release_preview'
1831
1834
  | 'production_schedule_item_policy'
@@ -221,6 +221,7 @@ export interface AddConversationLinkRequest {
221
221
  | 'schedule_deviation_type'
222
222
  | 'schedule_at_risk_order'
223
223
  | 'production_schedule_finished_policy'
224
+ | 'production_schedule_finishing_line'
224
225
  | 'production_schedule_week_release'
225
226
  | 'production_schedule_week_release_preview'
226
227
  | 'production_schedule_item_policy'
@@ -599,6 +600,7 @@ export interface LinkCreateParams {
599
600
  | 'schedule_deviation_type'
600
601
  | 'schedule_at_risk_order'
601
602
  | 'production_schedule_finished_policy'
603
+ | 'production_schedule_finishing_line'
602
604
  | 'production_schedule_week_release'
603
605
  | 'production_schedule_week_release_preview'
604
606
  | 'production_schedule_item_policy'
@@ -372,6 +372,7 @@ export interface SendMessageRequest {
372
372
  | 'schedule_deviation_type'
373
373
  | 'schedule_at_risk_order'
374
374
  | 'production_schedule_finished_policy'
375
+ | 'production_schedule_finishing_line'
375
376
  | 'production_schedule_week_release'
376
377
  | 'production_schedule_week_release_preview'
377
378
  | 'production_schedule_item_policy'
@@ -813,6 +814,7 @@ export interface MessageCreateParams {
813
814
  | 'schedule_deviation_type'
814
815
  | 'schedule_at_risk_order'
815
816
  | 'production_schedule_finished_policy'
817
+ | 'production_schedule_finishing_line'
816
818
  | 'production_schedule_week_release'
817
819
  | 'production_schedule_week_release_preview'
818
820
  | 'production_schedule_item_policy'
@@ -602,6 +602,7 @@ export interface SendNotificationRequest {
602
602
  | 'schedule_deviation_type'
603
603
  | 'schedule_at_risk_order'
604
604
  | 'production_schedule_finished_policy'
605
+ | 'production_schedule_finishing_line'
605
606
  | 'production_schedule_week_release'
606
607
  | 'production_schedule_week_release_preview'
607
608
  | 'production_schedule_item_policy'
@@ -956,6 +957,7 @@ export interface NotificationCreateParams {
956
957
  | 'schedule_deviation_type'
957
958
  | 'schedule_at_risk_order'
958
959
  | 'production_schedule_finished_policy'
960
+ | 'production_schedule_finishing_line'
959
961
  | 'production_schedule_week_release'
960
962
  | 'production_schedule_week_release_preview'
961
963
  | 'production_schedule_item_policy'
@@ -116,6 +116,7 @@ export {
116
116
  type ListProductionScheduleDerivedLine,
117
117
  type ListProductionScheduleDeviation,
118
118
  type ListProductionScheduleFinishedPolicy,
119
+ type ListProductionScheduleFinishingLine,
119
120
  type ListProductionScheduleItemPolicy,
120
121
  type ListReleaseScheduleBatch,
121
122
  type ListReleasedScheduleLine,
@@ -127,6 +128,7 @@ export {
127
128
  type ProductionScheduleDerivedLine,
128
129
  type ProductionScheduleDeviation,
129
130
  type ProductionScheduleFinishedPolicy,
131
+ type ProductionScheduleFinishingLine,
130
132
  type ProductionScheduleItemPolicy,
131
133
  type ReleaseScheduleBatch,
132
134
  type ReleaseScheduleWeekPreview,
@@ -134,11 +136,13 @@ export {
134
136
  type ScheduleAppliedOverride,
135
137
  type ScheduleAtRiskOrder,
136
138
  type ScheduleDiagnostics,
139
+ type ScheduleFinishingDiagnostics,
137
140
  type ScheduleOrderCoverage,
138
141
  type ScheduleOrderCoverageLine,
139
142
  type ProductionScheduleDeleteResponse,
140
143
  type ProductionScheduleListParams,
141
144
  type ProductionScheduleCreateParams,
145
+ type ProductionScheduleRetrieveFinishingLinesParams,
142
146
  type ProductionScheduleRetrieveDerivedLinesParams,
143
147
  type ProductionScheduleRetrieveDeviationsParams,
144
148
  type ProductionScheduleRetrieveWeekReleasePreviewParams,
@@ -7,6 +7,7 @@ import * as BlocksAPI from '../messaging/blocks';
7
7
  import * as OperationsAPI from './operations';
8
8
  import * as APIKeysAPI from '../auth/api-keys/api-keys';
9
9
  import * as ItemsAPI from '../catalog/items/items';
10
+ import * as ProductLinesAPI from '../catalog/product-lines/product-lines';
10
11
  import { APIPromise } from '../../core/api-promise';
11
12
  import { RequestOptions } from '../../internal/request-options';
12
13
  import { path } from '../../internal/utils/path';
@@ -61,9 +62,11 @@ export class MachineDowntimeEvents extends APIResource {
61
62
  /**
62
63
  * Logs a machine downtime event.
63
64
  *
64
- * Omit `ended_at` while the machine is still down. A machine can only have one
65
- * open event at a time, so logging a second open stoppage against a machine that
66
- * is already down is rejected until the first is closed.
65
+ * Give the stoppage an end either as `ended_at` or as a `duration` counted in a
66
+ * unit of time sending both is rejected. Omit `ended_at` while the machine is
67
+ * still down. A machine can only have one open event at a time, so logging a
68
+ * second open stoppage against a machine that is already down is rejected until
69
+ * the first is closed.
67
70
  *
68
71
  * The department is taken from the machine, the business day is taken from
69
72
  * `started_at`, the event is attributed to the credentials that made the request,
@@ -96,10 +99,12 @@ export class MachineDowntimeEvents extends APIResource {
96
99
  /**
97
100
  * Closes or corrects a machine downtime event.
98
101
  *
99
- * Only the fields provided in the request are changed. Setting `ended_at` closes
100
- * the event and calculates its duration; sending it as null reopens an event
101
- * closed by mistake, which is rejected when the machine already has another open
102
- * stoppage. The machine an event belongs to cannot be changed.
102
+ * Only the fields provided in the request are changed. Setting `ended_at` — or a
103
+ * `duration`, which says the same thing as a length of time from the start
104
+ * closes the event and calculates how long it lasted; sending either as null
105
+ * reopens an event closed by mistake, which is rejected when the machine already
106
+ * has another open stoppage. Moving the event to another machine re-resolves the
107
+ * department the stoppage is charged to.
103
108
  *
104
109
  * This endpoint requires the permission: `machine_downtime:update`.
105
110
  *
@@ -187,6 +192,14 @@ export interface CreateMachineDowntimeEventRequest {
187
192
  */
188
193
  batch_id?: string;
189
194
 
195
+ /**
196
+ * An amount together with the unit it is expressed in.
197
+ *
198
+ * The unit may be a currency, so money amounts such as a credit limit are written
199
+ * the same way as physical amounts like weights or counts.
200
+ */
201
+ duration?: ProductLinesAPI.QuantityInput;
202
+
190
203
  /**
191
204
  * When the machine started running again.
192
205
  *
@@ -382,6 +395,14 @@ export interface UpdateMachineDowntimeEventRequest {
382
395
  */
383
396
  batch_id?: string | null;
384
397
 
398
+ /**
399
+ * An amount together with the unit it is expressed in.
400
+ *
401
+ * The unit may be a currency, so money amounts such as a credit limit are written
402
+ * the same way as physical amounts like weights or counts.
403
+ */
404
+ duration?: ProductLinesAPI.QuantityInput | null;
405
+
385
406
  /**
386
407
  * When the machine started running again.
387
408
  *
@@ -398,6 +419,15 @@ export interface UpdateMachineDowntimeEventRequest {
398
419
  */
399
420
  item_id?: string | null;
400
421
 
422
+ /**
423
+ * ID of the machine that stopped.
424
+ *
425
+ * Moving an event to another machine re-resolves the department it is charged to,
426
+ * so past availability changes for both rooms. Rejected when the destination
427
+ * machine already has an open stoppage and this one is open too.
428
+ */
429
+ machine_id?: string;
430
+
401
431
  /**
402
432
  * Free-form notes about the stoppage.
403
433
  *
@@ -563,6 +593,14 @@ export interface MachineDowntimeEventCreateParams {
563
593
  */
564
594
  batch_id?: string;
565
595
 
596
+ /**
597
+ * Body param: An amount together with the unit it is expressed in.
598
+ *
599
+ * The unit may be a currency, so money amounts such as a credit limit are written
600
+ * the same way as physical amounts like weights or counts.
601
+ */
602
+ duration?: ProductLinesAPI.QuantityInput;
603
+
566
604
  /**
567
605
  * Body param: When the machine started running again.
568
606
  *
@@ -613,6 +651,14 @@ export interface MachineDowntimeEventUpdateParams {
613
651
  */
614
652
  batch_id?: string | null;
615
653
 
654
+ /**
655
+ * Body param: An amount together with the unit it is expressed in.
656
+ *
657
+ * The unit may be a currency, so money amounts such as a credit limit are written
658
+ * the same way as physical amounts like weights or counts.
659
+ */
660
+ duration?: ProductLinesAPI.QuantityInput | null;
661
+
616
662
  /**
617
663
  * Body param: When the machine started running again.
618
664
  *
@@ -629,6 +675,15 @@ export interface MachineDowntimeEventUpdateParams {
629
675
  */
630
676
  item_id?: string | null;
631
677
 
678
+ /**
679
+ * Body param: ID of the machine that stopped.
680
+ *
681
+ * Moving an event to another machine re-resolves the department it is charged to,
682
+ * so past availability changes for both rooms. Rejected when the destination
683
+ * machine already has an open stoppage and this one is open too.
684
+ */
685
+ machine_id?: string;
686
+
632
687
  /**
633
688
  * Body param: Free-form notes about the stoppage.
634
689
  *
@@ -132,6 +132,7 @@ import {
132
132
  ListProductionScheduleDerivedLine,
133
133
  ListProductionScheduleDeviation,
134
134
  ListProductionScheduleFinishedPolicy,
135
+ ListProductionScheduleFinishingLine,
135
136
  ListProductionScheduleItemPolicy,
136
137
  ListReleaseScheduleBatch,
137
138
  ListReleasedScheduleLine,
@@ -145,10 +146,12 @@ import {
145
146
  ProductionScheduleDerivedLine,
146
147
  ProductionScheduleDeviation,
147
148
  ProductionScheduleFinishedPolicy,
149
+ ProductionScheduleFinishingLine,
148
150
  ProductionScheduleItemPolicy,
149
151
  ProductionScheduleListParams,
150
152
  ProductionScheduleRetrieveDerivedLinesParams,
151
153
  ProductionScheduleRetrieveDeviationsParams,
154
+ ProductionScheduleRetrieveFinishingLinesParams,
152
155
  ProductionScheduleRetrieveWeekReleasePreviewParams,
153
156
  ProductionSchedules,
154
157
  ReleaseScheduleBatch,
@@ -157,6 +160,7 @@ import {
157
160
  ScheduleAppliedOverride,
158
161
  ScheduleAtRiskOrder,
159
162
  ScheduleDiagnostics,
163
+ ScheduleFinishingDiagnostics,
160
164
  ScheduleOrderCoverage,
161
165
  ScheduleOrderCoverageLine,
162
166
  } from './production-schedules/production-schedules';
@@ -889,6 +893,7 @@ export declare namespace Operations {
889
893
  type ListProductionScheduleDerivedLine as ListProductionScheduleDerivedLine,
890
894
  type ListProductionScheduleDeviation as ListProductionScheduleDeviation,
891
895
  type ListProductionScheduleFinishedPolicy as ListProductionScheduleFinishedPolicy,
896
+ type ListProductionScheduleFinishingLine as ListProductionScheduleFinishingLine,
892
897
  type ListProductionScheduleItemPolicy as ListProductionScheduleItemPolicy,
893
898
  type ListReleaseScheduleBatch as ListReleaseScheduleBatch,
894
899
  type ListReleasedScheduleLine as ListReleasedScheduleLine,
@@ -900,6 +905,7 @@ export declare namespace Operations {
900
905
  type ProductionScheduleDerivedLine as ProductionScheduleDerivedLine,
901
906
  type ProductionScheduleDeviation as ProductionScheduleDeviation,
902
907
  type ProductionScheduleFinishedPolicy as ProductionScheduleFinishedPolicy,
908
+ type ProductionScheduleFinishingLine as ProductionScheduleFinishingLine,
903
909
  type ProductionScheduleItemPolicy as ProductionScheduleItemPolicy,
904
910
  type ReleaseScheduleBatch as ReleaseScheduleBatch,
905
911
  type ReleaseScheduleWeekPreview as ReleaseScheduleWeekPreview,
@@ -907,11 +913,13 @@ export declare namespace Operations {
907
913
  type ScheduleAppliedOverride as ScheduleAppliedOverride,
908
914
  type ScheduleAtRiskOrder as ScheduleAtRiskOrder,
909
915
  type ScheduleDiagnostics as ScheduleDiagnostics,
916
+ type ScheduleFinishingDiagnostics as ScheduleFinishingDiagnostics,
910
917
  type ScheduleOrderCoverage as ScheduleOrderCoverage,
911
918
  type ScheduleOrderCoverageLine as ScheduleOrderCoverageLine,
912
919
  type ProductionScheduleDeleteResponse as ProductionScheduleDeleteResponse,
913
920
  type ProductionScheduleListParams as ProductionScheduleListParams,
914
921
  type ProductionScheduleCreateParams as ProductionScheduleCreateParams,
922
+ type ProductionScheduleRetrieveFinishingLinesParams as ProductionScheduleRetrieveFinishingLinesParams,
915
923
  type ProductionScheduleRetrieveDerivedLinesParams as ProductionScheduleRetrieveDerivedLinesParams,
916
924
  type ProductionScheduleRetrieveDeviationsParams as ProductionScheduleRetrieveDeviationsParams,
917
925
  type ProductionScheduleRetrieveWeekReleasePreviewParams as ProductionScheduleRetrieveWeekReleasePreviewParams,
@@ -206,8 +206,9 @@ export interface ProductionScheduleSettings {
206
206
  /**
207
207
  * Calendar days between an order being issued and it being due to ship.
208
208
  *
209
- * The last resort in the ship-by chain: a lead time set on the customer, or on the
210
- * customer's account group, takes precedence. Zero means same-day shipping.
209
+ * The last resort in the ship-by chain: a lead time set on the customer, on its
210
+ * parent account, or on the customer's account group takes precedence. Zero means
211
+ * same-day shipping.
211
212
  */
212
213
  default_customer_lead_time_days: number;
213
214
 
@@ -481,11 +482,11 @@ export interface UpdateProductionScheduleSettingsRequest {
481
482
  /**
482
483
  * Calendar days between an order being issued and it being due to ship.
483
484
  *
484
- * The last resort in the ship-by chain: a lead time set on the customer, or on the
485
- * customer's account group, takes precedence. Zero commits the account to same-day
486
- * shipping on every order that falls through to it, so this update replaces the
487
- * whole settings object and omitting the field is not the same as leaving it
488
- * alone.
485
+ * The last resort in the ship-by chain: a lead time set on the customer, on its
486
+ * parent account, or on the customer's account group takes precedence. Zero
487
+ * commits the account to same-day shipping on every order that falls through to
488
+ * it, so this update replaces the whole settings object and omitting the field is
489
+ * not the same as leaving it alone.
489
490
  */
490
491
  default_customer_lead_time_days: number;
491
492
 
@@ -741,11 +742,11 @@ export interface ProductionScheduleSettingUpdateParams {
741
742
  /**
742
743
  * Calendar days between an order being issued and it being due to ship.
743
744
  *
744
- * The last resort in the ship-by chain: a lead time set on the customer, or on the
745
- * customer's account group, takes precedence. Zero commits the account to same-day
746
- * shipping on every order that falls through to it, so this update replaces the
747
- * whole settings object and omitting the field is not the same as leaving it
748
- * alone.
745
+ * The last resort in the ship-by chain: a lead time set on the customer, on its
746
+ * parent account, or on the customer's account group takes precedence. Zero
747
+ * commits the account to same-day shipping on every order that falls through to
748
+ * it, so this update replaces the whole settings object and omitting the field is
749
+ * not the same as leaving it alone.
749
750
  */
750
751
  default_customer_lead_time_days: number;
751
752
 
@@ -210,6 +210,14 @@ export class Actions extends APIResource {
210
210
  * released line records the run now carrying it, and a line that is already
211
211
  * released is never re-pointed.
212
212
  *
213
+ * Lots an earlier week already issued are carried forward rather than reissued.
214
+ * When a week fell short, the next plan asks for the shortfall — and the batches
215
+ * covering it are usually already printed and sitting on the floor. Those tickets
216
+ * are moved into this run and counted against the campaign, so only the genuinely
217
+ * new work is created. `carried_forward_batch_count` says how many arrived that
218
+ * way, and each one names the run it came off. Send `skip_carry_forward` to issue
219
+ * the whole week new instead.
220
+ *
213
221
  * Cancelled campaigns and campaigns planned at zero are left behind rather than
214
222
  * released. A week that would produce an implausible number of batches is rejected
215
223
  * outright, since that is far more likely to be a misconfigured lot size than a
@@ -679,6 +687,16 @@ export interface ReleaseProductionScheduleWeekRequest {
679
687
  * Applied to every batch this release creates, across all machines in the week.
680
688
  */
681
689
  scanning_station_id?: string;
690
+
691
+ /**
692
+ * Issue the whole week as new batches, leaving an earlier week's unworked lots
693
+ * where they are.
694
+ *
695
+ * Off unless you ask for it: reprinting a ticket the floor is already holding is
696
+ * exactly what carrying work forward exists to prevent, so it takes a deliberate
697
+ * choice to do it.
698
+ */
699
+ skip_carry_forward?: boolean;
682
700
  }
683
701
 
684
702
  /**
@@ -689,10 +707,18 @@ export interface ReleaseProductionScheduleWeekRequest {
689
707
  */
690
708
  export interface ReleaseScheduleWeekResult {
691
709
  /**
692
- * How many batches were created across all campaigns.
710
+ * How many batches the run holds across all campaigns, created and carried forward
711
+ * together.
693
712
  */
694
713
  batch_count: number;
695
714
 
715
+ /**
716
+ * How many of `batch_count` were moved off an earlier run rather than created.
717
+ *
718
+ * Tickets for these are already printed and on the floor.
719
+ */
720
+ carried_forward_batch_count: number;
721
+
696
722
  /**
697
723
  * A single page of resources, together with the metadata needed to page through
698
724
  * the rest of the result set.
@@ -1116,6 +1142,16 @@ export interface ActionReleaseWeekParams {
1116
1142
  * Applied to every batch this release creates, across all machines in the week.
1117
1143
  */
1118
1144
  scanning_station_id?: string;
1145
+
1146
+ /**
1147
+ * Issue the whole week as new batches, leaving an earlier week's unworked lots
1148
+ * where they are.
1149
+ *
1150
+ * Off unless you ask for it: reprinting a ticket the floor is already holding is
1151
+ * exactly what carrying work forward exists to prevent, so it takes a deliberate
1152
+ * choice to do it.
1153
+ */
1154
+ skip_carry_forward?: boolean;
1119
1155
  }
1120
1156
 
1121
1157
  export declare namespace Actions {
@@ -44,6 +44,7 @@ export {
44
44
  type ListProductionScheduleDerivedLine,
45
45
  type ListProductionScheduleDeviation,
46
46
  type ListProductionScheduleFinishedPolicy,
47
+ type ListProductionScheduleFinishingLine,
47
48
  type ListProductionScheduleItemPolicy,
48
49
  type ListReleaseScheduleBatch,
49
50
  type ListReleasedScheduleLine,
@@ -55,6 +56,7 @@ export {
55
56
  type ProductionScheduleDerivedLine,
56
57
  type ProductionScheduleDeviation,
57
58
  type ProductionScheduleFinishedPolicy,
59
+ type ProductionScheduleFinishingLine,
58
60
  type ProductionScheduleItemPolicy,
59
61
  type ReleaseScheduleBatch,
60
62
  type ReleaseScheduleWeekPreview,
@@ -62,11 +64,13 @@ export {
62
64
  type ScheduleAppliedOverride,
63
65
  type ScheduleAtRiskOrder,
64
66
  type ScheduleDiagnostics,
67
+ type ScheduleFinishingDiagnostics,
65
68
  type ScheduleOrderCoverage,
66
69
  type ScheduleOrderCoverageLine,
67
70
  type ProductionScheduleDeleteResponse,
68
71
  type ProductionScheduleListParams,
69
72
  type ProductionScheduleCreateParams,
73
+ type ProductionScheduleRetrieveFinishingLinesParams,
70
74
  type ProductionScheduleRetrieveDerivedLinesParams,
71
75
  type ProductionScheduleRetrieveDeviationsParams,
72
76
  type ProductionScheduleRetrieveWeekReleasePreviewParams,