@opusdns/api 0.14.1 → 0.16.0

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.
@@ -74,70 +74,6 @@ export type AllowedNumberOfNameserverBase = components['schemas']['AllowedNumber
74
74
  * @see {@link components} - The OpenAPI components schema definition
75
75
  */
76
76
  export type Body_issue_organization_token_v1_auth_token_post = components['schemas']['Body_issue_organization_token_v1_auth_token_post'];
77
- /**
78
- * BulkOperationResponse[EmailForwardBulkDeleteResult]
79
- *
80
- * @remarks
81
- * Type alias for the `BulkOperationResponse_EmailForwardBulkDeleteResult_` OpenAPI schema.
82
- * This type represents bulkoperationresponse[emailforwardbulkdeleteresult] data structures used in API requests and responses.
83
- *
84
- * @example
85
- * ```typescript
86
- * const response = await api.getEmailForwardBulkDeleteResult();
87
- * const item: EmailForwardBulkDeleteResult = response.results;
88
- * ```
89
- *
90
- * @see {@link components} - The OpenAPI components schema definition
91
- */
92
- export type EmailForwardBulkDeleteResult = components['schemas']['BulkOperationResponse_EmailForwardBulkDeleteResult_'];
93
- /**
94
- * BulkOperationResponse[EmailForwardBulkUpdateResult]
95
- *
96
- * @remarks
97
- * Type alias for the `BulkOperationResponse_EmailForwardBulkUpdateResult_` OpenAPI schema.
98
- * This type represents bulkoperationresponse[emailforwardbulkupdateresult] data structures used in API requests and responses.
99
- *
100
- * @example
101
- * ```typescript
102
- * const response = await api.getEmailForwardBulkUpdateResult();
103
- * const item: EmailForwardBulkUpdateResult = response.results;
104
- * ```
105
- *
106
- * @see {@link components} - The OpenAPI components schema definition
107
- */
108
- export type EmailForwardBulkUpdateResult = components['schemas']['BulkOperationResponse_EmailForwardBulkUpdateResult_'];
109
- /**
110
- * BulkOperationResult
111
- *
112
- * @remarks
113
- * Type alias for the `BulkOperationResult` OpenAPI schema.
114
- * This type represents bulkoperationresult data structures used in API requests and responses.
115
- *
116
- * @example
117
- * ```typescript
118
- * const response = await api.getBulkOperationResult();
119
- * const item: BulkOperationResult = response.results;
120
- * ```
121
- *
122
- * @see {@link components} - The OpenAPI components schema definition
123
- */
124
- export type BulkOperationResult = components['schemas']['BulkOperationResult'];
125
- /**
126
- * BulkOperationStatus
127
- *
128
- * @remarks
129
- * Type alias for the `BulkOperationStatus` OpenAPI schema.
130
- * This type represents bulkoperationstatus data structures used in API requests and responses.
131
- *
132
- * @example
133
- * ```typescript
134
- * const response = await api.getBulkOperationStatus();
135
- * const item: BulkOperationStatus = response.results;
136
- * ```
137
- *
138
- * @see {@link components} - The OpenAPI components schema definition
139
- */
140
- export type BulkOperationStatus = components['schemas']['BulkOperationStatus'];
141
77
  /**
142
78
  * ContactConfigBase
143
79
  *
@@ -1179,117 +1115,37 @@ export type DomainUpdate = components['schemas']['DomainUpdate'];
1179
1115
  */
1180
1116
  export type DomainsExpiringSoon = components['schemas']['DomainsExpiringSoon'];
1181
1117
  /**
1182
- * EmailForward
1183
- *
1184
- * @remarks
1185
- * Type alias for the `EmailForward` OpenAPI schema.
1186
- * This type represents emailforward data structures used in API requests and responses.
1187
- *
1188
- * @example
1189
- * ```typescript
1190
- * const response = await api.getEmailForward();
1191
- * const item: EmailForward = response.results;
1192
- * ```
1193
- *
1194
- * @see {@link components} - The OpenAPI components schema definition
1195
- */
1196
- export type EmailForward = components['schemas']['EmailForward'];
1197
- /**
1198
- * EmailForwardBulkDelete
1118
+ * EmailForwardAlias
1199
1119
  *
1200
1120
  * @remarks
1201
- * Type alias for the `EmailForwardBulkDelete` OpenAPI schema.
1202
- * This type represents emailforwardbulkdelete data structures used in API requests and responses.
1121
+ * Type alias for the `EmailForwardAlias` OpenAPI schema.
1122
+ * This type represents emailforwardalias data structures used in API requests and responses.
1203
1123
  *
1204
1124
  * @example
1205
1125
  * ```typescript
1206
- * const response = await api.getEmailForwardBulkDelete();
1207
- * const item: EmailForwardBulkDelete = response.results;
1126
+ * const response = await api.getEmailForwardAlias();
1127
+ * const item: EmailForwardAlias = response.results;
1208
1128
  * ```
1209
1129
  *
1210
1130
  * @see {@link components} - The OpenAPI components schema definition
1211
1131
  */
1212
- export type EmailForwardBulkDelete = components['schemas']['EmailForwardBulkDelete'];
1132
+ export type EmailForwardAlias = components['schemas']['EmailForwardAlias'];
1213
1133
  /**
1214
- * EmailForwardBulkUpdate
1134
+ * EmailForwardAliasUpdate
1215
1135
  *
1216
1136
  * @remarks
1217
- * Type alias for the `EmailForwardBulkUpdate` OpenAPI schema.
1218
- * This type represents emailforwardbulkupdate data structures used in API requests and responses.
1137
+ * Type alias for the `EmailForwardAliasUpdate` OpenAPI schema.
1138
+ * This type represents emailforwardaliasupdate data structures used in API requests and responses.
1219
1139
  *
1220
1140
  * @example
1221
1141
  * ```typescript
1222
- * const response = await api.getEmailForwardBulkUpdate();
1223
- * const item: EmailForwardBulkUpdate = response.results;
1142
+ * const response = await api.getEmailForwardAliasUpdate();
1143
+ * const item: EmailForwardAliasUpdate = response.results;
1224
1144
  * ```
1225
1145
  *
1226
1146
  * @see {@link components} - The OpenAPI components schema definition
1227
1147
  */
1228
- export type EmailForwardBulkUpdate = components['schemas']['EmailForwardBulkUpdate'];
1229
- /**
1230
- * EmailForwardBulkUpdateItem
1231
- *
1232
- * @remarks
1233
- * Type alias for the `EmailForwardBulkUpdateItem` OpenAPI schema.
1234
- * This type represents emailforwardbulkupdateitem data structures used in API requests and responses.
1235
- *
1236
- * @example
1237
- * ```typescript
1238
- * const response = await api.getEmailForwardBulkUpdateItem();
1239
- * const item: EmailForwardBulkUpdateItem = response.results;
1240
- * ```
1241
- *
1242
- * @see {@link components} - The OpenAPI components schema definition
1243
- */
1244
- export type EmailForwardBulkUpdateItem = components['schemas']['EmailForwardBulkUpdateItem'];
1245
- /**
1246
- * EmailForwardCreate
1247
- *
1248
- * @remarks
1249
- * Type alias for the `EmailForwardCreate` OpenAPI schema.
1250
- * This type represents emailforwardcreate data structures used in API requests and responses.
1251
- *
1252
- * @example
1253
- * ```typescript
1254
- * const response = await api.getEmailForwardCreate();
1255
- * const item: EmailForwardCreate = response.results;
1256
- * ```
1257
- *
1258
- * @see {@link components} - The OpenAPI components schema definition
1259
- */
1260
- export type EmailForwardCreate = components['schemas']['EmailForwardCreate'];
1261
- /**
1262
- * EmailForwardStatus
1263
- *
1264
- * @remarks
1265
- * Type alias for the `EmailForwardStatus` OpenAPI schema.
1266
- * This type represents emailforwardstatus data structures used in API requests and responses.
1267
- *
1268
- * @example
1269
- * ```typescript
1270
- * const response = await api.getEmailForwardStatus();
1271
- * const item: EmailForwardStatus = response.results;
1272
- * ```
1273
- *
1274
- * @see {@link components} - The OpenAPI components schema definition
1275
- */
1276
- export type EmailForwardStatus = components['schemas']['EmailForwardStatus'];
1277
- /**
1278
- * EmailForwardUpdate
1279
- *
1280
- * @remarks
1281
- * Type alias for the `EmailForwardUpdate` OpenAPI schema.
1282
- * This type represents emailforwardupdate data structures used in API requests and responses.
1283
- *
1284
- * @example
1285
- * ```typescript
1286
- * const response = await api.getEmailForwardUpdate();
1287
- * const item: EmailForwardUpdate = response.results;
1288
- * ```
1289
- *
1290
- * @see {@link components} - The OpenAPI components schema definition
1291
- */
1292
- export type EmailForwardUpdate = components['schemas']['EmailForwardUpdate'];
1148
+ export type EmailForwardAliasUpdate = components['schemas']['EmailForwardAliasUpdate'];
1293
1149
  /**
1294
1150
  * EmailVerificationStatus
1295
1151
  *
@@ -1979,21 +1835,21 @@ export type Pagination_DnsZone = components['schemas']['Pagination_DnsZoneRespon
1979
1835
  */
1980
1836
  export type Pagination_Domain = components['schemas']['Pagination_DomainResponse_'];
1981
1837
  /**
1982
- * Pagination[EmailForward]
1838
+ * Pagination[EmailForwardAlias]
1983
1839
  *
1984
1840
  * @remarks
1985
- * Type alias for the `Pagination_EmailForward_` OpenAPI schema.
1986
- * This type represents pagination[emailforward] data structures used in API requests and responses.
1841
+ * Type alias for the `Pagination_EmailForwardAlias_` OpenAPI schema.
1842
+ * This type represents pagination[emailforwardalias] data structures used in API requests and responses.
1987
1843
  *
1988
1844
  * @example
1989
1845
  * ```typescript
1990
- * const response = await api.getPagination_EmailForward();
1991
- * const item: Pagination_EmailForward = response.results;
1846
+ * const response = await api.getPagination_EmailForwardAlias();
1847
+ * const item: Pagination_EmailForwardAlias = response.results;
1992
1848
  * ```
1993
1849
  *
1994
1850
  * @see {@link components} - The OpenAPI components schema definition
1995
1851
  */
1996
- export type Pagination_EmailForward = components['schemas']['Pagination_EmailForward_'];
1852
+ export type Pagination_EmailForwardAlias = components['schemas']['Pagination_EmailForwardAlias_'];
1997
1853
  /**
1998
1854
  * Pagination[EventResponse]
1999
1855
  *
@@ -2666,6 +2522,22 @@ export type TransferPoliciesBase = components['schemas']['TransferPoliciesBase']
2666
2522
  * @see {@link components} - The OpenAPI components schema definition
2667
2523
  */
2668
2524
  export type User = components['schemas']['User'];
2525
+ /**
2526
+ * UserAttributeBase
2527
+ *
2528
+ * @remarks
2529
+ * Type alias for the `UserAttributeBase` OpenAPI schema.
2530
+ * This type represents userattributebase data structures used in API requests and responses.
2531
+ *
2532
+ * @example
2533
+ * ```typescript
2534
+ * const response = await api.getUserAttributeBase();
2535
+ * const item: UserAttributeBase = response.results;
2536
+ * ```
2537
+ *
2538
+ * @see {@link components} - The OpenAPI components schema definition
2539
+ */
2540
+ export type UserAttributeBase = components['schemas']['UserAttributeBase'];
2669
2541
  /**
2670
2542
  * UserAttributeUpdate
2671
2543
  *