@final-commerce/command-frame 0.3.1-beta.1 → 0.3.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.
- package/README.md +1 -1
- package/dist/actions/add-custom-sale/mock.d.ts +1 -1
- package/dist/actions/add-custom-sale/mock.js +7 -6
- package/dist/actions/add-custom-sale/types.d.ts +3 -0
- package/dist/actions/edit-custom-sale/action.d.ts +6 -0
- package/dist/actions/edit-custom-sale/action.js +8 -0
- package/dist/actions/edit-custom-sale/mock.d.ts +2 -0
- package/dist/actions/edit-custom-sale/mock.js +43 -0
- package/dist/actions/edit-custom-sale/types.d.ts +21 -0
- package/dist/actions/edit-custom-sale/types.js +1 -0
- package/dist/actions/print/types.d.ts +0 -9
- package/dist/index.d.ts +168 -166
- package/dist/index.js +140 -138
- package/dist/projects/render/mocks.d.ts +1 -1
- package/dist/projects/render/mocks.js +100 -98
- package/dist/projects/render/types.d.ts +4 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export declare const command: {
|
|
|
3
3
|
readonly generateAPIKey: import(".").GenerateAPIKey;
|
|
4
4
|
readonly getProducts: import(".").GetProducts;
|
|
5
5
|
readonly addCustomSale: import(".").AddCustomSale;
|
|
6
|
+
readonly editCustomSale: import(".").EditCustomSale;
|
|
6
7
|
readonly addNonRevenueItem: import(".").AddNonRevenueItem;
|
|
7
8
|
readonly getCustomers: import(".").GetCustomers;
|
|
8
9
|
readonly assignCustomer: import(".").AssignCustomer;
|
|
@@ -109,169 +110,170 @@ export declare const command: {
|
|
|
109
110
|
readonly getAvailableTransitions: import(".").GetAvailableTransitions;
|
|
110
111
|
readonly applyTransition: import(".").ApplyTransition;
|
|
111
112
|
};
|
|
112
|
-
export type { ExampleFunction, ExampleFunctionParams, ExampleFunctionResponse } from
|
|
113
|
-
export type { GenerateAPIKey, GenerateAPIKeyParams, GenerateAPIKeyResponse } from
|
|
114
|
-
export type { GetProducts, GetProductsParams, GetProductsResponse } from
|
|
115
|
-
export type { AddCustomSale, AddCustomSaleParams, AddCustomSaleResponse } from
|
|
116
|
-
export type {
|
|
117
|
-
export type {
|
|
118
|
-
export type {
|
|
119
|
-
export type {
|
|
120
|
-
export type {
|
|
121
|
-
export type {
|
|
122
|
-
export type {
|
|
123
|
-
export type {
|
|
124
|
-
export type {
|
|
125
|
-
export type {
|
|
126
|
-
export type {
|
|
127
|
-
export type {
|
|
128
|
-
export type {
|
|
129
|
-
export type {
|
|
130
|
-
export type {
|
|
131
|
-
export type {
|
|
132
|
-
export type {
|
|
133
|
-
export type {
|
|
134
|
-
export type {
|
|
135
|
-
export type {
|
|
136
|
-
export type {
|
|
137
|
-
export type {
|
|
138
|
-
export type {
|
|
139
|
-
export type {
|
|
140
|
-
export type {
|
|
141
|
-
export type {
|
|
142
|
-
export type {
|
|
143
|
-
export type {
|
|
144
|
-
export type {
|
|
145
|
-
export type {
|
|
146
|
-
export type {
|
|
147
|
-
export type {
|
|
148
|
-
export type {
|
|
149
|
-
export type {
|
|
150
|
-
export type {
|
|
151
|
-
export type {
|
|
152
|
-
export type {
|
|
153
|
-
export type {
|
|
154
|
-
export type {
|
|
155
|
-
export type {
|
|
156
|
-
export type {
|
|
157
|
-
export type {
|
|
158
|
-
export type {
|
|
159
|
-
export type {
|
|
160
|
-
export type {
|
|
161
|
-
export type {
|
|
162
|
-
export type {
|
|
163
|
-
export type {
|
|
164
|
-
export type {
|
|
165
|
-
export type {
|
|
166
|
-
export type {
|
|
167
|
-
export type {
|
|
168
|
-
export type {
|
|
169
|
-
export type {
|
|
170
|
-
export type {
|
|
171
|
-
export type {
|
|
172
|
-
export type {
|
|
173
|
-
export type {
|
|
174
|
-
export type {
|
|
175
|
-
export type {
|
|
176
|
-
export type {
|
|
177
|
-
export type {
|
|
178
|
-
export type {
|
|
179
|
-
export type {
|
|
180
|
-
export type {
|
|
181
|
-
export type {
|
|
182
|
-
export type {
|
|
183
|
-
export type {
|
|
184
|
-
export type {
|
|
185
|
-
export type {
|
|
186
|
-
export type {
|
|
187
|
-
export type {
|
|
188
|
-
export type {
|
|
189
|
-
export type {
|
|
190
|
-
export type {
|
|
191
|
-
export type {
|
|
192
|
-
export type {
|
|
193
|
-
export type {
|
|
194
|
-
export type {
|
|
195
|
-
export type {
|
|
196
|
-
export type {
|
|
197
|
-
export type {
|
|
198
|
-
export type {
|
|
199
|
-
export type {
|
|
200
|
-
export type {
|
|
201
|
-
export type {
|
|
202
|
-
export type {
|
|
203
|
-
export type {
|
|
204
|
-
export type {
|
|
205
|
-
export type {
|
|
206
|
-
export type {
|
|
207
|
-
export
|
|
208
|
-
export
|
|
209
|
-
export
|
|
210
|
-
export {
|
|
211
|
-
export
|
|
212
|
-
export
|
|
213
|
-
export * from
|
|
214
|
-
export
|
|
215
|
-
export
|
|
216
|
-
export {
|
|
217
|
-
export
|
|
218
|
-
export type {
|
|
219
|
-
export {
|
|
220
|
-
export
|
|
221
|
-
export {
|
|
222
|
-
export
|
|
223
|
-
export {
|
|
224
|
-
export {
|
|
225
|
-
export {
|
|
226
|
-
export {
|
|
227
|
-
export {
|
|
228
|
-
export {
|
|
229
|
-
export {
|
|
230
|
-
export {
|
|
231
|
-
export {
|
|
232
|
-
export {
|
|
233
|
-
export {
|
|
234
|
-
export {
|
|
235
|
-
export {
|
|
236
|
-
export {
|
|
237
|
-
export {
|
|
238
|
-
export {
|
|
239
|
-
export {
|
|
240
|
-
export
|
|
241
|
-
export type {
|
|
242
|
-
export type {
|
|
243
|
-
export type {
|
|
244
|
-
export type {
|
|
245
|
-
export type {
|
|
246
|
-
export type {
|
|
247
|
-
export type {
|
|
248
|
-
export type {
|
|
249
|
-
export type {
|
|
250
|
-
export type {
|
|
251
|
-
export type {
|
|
252
|
-
export type {
|
|
253
|
-
export type {
|
|
254
|
-
export type {
|
|
255
|
-
export type {
|
|
256
|
-
export type {
|
|
257
|
-
export {
|
|
258
|
-
export
|
|
259
|
-
export type {
|
|
260
|
-
export type {
|
|
261
|
-
export type {
|
|
262
|
-
export type {
|
|
263
|
-
export type {
|
|
264
|
-
export type {
|
|
265
|
-
export type {
|
|
266
|
-
export type {
|
|
267
|
-
export type {
|
|
268
|
-
export type {
|
|
269
|
-
export type {
|
|
270
|
-
export type {
|
|
271
|
-
export type {
|
|
272
|
-
export type {
|
|
273
|
-
export type {
|
|
274
|
-
export type {
|
|
275
|
-
export type {
|
|
276
|
-
export type {
|
|
277
|
-
export {
|
|
113
|
+
export type { ExampleFunction, ExampleFunctionParams, ExampleFunctionResponse } from './actions/example-function/types';
|
|
114
|
+
export type { GenerateAPIKey, GenerateAPIKeyParams, GenerateAPIKeyResponse } from './actions/generate-api-key/types';
|
|
115
|
+
export type { GetProducts, GetProductsParams, GetProductsResponse } from './actions/get-products/types';
|
|
116
|
+
export type { AddCustomSale, AddCustomSaleParams, AddCustomSaleResponse } from './actions/add-custom-sale/types';
|
|
117
|
+
export type { EditCustomSale, EditCustomSaleParams, EditCustomSaleResponse } from './actions/edit-custom-sale/types';
|
|
118
|
+
export type { AddNonRevenueItem, AddNonRevenueItemParams, AddNonRevenueItemResponse, } from './actions/add-non-revenue-item/types';
|
|
119
|
+
export type { GetCustomers, GetCustomersParams, GetCustomersResponse } from './actions/get-customers/types';
|
|
120
|
+
export type { AssignCustomer, AssignCustomerParams, AssignCustomerResponse } from './actions/assign-customer/types';
|
|
121
|
+
export type { AddCustomer, AddCustomerParams, AddCustomerResponse } from './actions/add-customer/types';
|
|
122
|
+
export type { EditCustomer, EditCustomerParams, EditCustomerResponse } from './actions/edit-customer/types';
|
|
123
|
+
export type { GetCategories, GetCategoriesParams, GetCategoriesResponse } from './actions/get-categories/types';
|
|
124
|
+
export type { AddProduct, AddProductParams, AddProductResponse } from './actions/add-product/types';
|
|
125
|
+
export type { EditProduct, EditProductParams, EditProductResponse } from './actions/edit-product/types';
|
|
126
|
+
export type { EditProductVariants, EditProductVariantsParams, EditProductVariantsResponse, } from './actions/edit-product-variants/types';
|
|
127
|
+
export type { DeleteProduct, DeleteProductParams, DeleteProductResponse } from './actions/delete-product/types';
|
|
128
|
+
export type { GetOutlets, GetOutletsResponse } from './actions/get-outlets/types';
|
|
129
|
+
export type { GetStations, GetStationsParams, GetStationsResponse } from './actions/get-stations/types';
|
|
130
|
+
export type { GetSmartGridLayout, GetSmartGridLayoutParams, GetSmartGridLayoutResponse, } from './actions/get-smart-grid-layout/types';
|
|
131
|
+
export type { SaveSmartGridLayout, SaveSmartGridLayoutParams, SaveSmartGridLayoutResponse, } from './actions/save-smart-grid-layout/types';
|
|
132
|
+
export type { GetOrders, GetOrdersParams, GetOrdersResponse } from './actions/get-orders/types';
|
|
133
|
+
export type { GetRefunds, GetRefundsParams, GetRefundsResponse } from './actions/get-refunds/types';
|
|
134
|
+
export type { SetRefundStockAction, SetRefundStockActionParams, SetRefundStockActionResponse, } from './actions/set-refund-stock-action/types';
|
|
135
|
+
export type { SelectAllRefundItems, SelectAllRefundItemsParams, SelectAllRefundItemsResponse, } from './actions/select-all-refund-items/types';
|
|
136
|
+
export type { ResetRefundDetails, ResetRefundDetailsResponse } from './actions/reset-refund-details/types';
|
|
137
|
+
export type { CalculateRefundTotal, CalculateRefundTotalParams, CalculateRefundTotalResponse, } from './actions/calculate-refund-total/types';
|
|
138
|
+
export type { GetRemainingRefundableQuantities, GetRemainingRefundableQuantitiesParams, GetRemainingRefundableQuantitiesResponse, } from './actions/get-remaining-refundable-quantities/types';
|
|
139
|
+
export type { ProcessPartialRefund, ProcessPartialRefundParams, ProcessPartialRefundResponse, } from './actions/process-partial-refund/types';
|
|
140
|
+
export type { InitiateRefund, InitiateRefundParams, InitiateRefundResponse } from './actions/initiate-refund/types';
|
|
141
|
+
export type { OpenExtensionOverlay, OpenExtensionOverlayParams, OpenExtensionOverlayResponse, } from './actions/open-extension-overlay/types';
|
|
142
|
+
export type { ResolveExtensionOverlay, ResolveExtensionOverlayParams, ResolveExtensionOverlayResponse, } from './actions/resolve-extension-overlay/types';
|
|
143
|
+
export type { GetCurrentCart, GetCurrentCartResponse } from './actions/get-current-cart/types';
|
|
144
|
+
export type { AddProductDiscount, AddProductDiscountParams, AddProductDiscountResponse, } from './actions/add-product-discount/types';
|
|
145
|
+
export type { AddProductToCart, AddProductToCartParams, AddProductToCartResponse, } from './actions/add-product-to-cart/types';
|
|
146
|
+
export type { RemoveProductFromCart, RemoveProductFromCartParams, RemoveProductFromCartResponse, } from './actions/remove-product-from-cart/types';
|
|
147
|
+
export type { UpdateCartItemQuantity, UpdateCartItemQuantityParams, UpdateCartItemQuantityResponse, } from './actions/update-cart-item-quantity/types';
|
|
148
|
+
export type { AddCartDiscount, AddCartDiscountParams, AddCartDiscountResponse, } from './actions/add-cart-discount/types';
|
|
149
|
+
export type { GetContext, GetContextResponse, GetContextResponseManage, GetContextResponseRender, } from './actions/get-context/types';
|
|
150
|
+
export type { GetFinalContext, GetFinalContextResponse } from './actions/get-final-context/types';
|
|
151
|
+
export type { AddProductNote, AddProductNoteParams, AddProductNoteResponse } from './actions/add-product-note/types';
|
|
152
|
+
export type { AddProductFee, AddProductFeeParams, AddProductFeeResponse } from './actions/add-product-fee/types';
|
|
153
|
+
export type { SetActiveProductFee, SetActiveProductFeeParams, SetActiveProductFeeResponse, } from './actions/set-active-product-fee/types';
|
|
154
|
+
export type { SetActiveProductDiscount, SetActiveProductDiscountParams, SetActiveProductDiscountResponse, } from './actions/set-active-product-discount/types';
|
|
155
|
+
export type { GetActiveProduct, GetActiveProductResponse } from './actions/get-active-product/types';
|
|
156
|
+
export type { SetActiveProduct, SetActiveProductParams, SetActiveProductResponse, } from './actions/set-active-product/types';
|
|
157
|
+
export type { AdjustInventory, AdjustInventoryParams, AdjustInventoryResponse } from './actions/adjust-inventory/types';
|
|
158
|
+
export type { AddOrderNote, AddOrderNoteParams, AddOrderNoteResponse } from './actions/add-order-note/types';
|
|
159
|
+
export type { AddCartFee, AddCartFeeParams, AddCartFeeResponse } from './actions/add-cart-fee/types';
|
|
160
|
+
export type { ClearCart, ClearCartResponse } from './actions/clear-cart/types';
|
|
161
|
+
export type { ParkOrder, ParkOrderResponse } from './actions/park-order/types';
|
|
162
|
+
export type { ResumeParkedOrder, ResumeParkedOrderParams, ResumeParkedOrderResponse, } from './actions/resume-parked-order/types';
|
|
163
|
+
export type { DeleteParkedOrder, DeleteParkedOrderParams, DeleteParkedOrderResponse, } from './actions/delete-parked-order/types';
|
|
164
|
+
export type { CashPayment, CashPaymentParams, CashPaymentResponse } from './actions/cash-payment/types';
|
|
165
|
+
export type { GetCashRoundingAmount, GetCashRoundingAmountParams, GetCashRoundingAmountResponse, } from './actions/get-cash-rounding-amount/types';
|
|
166
|
+
export type { TapToPayPayment, TapToPayPaymentParams, TapToPayPaymentResponse, } from './actions/tap-to-pay-payment/types';
|
|
167
|
+
export type { TerminalPayment, TerminalPaymentParams, TerminalPaymentResponse } from './actions/terminal-payment/types';
|
|
168
|
+
export type { VendaraPayment, VendaraPaymentParams, VendaraPaymentResponse } from './actions/vendara-payment/types';
|
|
169
|
+
export type { ExtensionPayment, ExtensionPaymentParams, ExtensionPaymentResponse, } from './actions/extension-payment/types';
|
|
170
|
+
export type { RedeemPayment, RedeemPaymentParams, RedeemPaymentResponse } from './actions/redeem-payment/types';
|
|
171
|
+
export type { IntegrationPayment, IntegrationPaymentParams, IntegrationPaymentResponse, IntegrationEmvData, } from './actions/integration-payment/types';
|
|
172
|
+
export type { AddCustomerNote, AddCustomerNoteParams, AddCustomerNoteResponse, } from './actions/add-customer-note/types';
|
|
173
|
+
export type { RemoveCustomerNote, RemoveCustomerNoteParams, RemoveCustomerNoteResponse, } from './actions/remove-customer-note/types';
|
|
174
|
+
export type { RemoveCustomerFromCart, RemoveCustomerFromCartResponse } from './actions/remove-customer-from-cart/types';
|
|
175
|
+
export type { RemoveCartDiscount, RemoveCartDiscountResponse } from './actions/remove-cart-discount/types';
|
|
176
|
+
export type { GoToStationHome, GoToStationHomeResponse } from './actions/go-to-station-home/types';
|
|
177
|
+
export type { OpenCashDrawer, OpenCashDrawerResponse } from './actions/open-cash-drawer/types';
|
|
178
|
+
export type { ShowNotification, ShowNotificationParams, ShowNotificationResponse, } from './actions/show-notification/types';
|
|
179
|
+
export type { NavigateTo, NavigateToParams, NavigateToResponse } from './actions/navigate-to/types';
|
|
180
|
+
export type { RefreshResource, RefreshResourceParams, RefreshResourceResponse } from './actions/refresh-resource/types';
|
|
181
|
+
export type { GetMedia, GetMediaParams, GetMediaResponse, MediaItemPayload } from './actions/get-media/types';
|
|
182
|
+
export type { UploadMedia, UploadMediaParams, UploadMediaResponse } from './actions/upload-media/types';
|
|
183
|
+
export type { GetTaxTables, GetTaxTablesResponse, TaxRatePayload, TaxTablePayload, } from './actions/get-tax-tables/types';
|
|
184
|
+
export type { BorderRadiusPreset, GetBranding, GetBrandingResponse } from './actions/get-branding/types';
|
|
185
|
+
export type { ShowConfirmation, ShowConfirmationParams, ShowConfirmationResponse, } from './actions/show-confirmation/types';
|
|
186
|
+
export type { AuthenticateUser, AuthenticateUserParams, AuthenticateUserResponse, } from './actions/authenticate-user/types';
|
|
187
|
+
export type { PartialPayment, PartialPaymentParams, PartialPaymentResponse } from './actions/partial-payment/types';
|
|
188
|
+
export type { SwitchUser, SwitchUserParams, SwitchUserResponse } from './actions/switch-user/types';
|
|
189
|
+
export type { Print, PrintParams, PrintResponse } from './actions/print/types';
|
|
190
|
+
export type { SetActiveOrder, SetActiveOrderParams, SetActiveOrderResponse } from './actions/set-active-order/types';
|
|
191
|
+
export type { GetActiveOrder, GetActiveOrderResponse } from './actions/get-active-order/types';
|
|
192
|
+
export type { GetActiveCustomer, GetActiveCustomerResponse } from './actions/get-active-customer/types';
|
|
193
|
+
export type { SetActiveCustomer, SetActiveCustomerParams, SetActiveCustomerResponse, } from './actions/set-active-customer/types';
|
|
194
|
+
export type { GetActiveOutlet, GetActiveOutletResponse } from './actions/get-active-outlet/types';
|
|
195
|
+
export type { GetActiveStation, GetActiveStationResponse } from './actions/get-active-station/types';
|
|
196
|
+
export type { GetActiveSession, GetActiveSessionResponse } from './actions/get-active-session/types';
|
|
197
|
+
export type { GetActiveUser, GetActiveUserResponse } from './actions/get-active-user/types';
|
|
198
|
+
export type { SetActiveUser, SetActiveUserParams, SetActiveUserResponse } from './actions/set-active-user/types';
|
|
199
|
+
export type { SetActiveRefund, SetActiveRefundParams, SetActiveRefundResponse, } from './actions/set-active-refund/types';
|
|
200
|
+
export type { RemoveProductDiscount, RemoveProductDiscountParams, RemoveProductDiscountResponse, } from './actions/remove-product-discount/types';
|
|
201
|
+
export type { RemoveProductFee, RemoveProductFeeParams, RemoveProductFeeResponse, } from './actions/remove-product-fee/types';
|
|
202
|
+
export type { RemoveProductNote, RemoveProductNoteParams, RemoveProductNoteResponse, } from './actions/remove-product-note/types';
|
|
203
|
+
export type { RemoveCartFee, RemoveCartFeeParams, RemoveCartFeeResponse } from './actions/remove-cart-fee/types';
|
|
204
|
+
export type { RemoveOrderNote, RemoveOrderNoteResponse } from './actions/remove-order-note/types';
|
|
205
|
+
export type { RemoveCustomSale, RemoveCustomSaleParams, RemoveCustomSaleResponse, } from './actions/remove-custom-sale/types';
|
|
206
|
+
export type { RemoveNonRevenueItem, RemoveNonRevenueItemParams, RemoveNonRevenueItemResponse, } from './actions/remove-non-revenue-item/types';
|
|
207
|
+
export type { SendEmail, SendEmailParams, SendEmailResponse, SendReceiptType } from './actions/send-email/types';
|
|
208
|
+
export type { SendSms, SendSmsParams, SendSmsResponse } from './actions/send-sms/types';
|
|
209
|
+
export * from './CommonTypes';
|
|
210
|
+
export { setMockDatabase, setMockActiveProduct } from './demo/database';
|
|
211
|
+
export type { MockDatabaseConfig } from './demo/database';
|
|
212
|
+
export { CommandFrameProvider } from './provider';
|
|
213
|
+
export type { ActionHandler, ActionHandlers } from './provider';
|
|
214
|
+
export * from './projects/render';
|
|
215
|
+
export * from './projects/manage';
|
|
216
|
+
export { commandFrameClient, CommandFrameClient } from './client';
|
|
217
|
+
export type { PostMessageRequest, PostMessageResponse } from './client';
|
|
218
|
+
export { topics } from './pubsub/topics';
|
|
219
|
+
export type { TopicDefinition, TopicEvent, TopicEventType, TopicSubscriptionCallback, TopicSubscription, HookCallback, HookOptions, HookRegistration, } from './pubsub/types';
|
|
220
|
+
export type { TopicEventPayloadMap } from './pubsub/topics/types';
|
|
221
|
+
export { hooks } from './hooks';
|
|
222
|
+
export type { HookFunction, HookRegisterOptions } from './hooks';
|
|
223
|
+
export { interceptors } from './interceptors';
|
|
224
|
+
export type { InterceptorFunction, InterceptorPoint, InterceptorRegisterOptions, InterceptorReturn, InterceptorOverlayContext, InterceptorHostCommands, } from './interceptors';
|
|
225
|
+
export { customersTopic } from './pubsub/topics/customers';
|
|
226
|
+
export { ordersTopic } from './pubsub/topics/orders';
|
|
227
|
+
export { refundsTopic } from './pubsub/topics/refunds';
|
|
228
|
+
export { productsTopic } from './pubsub/topics/products';
|
|
229
|
+
export { cartTopic } from './pubsub/topics/cart';
|
|
230
|
+
export { paymentsTopic } from './pubsub/topics/payments';
|
|
231
|
+
export { splitPaymentsTopic } from './pubsub/topics/split-payments';
|
|
232
|
+
export { customTablesTopic } from './pubsub/topics/custom-tables';
|
|
233
|
+
export { printTopic } from './pubsub/topics/print';
|
|
234
|
+
export { outletTopic } from './pubsub/topics/outlet';
|
|
235
|
+
export { stationTopic } from './pubsub/topics/station';
|
|
236
|
+
export { sessionTopic } from './pubsub/topics/session';
|
|
237
|
+
export { usersTopic } from './pubsub/topics/users';
|
|
238
|
+
export { variantsTopic } from './pubsub/topics/variants';
|
|
239
|
+
export { transactionsTopic } from './pubsub/topics/transactions';
|
|
240
|
+
export { categoriesTopic } from './pubsub/topics/categories';
|
|
241
|
+
export { attributesTopic } from './pubsub/topics/attributes';
|
|
242
|
+
export type { CustomerCreatedPayload, CustomerUpdatedPayload, CustomerNoteAddedPayload, CustomerNoteDeletedPayload, CustomerAssignedPayload, CustomerUnassignedPayload, CustomerActiveSetPayload, CustomerActiveGetPayload, CustomerCreatedEvent, CustomerUpdatedEvent, CustomerNoteAddedEvent, CustomerNoteDeletedEvent, CustomerAssignedEvent, CustomerUnassignedEvent, CustomerActiveSetEvent, CustomerActiveGetEvent, CustomersEventType, CustomersEventPayload, } from './pubsub/topics/customers/types';
|
|
243
|
+
export type { OrderCreatedPayload, OrderUpdatedPayload, OrderActiveSetPayload, OrderActiveGetPayload, OrderCreatedEvent, OrderUpdatedEvent, OrderActiveSetEvent, OrderActiveGetEvent, OrderStateTransitionCompletedPayload, OrderStateTransitionBlockedPayload, OrderStateTransitionCompletedEvent, OrderStateTransitionBlockedEvent, OrdersEventType, OrdersEventPayload, } from './pubsub/topics/orders/types';
|
|
244
|
+
export type { RefundCreatedPayload, RefundUpdatedPayload, RefundActiveSetPayload, RefundActiveGetPayload, RefundCreatedEvent, RefundUpdatedEvent, RefundActiveSetEvent, RefundActiveGetEvent, RefundsEventType, RefundsEventPayload, } from './pubsub/topics/refunds/types';
|
|
245
|
+
export type { ProductCreatedPayload, ProductUpdatedPayload, ProductSetActivePayload, ProductGetActivePayload, ProductCreatedEvent, ProductUpdatedEvent, ProductSetActiveEvent, ProductGetActiveEvent, ProductsEventType, ProductsEventPayload, } from './pubsub/topics/products/types';
|
|
246
|
+
export type { OutletActiveSetPayload, OutletActiveGetPayload, OutletActiveSetEvent, OutletActiveGetEvent, OutletEventType, OutletEventPayload, } from './pubsub/topics/outlet/types';
|
|
247
|
+
export type { StationActiveSetPayload, StationActiveGetPayload, StationActiveSetEvent, StationActiveGetEvent, StationEventType, StationEventPayload, } from './pubsub/topics/station/types';
|
|
248
|
+
export type { SessionActiveSetPayload, SessionActiveGetPayload, SessionActiveSetEvent, SessionActiveGetEvent, SessionEventType, SessionEventPayload, } from './pubsub/topics/session/types';
|
|
249
|
+
export type { UserActiveSetPayload, UserActiveGetPayload, UserActiveSetEvent, UserActiveGetEvent, UserCreatedPayload, UserCreatedEvent, UserUpdatedPayload, UserUpdatedEvent, UsersEventType, UsersEventPayload, } from './pubsub/topics/users/types';
|
|
250
|
+
export type { VariantCreatedPayload, VariantCreatedEvent, VariantUpdatedPayload, VariantUpdatedEvent, VariantsEventType, VariantsEventPayload, } from './pubsub/topics/variants/types';
|
|
251
|
+
export type { TransactionCreatedPayload, TransactionCreatedEvent, TransactionUpdatedPayload, TransactionUpdatedEvent, TransactionsEventType, TransactionsEventPayload, } from './pubsub/topics/transactions/types';
|
|
252
|
+
export type { CategoryCreatedPayload, CategoryCreatedEvent, CategoryUpdatedPayload, CategoryUpdatedEvent, CategoriesEventType, CategoriesEventPayload, } from './pubsub/topics/categories/types';
|
|
253
|
+
export type { AttributeCreatedPayload, AttributeCreatedEvent, AttributeUpdatedPayload, AttributeUpdatedEvent, AttributesEventType, AttributesEventPayload, } from './pubsub/topics/attributes/types';
|
|
254
|
+
export type { CartCreatedPayload, CartCustomerAssignedPayload, ProductAddedPayload, ProductDeletedPayload, CartDiscountAddedPayload, CartDiscountRemovedPayload, CartFeeAddedPayload, CartFeeRemovedPayload, ProductDiscountAddedPayload, ProductDiscountRemovedPayload, ProductFeeAddedPayload, ProductFeeRemovedPayload, ProductNoteAddedPayload, ProductNoteRemovedPayload, CartCreatedEvent, CartCustomerAssignedEvent, ProductAddedEvent, ProductDeletedEvent, CartDiscountAddedEvent, CartDiscountRemovedEvent, CartFeeAddedEvent, CartFeeRemovedEvent, ProductDiscountAddedEvent, ProductDiscountRemovedEvent, ProductFeeAddedEvent, ProductFeeRemovedEvent, ProductNoteAddedEvent, ProductNoteRemovedEvent, CartEventType, CartEventPayload, } from './pubsub/topics/cart/types';
|
|
255
|
+
export type { PaymentDonePayload, PaymentErrPayload, PaymentDoneEvent, PaymentErrEvent, PaymentsEventType, PaymentsEventPayload, } from './pubsub/topics/payments/types';
|
|
256
|
+
export type { SplitPaymentUpdatedPayload, SplitPaymentUpdatedEvent, SplitPaymentsEventType, SplitPaymentsEventPayload, } from './pubsub/topics/split-payments/types';
|
|
257
|
+
export type { RowCreatedPayload, RowUpdatedPayload, RowDeletedPayload, RowCreatedEvent, RowUpdatedEvent, RowDeletedEvent, CustomTablesEventType, CustomTablesEventPayload, } from './pubsub/topics/custom-tables/types';
|
|
258
|
+
export type { PrintStartedPayload, PrintCompletedPayload, PrintErrorPayload, PrintStartedEvent, PrintCompletedEvent, PrintErrorEvent, PrintEventType, PrintEventPayload, } from './pubsub/topics/print/types';
|
|
259
|
+
export { AttributeType } from './common-types/attribute-type';
|
|
260
|
+
export type { AttributeTypeValue } from './common-types/attribute-type';
|
|
261
|
+
export type { GetCustomTables, GetCustomTablesResponse } from './actions/get-custom-tables/types';
|
|
262
|
+
export type { GetCustomTableFields, GetCustomTableFieldsParams, GetCustomTableFieldsResponse, } from './actions/get-custom-table-fields/types';
|
|
263
|
+
export type { GetCustomTableData, GetCustomTableDataParams, GetCustomTableDataResponse, } from './actions/get-custom-table-data/types';
|
|
264
|
+
export type { UpsertCustomTableData, UpsertCustomTableDataParams, UpsertCustomTableDataResponse, } from './actions/upsert-custom-table-data/types';
|
|
265
|
+
export type { DeleteCustomTableData, DeleteCustomTableDataParams, DeleteCustomTableDataResponse, } from './actions/delete-custom-table-data/types';
|
|
266
|
+
export type { GetCustomExtensions, GetCustomExtensionsResponse } from './actions/get-custom-extensions/types';
|
|
267
|
+
export type { GetCustomExtensionCustomTables, GetCustomExtensionCustomTablesParams, GetCustomExtensionCustomTablesResponse, } from './actions/get-custom-extension-custom-tables/types';
|
|
268
|
+
export type { GetCurrentCompanyCustomExtensions, GetCurrentCompanyCustomExtensionsParams, GetCurrentCompanyCustomExtensionsResponse, } from './actions/get-current-company-custom-extensions/types';
|
|
269
|
+
export type { GetSecretsKeys, GetSecretsKeysParams, GetSecretsKeysResponse } from './actions/get-secrets-keys/types';
|
|
270
|
+
export type { GetSecretVal, GetSecretValParams, GetSecretValResponse } from './actions/get-secret-val/types';
|
|
271
|
+
export type { SetSecretVal, SetSecretValParams, SetSecretValResponse } from './actions/set-secret-val/types';
|
|
272
|
+
export type { GetUsers, GetUsersParams, GetUsersResponse } from './actions/get-users/types';
|
|
273
|
+
export type { GetRoles, GetRolesParams, GetRolesResponse } from './actions/get-roles/types';
|
|
274
|
+
export type { CFBlockedBy, CFStatePair, CFTransitionResult, CFFailedCondition, CFConditionStatus, CFAvailableTransition, } from './common-types/order-state';
|
|
275
|
+
export type { CFConditionOperator, CFCondition, CFConditionGroup, CFTransitionConditionSet, CFPaymentTransitionPath, CFFulfillmentTransitionPath, CFCrossAxisRule, CFDisplayStateRule, CFStateConfigFragment, } from './common-types/state-fragment';
|
|
276
|
+
export type { CanTransition, CanTransitionParams, CanTransitionResponse } from './actions/can-transition/types';
|
|
277
|
+
export type { GetAvailableTransitions, GetAvailableTransitionsParams, GetAvailableTransitionsResponse, } from './actions/get-available-transitions/types';
|
|
278
|
+
export type { ApplyTransition, ApplyTransitionParams, ApplyTransitionResponse } from './actions/apply-transition/types';
|
|
279
|
+
export { preorderNoDepositFragment } from './fragments';
|