@flowio/api-internal-constants 4.18.86 → 4.18.87

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.
@@ -635,6 +635,8 @@ export declare enum ErpFileType {
635
635
  export declare enum EventType {
636
636
  ADJUSTED_ESTIMATES_UPSERTED = "adjusted_estimates_upserted",
637
637
  ADJUSTED_ESTIMATES_DELETED = "adjusted_estimates_deleted",
638
+ FINAL_ESTIMATE_UPSERTED = "final_estimate_upserted",
639
+ FINAL_ESTIMATE_DELETED = "final_estimate_deleted",
638
640
  ADYEN_AUTHORIZATION_DELETED = "adyen_authorization_deleted",
639
641
  ADYEN_AUTHORIZATION_UPSERTED = "adyen_authorization_upserted",
640
642
  ADYEN_CANCEL_DELETED = "adyen_cancel_deleted",
@@ -645,6 +647,8 @@ export declare enum EventType {
645
647
  ADYEN_REFUND_UPSERTED = "adyen_refund_upserted",
646
648
  ADYEN_DISPUTE_UPSERTED = "adyen_dispute_upserted",
647
649
  ADYEN_DISPUTE_DELETED = "adyen_dispute_deleted",
650
+ ALDO_ITEM_UPSERTED = "aldo_item_upserted",
651
+ ALDO_ITEM_DELETED = "aldo_item_deleted",
648
652
  FULFILLMENT_UPSERTED = "fulfillment_upserted",
649
653
  FULFILLMENT_DELETED = "fulfillment_deleted",
650
654
  MERCHANT_UPSERTED = "merchant_upserted",
@@ -724,6 +724,8 @@ var EventType;
724
724
  (function (EventType) {
725
725
  EventType["ADJUSTED_ESTIMATES_UPSERTED"] = "adjusted_estimates_upserted";
726
726
  EventType["ADJUSTED_ESTIMATES_DELETED"] = "adjusted_estimates_deleted";
727
+ EventType["FINAL_ESTIMATE_UPSERTED"] = "final_estimate_upserted";
728
+ EventType["FINAL_ESTIMATE_DELETED"] = "final_estimate_deleted";
727
729
  EventType["ADYEN_AUTHORIZATION_DELETED"] = "adyen_authorization_deleted";
728
730
  EventType["ADYEN_AUTHORIZATION_UPSERTED"] = "adyen_authorization_upserted";
729
731
  EventType["ADYEN_CANCEL_DELETED"] = "adyen_cancel_deleted";
@@ -734,6 +736,8 @@ var EventType;
734
736
  EventType["ADYEN_REFUND_UPSERTED"] = "adyen_refund_upserted";
735
737
  EventType["ADYEN_DISPUTE_UPSERTED"] = "adyen_dispute_upserted";
736
738
  EventType["ADYEN_DISPUTE_DELETED"] = "adyen_dispute_deleted";
739
+ EventType["ALDO_ITEM_UPSERTED"] = "aldo_item_upserted";
740
+ EventType["ALDO_ITEM_DELETED"] = "aldo_item_deleted";
737
741
  EventType["FULFILLMENT_UPSERTED"] = "fulfillment_upserted";
738
742
  EventType["FULFILLMENT_DELETED"] = "fulfillment_deleted";
739
743
  EventType["MERCHANT_UPSERTED"] = "merchant_upserted";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.86",
3
+ "version": "4.18.87",
4
4
  "description": "Definitions for enumerations found in internal Flow API",
5
5
  "keywords": [
6
6
  "flow",
@@ -24,5 +24,5 @@
24
24
  "generate": "apibuilder update",
25
25
  "postgenerate": "npm run format"
26
26
  },
27
- "gitHead": "5a525b0a21aca779c3ca5bb3f4a759c144095fd5"
27
+ "gitHead": "13edc138093b0ffde7bb465d676930ec320158dc"
28
28
  }
@@ -716,6 +716,8 @@ export enum ErpFileType {
716
716
  export enum EventType {
717
717
  ADJUSTED_ESTIMATES_UPSERTED = 'adjusted_estimates_upserted',
718
718
  ADJUSTED_ESTIMATES_DELETED = 'adjusted_estimates_deleted',
719
+ FINAL_ESTIMATE_UPSERTED = 'final_estimate_upserted',
720
+ FINAL_ESTIMATE_DELETED = 'final_estimate_deleted',
719
721
  ADYEN_AUTHORIZATION_DELETED = 'adyen_authorization_deleted',
720
722
  ADYEN_AUTHORIZATION_UPSERTED = 'adyen_authorization_upserted',
721
723
  ADYEN_CANCEL_DELETED = 'adyen_cancel_deleted',
@@ -726,6 +728,8 @@ export enum EventType {
726
728
  ADYEN_REFUND_UPSERTED = 'adyen_refund_upserted',
727
729
  ADYEN_DISPUTE_UPSERTED = 'adyen_dispute_upserted',
728
730
  ADYEN_DISPUTE_DELETED = 'adyen_dispute_deleted',
731
+ ALDO_ITEM_UPSERTED = 'aldo_item_upserted',
732
+ ALDO_ITEM_DELETED = 'aldo_item_deleted',
729
733
  FULFILLMENT_UPSERTED = 'fulfillment_upserted',
730
734
  FULFILLMENT_DELETED = 'fulfillment_deleted',
731
735
  MERCHANT_UPSERTED = 'merchant_upserted',