@juhuu/sdk-ts 1.3.39 → 1.3.40
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 +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1464,7 +1464,9 @@ var PropertiesService = class extends Service {
|
|
|
1464
1464
|
faqUrl: PropertyUpdateParams.faqUrl,
|
|
1465
1465
|
colorScheme: PropertyUpdateParams.colorScheme,
|
|
1466
1466
|
contactUrl: PropertyUpdateParams.contactUrl,
|
|
1467
|
-
stripeEmail: PropertyUpdateParams.stripeEmail
|
|
1467
|
+
stripeEmail: PropertyUpdateParams.stripeEmail,
|
|
1468
|
+
payoutCurrencyCode: PropertyUpdateParams.payoutCurrencyCode,
|
|
1469
|
+
invoiceNumberPrefix: PropertyUpdateParams.invoiceNumberPrefix
|
|
1468
1470
|
},
|
|
1469
1471
|
authenticationNotOptional: true
|
|
1470
1472
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -1420,7 +1420,9 @@ var PropertiesService = class extends Service {
|
|
|
1420
1420
|
faqUrl: PropertyUpdateParams.faqUrl,
|
|
1421
1421
|
colorScheme: PropertyUpdateParams.colorScheme,
|
|
1422
1422
|
contactUrl: PropertyUpdateParams.contactUrl,
|
|
1423
|
-
stripeEmail: PropertyUpdateParams.stripeEmail
|
|
1423
|
+
stripeEmail: PropertyUpdateParams.stripeEmail,
|
|
1424
|
+
payoutCurrencyCode: PropertyUpdateParams.payoutCurrencyCode,
|
|
1425
|
+
invoiceNumberPrefix: PropertyUpdateParams.invoiceNumberPrefix
|
|
1424
1426
|
},
|
|
1425
1427
|
authenticationNotOptional: true
|
|
1426
1428
|
},
|