@closerplatform/spinner-openapi 0.12.914 → 0.12.916
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/api.d.ts +1 -109
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -641,7 +641,7 @@ export interface AgentProfile {
|
|
|
641
641
|
* @type {string}
|
|
642
642
|
* @memberof AgentProfile
|
|
643
643
|
*/
|
|
644
|
-
email
|
|
644
|
+
email?: string;
|
|
645
645
|
/**
|
|
646
646
|
*
|
|
647
647
|
* @type {AppPresence}
|
|
@@ -1944,38 +1944,6 @@ export interface CustomerLogin {
|
|
|
1944
1944
|
*/
|
|
1945
1945
|
confirmed: boolean;
|
|
1946
1946
|
}
|
|
1947
|
-
/**
|
|
1948
|
-
*
|
|
1949
|
-
* @export
|
|
1950
|
-
* @interface CustomerLoginConfirmForm
|
|
1951
|
-
*/
|
|
1952
|
-
export interface CustomerLoginConfirmForm {
|
|
1953
|
-
/**
|
|
1954
|
-
*
|
|
1955
|
-
* @type {string}
|
|
1956
|
-
* @memberof CustomerLoginConfirmForm
|
|
1957
|
-
*/
|
|
1958
|
-
emailOrPhone: string;
|
|
1959
|
-
/**
|
|
1960
|
-
*
|
|
1961
|
-
* @type {string}
|
|
1962
|
-
* @memberof CustomerLoginConfirmForm
|
|
1963
|
-
*/
|
|
1964
|
-
code: string;
|
|
1965
|
-
}
|
|
1966
|
-
/**
|
|
1967
|
-
*
|
|
1968
|
-
* @export
|
|
1969
|
-
* @interface CustomerLoginForm
|
|
1970
|
-
*/
|
|
1971
|
-
export interface CustomerLoginForm {
|
|
1972
|
-
/**
|
|
1973
|
-
*
|
|
1974
|
-
* @type {string}
|
|
1975
|
-
* @memberof CustomerLoginForm
|
|
1976
|
-
*/
|
|
1977
|
-
emailOrPhone: string;
|
|
1978
|
-
}
|
|
1979
1947
|
/**
|
|
1980
1948
|
*
|
|
1981
1949
|
* @export
|
|
@@ -2026,82 +1994,6 @@ export interface CustomerProfile {
|
|
|
2026
1994
|
*/
|
|
2027
1995
|
languageLocale: string;
|
|
2028
1996
|
}
|
|
2029
|
-
/**
|
|
2030
|
-
*
|
|
2031
|
-
* @export
|
|
2032
|
-
* @interface CustomerSignInConfirm
|
|
2033
|
-
*/
|
|
2034
|
-
export interface CustomerSignInConfirm {
|
|
2035
|
-
/**
|
|
2036
|
-
*
|
|
2037
|
-
* @type {string}
|
|
2038
|
-
* @memberof CustomerSignInConfirm
|
|
2039
|
-
*/
|
|
2040
|
-
emailOrPhone: string;
|
|
2041
|
-
/**
|
|
2042
|
-
*
|
|
2043
|
-
* @type {string}
|
|
2044
|
-
* @memberof CustomerSignInConfirm
|
|
2045
|
-
*/
|
|
2046
|
-
code: string;
|
|
2047
|
-
}
|
|
2048
|
-
/**
|
|
2049
|
-
*
|
|
2050
|
-
* @export
|
|
2051
|
-
* @interface CustomerSignInForm
|
|
2052
|
-
*/
|
|
2053
|
-
export interface CustomerSignInForm {
|
|
2054
|
-
/**
|
|
2055
|
-
*
|
|
2056
|
-
* @type {string}
|
|
2057
|
-
* @memberof CustomerSignInForm
|
|
2058
|
-
*/
|
|
2059
|
-
emailOrPhone: string;
|
|
2060
|
-
}
|
|
2061
|
-
/**
|
|
2062
|
-
*
|
|
2063
|
-
* @export
|
|
2064
|
-
* @interface CustomerSignUpConfirm
|
|
2065
|
-
*/
|
|
2066
|
-
export interface CustomerSignUpConfirm {
|
|
2067
|
-
/**
|
|
2068
|
-
*
|
|
2069
|
-
* @type {string}
|
|
2070
|
-
* @memberof CustomerSignUpConfirm
|
|
2071
|
-
*/
|
|
2072
|
-
emailOrPhone: string;
|
|
2073
|
-
/**
|
|
2074
|
-
*
|
|
2075
|
-
* @type {string}
|
|
2076
|
-
* @memberof CustomerSignUpConfirm
|
|
2077
|
-
*/
|
|
2078
|
-
code: string;
|
|
2079
|
-
/**
|
|
2080
|
-
*
|
|
2081
|
-
* @type {string}
|
|
2082
|
-
* @memberof CustomerSignUpConfirm
|
|
2083
|
-
*/
|
|
2084
|
-
language?: string;
|
|
2085
|
-
}
|
|
2086
|
-
/**
|
|
2087
|
-
*
|
|
2088
|
-
* @export
|
|
2089
|
-
* @interface CustomerSignUpForm
|
|
2090
|
-
*/
|
|
2091
|
-
export interface CustomerSignUpForm {
|
|
2092
|
-
/**
|
|
2093
|
-
*
|
|
2094
|
-
* @type {string}
|
|
2095
|
-
* @memberof CustomerSignUpForm
|
|
2096
|
-
*/
|
|
2097
|
-
emailOrPhone: string;
|
|
2098
|
-
/**
|
|
2099
|
-
*
|
|
2100
|
-
* @type {string}
|
|
2101
|
-
* @memberof CustomerSignUpForm
|
|
2102
|
-
*/
|
|
2103
|
-
language?: string;
|
|
2104
|
-
}
|
|
2105
1997
|
/**
|
|
2106
1998
|
*
|
|
2107
1999
|
* @export
|