@wix/auto_sdk_get-paid_receipts 1.0.209 → 1.0.210

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.
@@ -100,7 +100,8 @@ function createReceipt(payload) {
100
100
  { path: "receipt.createdDate" },
101
101
  { path: "receipt.updatedDate" },
102
102
  { path: "receipt.businessDetails.logo.urlExpirationDate" },
103
- { path: "receipt.payment.transactionDate" }
103
+ { path: "receipt.payment.transactionDate" },
104
+ { path: "receipt.document.startGenerationTime" }
104
105
  ]
105
106
  },
106
107
  {
@@ -136,7 +137,8 @@ function createReceipt(payload) {
136
137
  { path: "receipt.createdDate" },
137
138
  { path: "receipt.updatedDate" },
138
139
  { path: "receipt.businessDetails.logo.urlExpirationDate" },
139
- { path: "receipt.payment.transactionDate" }
140
+ { path: "receipt.payment.transactionDate" },
141
+ { path: "receipt.document.startGenerationTime" }
140
142
  ]
141
143
  },
142
144
  {
@@ -179,7 +181,8 @@ function getReceipt(payload) {
179
181
  { path: "receipt.createdDate" },
180
182
  { path: "receipt.updatedDate" },
181
183
  { path: "receipt.businessDetails.logo.urlExpirationDate" },
182
- { path: "receipt.payment.transactionDate" }
184
+ { path: "receipt.payment.transactionDate" },
185
+ { path: "receipt.document.startGenerationTime" }
183
186
  ]
184
187
  },
185
188
  {
@@ -222,7 +225,8 @@ function queryReceipts(payload) {
222
225
  { path: "receipts.createdDate" },
223
226
  { path: "receipts.updatedDate" },
224
227
  { path: "receipts.businessDetails.logo.urlExpirationDate" },
225
- { path: "receipts.payment.transactionDate" }
228
+ { path: "receipts.payment.transactionDate" },
229
+ { path: "receipts.document.startGenerationTime" }
226
230
  ]
227
231
  },
228
232
  {
@@ -328,7 +332,8 @@ function updateExtendedFields(payload) {
328
332
  { path: "receipt.createdDate" },
329
333
  { path: "receipt.updatedDate" },
330
334
  { path: "receipt.businessDetails.logo.urlExpirationDate" },
331
- { path: "receipt.payment.transactionDate" }
335
+ { path: "receipt.payment.transactionDate" },
336
+ { path: "receipt.document.startGenerationTime" }
332
337
  ]
333
338
  },
334
339
  {
@@ -786,6 +791,7 @@ var onReceiptCreated = (0, import_sdk_types.EventDefinition)(
786
791
  { path: "entity.createdDate" },
787
792
  { path: "entity.updatedDate" },
788
793
  { path: "entity.payment.transactionDate" },
794
+ { path: "entity.document.startGenerationTime" },
789
795
  { path: "metadata.eventTime" }
790
796
  ]
791
797
  },
@@ -815,6 +821,7 @@ var onReceiptSent = (0, import_sdk_types.EventDefinition)(
815
821
  { path: "data.receipt.createdDate" },
816
822
  { path: "data.receipt.updatedDate" },
817
823
  { path: "data.receipt.payment.transactionDate" },
824
+ { path: "data.receipt.document.startGenerationTime" },
818
825
  { path: "metadata.eventTime" }
819
826
  ]
820
827
  },
@@ -844,6 +851,7 @@ var onReceiptUpdated = (0, import_sdk_types.EventDefinition)(
844
851
  { path: "entity.createdDate" },
845
852
  { path: "entity.updatedDate" },
846
853
  { path: "entity.payment.transactionDate" },
854
+ { path: "entity.document.startGenerationTime" },
847
855
  { path: "metadata.eventTime" }
848
856
  ]
849
857
  },