@juhuu/sdk-ts 1.2.122 → 1.2.123
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.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -1995,6 +1995,12 @@ declare namespace JUHUU {
|
|
1995
1995
|
colorScheme?: Partial<ColorScheme>;
|
1996
1996
|
contactUrl?: string;
|
1997
1997
|
stripeEmail?: string;
|
1998
|
+
payoutCurrencyCode?: CurrencyCode;
|
1999
|
+
invoiceNumberPrefix?: string;
|
2000
|
+
timeZone?: TimeZone;
|
2001
|
+
languageCode?: LanguageCode;
|
2002
|
+
emailSignature?: string;
|
2003
|
+
vat?: string;
|
1998
2004
|
};
|
1999
2005
|
type Options = JUHUU.RequestOptions;
|
2000
2006
|
type Response = {
|
package/dist/index.d.ts
CHANGED
@@ -1995,6 +1995,12 @@ declare namespace JUHUU {
|
|
1995
1995
|
colorScheme?: Partial<ColorScheme>;
|
1996
1996
|
contactUrl?: string;
|
1997
1997
|
stripeEmail?: string;
|
1998
|
+
payoutCurrencyCode?: CurrencyCode;
|
1999
|
+
invoiceNumberPrefix?: string;
|
2000
|
+
timeZone?: TimeZone;
|
2001
|
+
languageCode?: LanguageCode;
|
2002
|
+
emailSignature?: string;
|
2003
|
+
vat?: string;
|
1998
2004
|
};
|
1999
2005
|
type Options = JUHUU.RequestOptions;
|
2000
2006
|
type Response = {
|