@juhuu/sdk-ts 1.3.46 → 1.3.47
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/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1514,7 +1514,8 @@ var PropertiesService = class extends Service {
|
|
|
1514
1514
|
contactUrl: PropertyUpdateParams.contactUrl,
|
|
1515
1515
|
stripeEmail: PropertyUpdateParams.stripeEmail,
|
|
1516
1516
|
payoutCurrencyCode: PropertyUpdateParams.payoutCurrencyCode,
|
|
1517
|
-
invoiceNumberPrefix: PropertyUpdateParams.invoiceNumberPrefix
|
|
1517
|
+
invoiceNumberPrefix: PropertyUpdateParams.invoiceNumberPrefix,
|
|
1518
|
+
quickActionArray: PropertyUpdateParams.quickActionArray
|
|
1518
1519
|
},
|
|
1519
1520
|
authenticationNotOptional: true
|
|
1520
1521
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -1470,7 +1470,8 @@ var PropertiesService = class extends Service {
|
|
|
1470
1470
|
contactUrl: PropertyUpdateParams.contactUrl,
|
|
1471
1471
|
stripeEmail: PropertyUpdateParams.stripeEmail,
|
|
1472
1472
|
payoutCurrencyCode: PropertyUpdateParams.payoutCurrencyCode,
|
|
1473
|
-
invoiceNumberPrefix: PropertyUpdateParams.invoiceNumberPrefix
|
|
1473
|
+
invoiceNumberPrefix: PropertyUpdateParams.invoiceNumberPrefix,
|
|
1474
|
+
quickActionArray: PropertyUpdateParams.quickActionArray
|
|
1474
1475
|
},
|
|
1475
1476
|
authenticationNotOptional: true
|
|
1476
1477
|
},
|