mezon-js 2.14.2 → 2.14.4
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/mezon-js/socket.d.ts +927 -450
- package/dist/mezon-js/types/index.d.ts +0 -62
- package/dist/mezon-js.cjs.js +233 -190
- package/dist/mezon-js.esm.mjs +233 -190
- package/dist/mezon-js.esm.mjs.map +1 -1
- package/dist/socket.d.ts +927 -450
- package/dist/types/index.d.ts +0 -62
- package/package.json +1 -1
- package/socket.ts +1793 -882
- package/types/index.ts +0 -117
package/types/index.ts
CHANGED
|
@@ -1910,115 +1910,6 @@ export interface ApiMessageReaction {
|
|
|
1910
1910
|
emoji_recent_id?: string;
|
|
1911
1911
|
}
|
|
1912
1912
|
|
|
1913
|
-
export interface ApiListChannelAppsResponse {
|
|
1914
|
-
//
|
|
1915
|
-
channelApps?: Array<ApiChannelAppResponse>;
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
/** */
|
|
1919
|
-
export interface ApiListStreamingChannelsResponse {
|
|
1920
|
-
//
|
|
1921
|
-
streamingChannels?: Array<ApiStreamingChannelResponse>;
|
|
1922
|
-
}
|
|
1923
|
-
|
|
1924
|
-
/** */
|
|
1925
|
-
export interface ApiMezonOauthClient {
|
|
1926
|
-
//
|
|
1927
|
-
accessTokenStrategy?: string;
|
|
1928
|
-
//
|
|
1929
|
-
allowedCorsOrigins?: Array<string>;
|
|
1930
|
-
//
|
|
1931
|
-
audience?: Array<string>;
|
|
1932
|
-
//
|
|
1933
|
-
authorizationCodeGrantAccessTokenLifespan?: string;
|
|
1934
|
-
//
|
|
1935
|
-
authorizationCodeGrantIdTokenLifespan?: string;
|
|
1936
|
-
//
|
|
1937
|
-
authorizationCodeGrantRefreshTokenLifespan?: string;
|
|
1938
|
-
//
|
|
1939
|
-
backchannelLogoutSessionRequired?: boolean;
|
|
1940
|
-
//
|
|
1941
|
-
backchannelLogoutUri?: string;
|
|
1942
|
-
//
|
|
1943
|
-
clientCredentialsGrantAccessTokenLifespan?: string;
|
|
1944
|
-
//
|
|
1945
|
-
clientId?: string;
|
|
1946
|
-
//
|
|
1947
|
-
clientName?: string;
|
|
1948
|
-
//
|
|
1949
|
-
clientSecret?: string;
|
|
1950
|
-
//
|
|
1951
|
-
clientSecretExpiresAt?: number;
|
|
1952
|
-
//
|
|
1953
|
-
clientUri?: string;
|
|
1954
|
-
//
|
|
1955
|
-
contacts?: Array<string>;
|
|
1956
|
-
//
|
|
1957
|
-
createdAt?: string;
|
|
1958
|
-
//
|
|
1959
|
-
frontchannelLogoutSessionRequired?: boolean;
|
|
1960
|
-
//
|
|
1961
|
-
frontchannelLogoutUri?: string;
|
|
1962
|
-
//
|
|
1963
|
-
grantTypes?: Array<string>;
|
|
1964
|
-
//
|
|
1965
|
-
implicitGrantAccessTokenLifespan?: string;
|
|
1966
|
-
//
|
|
1967
|
-
implicitGrantIdTokenLifespan?: string;
|
|
1968
|
-
//
|
|
1969
|
-
jwks?: Array<string>;
|
|
1970
|
-
//
|
|
1971
|
-
jwksUri?: string;
|
|
1972
|
-
//
|
|
1973
|
-
jwtBearerGrantAccessTokenLifespan?: string;
|
|
1974
|
-
//
|
|
1975
|
-
logoUri?: string;
|
|
1976
|
-
//
|
|
1977
|
-
owner?: string;
|
|
1978
|
-
//
|
|
1979
|
-
policyUri?: string;
|
|
1980
|
-
//
|
|
1981
|
-
postLogoutRedirectUris?: Array<string>;
|
|
1982
|
-
//
|
|
1983
|
-
redirectUris?: Array<string>;
|
|
1984
|
-
//
|
|
1985
|
-
refreshTokenGrantAccessTokenLifespan?: string;
|
|
1986
|
-
//
|
|
1987
|
-
refreshTokenGrantIdTokenLifespan?: string;
|
|
1988
|
-
//
|
|
1989
|
-
refreshTokenGrantRefreshTokenLifespan?: string;
|
|
1990
|
-
//
|
|
1991
|
-
registrationAccessToken?: string;
|
|
1992
|
-
//
|
|
1993
|
-
registrationClientUri?: string;
|
|
1994
|
-
//
|
|
1995
|
-
requestObjectSigningAlg?: string;
|
|
1996
|
-
//
|
|
1997
|
-
requestUris?: Array<string>;
|
|
1998
|
-
//
|
|
1999
|
-
responseTypes?: Array<string>;
|
|
2000
|
-
//
|
|
2001
|
-
scope?: string;
|
|
2002
|
-
//
|
|
2003
|
-
sectorIdentifierUri?: string;
|
|
2004
|
-
//
|
|
2005
|
-
skipConsent?: boolean;
|
|
2006
|
-
//
|
|
2007
|
-
skipLogoutConsent?: boolean;
|
|
2008
|
-
//
|
|
2009
|
-
subjectType?: string;
|
|
2010
|
-
//
|
|
2011
|
-
tokenEndpointAuthMethod?: string;
|
|
2012
|
-
//
|
|
2013
|
-
tokenEndpointAuthSigningAlg?: string;
|
|
2014
|
-
//
|
|
2015
|
-
tosUri?: string;
|
|
2016
|
-
//
|
|
2017
|
-
updatedAt?: string;
|
|
2018
|
-
//
|
|
2019
|
-
userinfoSignedResponseAlg?: string;
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
1913
|
/** */
|
|
2023
1914
|
export interface ApiMezonOauthClientList {
|
|
2024
1915
|
//
|
|
@@ -3540,14 +3431,6 @@ export interface ApiTransferOwnershipRequest {
|
|
|
3540
3431
|
newOwnerId?: string;
|
|
3541
3432
|
}
|
|
3542
3433
|
|
|
3543
|
-
/** */
|
|
3544
|
-
export interface ApiTransferOwnershipRequest {
|
|
3545
|
-
//
|
|
3546
|
-
clanId?: string;
|
|
3547
|
-
//
|
|
3548
|
-
newOwnerId?: string;
|
|
3549
|
-
}
|
|
3550
|
-
|
|
3551
3434
|
/** Update fields in a given channel. */
|
|
3552
3435
|
export interface ApiUpdateChannelDescRequest {
|
|
3553
3436
|
/** The ID of the channel to update. */
|