@takaro/apiclient 0.0.0-dev.9be8884 → 0.0.0-dev.9d3c1bc
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/generated/api.d.ts +371 -301
- package/dist/generated/api.d.ts.map +1 -1
- package/dist/generated/api.js +4881 -4782
- package/dist/generated/api.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/api.ts +693 -534
- package/src/lib/__tests__/baseClient.unit.test.ts +1 -1
package/dist/generated/api.d.ts
CHANGED
|
@@ -2236,6 +2236,12 @@ export interface DomainCreateInputDTO {
|
|
|
2236
2236
|
* @memberof DomainCreateInputDTO
|
|
2237
2237
|
*/
|
|
2238
2238
|
serverRegistrationToken?: string;
|
|
2239
|
+
/**
|
|
2240
|
+
*
|
|
2241
|
+
* @type {boolean}
|
|
2242
|
+
* @memberof DomainCreateInputDTO
|
|
2243
|
+
*/
|
|
2244
|
+
skipBuiltinSeeding?: boolean;
|
|
2239
2245
|
}
|
|
2240
2246
|
export declare const DomainCreateInputDTOStateEnum: {
|
|
2241
2247
|
readonly Active: "ACTIVE";
|
|
@@ -3218,6 +3224,7 @@ export declare const EventCreateDTOEventNameEnum: {
|
|
|
3218
3224
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3219
3225
|
readonly EventRateLimited: "event-rate-limited";
|
|
3220
3226
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
3227
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
3221
3228
|
readonly PlayerConnected: "player-connected";
|
|
3222
3229
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3223
3230
|
readonly ChatMessage: "chat-message";
|
|
@@ -3432,6 +3439,7 @@ export declare const EventExploreFiltersDTOEventNameEnum: {
|
|
|
3432
3439
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3433
3440
|
readonly EventRateLimited: "event-rate-limited";
|
|
3434
3441
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
3442
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
3435
3443
|
readonly PlayerConnected: "player-connected";
|
|
3436
3444
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3437
3445
|
readonly ChatMessage: "chat-message";
|
|
@@ -3798,6 +3806,7 @@ export declare const EventOutputDTOEventNameEnum: {
|
|
|
3798
3806
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3799
3807
|
readonly EventRateLimited: "event-rate-limited";
|
|
3800
3808
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
3809
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
3801
3810
|
readonly PlayerConnected: "player-connected";
|
|
3802
3811
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3803
3812
|
readonly ChatMessage: "chat-message";
|
|
@@ -3809,7 +3818,7 @@ export type EventOutputDTOEventNameEnum = (typeof EventOutputDTOEventNameEnum)[k
|
|
|
3809
3818
|
* @type EventOutputDTOMeta
|
|
3810
3819
|
* @export
|
|
3811
3820
|
*/
|
|
3812
|
-
export type EventOutputDTOMeta = EventChatMessage | EventEntityKilled | EventLogLine | EventPlayerConnected | EventPlayerDeath | EventPlayerDisconnected | HookEventDiscordMessage | TakaroEventCommandExecuted | TakaroEventCommandExecutionDenied | TakaroEventCronjobExecuted | TakaroEventCurrencyAdded | TakaroEventCurrencyDeducted | TakaroEventCurrencyResetAll | TakaroEventGameserverCreated | TakaroEventGameserverDeleted | TakaroEventGameserverUpdated | TakaroEventHookExecuted | TakaroEventModuleCreated | TakaroEventModuleDeleted | TakaroEventModuleInstalled | TakaroEventModuleUninstalled | TakaroEventModuleUpdated | TakaroEventPlayerBanned | TakaroEventPlayerCreated | TakaroEventPlayerDeleted | TakaroEventPlayerInventoryChanged | TakaroEventPlayerLinked | TakaroEventPlayerNewIpDetected | TakaroEventPlayerNewNameDetected | TakaroEventPlayerSyncSnapshot | TakaroEventPlayerUnbanned | TakaroEventRateLimited | TakaroEventRoleAssigned | TakaroEventRoleCreated | TakaroEventRoleDeleted | TakaroEventRoleRemoved | TakaroEventRoleUpdated | TakaroEventServerStatusChanged | TakaroEventSettingsSet | TakaroEventShopActionExecuted | TakaroEventShopListingCreated | TakaroEventShopListingDeleted | TakaroEventShopListingUpdated | TakaroEventShopOrderCreated | TakaroEventShopOrderDeliveryFailed | TakaroEventShopOrderStatusChanged;
|
|
3821
|
+
export type EventOutputDTOMeta = EventChatMessage | EventEntityKilled | EventLogLine | EventPlayerConnected | EventPlayerDeath | EventPlayerDisconnected | HookEventDiscordMessage | TakaroEventCommandExecuted | TakaroEventCommandExecutionDenied | TakaroEventCronjobExecuted | TakaroEventCurrencyAdded | TakaroEventCurrencyDeducted | TakaroEventCurrencyResetAll | TakaroEventGameserverCreated | TakaroEventGameserverDeleted | TakaroEventGameserverUpdated | TakaroEventHookExecuted | TakaroEventInviteLinkCreated | TakaroEventModuleCreated | TakaroEventModuleDeleted | TakaroEventModuleInstalled | TakaroEventModuleUninstalled | TakaroEventModuleUpdated | TakaroEventPlayerBanned | TakaroEventPlayerCreated | TakaroEventPlayerDeleted | TakaroEventPlayerInventoryChanged | TakaroEventPlayerLinked | TakaroEventPlayerNewIpDetected | TakaroEventPlayerNewNameDetected | TakaroEventPlayerSyncSnapshot | TakaroEventPlayerUnbanned | TakaroEventRateLimited | TakaroEventRoleAssigned | TakaroEventRoleCreated | TakaroEventRoleDeleted | TakaroEventRoleRemoved | TakaroEventRoleUpdated | TakaroEventServerStatusChanged | TakaroEventSettingsSet | TakaroEventShopActionExecuted | TakaroEventShopListingCreated | TakaroEventShopListingDeleted | TakaroEventShopListingUpdated | TakaroEventShopOrderCreated | TakaroEventShopOrderDeliveryFailed | TakaroEventShopOrderStatusChanged;
|
|
3813
3822
|
/**
|
|
3814
3823
|
*
|
|
3815
3824
|
* @export
|
|
@@ -3986,6 +3995,7 @@ export declare const EventSearchInputAllowedFiltersEventNameEnum: {
|
|
|
3986
3995
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3987
3996
|
readonly EventRateLimited: "event-rate-limited";
|
|
3988
3997
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
3998
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
3989
3999
|
readonly PlayerConnected: "player-connected";
|
|
3990
4000
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3991
4001
|
readonly ChatMessage: "chat-message";
|
|
@@ -5420,6 +5430,7 @@ export declare const HookCreateDTOEventTypeEnum: {
|
|
|
5420
5430
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5421
5431
|
readonly EventRateLimited: "event-rate-limited";
|
|
5422
5432
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5433
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5423
5434
|
};
|
|
5424
5435
|
export type HookCreateDTOEventTypeEnum = (typeof HookCreateDTOEventTypeEnum)[keyof typeof HookCreateDTOEventTypeEnum];
|
|
5425
5436
|
/**
|
|
@@ -5580,6 +5591,7 @@ export declare const HookOutputDTOEventTypeEnum: {
|
|
|
5580
5591
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5581
5592
|
readonly EventRateLimited: "event-rate-limited";
|
|
5582
5593
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5594
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5583
5595
|
};
|
|
5584
5596
|
export type HookOutputDTOEventTypeEnum = (typeof HookOutputDTOEventTypeEnum)[keyof typeof HookOutputDTOEventTypeEnum];
|
|
5585
5597
|
/**
|
|
@@ -5685,6 +5697,7 @@ export declare const HookSearchInputAllowedFiltersEventTypeEnum: {
|
|
|
5685
5697
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5686
5698
|
readonly EventRateLimited: "event-rate-limited";
|
|
5687
5699
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5700
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5688
5701
|
};
|
|
5689
5702
|
export type HookSearchInputAllowedFiltersEventTypeEnum = (typeof HookSearchInputAllowedFiltersEventTypeEnum)[keyof typeof HookSearchInputAllowedFiltersEventTypeEnum];
|
|
5690
5703
|
/**
|
|
@@ -5855,6 +5868,7 @@ export declare const HookTriggerDTOEventTypeEnum: {
|
|
|
5855
5868
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5856
5869
|
readonly EventRateLimited: "event-rate-limited";
|
|
5857
5870
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5871
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5858
5872
|
};
|
|
5859
5873
|
export type HookTriggerDTOEventTypeEnum = (typeof HookTriggerDTOEventTypeEnum)[keyof typeof HookTriggerDTOEventTypeEnum];
|
|
5860
5874
|
/**
|
|
@@ -5941,6 +5955,7 @@ export declare const HookUpdateDTOEventTypeEnum: {
|
|
|
5941
5955
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5942
5956
|
readonly EventRateLimited: "event-rate-limited";
|
|
5943
5957
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5958
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5944
5959
|
};
|
|
5945
5960
|
export type HookUpdateDTOEventTypeEnum = (typeof HookUpdateDTOEventTypeEnum)[keyof typeof HookUpdateDTOEventTypeEnum];
|
|
5946
5961
|
/**
|
|
@@ -6267,6 +6282,7 @@ export declare const IHookEventTypeEnum: {
|
|
|
6267
6282
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
6268
6283
|
readonly EventRateLimited: "event-rate-limited";
|
|
6269
6284
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
6285
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
6270
6286
|
};
|
|
6271
6287
|
export type IHookEventTypeEnum = (typeof IHookEventTypeEnum)[keyof typeof IHookEventTypeEnum];
|
|
6272
6288
|
/**
|
|
@@ -6690,25 +6706,6 @@ export interface InviteCreateDTO {
|
|
|
6690
6706
|
*/
|
|
6691
6707
|
email: string;
|
|
6692
6708
|
}
|
|
6693
|
-
/**
|
|
6694
|
-
*
|
|
6695
|
-
* @export
|
|
6696
|
-
* @interface InviteOutputDTO
|
|
6697
|
-
*/
|
|
6698
|
-
export interface InviteOutputDTO {
|
|
6699
|
-
/**
|
|
6700
|
-
*
|
|
6701
|
-
* @type {string}
|
|
6702
|
-
* @memberof InviteOutputDTO
|
|
6703
|
-
*/
|
|
6704
|
-
botInvite: string;
|
|
6705
|
-
/**
|
|
6706
|
-
*
|
|
6707
|
-
* @type {string}
|
|
6708
|
-
* @memberof InviteOutputDTO
|
|
6709
|
-
*/
|
|
6710
|
-
devServer: string;
|
|
6711
|
-
}
|
|
6712
6709
|
/**
|
|
6713
6710
|
*
|
|
6714
6711
|
* @export
|
|
@@ -6848,27 +6845,28 @@ export interface InviteLinkCreateResultDTOAPI {
|
|
|
6848
6845
|
/**
|
|
6849
6846
|
*
|
|
6850
6847
|
* @export
|
|
6851
|
-
* @interface
|
|
6848
|
+
* @interface InviteLinkOutputArrayDTOAPI
|
|
6852
6849
|
*/
|
|
6853
|
-
export interface
|
|
6854
|
-
/**
|
|
6855
|
-
*
|
|
6856
|
-
* @type {string}
|
|
6857
|
-
* @memberof InviteLinkOutputDTO
|
|
6858
|
-
*/
|
|
6859
|
-
id: string;
|
|
6850
|
+
export interface InviteLinkOutputArrayDTOAPI {
|
|
6860
6851
|
/**
|
|
6861
6852
|
*
|
|
6862
|
-
* @type {
|
|
6863
|
-
* @memberof
|
|
6853
|
+
* @type {Array<InviteLinkOutputDTO>}
|
|
6854
|
+
* @memberof InviteLinkOutputArrayDTOAPI
|
|
6864
6855
|
*/
|
|
6865
|
-
|
|
6856
|
+
data: Array<InviteLinkOutputDTO>;
|
|
6866
6857
|
/**
|
|
6867
6858
|
*
|
|
6868
|
-
* @type {
|
|
6869
|
-
* @memberof
|
|
6859
|
+
* @type {MetadataOutput}
|
|
6860
|
+
* @memberof InviteLinkOutputArrayDTOAPI
|
|
6870
6861
|
*/
|
|
6871
|
-
|
|
6862
|
+
meta: MetadataOutput;
|
|
6863
|
+
}
|
|
6864
|
+
/**
|
|
6865
|
+
*
|
|
6866
|
+
* @export
|
|
6867
|
+
* @interface InviteLinkOutputDTO
|
|
6868
|
+
*/
|
|
6869
|
+
export interface InviteLinkOutputDTO {
|
|
6872
6870
|
/**
|
|
6873
6871
|
*
|
|
6874
6872
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -6917,6 +6915,24 @@ export interface InviteLinkOutputDTO {
|
|
|
6917
6915
|
* @memberof InviteLinkOutputDTO
|
|
6918
6916
|
*/
|
|
6919
6917
|
roles: Array<InviteLinkRoleDTO>;
|
|
6918
|
+
/**
|
|
6919
|
+
*
|
|
6920
|
+
* @type {string}
|
|
6921
|
+
* @memberof InviteLinkOutputDTO
|
|
6922
|
+
*/
|
|
6923
|
+
id: string;
|
|
6924
|
+
/**
|
|
6925
|
+
*
|
|
6926
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
6927
|
+
* @memberof InviteLinkOutputDTO
|
|
6928
|
+
*/
|
|
6929
|
+
createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
6930
|
+
/**
|
|
6931
|
+
*
|
|
6932
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
6933
|
+
* @memberof InviteLinkOutputDTO
|
|
6934
|
+
*/
|
|
6935
|
+
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
6920
6936
|
}
|
|
6921
6937
|
export declare const InviteLinkOutputDTOStatusEnum: {
|
|
6922
6938
|
readonly Active: "ACTIVE";
|
|
@@ -6944,25 +6960,6 @@ export interface InviteLinkOutputDTOAPI {
|
|
|
6944
6960
|
*/
|
|
6945
6961
|
meta: MetadataOutput;
|
|
6946
6962
|
}
|
|
6947
|
-
/**
|
|
6948
|
-
*
|
|
6949
|
-
* @export
|
|
6950
|
-
* @interface InviteLinkOutputArrayDTOAPI
|
|
6951
|
-
*/
|
|
6952
|
-
export interface InviteLinkOutputArrayDTOAPI {
|
|
6953
|
-
/**
|
|
6954
|
-
*
|
|
6955
|
-
* @type {Array<InviteLinkOutputDTO>}
|
|
6956
|
-
* @memberof InviteLinkOutputArrayDTOAPI
|
|
6957
|
-
*/
|
|
6958
|
-
data: Array<InviteLinkOutputDTO>;
|
|
6959
|
-
/**
|
|
6960
|
-
*
|
|
6961
|
-
* @type {MetadataOutput}
|
|
6962
|
-
* @memberof InviteLinkOutputArrayDTOAPI
|
|
6963
|
-
*/
|
|
6964
|
-
meta: MetadataOutput;
|
|
6965
|
-
}
|
|
6966
6963
|
/**
|
|
6967
6964
|
*
|
|
6968
6965
|
* @export
|
|
@@ -7152,15 +7149,21 @@ export type InviteLinkSearchInputDTOSortDirectionEnum = (typeof InviteLinkSearch
|
|
|
7152
7149
|
/**
|
|
7153
7150
|
*
|
|
7154
7151
|
* @export
|
|
7155
|
-
* @interface
|
|
7152
|
+
* @interface InviteOutputDTO
|
|
7156
7153
|
*/
|
|
7157
|
-
export interface
|
|
7154
|
+
export interface InviteOutputDTO {
|
|
7158
7155
|
/**
|
|
7159
7156
|
*
|
|
7160
7157
|
* @type {string}
|
|
7161
|
-
* @memberof
|
|
7158
|
+
* @memberof InviteOutputDTO
|
|
7162
7159
|
*/
|
|
7163
|
-
|
|
7160
|
+
botInvite: string;
|
|
7161
|
+
/**
|
|
7162
|
+
*
|
|
7163
|
+
* @type {string}
|
|
7164
|
+
* @memberof InviteOutputDTO
|
|
7165
|
+
*/
|
|
7166
|
+
devServer: string;
|
|
7164
7167
|
}
|
|
7165
7168
|
/**
|
|
7166
7169
|
*
|
|
@@ -12278,6 +12281,19 @@ export declare const RecentOrderDTOStatusEnum: {
|
|
|
12278
12281
|
readonly Canceled: "CANCELED";
|
|
12279
12282
|
};
|
|
12280
12283
|
export type RecentOrderDTOStatusEnum = (typeof RecentOrderDTOStatusEnum)[keyof typeof RecentOrderDTOStatusEnum];
|
|
12284
|
+
/**
|
|
12285
|
+
*
|
|
12286
|
+
* @export
|
|
12287
|
+
* @interface RedeemInputDTO
|
|
12288
|
+
*/
|
|
12289
|
+
export interface RedeemInputDTO {
|
|
12290
|
+
/**
|
|
12291
|
+
*
|
|
12292
|
+
* @type {string}
|
|
12293
|
+
* @memberof RedeemInputDTO
|
|
12294
|
+
*/
|
|
12295
|
+
token: string;
|
|
12296
|
+
}
|
|
12281
12297
|
/**
|
|
12282
12298
|
*
|
|
12283
12299
|
* @export
|
|
@@ -15972,6 +15988,19 @@ export interface TakaroEventHookExecuted {
|
|
|
15972
15988
|
*/
|
|
15973
15989
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
15974
15990
|
}
|
|
15991
|
+
/**
|
|
15992
|
+
*
|
|
15993
|
+
* @export
|
|
15994
|
+
* @interface TakaroEventInviteLinkCreated
|
|
15995
|
+
*/
|
|
15996
|
+
export interface TakaroEventInviteLinkCreated {
|
|
15997
|
+
/**
|
|
15998
|
+
*
|
|
15999
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
16000
|
+
* @memberof TakaroEventInviteLinkCreated
|
|
16001
|
+
*/
|
|
16002
|
+
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
16003
|
+
}
|
|
15975
16004
|
/**
|
|
15976
16005
|
*
|
|
15977
16006
|
* @export
|
|
@@ -17440,25 +17469,25 @@ export interface UserOutputDTO {
|
|
|
17440
17469
|
* @type {string}
|
|
17441
17470
|
* @memberof UserOutputDTO
|
|
17442
17471
|
*/
|
|
17443
|
-
|
|
17472
|
+
inviteLinkId?: string;
|
|
17444
17473
|
/**
|
|
17445
17474
|
*
|
|
17446
|
-
* @type {
|
|
17475
|
+
* @type {string}
|
|
17447
17476
|
* @memberof UserOutputDTO
|
|
17448
17477
|
*/
|
|
17449
|
-
|
|
17478
|
+
id: string;
|
|
17450
17479
|
/**
|
|
17451
17480
|
*
|
|
17452
17481
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
17453
17482
|
* @memberof UserOutputDTO
|
|
17454
17483
|
*/
|
|
17455
|
-
|
|
17484
|
+
createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
17456
17485
|
/**
|
|
17457
17486
|
*
|
|
17458
|
-
* @type {
|
|
17487
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
17459
17488
|
* @memberof UserOutputDTO
|
|
17460
17489
|
*/
|
|
17461
|
-
|
|
17490
|
+
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
17462
17491
|
}
|
|
17463
17492
|
/**
|
|
17464
17493
|
*
|
|
@@ -21169,6 +21198,15 @@ export declare const DomainApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
21169
21198
|
* @throws {RequiredError}
|
|
21170
21199
|
*/
|
|
21171
21200
|
domainControllerCreate: (domainCreateInputDTO?: DomainCreateInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
21201
|
+
/**
|
|
21202
|
+
* Creates a staff-recovery invite link scoped to the target domain. The `token` and `inviteUrl` fields are returned ONCE and are not stored on the server — distribute securely. Hardened for recovery use: expiry is forced to 24 hours and maxUses is forced to 1, regardless of request body values. roleIds is passed through as-is; omit it to grant no extra roles (plain member). Attribution is limited: the admin secret is a single shared identity; this event records that staff acted on the domain but cannot name the individual.<br> OperationId: `DomainControllerCreateInviteLink`
|
|
21203
|
+
* @summary Create admin invite link for a domain
|
|
21204
|
+
* @param {string} id
|
|
21205
|
+
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
21206
|
+
* @param {*} [options] Override http request option.
|
|
21207
|
+
* @throws {RequiredError}
|
|
21208
|
+
*/
|
|
21209
|
+
domainControllerCreateInviteLink: (id: string, inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
21172
21210
|
/**
|
|
21173
21211
|
* <br> OperationId: `DomainControllerGetOne`
|
|
21174
21212
|
* @summary Get one
|
|
@@ -21233,6 +21271,15 @@ export declare const DomainApiFp: (configuration?: Configuration) => {
|
|
|
21233
21271
|
* @throws {RequiredError}
|
|
21234
21272
|
*/
|
|
21235
21273
|
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DomainCreateOutputDTOAPI>>;
|
|
21274
|
+
/**
|
|
21275
|
+
* Creates a staff-recovery invite link scoped to the target domain. The `token` and `inviteUrl` fields are returned ONCE and are not stored on the server — distribute securely. Hardened for recovery use: expiry is forced to 24 hours and maxUses is forced to 1, regardless of request body values. roleIds is passed through as-is; omit it to grant no extra roles (plain member). Attribution is limited: the admin secret is a single shared identity; this event records that staff acted on the domain but cannot name the individual.<br> OperationId: `DomainControllerCreateInviteLink`
|
|
21276
|
+
* @summary Create admin invite link for a domain
|
|
21277
|
+
* @param {string} id
|
|
21278
|
+
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
21279
|
+
* @param {*} [options] Override http request option.
|
|
21280
|
+
* @throws {RequiredError}
|
|
21281
|
+
*/
|
|
21282
|
+
domainControllerCreateInviteLink(id: string, inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkCreateResultDTOAPI>>;
|
|
21236
21283
|
/**
|
|
21237
21284
|
* <br> OperationId: `DomainControllerGetOne`
|
|
21238
21285
|
* @summary Get one
|
|
@@ -21297,6 +21344,15 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
21297
21344
|
* @throws {RequiredError}
|
|
21298
21345
|
*/
|
|
21299
21346
|
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainCreateOutputDTOAPI>;
|
|
21347
|
+
/**
|
|
21348
|
+
* Creates a staff-recovery invite link scoped to the target domain. The `token` and `inviteUrl` fields are returned ONCE and are not stored on the server — distribute securely. Hardened for recovery use: expiry is forced to 24 hours and maxUses is forced to 1, regardless of request body values. roleIds is passed through as-is; omit it to grant no extra roles (plain member). Attribution is limited: the admin secret is a single shared identity; this event records that staff acted on the domain but cannot name the individual.<br> OperationId: `DomainControllerCreateInviteLink`
|
|
21349
|
+
* @summary Create admin invite link for a domain
|
|
21350
|
+
* @param {string} id
|
|
21351
|
+
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
21352
|
+
* @param {*} [options] Override http request option.
|
|
21353
|
+
* @throws {RequiredError}
|
|
21354
|
+
*/
|
|
21355
|
+
domainControllerCreateInviteLink(id: string, inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkCreateResultDTOAPI>;
|
|
21300
21356
|
/**
|
|
21301
21357
|
* <br> OperationId: `DomainControllerGetOne`
|
|
21302
21358
|
* @summary Get one
|
|
@@ -21364,6 +21420,16 @@ export declare class DomainApi extends BaseAPI {
|
|
|
21364
21420
|
* @memberof DomainApi
|
|
21365
21421
|
*/
|
|
21366
21422
|
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DomainCreateOutputDTOAPI, any>>;
|
|
21423
|
+
/**
|
|
21424
|
+
* Creates a staff-recovery invite link scoped to the target domain. The `token` and `inviteUrl` fields are returned ONCE and are not stored on the server — distribute securely. Hardened for recovery use: expiry is forced to 24 hours and maxUses is forced to 1, regardless of request body values. roleIds is passed through as-is; omit it to grant no extra roles (plain member). Attribution is limited: the admin secret is a single shared identity; this event records that staff acted on the domain but cannot name the individual.<br> OperationId: `DomainControllerCreateInviteLink`
|
|
21425
|
+
* @summary Create admin invite link for a domain
|
|
21426
|
+
* @param {string} id
|
|
21427
|
+
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
21428
|
+
* @param {*} [options] Override http request option.
|
|
21429
|
+
* @throws {RequiredError}
|
|
21430
|
+
* @memberof DomainApi
|
|
21431
|
+
*/
|
|
21432
|
+
domainControllerCreateInviteLink(id: string, inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkCreateResultDTOAPI, any>>;
|
|
21367
21433
|
/**
|
|
21368
21434
|
* <br> OperationId: `DomainControllerGetOne`
|
|
21369
21435
|
* @summary Get one
|
|
@@ -23283,94 +23349,285 @@ export declare class HookApi extends BaseAPI {
|
|
|
23283
23349
|
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<HookOutputDTOAPI, any>>;
|
|
23284
23350
|
}
|
|
23285
23351
|
/**
|
|
23286
|
-
*
|
|
23352
|
+
* InviteLinkApi - axios parameter creator
|
|
23287
23353
|
* @export
|
|
23288
23354
|
*/
|
|
23289
|
-
export declare const
|
|
23355
|
+
export declare const InviteLinkApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23290
23356
|
/**
|
|
23291
|
-
*
|
|
23292
|
-
* @summary
|
|
23293
|
-
* @param {
|
|
23357
|
+
* Creates a new shareable invite link. The `token` and `inviteUrl` fields are returned ONCE and are not stored on the server — copy the URL and distribute it securely. Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
23358
|
+
* @summary Create invite link
|
|
23359
|
+
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
23294
23360
|
* @param {*} [options] Override http request option.
|
|
23295
23361
|
* @throws {RequiredError}
|
|
23296
23362
|
*/
|
|
23297
|
-
|
|
23363
|
+
inviteLinkControllerCreate: (inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23298
23364
|
/**
|
|
23299
|
-
*
|
|
23300
|
-
* @summary
|
|
23301
|
-
* @param {
|
|
23365
|
+
* <br> OperationId: `InviteLinkControllerPreview`
|
|
23366
|
+
* @summary Preview
|
|
23367
|
+
* @param {string} token
|
|
23302
23368
|
* @param {*} [options] Override http request option.
|
|
23303
23369
|
* @throws {RequiredError}
|
|
23304
23370
|
*/
|
|
23305
|
-
|
|
23306
|
-
};
|
|
23307
|
-
/**
|
|
23308
|
-
* ItemApi - functional programming interface
|
|
23309
|
-
* @export
|
|
23310
|
-
*/
|
|
23311
|
-
export declare const ItemApiFp: (configuration?: Configuration) => {
|
|
23371
|
+
inviteLinkControllerPreview: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23312
23372
|
/**
|
|
23313
|
-
*
|
|
23314
|
-
* @summary
|
|
23373
|
+
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
23374
|
+
* @summary Redeem
|
|
23375
|
+
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
23376
|
+
* @param {*} [options] Override http request option.
|
|
23377
|
+
* @throws {RequiredError}
|
|
23378
|
+
*/
|
|
23379
|
+
inviteLinkControllerRedeem: (redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23380
|
+
/**
|
|
23381
|
+
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
23382
|
+
* @summary Revoke
|
|
23315
23383
|
* @param {string} id
|
|
23316
23384
|
* @param {*} [options] Override http request option.
|
|
23317
23385
|
* @throws {RequiredError}
|
|
23318
23386
|
*/
|
|
23319
|
-
|
|
23387
|
+
inviteLinkControllerRevoke: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23320
23388
|
/**
|
|
23321
|
-
*
|
|
23389
|
+
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
23322
23390
|
* @summary Search
|
|
23323
|
-
* @param {
|
|
23391
|
+
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
23324
23392
|
* @param {*} [options] Override http request option.
|
|
23325
23393
|
* @throws {RequiredError}
|
|
23326
23394
|
*/
|
|
23327
|
-
|
|
23395
|
+
inviteLinkControllerSearch: (inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23328
23396
|
};
|
|
23329
23397
|
/**
|
|
23330
|
-
*
|
|
23398
|
+
* InviteLinkApi - functional programming interface
|
|
23331
23399
|
* @export
|
|
23332
23400
|
*/
|
|
23333
|
-
export declare const
|
|
23401
|
+
export declare const InviteLinkApiFp: (configuration?: Configuration) => {
|
|
23334
23402
|
/**
|
|
23335
|
-
*
|
|
23336
|
-
* @summary
|
|
23337
|
-
* @param {
|
|
23403
|
+
* Creates a new shareable invite link. The `token` and `inviteUrl` fields are returned ONCE and are not stored on the server — copy the URL and distribute it securely. Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
23404
|
+
* @summary Create invite link
|
|
23405
|
+
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
23338
23406
|
* @param {*} [options] Override http request option.
|
|
23339
23407
|
* @throws {RequiredError}
|
|
23340
23408
|
*/
|
|
23341
|
-
|
|
23409
|
+
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkCreateResultDTOAPI>>;
|
|
23342
23410
|
/**
|
|
23343
|
-
*
|
|
23344
|
-
* @summary
|
|
23345
|
-
* @param {
|
|
23411
|
+
* <br> OperationId: `InviteLinkControllerPreview`
|
|
23412
|
+
* @summary Preview
|
|
23413
|
+
* @param {string} token
|
|
23346
23414
|
* @param {*} [options] Override http request option.
|
|
23347
23415
|
* @throws {RequiredError}
|
|
23348
23416
|
*/
|
|
23349
|
-
|
|
23350
|
-
};
|
|
23351
|
-
/**
|
|
23352
|
-
* ItemApi - object-oriented interface
|
|
23353
|
-
* @export
|
|
23354
|
-
* @class ItemApi
|
|
23355
|
-
* @extends {BaseAPI}
|
|
23356
|
-
*/
|
|
23357
|
-
export declare class ItemApi extends BaseAPI {
|
|
23417
|
+
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkPreviewDTOAPI>>;
|
|
23358
23418
|
/**
|
|
23359
|
-
*
|
|
23360
|
-
* @summary
|
|
23419
|
+
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
23420
|
+
* @summary Redeem
|
|
23421
|
+
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
23422
|
+
* @param {*} [options] Override http request option.
|
|
23423
|
+
* @throws {RequiredError}
|
|
23424
|
+
*/
|
|
23425
|
+
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserOutputWithRolesDTOAPI>>;
|
|
23426
|
+
/**
|
|
23427
|
+
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
23428
|
+
* @summary Revoke
|
|
23361
23429
|
* @param {string} id
|
|
23362
23430
|
* @param {*} [options] Override http request option.
|
|
23363
23431
|
* @throws {RequiredError}
|
|
23364
|
-
* @memberof ItemApi
|
|
23365
23432
|
*/
|
|
23366
|
-
|
|
23433
|
+
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
|
|
23367
23434
|
/**
|
|
23368
|
-
*
|
|
23435
|
+
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
23369
23436
|
* @summary Search
|
|
23370
|
-
* @param {
|
|
23437
|
+
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
23371
23438
|
* @param {*} [options] Override http request option.
|
|
23372
23439
|
* @throws {RequiredError}
|
|
23373
|
-
|
|
23440
|
+
*/
|
|
23441
|
+
inviteLinkControllerSearch(inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkOutputArrayDTOAPI>>;
|
|
23442
|
+
};
|
|
23443
|
+
/**
|
|
23444
|
+
* InviteLinkApi - factory interface
|
|
23445
|
+
* @export
|
|
23446
|
+
*/
|
|
23447
|
+
export declare const InviteLinkApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
23448
|
+
/**
|
|
23449
|
+
* Creates a new shareable invite link. The `token` and `inviteUrl` fields are returned ONCE and are not stored on the server — copy the URL and distribute it securely. Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
23450
|
+
* @summary Create invite link
|
|
23451
|
+
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
23452
|
+
* @param {*} [options] Override http request option.
|
|
23453
|
+
* @throws {RequiredError}
|
|
23454
|
+
*/
|
|
23455
|
+
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkCreateResultDTOAPI>;
|
|
23456
|
+
/**
|
|
23457
|
+
* <br> OperationId: `InviteLinkControllerPreview`
|
|
23458
|
+
* @summary Preview
|
|
23459
|
+
* @param {string} token
|
|
23460
|
+
* @param {*} [options] Override http request option.
|
|
23461
|
+
* @throws {RequiredError}
|
|
23462
|
+
*/
|
|
23463
|
+
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkPreviewDTOAPI>;
|
|
23464
|
+
/**
|
|
23465
|
+
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
23466
|
+
* @summary Redeem
|
|
23467
|
+
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
23468
|
+
* @param {*} [options] Override http request option.
|
|
23469
|
+
* @throws {RequiredError}
|
|
23470
|
+
*/
|
|
23471
|
+
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputWithRolesDTOAPI>;
|
|
23472
|
+
/**
|
|
23473
|
+
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
23474
|
+
* @summary Revoke
|
|
23475
|
+
* @param {string} id
|
|
23476
|
+
* @param {*} [options] Override http request option.
|
|
23477
|
+
* @throws {RequiredError}
|
|
23478
|
+
*/
|
|
23479
|
+
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
23480
|
+
/**
|
|
23481
|
+
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
23482
|
+
* @summary Search
|
|
23483
|
+
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
23484
|
+
* @param {*} [options] Override http request option.
|
|
23485
|
+
* @throws {RequiredError}
|
|
23486
|
+
*/
|
|
23487
|
+
inviteLinkControllerSearch(inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkOutputArrayDTOAPI>;
|
|
23488
|
+
};
|
|
23489
|
+
/**
|
|
23490
|
+
* InviteLinkApi - object-oriented interface
|
|
23491
|
+
* @export
|
|
23492
|
+
* @class InviteLinkApi
|
|
23493
|
+
* @extends {BaseAPI}
|
|
23494
|
+
*/
|
|
23495
|
+
export declare class InviteLinkApi extends BaseAPI {
|
|
23496
|
+
/**
|
|
23497
|
+
* Creates a new shareable invite link. The `token` and `inviteUrl` fields are returned ONCE and are not stored on the server — copy the URL and distribute it securely. Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
23498
|
+
* @summary Create invite link
|
|
23499
|
+
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
23500
|
+
* @param {*} [options] Override http request option.
|
|
23501
|
+
* @throws {RequiredError}
|
|
23502
|
+
* @memberof InviteLinkApi
|
|
23503
|
+
*/
|
|
23504
|
+
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkCreateResultDTOAPI, any>>;
|
|
23505
|
+
/**
|
|
23506
|
+
* <br> OperationId: `InviteLinkControllerPreview`
|
|
23507
|
+
* @summary Preview
|
|
23508
|
+
* @param {string} token
|
|
23509
|
+
* @param {*} [options] Override http request option.
|
|
23510
|
+
* @throws {RequiredError}
|
|
23511
|
+
* @memberof InviteLinkApi
|
|
23512
|
+
*/
|
|
23513
|
+
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkPreviewDTOAPI, any>>;
|
|
23514
|
+
/**
|
|
23515
|
+
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
23516
|
+
* @summary Redeem
|
|
23517
|
+
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
23518
|
+
* @param {*} [options] Override http request option.
|
|
23519
|
+
* @throws {RequiredError}
|
|
23520
|
+
* @memberof InviteLinkApi
|
|
23521
|
+
*/
|
|
23522
|
+
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserOutputWithRolesDTOAPI, any>>;
|
|
23523
|
+
/**
|
|
23524
|
+
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
23525
|
+
* @summary Revoke
|
|
23526
|
+
* @param {string} id
|
|
23527
|
+
* @param {*} [options] Override http request option.
|
|
23528
|
+
* @throws {RequiredError}
|
|
23529
|
+
* @memberof InviteLinkApi
|
|
23530
|
+
*/
|
|
23531
|
+
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
|
|
23532
|
+
/**
|
|
23533
|
+
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
23534
|
+
* @summary Search
|
|
23535
|
+
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
23536
|
+
* @param {*} [options] Override http request option.
|
|
23537
|
+
* @throws {RequiredError}
|
|
23538
|
+
* @memberof InviteLinkApi
|
|
23539
|
+
*/
|
|
23540
|
+
inviteLinkControllerSearch(inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkOutputArrayDTOAPI, any>>;
|
|
23541
|
+
}
|
|
23542
|
+
/**
|
|
23543
|
+
* ItemApi - axios parameter creator
|
|
23544
|
+
* @export
|
|
23545
|
+
*/
|
|
23546
|
+
export declare const ItemApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23547
|
+
/**
|
|
23548
|
+
* Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerFindOne`
|
|
23549
|
+
* @summary Find one
|
|
23550
|
+
* @param {string} id
|
|
23551
|
+
* @param {*} [options] Override http request option.
|
|
23552
|
+
* @throws {RequiredError}
|
|
23553
|
+
*/
|
|
23554
|
+
itemControllerFindOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23555
|
+
/**
|
|
23556
|
+
* Search items Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerSearch`
|
|
23557
|
+
* @summary Search
|
|
23558
|
+
* @param {ItemSearchInputDTO} [itemSearchInputDTO] ItemSearchInputDTO
|
|
23559
|
+
* @param {*} [options] Override http request option.
|
|
23560
|
+
* @throws {RequiredError}
|
|
23561
|
+
*/
|
|
23562
|
+
itemControllerSearch: (itemSearchInputDTO?: ItemSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23563
|
+
};
|
|
23564
|
+
/**
|
|
23565
|
+
* ItemApi - functional programming interface
|
|
23566
|
+
* @export
|
|
23567
|
+
*/
|
|
23568
|
+
export declare const ItemApiFp: (configuration?: Configuration) => {
|
|
23569
|
+
/**
|
|
23570
|
+
* Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerFindOne`
|
|
23571
|
+
* @summary Find one
|
|
23572
|
+
* @param {string} id
|
|
23573
|
+
* @param {*} [options] Override http request option.
|
|
23574
|
+
* @throws {RequiredError}
|
|
23575
|
+
*/
|
|
23576
|
+
itemControllerFindOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ItemOutputDTOAPI>>;
|
|
23577
|
+
/**
|
|
23578
|
+
* Search items Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerSearch`
|
|
23579
|
+
* @summary Search
|
|
23580
|
+
* @param {ItemSearchInputDTO} [itemSearchInputDTO] ItemSearchInputDTO
|
|
23581
|
+
* @param {*} [options] Override http request option.
|
|
23582
|
+
* @throws {RequiredError}
|
|
23583
|
+
*/
|
|
23584
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ItemOutputArrayDTOAPI>>;
|
|
23585
|
+
};
|
|
23586
|
+
/**
|
|
23587
|
+
* ItemApi - factory interface
|
|
23588
|
+
* @export
|
|
23589
|
+
*/
|
|
23590
|
+
export declare const ItemApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
23591
|
+
/**
|
|
23592
|
+
* Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerFindOne`
|
|
23593
|
+
* @summary Find one
|
|
23594
|
+
* @param {string} id
|
|
23595
|
+
* @param {*} [options] Override http request option.
|
|
23596
|
+
* @throws {RequiredError}
|
|
23597
|
+
*/
|
|
23598
|
+
itemControllerFindOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ItemOutputDTOAPI>;
|
|
23599
|
+
/**
|
|
23600
|
+
* Search items Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerSearch`
|
|
23601
|
+
* @summary Search
|
|
23602
|
+
* @param {ItemSearchInputDTO} [itemSearchInputDTO] ItemSearchInputDTO
|
|
23603
|
+
* @param {*} [options] Override http request option.
|
|
23604
|
+
* @throws {RequiredError}
|
|
23605
|
+
*/
|
|
23606
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ItemOutputArrayDTOAPI>;
|
|
23607
|
+
};
|
|
23608
|
+
/**
|
|
23609
|
+
* ItemApi - object-oriented interface
|
|
23610
|
+
* @export
|
|
23611
|
+
* @class ItemApi
|
|
23612
|
+
* @extends {BaseAPI}
|
|
23613
|
+
*/
|
|
23614
|
+
export declare class ItemApi extends BaseAPI {
|
|
23615
|
+
/**
|
|
23616
|
+
* Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerFindOne`
|
|
23617
|
+
* @summary Find one
|
|
23618
|
+
* @param {string} id
|
|
23619
|
+
* @param {*} [options] Override http request option.
|
|
23620
|
+
* @throws {RequiredError}
|
|
23621
|
+
* @memberof ItemApi
|
|
23622
|
+
*/
|
|
23623
|
+
itemControllerFindOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ItemOutputDTOAPI, any>>;
|
|
23624
|
+
/**
|
|
23625
|
+
* Search items Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerSearch`
|
|
23626
|
+
* @summary Search
|
|
23627
|
+
* @param {ItemSearchInputDTO} [itemSearchInputDTO] ItemSearchInputDTO
|
|
23628
|
+
* @param {*} [options] Override http request option.
|
|
23629
|
+
* @throws {RequiredError}
|
|
23630
|
+
* @memberof ItemApi
|
|
23374
23631
|
*/
|
|
23375
23632
|
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ItemOutputArrayDTOAPI, any>>;
|
|
23376
23633
|
}
|
|
@@ -26886,6 +27143,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
26886
27143
|
* @summary Invite
|
|
26887
27144
|
* @param {InviteCreateDTO} [inviteCreateDTO] InviteCreateDTO
|
|
26888
27145
|
* @param {*} [options] Override http request option.
|
|
27146
|
+
* @deprecated
|
|
26889
27147
|
* @throws {RequiredError}
|
|
26890
27148
|
*/
|
|
26891
27149
|
userControllerInvite: (inviteCreateDTO?: InviteCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -27012,6 +27270,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
27012
27270
|
* @summary Invite
|
|
27013
27271
|
* @param {InviteCreateDTO} [inviteCreateDTO] InviteCreateDTO
|
|
27014
27272
|
* @param {*} [options] Override http request option.
|
|
27273
|
+
* @deprecated
|
|
27015
27274
|
* @throws {RequiredError}
|
|
27016
27275
|
*/
|
|
27017
27276
|
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserOutputDTOAPI>>;
|
|
@@ -27138,6 +27397,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
27138
27397
|
* @summary Invite
|
|
27139
27398
|
* @param {InviteCreateDTO} [inviteCreateDTO] InviteCreateDTO
|
|
27140
27399
|
* @param {*} [options] Override http request option.
|
|
27400
|
+
* @deprecated
|
|
27141
27401
|
* @throws {RequiredError}
|
|
27142
27402
|
*/
|
|
27143
27403
|
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
@@ -27271,6 +27531,7 @@ export declare class UserApi extends BaseAPI {
|
|
|
27271
27531
|
* @summary Invite
|
|
27272
27532
|
* @param {InviteCreateDTO} [inviteCreateDTO] InviteCreateDTO
|
|
27273
27533
|
* @param {*} [options] Override http request option.
|
|
27534
|
+
* @deprecated
|
|
27274
27535
|
* @throws {RequiredError}
|
|
27275
27536
|
* @memberof UserApi
|
|
27276
27537
|
*/
|
|
@@ -27552,195 +27813,4 @@ export declare class VariableApi extends BaseAPI {
|
|
|
27552
27813
|
*/
|
|
27553
27814
|
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VariableOutputDTOAPI, any>>;
|
|
27554
27815
|
}
|
|
27555
|
-
/**
|
|
27556
|
-
* InviteLinkApi - axios parameter creator
|
|
27557
|
-
* @export
|
|
27558
|
-
*/
|
|
27559
|
-
export declare const InviteLinkApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
27560
|
-
/**
|
|
27561
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
27562
|
-
* @summary Create invite link
|
|
27563
|
-
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
27564
|
-
* @param {*} [options] Override http request option.
|
|
27565
|
-
* @throws {RequiredError}
|
|
27566
|
-
*/
|
|
27567
|
-
inviteLinkControllerCreate: (inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27568
|
-
/**
|
|
27569
|
-
* <br> OperationId: `InviteLinkControllerPreview`
|
|
27570
|
-
* @summary Preview
|
|
27571
|
-
* @param {string} token
|
|
27572
|
-
* @param {*} [options] Override http request option.
|
|
27573
|
-
* @throws {RequiredError}
|
|
27574
|
-
*/
|
|
27575
|
-
inviteLinkControllerPreview: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27576
|
-
/**
|
|
27577
|
-
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
27578
|
-
* @summary Redeem
|
|
27579
|
-
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
27580
|
-
* @param {*} [options] Override http request option.
|
|
27581
|
-
* @throws {RequiredError}
|
|
27582
|
-
*/
|
|
27583
|
-
inviteLinkControllerRedeem: (redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27584
|
-
/**
|
|
27585
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
27586
|
-
* @summary Revoke
|
|
27587
|
-
* @param {string} id
|
|
27588
|
-
* @param {*} [options] Override http request option.
|
|
27589
|
-
* @throws {RequiredError}
|
|
27590
|
-
*/
|
|
27591
|
-
inviteLinkControllerRevoke: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27592
|
-
/**
|
|
27593
|
-
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
27594
|
-
* @summary Search
|
|
27595
|
-
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
27596
|
-
* @param {*} [options] Override http request option.
|
|
27597
|
-
* @throws {RequiredError}
|
|
27598
|
-
*/
|
|
27599
|
-
inviteLinkControllerSearch: (inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27600
|
-
};
|
|
27601
|
-
/**
|
|
27602
|
-
* InviteLinkApi - functional programming interface
|
|
27603
|
-
* @export
|
|
27604
|
-
*/
|
|
27605
|
-
export declare const InviteLinkApiFp: (configuration?: Configuration) => {
|
|
27606
|
-
/**
|
|
27607
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
27608
|
-
* @summary Create invite link
|
|
27609
|
-
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
27610
|
-
* @param {*} [options] Override http request option.
|
|
27611
|
-
* @throws {RequiredError}
|
|
27612
|
-
*/
|
|
27613
|
-
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkCreateResultDTOAPI>>;
|
|
27614
|
-
/**
|
|
27615
|
-
* <br> OperationId: `InviteLinkControllerPreview`
|
|
27616
|
-
* @summary Preview
|
|
27617
|
-
* @param {string} token
|
|
27618
|
-
* @param {*} [options] Override http request option.
|
|
27619
|
-
* @throws {RequiredError}
|
|
27620
|
-
*/
|
|
27621
|
-
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkPreviewDTOAPI>>;
|
|
27622
|
-
/**
|
|
27623
|
-
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
27624
|
-
* @summary Redeem
|
|
27625
|
-
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
27626
|
-
* @param {*} [options] Override http request option.
|
|
27627
|
-
* @throws {RequiredError}
|
|
27628
|
-
*/
|
|
27629
|
-
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserOutputWithRolesDTOAPI>>;
|
|
27630
|
-
/**
|
|
27631
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
27632
|
-
* @summary Revoke
|
|
27633
|
-
* @param {string} id
|
|
27634
|
-
* @param {*} [options] Override http request option.
|
|
27635
|
-
* @throws {RequiredError}
|
|
27636
|
-
*/
|
|
27637
|
-
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
|
|
27638
|
-
/**
|
|
27639
|
-
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
27640
|
-
* @summary Search
|
|
27641
|
-
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
27642
|
-
* @param {*} [options] Override http request option.
|
|
27643
|
-
* @throws {RequiredError}
|
|
27644
|
-
*/
|
|
27645
|
-
inviteLinkControllerSearch(inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkOutputArrayDTOAPI>>;
|
|
27646
|
-
};
|
|
27647
|
-
/**
|
|
27648
|
-
* InviteLinkApi - factory interface
|
|
27649
|
-
* @export
|
|
27650
|
-
*/
|
|
27651
|
-
export declare const InviteLinkApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
27652
|
-
/**
|
|
27653
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
27654
|
-
* @summary Create invite link
|
|
27655
|
-
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
27656
|
-
* @param {*} [options] Override http request option.
|
|
27657
|
-
* @throws {RequiredError}
|
|
27658
|
-
*/
|
|
27659
|
-
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkCreateResultDTOAPI>;
|
|
27660
|
-
/**
|
|
27661
|
-
* <br> OperationId: `InviteLinkControllerPreview`
|
|
27662
|
-
* @summary Preview
|
|
27663
|
-
* @param {string} token
|
|
27664
|
-
* @param {*} [options] Override http request option.
|
|
27665
|
-
* @throws {RequiredError}
|
|
27666
|
-
*/
|
|
27667
|
-
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkPreviewDTOAPI>;
|
|
27668
|
-
/**
|
|
27669
|
-
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
27670
|
-
* @summary Redeem
|
|
27671
|
-
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
27672
|
-
* @param {*} [options] Override http request option.
|
|
27673
|
-
* @throws {RequiredError}
|
|
27674
|
-
*/
|
|
27675
|
-
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputWithRolesDTOAPI>;
|
|
27676
|
-
/**
|
|
27677
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
27678
|
-
* @summary Revoke
|
|
27679
|
-
* @param {string} id
|
|
27680
|
-
* @param {*} [options] Override http request option.
|
|
27681
|
-
* @throws {RequiredError}
|
|
27682
|
-
*/
|
|
27683
|
-
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
27684
|
-
/**
|
|
27685
|
-
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
27686
|
-
* @summary Search
|
|
27687
|
-
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
27688
|
-
* @param {*} [options] Override http request option.
|
|
27689
|
-
* @throws {RequiredError}
|
|
27690
|
-
*/
|
|
27691
|
-
inviteLinkControllerSearch(inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkOutputArrayDTOAPI>;
|
|
27692
|
-
};
|
|
27693
|
-
/**
|
|
27694
|
-
* InviteLinkApi - object-oriented interface
|
|
27695
|
-
* @export
|
|
27696
|
-
* @class InviteLinkApi
|
|
27697
|
-
* @extends {BaseAPI}
|
|
27698
|
-
*/
|
|
27699
|
-
export declare class InviteLinkApi extends BaseAPI {
|
|
27700
|
-
/**
|
|
27701
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
27702
|
-
* @summary Create invite link
|
|
27703
|
-
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
27704
|
-
* @param {*} [options] Override http request option.
|
|
27705
|
-
* @throws {RequiredError}
|
|
27706
|
-
* @memberof InviteLinkApi
|
|
27707
|
-
*/
|
|
27708
|
-
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkCreateResultDTOAPI, any>>;
|
|
27709
|
-
/**
|
|
27710
|
-
* <br> OperationId: `InviteLinkControllerPreview`
|
|
27711
|
-
* @summary Preview
|
|
27712
|
-
* @param {string} token
|
|
27713
|
-
* @param {*} [options] Override http request option.
|
|
27714
|
-
* @throws {RequiredError}
|
|
27715
|
-
* @memberof InviteLinkApi
|
|
27716
|
-
*/
|
|
27717
|
-
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkPreviewDTOAPI, any>>;
|
|
27718
|
-
/**
|
|
27719
|
-
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
27720
|
-
* @summary Redeem
|
|
27721
|
-
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
27722
|
-
* @param {*} [options] Override http request option.
|
|
27723
|
-
* @throws {RequiredError}
|
|
27724
|
-
* @memberof InviteLinkApi
|
|
27725
|
-
*/
|
|
27726
|
-
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserOutputWithRolesDTOAPI, any>>;
|
|
27727
|
-
/**
|
|
27728
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
27729
|
-
* @summary Revoke
|
|
27730
|
-
* @param {string} id
|
|
27731
|
-
* @param {*} [options] Override http request option.
|
|
27732
|
-
* @throws {RequiredError}
|
|
27733
|
-
* @memberof InviteLinkApi
|
|
27734
|
-
*/
|
|
27735
|
-
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
|
|
27736
|
-
/**
|
|
27737
|
-
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
27738
|
-
* @summary Search
|
|
27739
|
-
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
27740
|
-
* @param {*} [options] Override http request option.
|
|
27741
|
-
* @throws {RequiredError}
|
|
27742
|
-
* @memberof InviteLinkApi
|
|
27743
|
-
*/
|
|
27744
|
-
inviteLinkControllerSearch(inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkOutputArrayDTOAPI, any>>;
|
|
27745
|
-
}
|
|
27746
27816
|
//# sourceMappingURL=api.d.ts.map
|