@takaro/apiclient 0.0.0-dev.2b2e7ad → 0.0.0-dev.2bc754c
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 +380 -304
- 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/dist/lib/baseClient.d.ts +14 -0
- package/dist/lib/baseClient.d.ts.map +1 -1
- package/dist/lib/baseClient.js +13 -0
- package/dist/lib/baseClient.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/api.ts +1112 -947
- package/src/lib/__tests__/baseClient.unit.test.ts +17 -0
- package/src/lib/baseClient.ts +16 -0
package/dist/generated/api.d.ts
CHANGED
|
@@ -2230,6 +2230,18 @@ export interface DomainCreateInputDTO {
|
|
|
2230
2230
|
* @memberof DomainCreateInputDTO
|
|
2231
2231
|
*/
|
|
2232
2232
|
maxDiscordLinkedRoles?: number;
|
|
2233
|
+
/**
|
|
2234
|
+
*
|
|
2235
|
+
* @type {string}
|
|
2236
|
+
* @memberof DomainCreateInputDTO
|
|
2237
|
+
*/
|
|
2238
|
+
serverRegistrationToken?: string;
|
|
2239
|
+
/**
|
|
2240
|
+
*
|
|
2241
|
+
* @type {boolean}
|
|
2242
|
+
* @memberof DomainCreateInputDTO
|
|
2243
|
+
*/
|
|
2244
|
+
skipBuiltinSeeding?: boolean;
|
|
2233
2245
|
}
|
|
2234
2246
|
export declare const DomainCreateInputDTOStateEnum: {
|
|
2235
2247
|
readonly Active: "ACTIVE";
|
|
@@ -3212,6 +3224,7 @@ export declare const EventCreateDTOEventNameEnum: {
|
|
|
3212
3224
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3213
3225
|
readonly EventRateLimited: "event-rate-limited";
|
|
3214
3226
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
3227
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
3215
3228
|
readonly PlayerConnected: "player-connected";
|
|
3216
3229
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3217
3230
|
readonly ChatMessage: "chat-message";
|
|
@@ -3426,6 +3439,7 @@ export declare const EventExploreFiltersDTOEventNameEnum: {
|
|
|
3426
3439
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3427
3440
|
readonly EventRateLimited: "event-rate-limited";
|
|
3428
3441
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
3442
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
3429
3443
|
readonly PlayerConnected: "player-connected";
|
|
3430
3444
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3431
3445
|
readonly ChatMessage: "chat-message";
|
|
@@ -3792,6 +3806,7 @@ export declare const EventOutputDTOEventNameEnum: {
|
|
|
3792
3806
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3793
3807
|
readonly EventRateLimited: "event-rate-limited";
|
|
3794
3808
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
3809
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
3795
3810
|
readonly PlayerConnected: "player-connected";
|
|
3796
3811
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3797
3812
|
readonly ChatMessage: "chat-message";
|
|
@@ -3803,7 +3818,7 @@ export type EventOutputDTOEventNameEnum = (typeof EventOutputDTOEventNameEnum)[k
|
|
|
3803
3818
|
* @type EventOutputDTOMeta
|
|
3804
3819
|
* @export
|
|
3805
3820
|
*/
|
|
3806
|
-
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;
|
|
3807
3822
|
/**
|
|
3808
3823
|
*
|
|
3809
3824
|
* @export
|
|
@@ -3980,6 +3995,7 @@ export declare const EventSearchInputAllowedFiltersEventNameEnum: {
|
|
|
3980
3995
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3981
3996
|
readonly EventRateLimited: "event-rate-limited";
|
|
3982
3997
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
3998
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
3983
3999
|
readonly PlayerConnected: "player-connected";
|
|
3984
4000
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3985
4001
|
readonly ChatMessage: "chat-message";
|
|
@@ -5414,6 +5430,7 @@ export declare const HookCreateDTOEventTypeEnum: {
|
|
|
5414
5430
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5415
5431
|
readonly EventRateLimited: "event-rate-limited";
|
|
5416
5432
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5433
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5417
5434
|
};
|
|
5418
5435
|
export type HookCreateDTOEventTypeEnum = (typeof HookCreateDTOEventTypeEnum)[keyof typeof HookCreateDTOEventTypeEnum];
|
|
5419
5436
|
/**
|
|
@@ -5574,6 +5591,7 @@ export declare const HookOutputDTOEventTypeEnum: {
|
|
|
5574
5591
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5575
5592
|
readonly EventRateLimited: "event-rate-limited";
|
|
5576
5593
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5594
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5577
5595
|
};
|
|
5578
5596
|
export type HookOutputDTOEventTypeEnum = (typeof HookOutputDTOEventTypeEnum)[keyof typeof HookOutputDTOEventTypeEnum];
|
|
5579
5597
|
/**
|
|
@@ -5679,6 +5697,7 @@ export declare const HookSearchInputAllowedFiltersEventTypeEnum: {
|
|
|
5679
5697
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5680
5698
|
readonly EventRateLimited: "event-rate-limited";
|
|
5681
5699
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5700
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5682
5701
|
};
|
|
5683
5702
|
export type HookSearchInputAllowedFiltersEventTypeEnum = (typeof HookSearchInputAllowedFiltersEventTypeEnum)[keyof typeof HookSearchInputAllowedFiltersEventTypeEnum];
|
|
5684
5703
|
/**
|
|
@@ -5849,6 +5868,7 @@ export declare const HookTriggerDTOEventTypeEnum: {
|
|
|
5849
5868
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5850
5869
|
readonly EventRateLimited: "event-rate-limited";
|
|
5851
5870
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5871
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5852
5872
|
};
|
|
5853
5873
|
export type HookTriggerDTOEventTypeEnum = (typeof HookTriggerDTOEventTypeEnum)[keyof typeof HookTriggerDTOEventTypeEnum];
|
|
5854
5874
|
/**
|
|
@@ -5935,6 +5955,7 @@ export declare const HookUpdateDTOEventTypeEnum: {
|
|
|
5935
5955
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5936
5956
|
readonly EventRateLimited: "event-rate-limited";
|
|
5937
5957
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
5958
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
5938
5959
|
};
|
|
5939
5960
|
export type HookUpdateDTOEventTypeEnum = (typeof HookUpdateDTOEventTypeEnum)[keyof typeof HookUpdateDTOEventTypeEnum];
|
|
5940
5961
|
/**
|
|
@@ -6261,6 +6282,7 @@ export declare const IHookEventTypeEnum: {
|
|
|
6261
6282
|
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
6262
6283
|
readonly EventRateLimited: "event-rate-limited";
|
|
6263
6284
|
readonly PlayerSyncSnapshot: "player-sync-snapshot";
|
|
6285
|
+
readonly InviteLinkCreated: "invite-link-created";
|
|
6264
6286
|
};
|
|
6265
6287
|
export type IHookEventTypeEnum = (typeof IHookEventTypeEnum)[keyof typeof IHookEventTypeEnum];
|
|
6266
6288
|
/**
|
|
@@ -6684,25 +6706,6 @@ export interface InviteCreateDTO {
|
|
|
6684
6706
|
*/
|
|
6685
6707
|
email: string;
|
|
6686
6708
|
}
|
|
6687
|
-
/**
|
|
6688
|
-
*
|
|
6689
|
-
* @export
|
|
6690
|
-
* @interface InviteOutputDTO
|
|
6691
|
-
*/
|
|
6692
|
-
export interface InviteOutputDTO {
|
|
6693
|
-
/**
|
|
6694
|
-
*
|
|
6695
|
-
* @type {string}
|
|
6696
|
-
* @memberof InviteOutputDTO
|
|
6697
|
-
*/
|
|
6698
|
-
botInvite: string;
|
|
6699
|
-
/**
|
|
6700
|
-
*
|
|
6701
|
-
* @type {string}
|
|
6702
|
-
* @memberof InviteOutputDTO
|
|
6703
|
-
*/
|
|
6704
|
-
devServer: string;
|
|
6705
|
-
}
|
|
6706
6709
|
/**
|
|
6707
6710
|
*
|
|
6708
6711
|
* @export
|
|
@@ -6842,27 +6845,28 @@ export interface InviteLinkCreateResultDTOAPI {
|
|
|
6842
6845
|
/**
|
|
6843
6846
|
*
|
|
6844
6847
|
* @export
|
|
6845
|
-
* @interface
|
|
6848
|
+
* @interface InviteLinkOutputArrayDTOAPI
|
|
6846
6849
|
*/
|
|
6847
|
-
export interface
|
|
6848
|
-
/**
|
|
6849
|
-
*
|
|
6850
|
-
* @type {string}
|
|
6851
|
-
* @memberof InviteLinkOutputDTO
|
|
6852
|
-
*/
|
|
6853
|
-
id: string;
|
|
6850
|
+
export interface InviteLinkOutputArrayDTOAPI {
|
|
6854
6851
|
/**
|
|
6855
6852
|
*
|
|
6856
|
-
* @type {
|
|
6857
|
-
* @memberof
|
|
6853
|
+
* @type {Array<InviteLinkOutputDTO>}
|
|
6854
|
+
* @memberof InviteLinkOutputArrayDTOAPI
|
|
6858
6855
|
*/
|
|
6859
|
-
|
|
6856
|
+
data: Array<InviteLinkOutputDTO>;
|
|
6860
6857
|
/**
|
|
6861
6858
|
*
|
|
6862
|
-
* @type {
|
|
6863
|
-
* @memberof
|
|
6859
|
+
* @type {MetadataOutput}
|
|
6860
|
+
* @memberof InviteLinkOutputArrayDTOAPI
|
|
6864
6861
|
*/
|
|
6865
|
-
|
|
6862
|
+
meta: MetadataOutput;
|
|
6863
|
+
}
|
|
6864
|
+
/**
|
|
6865
|
+
*
|
|
6866
|
+
* @export
|
|
6867
|
+
* @interface InviteLinkOutputDTO
|
|
6868
|
+
*/
|
|
6869
|
+
export interface InviteLinkOutputDTO {
|
|
6866
6870
|
/**
|
|
6867
6871
|
*
|
|
6868
6872
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -6911,6 +6915,24 @@ export interface InviteLinkOutputDTO {
|
|
|
6911
6915
|
* @memberof InviteLinkOutputDTO
|
|
6912
6916
|
*/
|
|
6913
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;
|
|
6914
6936
|
}
|
|
6915
6937
|
export declare const InviteLinkOutputDTOStatusEnum: {
|
|
6916
6938
|
readonly Active: "ACTIVE";
|
|
@@ -6938,25 +6960,6 @@ export interface InviteLinkOutputDTOAPI {
|
|
|
6938
6960
|
*/
|
|
6939
6961
|
meta: MetadataOutput;
|
|
6940
6962
|
}
|
|
6941
|
-
/**
|
|
6942
|
-
*
|
|
6943
|
-
* @export
|
|
6944
|
-
* @interface InviteLinkOutputArrayDTOAPI
|
|
6945
|
-
*/
|
|
6946
|
-
export interface InviteLinkOutputArrayDTOAPI {
|
|
6947
|
-
/**
|
|
6948
|
-
*
|
|
6949
|
-
* @type {Array<InviteLinkOutputDTO>}
|
|
6950
|
-
* @memberof InviteLinkOutputArrayDTOAPI
|
|
6951
|
-
*/
|
|
6952
|
-
data: Array<InviteLinkOutputDTO>;
|
|
6953
|
-
/**
|
|
6954
|
-
*
|
|
6955
|
-
* @type {MetadataOutput}
|
|
6956
|
-
* @memberof InviteLinkOutputArrayDTOAPI
|
|
6957
|
-
*/
|
|
6958
|
-
meta: MetadataOutput;
|
|
6959
|
-
}
|
|
6960
6963
|
/**
|
|
6961
6964
|
*
|
|
6962
6965
|
* @export
|
|
@@ -7146,15 +7149,21 @@ export type InviteLinkSearchInputDTOSortDirectionEnum = (typeof InviteLinkSearch
|
|
|
7146
7149
|
/**
|
|
7147
7150
|
*
|
|
7148
7151
|
* @export
|
|
7149
|
-
* @interface
|
|
7152
|
+
* @interface InviteOutputDTO
|
|
7150
7153
|
*/
|
|
7151
|
-
export interface
|
|
7154
|
+
export interface InviteOutputDTO {
|
|
7152
7155
|
/**
|
|
7153
7156
|
*
|
|
7154
7157
|
* @type {string}
|
|
7155
|
-
* @memberof
|
|
7158
|
+
* @memberof InviteOutputDTO
|
|
7156
7159
|
*/
|
|
7157
|
-
|
|
7160
|
+
botInvite: string;
|
|
7161
|
+
/**
|
|
7162
|
+
*
|
|
7163
|
+
* @type {string}
|
|
7164
|
+
* @memberof InviteOutputDTO
|
|
7165
|
+
*/
|
|
7166
|
+
devServer: string;
|
|
7158
7167
|
}
|
|
7159
7168
|
/**
|
|
7160
7169
|
*
|
|
@@ -12272,6 +12281,19 @@ export declare const RecentOrderDTOStatusEnum: {
|
|
|
12272
12281
|
readonly Canceled: "CANCELED";
|
|
12273
12282
|
};
|
|
12274
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
|
+
}
|
|
12275
12297
|
/**
|
|
12276
12298
|
*
|
|
12277
12299
|
* @export
|
|
@@ -15966,6 +15988,19 @@ export interface TakaroEventHookExecuted {
|
|
|
15966
15988
|
*/
|
|
15967
15989
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
15968
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
|
+
}
|
|
15969
16004
|
/**
|
|
15970
16005
|
*
|
|
15971
16006
|
* @export
|
|
@@ -17434,25 +17469,25 @@ export interface UserOutputDTO {
|
|
|
17434
17469
|
* @type {string}
|
|
17435
17470
|
* @memberof UserOutputDTO
|
|
17436
17471
|
*/
|
|
17437
|
-
|
|
17472
|
+
inviteLinkId?: string;
|
|
17438
17473
|
/**
|
|
17439
17474
|
*
|
|
17440
|
-
* @type {
|
|
17475
|
+
* @type {string}
|
|
17441
17476
|
* @memberof UserOutputDTO
|
|
17442
17477
|
*/
|
|
17443
|
-
|
|
17478
|
+
id: string;
|
|
17444
17479
|
/**
|
|
17445
17480
|
*
|
|
17446
17481
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
17447
17482
|
* @memberof UserOutputDTO
|
|
17448
17483
|
*/
|
|
17449
|
-
|
|
17484
|
+
createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
17450
17485
|
/**
|
|
17451
17486
|
*
|
|
17452
|
-
* @type {
|
|
17487
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
17453
17488
|
* @memberof UserOutputDTO
|
|
17454
17489
|
*/
|
|
17455
|
-
|
|
17490
|
+
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
17456
17491
|
}
|
|
17457
17492
|
/**
|
|
17458
17493
|
*
|
|
@@ -21163,6 +21198,15 @@ export declare const DomainApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
21163
21198
|
* @throws {RequiredError}
|
|
21164
21199
|
*/
|
|
21165
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>;
|
|
21166
21210
|
/**
|
|
21167
21211
|
* <br> OperationId: `DomainControllerGetOne`
|
|
21168
21212
|
* @summary Get one
|
|
@@ -21227,6 +21271,15 @@ export declare const DomainApiFp: (configuration?: Configuration) => {
|
|
|
21227
21271
|
* @throws {RequiredError}
|
|
21228
21272
|
*/
|
|
21229
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>>;
|
|
21230
21283
|
/**
|
|
21231
21284
|
* <br> OperationId: `DomainControllerGetOne`
|
|
21232
21285
|
* @summary Get one
|
|
@@ -21291,6 +21344,15 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
21291
21344
|
* @throws {RequiredError}
|
|
21292
21345
|
*/
|
|
21293
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>;
|
|
21294
21356
|
/**
|
|
21295
21357
|
* <br> OperationId: `DomainControllerGetOne`
|
|
21296
21358
|
* @summary Get one
|
|
@@ -21358,6 +21420,16 @@ export declare class DomainApi extends BaseAPI {
|
|
|
21358
21420
|
* @memberof DomainApi
|
|
21359
21421
|
*/
|
|
21360
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>>;
|
|
21361
21433
|
/**
|
|
21362
21434
|
* <br> OperationId: `DomainControllerGetOne`
|
|
21363
21435
|
* @summary Get one
|
|
@@ -23277,93 +23349,284 @@ export declare class HookApi extends BaseAPI {
|
|
|
23277
23349
|
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<HookOutputDTOAPI, any>>;
|
|
23278
23350
|
}
|
|
23279
23351
|
/**
|
|
23280
|
-
*
|
|
23352
|
+
* InviteLinkApi - axios parameter creator
|
|
23281
23353
|
* @export
|
|
23282
23354
|
*/
|
|
23283
|
-
export declare const
|
|
23355
|
+
export declare const InviteLinkApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23284
23356
|
/**
|
|
23285
|
-
*
|
|
23286
|
-
* @summary
|
|
23287
|
-
* @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
|
|
23288
23360
|
* @param {*} [options] Override http request option.
|
|
23289
23361
|
* @throws {RequiredError}
|
|
23290
23362
|
*/
|
|
23291
|
-
|
|
23363
|
+
inviteLinkControllerCreate: (inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23292
23364
|
/**
|
|
23293
|
-
*
|
|
23294
|
-
* @summary
|
|
23295
|
-
* @param {
|
|
23365
|
+
* <br> OperationId: `InviteLinkControllerPreview`
|
|
23366
|
+
* @summary Preview
|
|
23367
|
+
* @param {string} token
|
|
23296
23368
|
* @param {*} [options] Override http request option.
|
|
23297
23369
|
* @throws {RequiredError}
|
|
23298
23370
|
*/
|
|
23299
|
-
|
|
23300
|
-
};
|
|
23301
|
-
/**
|
|
23302
|
-
* ItemApi - functional programming interface
|
|
23303
|
-
* @export
|
|
23304
|
-
*/
|
|
23305
|
-
export declare const ItemApiFp: (configuration?: Configuration) => {
|
|
23371
|
+
inviteLinkControllerPreview: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23306
23372
|
/**
|
|
23307
|
-
*
|
|
23308
|
-
* @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
|
|
23309
23383
|
* @param {string} id
|
|
23310
23384
|
* @param {*} [options] Override http request option.
|
|
23311
23385
|
* @throws {RequiredError}
|
|
23312
23386
|
*/
|
|
23313
|
-
|
|
23387
|
+
inviteLinkControllerRevoke: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23314
23388
|
/**
|
|
23315
|
-
*
|
|
23389
|
+
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
23316
23390
|
* @summary Search
|
|
23317
|
-
* @param {
|
|
23391
|
+
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
23318
23392
|
* @param {*} [options] Override http request option.
|
|
23319
23393
|
* @throws {RequiredError}
|
|
23320
23394
|
*/
|
|
23321
|
-
|
|
23395
|
+
inviteLinkControllerSearch: (inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23322
23396
|
};
|
|
23323
23397
|
/**
|
|
23324
|
-
*
|
|
23398
|
+
* InviteLinkApi - functional programming interface
|
|
23325
23399
|
* @export
|
|
23326
23400
|
*/
|
|
23327
|
-
export declare const
|
|
23401
|
+
export declare const InviteLinkApiFp: (configuration?: Configuration) => {
|
|
23328
23402
|
/**
|
|
23329
|
-
*
|
|
23330
|
-
* @summary
|
|
23331
|
-
* @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
|
|
23332
23406
|
* @param {*} [options] Override http request option.
|
|
23333
23407
|
* @throws {RequiredError}
|
|
23334
23408
|
*/
|
|
23335
|
-
|
|
23409
|
+
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkCreateResultDTOAPI>>;
|
|
23336
23410
|
/**
|
|
23337
|
-
*
|
|
23338
|
-
* @summary
|
|
23339
|
-
* @param {
|
|
23411
|
+
* <br> OperationId: `InviteLinkControllerPreview`
|
|
23412
|
+
* @summary Preview
|
|
23413
|
+
* @param {string} token
|
|
23340
23414
|
* @param {*} [options] Override http request option.
|
|
23341
23415
|
* @throws {RequiredError}
|
|
23342
23416
|
*/
|
|
23343
|
-
|
|
23344
|
-
};
|
|
23345
|
-
/**
|
|
23346
|
-
* ItemApi - object-oriented interface
|
|
23347
|
-
* @export
|
|
23348
|
-
* @class ItemApi
|
|
23349
|
-
* @extends {BaseAPI}
|
|
23350
|
-
*/
|
|
23351
|
-
export declare class ItemApi extends BaseAPI {
|
|
23417
|
+
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkPreviewDTOAPI>>;
|
|
23352
23418
|
/**
|
|
23353
|
-
*
|
|
23354
|
-
* @summary
|
|
23355
|
-
* @param {
|
|
23419
|
+
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
23420
|
+
* @summary Redeem
|
|
23421
|
+
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
23356
23422
|
* @param {*} [options] Override http request option.
|
|
23357
23423
|
* @throws {RequiredError}
|
|
23358
|
-
* @memberof ItemApi
|
|
23359
23424
|
*/
|
|
23360
|
-
|
|
23425
|
+
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserOutputWithRolesDTOAPI>>;
|
|
23361
23426
|
/**
|
|
23362
|
-
*
|
|
23363
|
-
* @summary
|
|
23364
|
-
* @param {
|
|
23365
|
-
* @param {*} [options] Override http request option.
|
|
23366
|
-
* @throws {RequiredError}
|
|
23427
|
+
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
23428
|
+
* @summary Revoke
|
|
23429
|
+
* @param {string} id
|
|
23430
|
+
* @param {*} [options] Override http request option.
|
|
23431
|
+
* @throws {RequiredError}
|
|
23432
|
+
*/
|
|
23433
|
+
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
|
|
23434
|
+
/**
|
|
23435
|
+
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
23436
|
+
* @summary Search
|
|
23437
|
+
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
23438
|
+
* @param {*} [options] Override http request option.
|
|
23439
|
+
* @throws {RequiredError}
|
|
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}
|
|
23367
23630
|
* @memberof ItemApi
|
|
23368
23631
|
*/
|
|
23369
23632
|
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ItemOutputArrayDTOAPI, any>>;
|
|
@@ -26880,6 +27143,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
26880
27143
|
* @summary Invite
|
|
26881
27144
|
* @param {InviteCreateDTO} [inviteCreateDTO] InviteCreateDTO
|
|
26882
27145
|
* @param {*} [options] Override http request option.
|
|
27146
|
+
* @deprecated
|
|
26883
27147
|
* @throws {RequiredError}
|
|
26884
27148
|
*/
|
|
26885
27149
|
userControllerInvite: (inviteCreateDTO?: InviteCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -27006,6 +27270,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
27006
27270
|
* @summary Invite
|
|
27007
27271
|
* @param {InviteCreateDTO} [inviteCreateDTO] InviteCreateDTO
|
|
27008
27272
|
* @param {*} [options] Override http request option.
|
|
27273
|
+
* @deprecated
|
|
27009
27274
|
* @throws {RequiredError}
|
|
27010
27275
|
*/
|
|
27011
27276
|
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserOutputDTOAPI>>;
|
|
@@ -27132,6 +27397,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
27132
27397
|
* @summary Invite
|
|
27133
27398
|
* @param {InviteCreateDTO} [inviteCreateDTO] InviteCreateDTO
|
|
27134
27399
|
* @param {*} [options] Override http request option.
|
|
27400
|
+
* @deprecated
|
|
27135
27401
|
* @throws {RequiredError}
|
|
27136
27402
|
*/
|
|
27137
27403
|
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
@@ -27265,6 +27531,7 @@ export declare class UserApi extends BaseAPI {
|
|
|
27265
27531
|
* @summary Invite
|
|
27266
27532
|
* @param {InviteCreateDTO} [inviteCreateDTO] InviteCreateDTO
|
|
27267
27533
|
* @param {*} [options] Override http request option.
|
|
27534
|
+
* @deprecated
|
|
27268
27535
|
* @throws {RequiredError}
|
|
27269
27536
|
* @memberof UserApi
|
|
27270
27537
|
*/
|
|
@@ -27546,195 +27813,4 @@ export declare class VariableApi extends BaseAPI {
|
|
|
27546
27813
|
*/
|
|
27547
27814
|
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VariableOutputDTOAPI, any>>;
|
|
27548
27815
|
}
|
|
27549
|
-
/**
|
|
27550
|
-
* InviteLinkApi - axios parameter creator
|
|
27551
|
-
* @export
|
|
27552
|
-
*/
|
|
27553
|
-
export declare const InviteLinkApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
27554
|
-
/**
|
|
27555
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
27556
|
-
* @summary Create invite link
|
|
27557
|
-
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
27558
|
-
* @param {*} [options] Override http request option.
|
|
27559
|
-
* @throws {RequiredError}
|
|
27560
|
-
*/
|
|
27561
|
-
inviteLinkControllerCreate: (inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27562
|
-
/**
|
|
27563
|
-
* <br> OperationId: `InviteLinkControllerPreview`
|
|
27564
|
-
* @summary Preview
|
|
27565
|
-
* @param {string} token
|
|
27566
|
-
* @param {*} [options] Override http request option.
|
|
27567
|
-
* @throws {RequiredError}
|
|
27568
|
-
*/
|
|
27569
|
-
inviteLinkControllerPreview: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27570
|
-
/**
|
|
27571
|
-
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
27572
|
-
* @summary Redeem
|
|
27573
|
-
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
27574
|
-
* @param {*} [options] Override http request option.
|
|
27575
|
-
* @throws {RequiredError}
|
|
27576
|
-
*/
|
|
27577
|
-
inviteLinkControllerRedeem: (redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27578
|
-
/**
|
|
27579
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
27580
|
-
* @summary Revoke
|
|
27581
|
-
* @param {string} id
|
|
27582
|
-
* @param {*} [options] Override http request option.
|
|
27583
|
-
* @throws {RequiredError}
|
|
27584
|
-
*/
|
|
27585
|
-
inviteLinkControllerRevoke: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27586
|
-
/**
|
|
27587
|
-
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
27588
|
-
* @summary Search
|
|
27589
|
-
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
27590
|
-
* @param {*} [options] Override http request option.
|
|
27591
|
-
* @throws {RequiredError}
|
|
27592
|
-
*/
|
|
27593
|
-
inviteLinkControllerSearch: (inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27594
|
-
};
|
|
27595
|
-
/**
|
|
27596
|
-
* InviteLinkApi - functional programming interface
|
|
27597
|
-
* @export
|
|
27598
|
-
*/
|
|
27599
|
-
export declare const InviteLinkApiFp: (configuration?: Configuration) => {
|
|
27600
|
-
/**
|
|
27601
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
27602
|
-
* @summary Create invite link
|
|
27603
|
-
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
27604
|
-
* @param {*} [options] Override http request option.
|
|
27605
|
-
* @throws {RequiredError}
|
|
27606
|
-
*/
|
|
27607
|
-
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkCreateResultDTOAPI>>;
|
|
27608
|
-
/**
|
|
27609
|
-
* <br> OperationId: `InviteLinkControllerPreview`
|
|
27610
|
-
* @summary Preview
|
|
27611
|
-
* @param {string} token
|
|
27612
|
-
* @param {*} [options] Override http request option.
|
|
27613
|
-
* @throws {RequiredError}
|
|
27614
|
-
*/
|
|
27615
|
-
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkPreviewDTOAPI>>;
|
|
27616
|
-
/**
|
|
27617
|
-
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
27618
|
-
* @summary Redeem
|
|
27619
|
-
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
27620
|
-
* @param {*} [options] Override http request option.
|
|
27621
|
-
* @throws {RequiredError}
|
|
27622
|
-
*/
|
|
27623
|
-
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserOutputWithRolesDTOAPI>>;
|
|
27624
|
-
/**
|
|
27625
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
27626
|
-
* @summary Revoke
|
|
27627
|
-
* @param {string} id
|
|
27628
|
-
* @param {*} [options] Override http request option.
|
|
27629
|
-
* @throws {RequiredError}
|
|
27630
|
-
*/
|
|
27631
|
-
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
|
|
27632
|
-
/**
|
|
27633
|
-
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
27634
|
-
* @summary Search
|
|
27635
|
-
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
27636
|
-
* @param {*} [options] Override http request option.
|
|
27637
|
-
* @throws {RequiredError}
|
|
27638
|
-
*/
|
|
27639
|
-
inviteLinkControllerSearch(inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteLinkOutputArrayDTOAPI>>;
|
|
27640
|
-
};
|
|
27641
|
-
/**
|
|
27642
|
-
* InviteLinkApi - factory interface
|
|
27643
|
-
* @export
|
|
27644
|
-
*/
|
|
27645
|
-
export declare const InviteLinkApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
27646
|
-
/**
|
|
27647
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
27648
|
-
* @summary Create invite link
|
|
27649
|
-
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
27650
|
-
* @param {*} [options] Override http request option.
|
|
27651
|
-
* @throws {RequiredError}
|
|
27652
|
-
*/
|
|
27653
|
-
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkCreateResultDTOAPI>;
|
|
27654
|
-
/**
|
|
27655
|
-
* <br> OperationId: `InviteLinkControllerPreview`
|
|
27656
|
-
* @summary Preview
|
|
27657
|
-
* @param {string} token
|
|
27658
|
-
* @param {*} [options] Override http request option.
|
|
27659
|
-
* @throws {RequiredError}
|
|
27660
|
-
*/
|
|
27661
|
-
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkPreviewDTOAPI>;
|
|
27662
|
-
/**
|
|
27663
|
-
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
27664
|
-
* @summary Redeem
|
|
27665
|
-
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
27666
|
-
* @param {*} [options] Override http request option.
|
|
27667
|
-
* @throws {RequiredError}
|
|
27668
|
-
*/
|
|
27669
|
-
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputWithRolesDTOAPI>;
|
|
27670
|
-
/**
|
|
27671
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
27672
|
-
* @summary Revoke
|
|
27673
|
-
* @param {string} id
|
|
27674
|
-
* @param {*} [options] Override http request option.
|
|
27675
|
-
* @throws {RequiredError}
|
|
27676
|
-
*/
|
|
27677
|
-
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
27678
|
-
/**
|
|
27679
|
-
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
27680
|
-
* @summary Search
|
|
27681
|
-
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
27682
|
-
* @param {*} [options] Override http request option.
|
|
27683
|
-
* @throws {RequiredError}
|
|
27684
|
-
*/
|
|
27685
|
-
inviteLinkControllerSearch(inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<InviteLinkOutputArrayDTOAPI>;
|
|
27686
|
-
};
|
|
27687
|
-
/**
|
|
27688
|
-
* InviteLinkApi - object-oriented interface
|
|
27689
|
-
* @export
|
|
27690
|
-
* @class InviteLinkApi
|
|
27691
|
-
* @extends {BaseAPI}
|
|
27692
|
-
*/
|
|
27693
|
-
export declare class InviteLinkApi extends BaseAPI {
|
|
27694
|
-
/**
|
|
27695
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerCreate`
|
|
27696
|
-
* @summary Create invite link
|
|
27697
|
-
* @param {InviteLinkCreateInputDTO} [inviteLinkCreateInputDTO] InviteLinkCreateInputDTO
|
|
27698
|
-
* @param {*} [options] Override http request option.
|
|
27699
|
-
* @throws {RequiredError}
|
|
27700
|
-
* @memberof InviteLinkApi
|
|
27701
|
-
*/
|
|
27702
|
-
inviteLinkControllerCreate(inviteLinkCreateInputDTO?: InviteLinkCreateInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkCreateResultDTOAPI, any>>;
|
|
27703
|
-
/**
|
|
27704
|
-
* <br> OperationId: `InviteLinkControllerPreview`
|
|
27705
|
-
* @summary Preview
|
|
27706
|
-
* @param {string} token
|
|
27707
|
-
* @param {*} [options] Override http request option.
|
|
27708
|
-
* @throws {RequiredError}
|
|
27709
|
-
* @memberof InviteLinkApi
|
|
27710
|
-
*/
|
|
27711
|
-
inviteLinkControllerPreview(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkPreviewDTOAPI, any>>;
|
|
27712
|
-
/**
|
|
27713
|
-
* <br> OperationId: `InviteLinkControllerRedeem`
|
|
27714
|
-
* @summary Redeem
|
|
27715
|
-
* @param {RedeemInputDTO} [redeemInputDTO] RedeemInputDTO
|
|
27716
|
-
* @param {*} [options] Override http request option.
|
|
27717
|
-
* @throws {RequiredError}
|
|
27718
|
-
* @memberof InviteLinkApi
|
|
27719
|
-
*/
|
|
27720
|
-
inviteLinkControllerRedeem(redeemInputDTO?: RedeemInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserOutputWithRolesDTOAPI, any>>;
|
|
27721
|
-
/**
|
|
27722
|
-
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `InviteLinkControllerRevoke`
|
|
27723
|
-
* @summary Revoke
|
|
27724
|
-
* @param {string} id
|
|
27725
|
-
* @param {*} [options] Override http request option.
|
|
27726
|
-
* @throws {RequiredError}
|
|
27727
|
-
* @memberof InviteLinkApi
|
|
27728
|
-
*/
|
|
27729
|
-
inviteLinkControllerRevoke(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
|
|
27730
|
-
/**
|
|
27731
|
-
* Required permissions: `MANAGE_USERS`<br> OperationId: `InviteLinkControllerSearch`
|
|
27732
|
-
* @summary Search
|
|
27733
|
-
* @param {InviteLinkSearchInputDTO} [inviteLinkSearchInputDTO] InviteLinkSearchInputDTO
|
|
27734
|
-
* @param {*} [options] Override http request option.
|
|
27735
|
-
* @throws {RequiredError}
|
|
27736
|
-
* @memberof InviteLinkApi
|
|
27737
|
-
*/
|
|
27738
|
-
inviteLinkControllerSearch(inviteLinkSearchInputDTO?: InviteLinkSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteLinkOutputArrayDTOAPI, any>>;
|
|
27739
|
-
}
|
|
27740
27816
|
//# sourceMappingURL=api.d.ts.map
|