@wix/auto_sdk_get-paid_receipts 1.0.224 → 1.0.225
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/build/cjs/index.js +13 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +13 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +13 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +13 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -852,7 +852,11 @@ var onReceiptUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
852
852
|
{ path: "entity.updatedDate" },
|
|
853
853
|
{ path: "entity.payment.transactionDate" },
|
|
854
854
|
{ path: "entity.document.startGenerationTime" },
|
|
855
|
-
{ path: "metadata.eventTime" }
|
|
855
|
+
{ path: "metadata.eventTime" },
|
|
856
|
+
{ path: "modifiedFields.createdDate" },
|
|
857
|
+
{ path: "modifiedFields.updatedDate" },
|
|
858
|
+
{ path: "modifiedFields.payment.transactionDate" },
|
|
859
|
+
{ path: "modifiedFields.document.startGenerationTime" }
|
|
856
860
|
]
|
|
857
861
|
},
|
|
858
862
|
{
|
|
@@ -860,12 +864,18 @@ var onReceiptUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
860
864
|
paths: [
|
|
861
865
|
{ path: "entity.businessDetails.address" },
|
|
862
866
|
{ path: "entity.customer.billingAddress" },
|
|
863
|
-
{ path: "entity.customer.shippingAddress" }
|
|
867
|
+
{ path: "entity.customer.shippingAddress" },
|
|
868
|
+
{ path: "modifiedFields.businessDetails.address" },
|
|
869
|
+
{ path: "modifiedFields.customer.billingAddress" },
|
|
870
|
+
{ path: "modifiedFields.customer.shippingAddress" }
|
|
864
871
|
]
|
|
865
872
|
},
|
|
866
873
|
{
|
|
867
874
|
transformFn: import_image3.transformRESTImageToSDKImage,
|
|
868
|
-
paths: [
|
|
875
|
+
paths: [
|
|
876
|
+
{ path: "entity.businessDetails.logo" },
|
|
877
|
+
{ path: "modifiedFields.businessDetails.logo" }
|
|
878
|
+
]
|
|
869
879
|
}
|
|
870
880
|
])
|
|
871
881
|
)
|