@bzbs/react-api-client 1.2.4 → 1.2.6
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -816,6 +816,7 @@ interface Purchase {
|
|
|
816
816
|
Address?: string;
|
|
817
817
|
FirstName?: string;
|
|
818
818
|
LastName?: string;
|
|
819
|
+
ZipCode?: string;
|
|
819
820
|
Info1?: string;
|
|
820
821
|
Info2?: string;
|
|
821
822
|
Info3?: string;
|
|
@@ -872,6 +873,7 @@ interface Version {
|
|
|
872
873
|
welcome_page_times?: number;
|
|
873
874
|
termandcondition?: number;
|
|
874
875
|
dataprivacy?: number;
|
|
876
|
+
marketingoption?: number;
|
|
875
877
|
}
|
|
876
878
|
|
|
877
879
|
interface ResumeResponse {
|
package/dist/index.d.ts
CHANGED
|
@@ -816,6 +816,7 @@ interface Purchase {
|
|
|
816
816
|
Address?: string;
|
|
817
817
|
FirstName?: string;
|
|
818
818
|
LastName?: string;
|
|
819
|
+
ZipCode?: string;
|
|
819
820
|
Info1?: string;
|
|
820
821
|
Info2?: string;
|
|
821
822
|
Info3?: string;
|
|
@@ -872,6 +873,7 @@ interface Version {
|
|
|
872
873
|
welcome_page_times?: number;
|
|
873
874
|
termandcondition?: number;
|
|
874
875
|
dataprivacy?: number;
|
|
876
|
+
marketingoption?: number;
|
|
875
877
|
}
|
|
876
878
|
|
|
877
879
|
interface ResumeResponse {
|