@dynamic-labs/sdk-api 0.0.825 → 0.0.827
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/package.json +1 -1
- package/src/apis/AllowlistsApi.cjs +1 -0
- package/src/apis/AllowlistsApi.js +1 -0
- package/src/apis/AnalyticsApi.cjs +1 -0
- package/src/apis/AnalyticsApi.js +1 -0
- package/src/apis/ChainalysisApi.cjs +1 -0
- package/src/apis/ChainalysisApi.js +1 -0
- package/src/apis/ChainsApi.cjs +1 -0
- package/src/apis/ChainsApi.js +1 -0
- package/src/apis/CustomFieldsApi.cjs +1 -0
- package/src/apis/CustomFieldsApi.js +1 -0
- package/src/apis/CustomHostnamesApi.cjs +1 -0
- package/src/apis/CustomHostnamesApi.js +1 -0
- package/src/apis/CustomNetworksApi.cjs +1 -0
- package/src/apis/CustomNetworksApi.js +1 -0
- package/src/apis/DeeplinkUrlsApi.cjs +1 -0
- package/src/apis/DeeplinkUrlsApi.js +1 -0
- package/src/apis/EnvironmentsApi.cjs +1 -0
- package/src/apis/EnvironmentsApi.js +1 -0
- package/src/apis/EventsApi.cjs +1 -0
- package/src/apis/EventsApi.js +1 -0
- package/src/apis/ExportsApi.cjs +1 -0
- package/src/apis/ExportsApi.js +1 -0
- package/src/apis/ExternalJwtApi.cjs +1 -0
- package/src/apis/ExternalJwtApi.js +1 -0
- package/src/apis/GatesApi.cjs +1 -0
- package/src/apis/GatesApi.js +1 -0
- package/src/apis/GlobalWalletAccessControlApi.cjs +1 -0
- package/src/apis/GlobalWalletAccessControlApi.js +1 -0
- package/src/apis/GlobalWalletConnectionsApi.cjs +1 -0
- package/src/apis/GlobalWalletConnectionsApi.js +1 -0
- package/src/apis/GlobalWalletsApi.cjs +1 -0
- package/src/apis/GlobalWalletsApi.js +1 -0
- package/src/apis/InvitesApi.cjs +1 -0
- package/src/apis/InvitesApi.js +1 -0
- package/src/apis/MembersApi.cjs +1 -0
- package/src/apis/MembersApi.js +1 -0
- package/src/apis/MfaSettingsApi.cjs +1 -0
- package/src/apis/MfaSettingsApi.js +1 -0
- package/src/apis/NameServicesApi.cjs +1 -0
- package/src/apis/NameServicesApi.js +1 -0
- package/src/apis/OrganizationsApi.cjs +1 -0
- package/src/apis/OrganizationsApi.js +1 -0
- package/src/apis/OriginsApi.cjs +1 -0
- package/src/apis/OriginsApi.js +1 -0
- package/src/apis/ProjectsApi.cjs +1 -0
- package/src/apis/ProjectsApi.js +1 -0
- package/src/apis/SDKApi.cjs +145 -0
- package/src/apis/SDKApi.d.ts +49 -1
- package/src/apis/SDKApi.js +145 -0
- package/src/apis/SDKViewsApi.cjs +1 -0
- package/src/apis/SDKViewsApi.js +1 -0
- package/src/apis/SessionsApi.cjs +1 -0
- package/src/apis/SessionsApi.js +1 -0
- package/src/apis/SettingsApi.cjs +1 -0
- package/src/apis/SettingsApi.js +1 -0
- package/src/apis/TestAccountApi.cjs +1 -0
- package/src/apis/TestAccountApi.js +1 -0
- package/src/apis/TokensApi.cjs +1 -0
- package/src/apis/TokensApi.js +1 -0
- package/src/apis/UserApiTokensApi.cjs +1 -0
- package/src/apis/UserApiTokensApi.js +1 -0
- package/src/apis/UsersApi.cjs +1 -0
- package/src/apis/UsersApi.js +1 -0
- package/src/apis/VisitsApi.cjs +1 -0
- package/src/apis/VisitsApi.js +1 -0
- package/src/apis/WaasApi.cjs +1 -0
- package/src/apis/WaasApi.js +1 -0
- package/src/apis/WalletsApi.cjs +1 -0
- package/src/apis/WalletsApi.js +1 -0
- package/src/apis/WebhooksApi.cjs +1 -0
- package/src/apis/WebhooksApi.js +1 -0
- package/src/index.cjs +24 -0
- package/src/index.js +5 -0
- package/src/models/AllowlistEntry.cjs +2 -0
- package/src/models/AllowlistEntry.d.ts +6 -0
- package/src/models/AllowlistEntry.js +2 -0
- package/src/models/CreateRoomsRequest.cjs +36 -0
- package/src/models/CreateRoomsRequest.d.ts +34 -0
- package/src/models/CreateRoomsRequest.js +30 -0
- package/src/models/CreateRoomsResponse.cjs +43 -0
- package/src/models/CreateRoomsResponse.d.ts +27 -0
- package/src/models/CreateRoomsResponse.js +37 -0
- package/src/models/CreateRoomsWithoutWalletIdRequest.cjs +39 -0
- package/src/models/CreateRoomsWithoutWalletIdRequest.d.ts +41 -0
- package/src/models/CreateRoomsWithoutWalletIdRequest.js +33 -0
- package/src/models/CreateRoomsWithoutWalletIdResponse.cjs +43 -0
- package/src/models/CreateRoomsWithoutWalletIdResponse.d.ts +27 -0
- package/src/models/CreateRoomsWithoutWalletIdResponse.js +37 -0
- package/src/models/PostAllowlistEntriesRequest.cjs +2 -0
- package/src/models/PostAllowlistEntriesRequest.d.ts +6 -0
- package/src/models/PostAllowlistEntriesRequest.js +2 -0
- package/src/models/RoomTypeEnum.cjs +40 -0
- package/src/models/RoomTypeEnum.d.ts +23 -0
- package/src/models/RoomTypeEnum.js +34 -0
- package/src/models/index.d.ts +5 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { RoomTypeEnum } from './RoomTypeEnum';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateRoomsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateRoomsRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {RoomTypeEnum}
|
|
22
|
+
* @memberof CreateRoomsRequest
|
|
23
|
+
*/
|
|
24
|
+
roomType: RoomTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* Number of rooms to create
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof CreateRoomsRequest
|
|
29
|
+
*/
|
|
30
|
+
roomCount?: number;
|
|
31
|
+
}
|
|
32
|
+
export declare function CreateRoomsRequestFromJSON(json: any): CreateRoomsRequest;
|
|
33
|
+
export declare function CreateRoomsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateRoomsRequest;
|
|
34
|
+
export declare function CreateRoomsRequestToJSON(value?: CreateRoomsRequest | null): any;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
import { RoomTypeEnumFromJSON, RoomTypeEnumToJSON } from './RoomTypeEnum.js';
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
function CreateRoomsRequestFromJSON(json) {
|
|
6
|
+
return CreateRoomsRequestFromJSONTyped(json);
|
|
7
|
+
}
|
|
8
|
+
function CreateRoomsRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
9
|
+
if ((json === undefined) || (json === null)) {
|
|
10
|
+
return json;
|
|
11
|
+
}
|
|
12
|
+
return {
|
|
13
|
+
'roomType': RoomTypeEnumFromJSON(json['roomType']),
|
|
14
|
+
'roomCount': !exists(json, 'roomCount') ? undefined : json['roomCount'],
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
function CreateRoomsRequestToJSON(value) {
|
|
18
|
+
if (value === undefined) {
|
|
19
|
+
return undefined;
|
|
20
|
+
}
|
|
21
|
+
if (value === null) {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
return {
|
|
25
|
+
'roomType': RoomTypeEnumToJSON(value.roomType),
|
|
26
|
+
'roomCount': value.roomCount,
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export { CreateRoomsRequestFromJSON, CreateRoomsRequestFromJSONTyped, CreateRoomsRequestToJSON };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
/**
|
|
8
|
+
* Dashboard API
|
|
9
|
+
* Dashboard API documentation
|
|
10
|
+
*
|
|
11
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15
|
+
* https://openapi-generator.tech
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*/
|
|
18
|
+
function CreateRoomsResponseFromJSON(json) {
|
|
19
|
+
return CreateRoomsResponseFromJSONTyped(json);
|
|
20
|
+
}
|
|
21
|
+
function CreateRoomsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'roomIds': json['roomIds'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
function CreateRoomsResponseToJSON(value) {
|
|
30
|
+
if (value === undefined) {
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
33
|
+
if (value === null) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'roomIds': value.roomIds,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
exports.CreateRoomsResponseFromJSON = CreateRoomsResponseFromJSON;
|
|
42
|
+
exports.CreateRoomsResponseFromJSONTyped = CreateRoomsResponseFromJSONTyped;
|
|
43
|
+
exports.CreateRoomsResponseToJSON = CreateRoomsResponseToJSON;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateRoomsResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateRoomsResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof CreateRoomsResponse
|
|
22
|
+
*/
|
|
23
|
+
roomIds: Array<string>;
|
|
24
|
+
}
|
|
25
|
+
export declare function CreateRoomsResponseFromJSON(json: any): CreateRoomsResponse;
|
|
26
|
+
export declare function CreateRoomsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateRoomsResponse;
|
|
27
|
+
export declare function CreateRoomsResponseToJSON(value?: CreateRoomsResponse | null): any;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Dashboard API
|
|
5
|
+
* Dashboard API documentation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
function CreateRoomsResponseFromJSON(json) {
|
|
15
|
+
return CreateRoomsResponseFromJSONTyped(json);
|
|
16
|
+
}
|
|
17
|
+
function CreateRoomsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
+
if ((json === undefined) || (json === null)) {
|
|
19
|
+
return json;
|
|
20
|
+
}
|
|
21
|
+
return {
|
|
22
|
+
'roomIds': json['roomIds'],
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
function CreateRoomsResponseToJSON(value) {
|
|
26
|
+
if (value === undefined) {
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
if (value === null) {
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'roomIds': value.roomIds,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { CreateRoomsResponseFromJSON, CreateRoomsResponseFromJSONTyped, CreateRoomsResponseToJSON };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('../runtime.cjs');
|
|
6
|
+
var RoomTypeEnum = require('./RoomTypeEnum.cjs');
|
|
7
|
+
var ThresholdSignatureScheme = require('./ThresholdSignatureScheme.cjs');
|
|
8
|
+
|
|
9
|
+
/* tslint:disable */
|
|
10
|
+
function CreateRoomsWithoutWalletIdRequestFromJSON(json) {
|
|
11
|
+
return CreateRoomsWithoutWalletIdRequestFromJSONTyped(json);
|
|
12
|
+
}
|
|
13
|
+
function CreateRoomsWithoutWalletIdRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
14
|
+
if ((json === undefined) || (json === null)) {
|
|
15
|
+
return json;
|
|
16
|
+
}
|
|
17
|
+
return {
|
|
18
|
+
'roomType': RoomTypeEnum.RoomTypeEnumFromJSON(json['roomType']),
|
|
19
|
+
'thresholdSignatureScheme': ThresholdSignatureScheme.ThresholdSignatureSchemeFromJSON(json['thresholdSignatureScheme']),
|
|
20
|
+
'roomCount': !runtime.exists(json, 'roomCount') ? undefined : json['roomCount'],
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
function CreateRoomsWithoutWalletIdRequestToJSON(value) {
|
|
24
|
+
if (value === undefined) {
|
|
25
|
+
return undefined;
|
|
26
|
+
}
|
|
27
|
+
if (value === null) {
|
|
28
|
+
return null;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'roomType': RoomTypeEnum.RoomTypeEnumToJSON(value.roomType),
|
|
32
|
+
'thresholdSignatureScheme': ThresholdSignatureScheme.ThresholdSignatureSchemeToJSON(value.thresholdSignatureScheme),
|
|
33
|
+
'roomCount': value.roomCount,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
exports.CreateRoomsWithoutWalletIdRequestFromJSON = CreateRoomsWithoutWalletIdRequestFromJSON;
|
|
38
|
+
exports.CreateRoomsWithoutWalletIdRequestFromJSONTyped = CreateRoomsWithoutWalletIdRequestFromJSONTyped;
|
|
39
|
+
exports.CreateRoomsWithoutWalletIdRequestToJSON = CreateRoomsWithoutWalletIdRequestToJSON;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { RoomTypeEnum } from './RoomTypeEnum';
|
|
13
|
+
import { ThresholdSignatureScheme } from './ThresholdSignatureScheme';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CreateRoomsWithoutWalletIdRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateRoomsWithoutWalletIdRequest {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {RoomTypeEnum}
|
|
23
|
+
* @memberof CreateRoomsWithoutWalletIdRequest
|
|
24
|
+
*/
|
|
25
|
+
roomType: RoomTypeEnum;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ThresholdSignatureScheme}
|
|
29
|
+
* @memberof CreateRoomsWithoutWalletIdRequest
|
|
30
|
+
*/
|
|
31
|
+
thresholdSignatureScheme: ThresholdSignatureScheme;
|
|
32
|
+
/**
|
|
33
|
+
* Number of rooms to create
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof CreateRoomsWithoutWalletIdRequest
|
|
36
|
+
*/
|
|
37
|
+
roomCount?: number;
|
|
38
|
+
}
|
|
39
|
+
export declare function CreateRoomsWithoutWalletIdRequestFromJSON(json: any): CreateRoomsWithoutWalletIdRequest;
|
|
40
|
+
export declare function CreateRoomsWithoutWalletIdRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateRoomsWithoutWalletIdRequest;
|
|
41
|
+
export declare function CreateRoomsWithoutWalletIdRequestToJSON(value?: CreateRoomsWithoutWalletIdRequest | null): any;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
import { RoomTypeEnumFromJSON, RoomTypeEnumToJSON } from './RoomTypeEnum.js';
|
|
3
|
+
import { ThresholdSignatureSchemeFromJSON, ThresholdSignatureSchemeToJSON } from './ThresholdSignatureScheme.js';
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
function CreateRoomsWithoutWalletIdRequestFromJSON(json) {
|
|
7
|
+
return CreateRoomsWithoutWalletIdRequestFromJSONTyped(json);
|
|
8
|
+
}
|
|
9
|
+
function CreateRoomsWithoutWalletIdRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
10
|
+
if ((json === undefined) || (json === null)) {
|
|
11
|
+
return json;
|
|
12
|
+
}
|
|
13
|
+
return {
|
|
14
|
+
'roomType': RoomTypeEnumFromJSON(json['roomType']),
|
|
15
|
+
'thresholdSignatureScheme': ThresholdSignatureSchemeFromJSON(json['thresholdSignatureScheme']),
|
|
16
|
+
'roomCount': !exists(json, 'roomCount') ? undefined : json['roomCount'],
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
function CreateRoomsWithoutWalletIdRequestToJSON(value) {
|
|
20
|
+
if (value === undefined) {
|
|
21
|
+
return undefined;
|
|
22
|
+
}
|
|
23
|
+
if (value === null) {
|
|
24
|
+
return null;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'roomType': RoomTypeEnumToJSON(value.roomType),
|
|
28
|
+
'thresholdSignatureScheme': ThresholdSignatureSchemeToJSON(value.thresholdSignatureScheme),
|
|
29
|
+
'roomCount': value.roomCount,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export { CreateRoomsWithoutWalletIdRequestFromJSON, CreateRoomsWithoutWalletIdRequestFromJSONTyped, CreateRoomsWithoutWalletIdRequestToJSON };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
/**
|
|
8
|
+
* Dashboard API
|
|
9
|
+
* Dashboard API documentation
|
|
10
|
+
*
|
|
11
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15
|
+
* https://openapi-generator.tech
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*/
|
|
18
|
+
function CreateRoomsWithoutWalletIdResponseFromJSON(json) {
|
|
19
|
+
return CreateRoomsWithoutWalletIdResponseFromJSONTyped(json);
|
|
20
|
+
}
|
|
21
|
+
function CreateRoomsWithoutWalletIdResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'roomIds': json['roomIds'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
function CreateRoomsWithoutWalletIdResponseToJSON(value) {
|
|
30
|
+
if (value === undefined) {
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
33
|
+
if (value === null) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'roomIds': value.roomIds,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
exports.CreateRoomsWithoutWalletIdResponseFromJSON = CreateRoomsWithoutWalletIdResponseFromJSON;
|
|
42
|
+
exports.CreateRoomsWithoutWalletIdResponseFromJSONTyped = CreateRoomsWithoutWalletIdResponseFromJSONTyped;
|
|
43
|
+
exports.CreateRoomsWithoutWalletIdResponseToJSON = CreateRoomsWithoutWalletIdResponseToJSON;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateRoomsWithoutWalletIdResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateRoomsWithoutWalletIdResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof CreateRoomsWithoutWalletIdResponse
|
|
22
|
+
*/
|
|
23
|
+
roomIds: Array<string>;
|
|
24
|
+
}
|
|
25
|
+
export declare function CreateRoomsWithoutWalletIdResponseFromJSON(json: any): CreateRoomsWithoutWalletIdResponse;
|
|
26
|
+
export declare function CreateRoomsWithoutWalletIdResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateRoomsWithoutWalletIdResponse;
|
|
27
|
+
export declare function CreateRoomsWithoutWalletIdResponseToJSON(value?: CreateRoomsWithoutWalletIdResponse | null): any;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Dashboard API
|
|
5
|
+
* Dashboard API documentation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
function CreateRoomsWithoutWalletIdResponseFromJSON(json) {
|
|
15
|
+
return CreateRoomsWithoutWalletIdResponseFromJSONTyped(json);
|
|
16
|
+
}
|
|
17
|
+
function CreateRoomsWithoutWalletIdResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
+
if ((json === undefined) || (json === null)) {
|
|
19
|
+
return json;
|
|
20
|
+
}
|
|
21
|
+
return {
|
|
22
|
+
'roomIds': json['roomIds'],
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
function CreateRoomsWithoutWalletIdResponseToJSON(value) {
|
|
26
|
+
if (value === undefined) {
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
if (value === null) {
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'roomIds': value.roomIds,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { CreateRoomsWithoutWalletIdResponseFromJSON, CreateRoomsWithoutWalletIdResponseFromJSONTyped, CreateRoomsWithoutWalletIdResponseToJSON };
|
|
@@ -22,6 +22,7 @@ function PostAllowlistEntriesRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
22
22
|
'twitterUsername': !runtime.exists(json, 'twitterUsername') ? undefined : json['twitterUsername'],
|
|
23
23
|
'farcasterUsername': !runtime.exists(json, 'farcasterUsername') ? undefined : json['farcasterUsername'],
|
|
24
24
|
'farcasterFid': !runtime.exists(json, 'farcasterFid') ? undefined : json['farcasterFid'],
|
|
25
|
+
'externalUserId': !runtime.exists(json, 'externalUserId') ? undefined : json['externalUserId'],
|
|
25
26
|
};
|
|
26
27
|
}
|
|
27
28
|
function PostAllowlistEntriesRequestToJSON(value) {
|
|
@@ -41,6 +42,7 @@ function PostAllowlistEntriesRequestToJSON(value) {
|
|
|
41
42
|
'twitterUsername': value.twitterUsername,
|
|
42
43
|
'farcasterUsername': value.farcasterUsername,
|
|
43
44
|
'farcasterFid': value.farcasterFid,
|
|
45
|
+
'externalUserId': value.externalUserId,
|
|
44
46
|
};
|
|
45
47
|
}
|
|
46
48
|
|
|
@@ -69,6 +69,12 @@ export interface PostAllowlistEntriesRequest {
|
|
|
69
69
|
* @memberof PostAllowlistEntriesRequest
|
|
70
70
|
*/
|
|
71
71
|
farcasterFid?: number;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof PostAllowlistEntriesRequest
|
|
76
|
+
*/
|
|
77
|
+
externalUserId?: string;
|
|
72
78
|
}
|
|
73
79
|
export declare function PostAllowlistEntriesRequestFromJSON(json: any): PostAllowlistEntriesRequest;
|
|
74
80
|
export declare function PostAllowlistEntriesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostAllowlistEntriesRequest;
|
|
@@ -18,6 +18,7 @@ function PostAllowlistEntriesRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
18
18
|
'twitterUsername': !exists(json, 'twitterUsername') ? undefined : json['twitterUsername'],
|
|
19
19
|
'farcasterUsername': !exists(json, 'farcasterUsername') ? undefined : json['farcasterUsername'],
|
|
20
20
|
'farcasterFid': !exists(json, 'farcasterFid') ? undefined : json['farcasterFid'],
|
|
21
|
+
'externalUserId': !exists(json, 'externalUserId') ? undefined : json['externalUserId'],
|
|
21
22
|
};
|
|
22
23
|
}
|
|
23
24
|
function PostAllowlistEntriesRequestToJSON(value) {
|
|
@@ -37,6 +38,7 @@ function PostAllowlistEntriesRequestToJSON(value) {
|
|
|
37
38
|
'twitterUsername': value.twitterUsername,
|
|
38
39
|
'farcasterUsername': value.farcasterUsername,
|
|
39
40
|
'farcasterFid': value.farcasterFid,
|
|
41
|
+
'externalUserId': value.externalUserId,
|
|
40
42
|
};
|
|
41
43
|
}
|
|
42
44
|
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
/**
|
|
8
|
+
* Dashboard API
|
|
9
|
+
* Dashboard API documentation
|
|
10
|
+
*
|
|
11
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15
|
+
* https://openapi-generator.tech
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @enum {string}
|
|
22
|
+
*/
|
|
23
|
+
exports.RoomTypeEnum = void 0;
|
|
24
|
+
(function (RoomTypeEnum) {
|
|
25
|
+
RoomTypeEnum["Threshold"] = "threshold";
|
|
26
|
+
RoomTypeEnum["Full"] = "full";
|
|
27
|
+
})(exports.RoomTypeEnum || (exports.RoomTypeEnum = {}));
|
|
28
|
+
function RoomTypeEnumFromJSON(json) {
|
|
29
|
+
return RoomTypeEnumFromJSONTyped(json);
|
|
30
|
+
}
|
|
31
|
+
function RoomTypeEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
function RoomTypeEnumToJSON(value) {
|
|
35
|
+
return value;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
exports.RoomTypeEnumFromJSON = RoomTypeEnumFromJSON;
|
|
39
|
+
exports.RoomTypeEnumFromJSONTyped = RoomTypeEnumFromJSONTyped;
|
|
40
|
+
exports.RoomTypeEnumToJSON = RoomTypeEnumToJSON;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum RoomTypeEnum {
|
|
18
|
+
Threshold = "threshold",
|
|
19
|
+
Full = "full"
|
|
20
|
+
}
|
|
21
|
+
export declare function RoomTypeEnumFromJSON(json: any): RoomTypeEnum;
|
|
22
|
+
export declare function RoomTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): RoomTypeEnum;
|
|
23
|
+
export declare function RoomTypeEnumToJSON(value?: RoomTypeEnum | null): any;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Dashboard API
|
|
5
|
+
* Dashboard API documentation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
var RoomTypeEnum;
|
|
20
|
+
(function (RoomTypeEnum) {
|
|
21
|
+
RoomTypeEnum["Threshold"] = "threshold";
|
|
22
|
+
RoomTypeEnum["Full"] = "full";
|
|
23
|
+
})(RoomTypeEnum || (RoomTypeEnum = {}));
|
|
24
|
+
function RoomTypeEnumFromJSON(json) {
|
|
25
|
+
return RoomTypeEnumFromJSONTyped(json);
|
|
26
|
+
}
|
|
27
|
+
function RoomTypeEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
function RoomTypeEnumToJSON(value) {
|
|
31
|
+
return value;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export { RoomTypeEnum, RoomTypeEnumFromJSON, RoomTypeEnumFromJSONTyped, RoomTypeEnumToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -81,6 +81,10 @@ export * from './CreateMfaToken';
|
|
|
81
81
|
export * from './CreateProjectResponse';
|
|
82
82
|
export * from './CreateProjectResponseProject';
|
|
83
83
|
export * from './CreateProjectResponseProjectProjectEnvironments';
|
|
84
|
+
export * from './CreateRoomsRequest';
|
|
85
|
+
export * from './CreateRoomsResponse';
|
|
86
|
+
export * from './CreateRoomsWithoutWalletIdRequest';
|
|
87
|
+
export * from './CreateRoomsWithoutWalletIdResponse';
|
|
84
88
|
export * from './CreateTokenResponse';
|
|
85
89
|
export * from './CreateTurnkeyEmbeddedWalletSpecificOpts';
|
|
86
90
|
export * from './CreateUserEmbeddedWalletsFromFarcasterRequest';
|
|
@@ -398,6 +402,7 @@ export * from './RevokeDelegatedAccessRequest';
|
|
|
398
402
|
export * from './RevokeDelegatedAccessResponse';
|
|
399
403
|
export * from './RevokeDelegatedAccessWalletResult';
|
|
400
404
|
export * from './RoleEnum';
|
|
405
|
+
export * from './RoomTypeEnum';
|
|
401
406
|
export * from './ScanWebsiteUrlRequest';
|
|
402
407
|
export * from './ScanWebsiteUrlResponse';
|
|
403
408
|
export * from './SdkSettingsRequest';
|