@takaro/apiclient 0.0.0-dev.3cc7003 → 0.0.0-dev.3ea3701

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.
@@ -2218,6 +2218,24 @@ export interface DomainCreateInputDTO {
2218
2218
  * @memberof DomainCreateInputDTO
2219
2219
  */
2220
2220
  maxFunctionsInModule?: number;
2221
+ /**
2222
+ *
2223
+ * @type {number}
2224
+ * @memberof DomainCreateInputDTO
2225
+ */
2226
+ maxCustomRoles?: number;
2227
+ /**
2228
+ *
2229
+ * @type {number}
2230
+ * @memberof DomainCreateInputDTO
2231
+ */
2232
+ maxDiscordLinkedRoles?: number;
2233
+ /**
2234
+ *
2235
+ * @type {string}
2236
+ * @memberof DomainCreateInputDTO
2237
+ */
2238
+ serverRegistrationToken?: string;
2221
2239
  }
2222
2240
  export declare const DomainCreateInputDTOStateEnum: {
2223
2241
  readonly Active: "ACTIVE";
@@ -2372,6 +2390,18 @@ export interface DomainOutputDTO {
2372
2390
  * @memberof DomainOutputDTO
2373
2391
  */
2374
2392
  maxFunctionsInModule: number;
2393
+ /**
2394
+ *
2395
+ * @type {number}
2396
+ * @memberof DomainOutputDTO
2397
+ */
2398
+ maxCustomRoles: number;
2399
+ /**
2400
+ *
2401
+ * @type {number}
2402
+ * @memberof DomainOutputDTO
2403
+ */
2404
+ maxDiscordLinkedRoles: number;
2375
2405
  /**
2376
2406
  *
2377
2407
  * @type {string}
@@ -2592,6 +2622,18 @@ export interface DomainUpdateInputDTO {
2592
2622
  * @memberof DomainUpdateInputDTO
2593
2623
  */
2594
2624
  maxFunctionsInModule?: number;
2625
+ /**
2626
+ *
2627
+ * @type {number}
2628
+ * @memberof DomainUpdateInputDTO
2629
+ */
2630
+ maxCustomRoles?: number;
2631
+ /**
2632
+ *
2633
+ * @type {number}
2634
+ * @memberof DomainUpdateInputDTO
2635
+ */
2636
+ maxDiscordLinkedRoles?: number;
2595
2637
  }
2596
2638
  export declare const DomainUpdateInputDTOStateEnum: {
2597
2639
  readonly Active: "ACTIVE";
@@ -13042,7 +13084,7 @@ export interface RoleUpdateInputDTO {
13042
13084
  * @type {string}
13043
13085
  * @memberof RoleUpdateInputDTO
13044
13086
  */
13045
- linkedDiscordRoleId?: string;
13087
+ linkedDiscordRoleId?: string | null;
13046
13088
  }
13047
13089
  /**
13048
13090
  *