@opusdns/api 0.228.0 → 0.230.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.
@@ -21,7 +21,7 @@
21
21
  * This file is auto-generated from the OpenAPI specification.
22
22
  * Do not edit manually.
23
23
  */
24
- import { DomainDnssecData, DomainDnssecDataCreate, OrganizationAttribute, OrganizationAttributeUpdate, IpRestriction, TldResponseShort, AttributeCondition, DomainContactType, ContactAttributeLinkDetail, ContactAttributeDefinition, PostalAddressType, ContactConfigBase, DnsChange, DnsRecordCreate, DnsRecord, DnsRrsetCreate, DnsRecordPatchOp, DnsRrset, DnsRrsetPatchOp, DomainAvailabilityCheck, ContactHandle, Nameserver, BrowserStatsBucket, GeoStatsBucket, TimeSeriesBucket, DomainForwardPatchOp, PlatformStatsBucket, HttpRedirectRequest, HttpRedirectList, ReferrerStatsBucket, StatusCodeStatsBucket, UserAgentStatsBucket, VisitsByKeyBucket, DomainForward, DeletePolicyType, SyncOperationType, DomainContact, DomainHost, DomainSearchSuggestionWithPrice, DomainStatus, DomainClientStatus, EmailForwardAliasCreate, EmailForwardLogEvent, EmailForwardAliasMetrics, EmailForwardAlias, EmailForward, PriceInfo, ValidationError, LaunchPhaseBase, LegalRequirementOperationType, LocalPresenceRequirementType, OrganizationAttribute2, User, OrganizationAttributeCreate, UserCreate, BillingTransaction, ContactAttributeSet, Contact, DnsZone, DomainForwardZone, Domain, EmailForwardLog, EmailForwardZone, EventResponse, Invoice, ObjectLog, Organization, Parking, RequestHistory, UserPublic, Period, Permission, PremiumAffectsType, Relation, LegalRequirementBase, TldBase, PostTransferRequirements, UserAttributeBase, DomainAvailability } from './schemas.d';
24
+ import { DomainDnssecData, DomainDnssecDataCreate, JobStatus, OrganizationAttribute, OrganizationAttributeUpdate, IpRestriction, ReportType, ReportStatus, TldResponseShort, AttributeCondition, DomainContactType, ContactCreateBulkInstance, ContactAttributeLinkDetail, ContactAttributeDefinition, PostalAddressType, ContactConfigBase, CommandError, DnsChange, DnsRecordCreate, DnsRecord, DnsRrsetCreate, DnsZoneCreateBulkInstance, DnsRecordPatchOp, DnsZonePatchRecordsBulkInstance, DnsRrsetPatchOp, DnsZonePatchRrsetsBulkInstance, DnsRrset, DnsZoneUpdateBulkInstance, DomainAvailabilityCheck, ContactHandle, Nameserver, DomainCreateBulkInstance, BrowserStatsBucket, GeoStatsBucket, TimeSeriesBucket, DomainForwardPatchOp, PlatformStatsBucket, HttpRedirectRequest, HttpRedirectList, ReferrerStatsBucket, StatusCodeStatsBucket, UserAgentStatsBucket, VisitsByKeyBucket, DomainForward, DeletePolicyType, SyncOperationType, DomainContact, DomainHost, DomainSearchSuggestionWithPrice, DomainStatus, DomainTransferBulkInstance, DomainClientStatus, DomainUpdateBulkInstance, EmailForwardAliasCreate, EmailForwardLogEvent, EmailForwardAliasMetrics, EmailForwardAlias, EmailForward, PriceInfo, ValidationError, LaunchPhaseBase, LegalRequirementOperationType, LocalPresenceRequirementType, OrganizationAttribute2, User, OrganizationAttributeCreate, UserCreate, BillingTransaction, ContactAttributeSet, Contact, DnsZone, DomainForwardZone, Domain, EmailForwardLog, EmailForwardZone, EventResponse, Invoice, JobBatchMetadata, Job, ObjectLog, Organization, Parking, RequestHistory, UserPublic, ParkingCreateBulkInstance, ParkingDeleteBulkInstance, ParkingDisableBulkInstance, ParkingEnableBulkInstance, Period, Permission, PremiumAffectsType, PublicReportRes, Relation, LegalRequirementBase, TldBase, PostTransferRequirements, UserAttributeBase, DomainAvailability } from './schemas.d';
25
25
 
26
26
  /**
27
27
  * DomainDnssecDataResponse
@@ -51,6 +51,20 @@ export type DomainDnssecDataArray = DomainDnssecData[];
51
51
  * @see {@link DomainDnssecDataCreate} - The individual DomainDnssecDataCreate type definition
52
52
  */
53
53
  export type DomainDnssecDataCreateArray = DomainDnssecDataCreate[];
54
+ /**
55
+ * JobStatus
56
+ *
57
+ * @remarks
58
+ * Array type for JobStatus objects. Used when the API returns a collection of JobStatus instances.
59
+ *
60
+ * @example
61
+ * ```typescript
62
+ * const items: JobStatusArray = await api.getJobStatuss();
63
+ * ```
64
+ *
65
+ * @see {@link JobStatus} - The individual JobStatus type definition
66
+ */
67
+ export type JobStatusArray = JobStatus[];
54
68
  /**
55
69
  * OrganizationAttributeResponse
56
70
  *
@@ -93,6 +107,34 @@ export type OrganizationAttributeUpdateArray = OrganizationAttributeUpdate[];
93
107
  * @see {@link IpRestriction} - The individual IpRestrictionResponse type definition
94
108
  */
95
109
  export type IpRestrictionArray = IpRestriction[];
110
+ /**
111
+ * ReportType
112
+ *
113
+ * @remarks
114
+ * Array type for ReportType objects. Used when the API returns a collection of ReportType instances.
115
+ *
116
+ * @example
117
+ * ```typescript
118
+ * const items: ReportTypeArray = await api.getReportTypes();
119
+ * ```
120
+ *
121
+ * @see {@link ReportType} - The individual ReportType type definition
122
+ */
123
+ export type ReportTypeArray = ReportType[];
124
+ /**
125
+ * ReportStatus
126
+ *
127
+ * @remarks
128
+ * Array type for ReportStatus objects. Used when the API returns a collection of ReportStatus instances.
129
+ *
130
+ * @example
131
+ * ```typescript
132
+ * const items: ReportStatusArray = await api.getReportStatuss();
133
+ * ```
134
+ *
135
+ * @see {@link ReportStatus} - The individual ReportStatus type definition
136
+ */
137
+ export type ReportStatusArray = ReportStatus[];
96
138
  /**
97
139
  * TldResponseShort
98
140
  *
@@ -135,6 +177,20 @@ export type AttributeConditionArray = AttributeCondition[];
135
177
  * @see {@link DomainContactType} - The individual DomainContactType type definition
136
178
  */
137
179
  export type DomainContactTypeArray = DomainContactType[];
180
+ /**
181
+ * ContactCreateBulkInstance
182
+ *
183
+ * @remarks
184
+ * Array type for ContactCreateBulkInstance objects. Used when the API returns a collection of ContactCreateBulkInstance instances.
185
+ *
186
+ * @example
187
+ * ```typescript
188
+ * const items: ContactCreateBulkInstanceArray = await api.getContactCreateBulkInstances();
189
+ * ```
190
+ *
191
+ * @see {@link ContactCreateBulkInstance} - The individual ContactCreateBulkInstance type definition
192
+ */
193
+ export type ContactCreateBulkInstanceArray = ContactCreateBulkInstance[];
138
194
  /**
139
195
  * ContactAttributeLinkDetail
140
196
  *
@@ -191,6 +247,20 @@ export type PostalAddressTypeArray = PostalAddressType[];
191
247
  * @see {@link ContactConfigBase} - The individual ContactConfigBase type definition
192
248
  */
193
249
  export type ContactConfigBaseArray = ContactConfigBase[];
250
+ /**
251
+ * CommandError
252
+ *
253
+ * @remarks
254
+ * Array type for CommandError objects. Used when the API returns a collection of CommandError instances.
255
+ *
256
+ * @example
257
+ * ```typescript
258
+ * const items: CommandErrorArray = await api.getCommandErrors();
259
+ * ```
260
+ *
261
+ * @see {@link CommandError} - The individual CommandError type definition
262
+ */
263
+ export type CommandErrorArray = CommandError[];
194
264
  /**
195
265
  * DnsChangeResponse
196
266
  *
@@ -247,6 +317,20 @@ export type DnsRecordArray = DnsRecord[];
247
317
  * @see {@link DnsRrsetCreate} - The individual DnsRrsetCreate type definition
248
318
  */
249
319
  export type DnsRrsetCreateArray = DnsRrsetCreate[];
320
+ /**
321
+ * DnsZoneCreateBulkInstance
322
+ *
323
+ * @remarks
324
+ * Array type for DnsZoneCreateBulkInstance objects. Used when the API returns a collection of DnsZoneCreateBulkInstance instances.
325
+ *
326
+ * @example
327
+ * ```typescript
328
+ * const items: DnsZoneCreateBulkInstanceArray = await api.getDnsZoneCreateBulkInstances();
329
+ * ```
330
+ *
331
+ * @see {@link DnsZoneCreateBulkInstance} - The individual DnsZoneCreateBulkInstance type definition
332
+ */
333
+ export type DnsZoneCreateBulkInstanceArray = DnsZoneCreateBulkInstance[];
250
334
  /**
251
335
  * DnsRecordPatchOp
252
336
  *
@@ -262,19 +346,19 @@ export type DnsRrsetCreateArray = DnsRrsetCreate[];
262
346
  */
263
347
  export type DnsRecordPatchOpArray = DnsRecordPatchOp[];
264
348
  /**
265
- * DnsRrsetResponse
349
+ * DnsZonePatchRecordsBulkInstance
266
350
  *
267
351
  * @remarks
268
- * Array type for DnsRrsetResponse objects. Used when the API returns a collection of DnsRrsetResponse instances.
352
+ * Array type for DnsZonePatchRecordsBulkInstance objects. Used when the API returns a collection of DnsZonePatchRecordsBulkInstance instances.
269
353
  *
270
354
  * @example
271
355
  * ```typescript
272
- * const items: DnsRrsetArray = await api.getDnsRrsets();
356
+ * const items: DnsZonePatchRecordsBulkInstanceArray = await api.getDnsZonePatchRecordsBulkInstances();
273
357
  * ```
274
358
  *
275
- * @see {@link DnsRrset} - The individual DnsRrsetResponse type definition
359
+ * @see {@link DnsZonePatchRecordsBulkInstance} - The individual DnsZonePatchRecordsBulkInstance type definition
276
360
  */
277
- export type DnsRrsetArray = DnsRrset[];
361
+ export type DnsZonePatchRecordsBulkInstanceArray = DnsZonePatchRecordsBulkInstance[];
278
362
  /**
279
363
  * DnsRrsetPatchOp
280
364
  *
@@ -289,6 +373,48 @@ export type DnsRrsetArray = DnsRrset[];
289
373
  * @see {@link DnsRrsetPatchOp} - The individual DnsRrsetPatchOp type definition
290
374
  */
291
375
  export type DnsRrsetPatchOpArray = DnsRrsetPatchOp[];
376
+ /**
377
+ * DnsZonePatchRrsetsBulkInstance
378
+ *
379
+ * @remarks
380
+ * Array type for DnsZonePatchRrsetsBulkInstance objects. Used when the API returns a collection of DnsZonePatchRrsetsBulkInstance instances.
381
+ *
382
+ * @example
383
+ * ```typescript
384
+ * const items: DnsZonePatchRrsetsBulkInstanceArray = await api.getDnsZonePatchRrsetsBulkInstances();
385
+ * ```
386
+ *
387
+ * @see {@link DnsZonePatchRrsetsBulkInstance} - The individual DnsZonePatchRrsetsBulkInstance type definition
388
+ */
389
+ export type DnsZonePatchRrsetsBulkInstanceArray = DnsZonePatchRrsetsBulkInstance[];
390
+ /**
391
+ * DnsRrsetResponse
392
+ *
393
+ * @remarks
394
+ * Array type for DnsRrsetResponse objects. Used when the API returns a collection of DnsRrsetResponse instances.
395
+ *
396
+ * @example
397
+ * ```typescript
398
+ * const items: DnsRrsetArray = await api.getDnsRrsets();
399
+ * ```
400
+ *
401
+ * @see {@link DnsRrset} - The individual DnsRrsetResponse type definition
402
+ */
403
+ export type DnsRrsetArray = DnsRrset[];
404
+ /**
405
+ * DnsZoneUpdateBulkInstance
406
+ *
407
+ * @remarks
408
+ * Array type for DnsZoneUpdateBulkInstance objects. Used when the API returns a collection of DnsZoneUpdateBulkInstance instances.
409
+ *
410
+ * @example
411
+ * ```typescript
412
+ * const items: DnsZoneUpdateBulkInstanceArray = await api.getDnsZoneUpdateBulkInstances();
413
+ * ```
414
+ *
415
+ * @see {@link DnsZoneUpdateBulkInstance} - The individual DnsZoneUpdateBulkInstance type definition
416
+ */
417
+ export type DnsZoneUpdateBulkInstanceArray = DnsZoneUpdateBulkInstance[];
292
418
  /**
293
419
  * DomainAvailabilityResponse
294
420
  *
@@ -331,6 +457,20 @@ export type ContactHandleArray = ContactHandle[];
331
457
  * @see {@link Nameserver} - The individual Nameserver type definition
332
458
  */
333
459
  export type NameserverArray = Nameserver[];
460
+ /**
461
+ * DomainCreateBulkInstance
462
+ *
463
+ * @remarks
464
+ * Array type for DomainCreateBulkInstance objects. Used when the API returns a collection of DomainCreateBulkInstance instances.
465
+ *
466
+ * @example
467
+ * ```typescript
468
+ * const items: DomainCreateBulkInstanceArray = await api.getDomainCreateBulkInstances();
469
+ * ```
470
+ *
471
+ * @see {@link DomainCreateBulkInstance} - The individual DomainCreateBulkInstance type definition
472
+ */
473
+ export type DomainCreateBulkInstanceArray = DomainCreateBulkInstance[];
334
474
  /**
335
475
  * BrowserStatsBucket
336
476
  *
@@ -583,6 +723,20 @@ export type DomainSearchSuggestionWithPriceArray = DomainSearchSuggestionWithPri
583
723
  * @see {@link DomainStatus} - The individual DomainStatus type definition
584
724
  */
585
725
  export type DomainStatusArray = DomainStatus[];
726
+ /**
727
+ * DomainTransferBulkInstance
728
+ *
729
+ * @remarks
730
+ * Array type for DomainTransferBulkInstance objects. Used when the API returns a collection of DomainTransferBulkInstance instances.
731
+ *
732
+ * @example
733
+ * ```typescript
734
+ * const items: DomainTransferBulkInstanceArray = await api.getDomainTransferBulkInstances();
735
+ * ```
736
+ *
737
+ * @see {@link DomainTransferBulkInstance} - The individual DomainTransferBulkInstance type definition
738
+ */
739
+ export type DomainTransferBulkInstanceArray = DomainTransferBulkInstance[];
586
740
  /**
587
741
  * DomainClientStatus
588
742
  *
@@ -597,6 +751,20 @@ export type DomainStatusArray = DomainStatus[];
597
751
  * @see {@link DomainClientStatus} - The individual DomainClientStatus type definition
598
752
  */
599
753
  export type DomainClientStatusArray = DomainClientStatus[];
754
+ /**
755
+ * DomainUpdateBulkInstance
756
+ *
757
+ * @remarks
758
+ * Array type for DomainUpdateBulkInstance objects. Used when the API returns a collection of DomainUpdateBulkInstance instances.
759
+ *
760
+ * @example
761
+ * ```typescript
762
+ * const items: DomainUpdateBulkInstanceArray = await api.getDomainUpdateBulkInstances();
763
+ * ```
764
+ *
765
+ * @see {@link DomainUpdateBulkInstance} - The individual DomainUpdateBulkInstance type definition
766
+ */
767
+ export type DomainUpdateBulkInstanceArray = DomainUpdateBulkInstance[];
600
768
  /**
601
769
  * EmailForwardAliasCreate
602
770
  *
@@ -933,6 +1101,34 @@ export type EventResponseArray = EventResponse[];
933
1101
  * @see {@link Invoice} - The individual InvoiceResponse type definition
934
1102
  */
935
1103
  export type InvoiceArray = Invoice[];
1104
+ /**
1105
+ * JobBatchMetadataResponse
1106
+ *
1107
+ * @remarks
1108
+ * Array type for JobBatchMetadataResponse objects. Used when the API returns a collection of JobBatchMetadataResponse instances.
1109
+ *
1110
+ * @example
1111
+ * ```typescript
1112
+ * const items: JobBatchMetadataArray = await api.getJobBatchMetadatas();
1113
+ * ```
1114
+ *
1115
+ * @see {@link JobBatchMetadata} - The individual JobBatchMetadataResponse type definition
1116
+ */
1117
+ export type JobBatchMetadataArray = JobBatchMetadata[];
1118
+ /**
1119
+ * JobResponse
1120
+ *
1121
+ * @remarks
1122
+ * Array type for JobResponse objects. Used when the API returns a collection of JobResponse instances.
1123
+ *
1124
+ * @example
1125
+ * ```typescript
1126
+ * const items: JobArray = await api.getJobs();
1127
+ * ```
1128
+ *
1129
+ * @see {@link Job} - The individual JobResponse type definition
1130
+ */
1131
+ export type JobArray = Job[];
936
1132
  /**
937
1133
  * ObjectLog
938
1134
  *
@@ -1003,6 +1199,62 @@ export type RequestHistoryArray = RequestHistory[];
1003
1199
  * @see {@link UserPublic} - The individual UserPublic type definition
1004
1200
  */
1005
1201
  export type UserPublicArray = UserPublic[];
1202
+ /**
1203
+ * ParkingCreateBulkInstance
1204
+ *
1205
+ * @remarks
1206
+ * Array type for ParkingCreateBulkInstance objects. Used when the API returns a collection of ParkingCreateBulkInstance instances.
1207
+ *
1208
+ * @example
1209
+ * ```typescript
1210
+ * const items: ParkingCreateBulkInstanceArray = await api.getParkingCreateBulkInstances();
1211
+ * ```
1212
+ *
1213
+ * @see {@link ParkingCreateBulkInstance} - The individual ParkingCreateBulkInstance type definition
1214
+ */
1215
+ export type ParkingCreateBulkInstanceArray = ParkingCreateBulkInstance[];
1216
+ /**
1217
+ * ParkingDeleteBulkInstance
1218
+ *
1219
+ * @remarks
1220
+ * Array type for ParkingDeleteBulkInstance objects. Used when the API returns a collection of ParkingDeleteBulkInstance instances.
1221
+ *
1222
+ * @example
1223
+ * ```typescript
1224
+ * const items: ParkingDeleteBulkInstanceArray = await api.getParkingDeleteBulkInstances();
1225
+ * ```
1226
+ *
1227
+ * @see {@link ParkingDeleteBulkInstance} - The individual ParkingDeleteBulkInstance type definition
1228
+ */
1229
+ export type ParkingDeleteBulkInstanceArray = ParkingDeleteBulkInstance[];
1230
+ /**
1231
+ * ParkingDisableBulkInstance
1232
+ *
1233
+ * @remarks
1234
+ * Array type for ParkingDisableBulkInstance objects. Used when the API returns a collection of ParkingDisableBulkInstance instances.
1235
+ *
1236
+ * @example
1237
+ * ```typescript
1238
+ * const items: ParkingDisableBulkInstanceArray = await api.getParkingDisableBulkInstances();
1239
+ * ```
1240
+ *
1241
+ * @see {@link ParkingDisableBulkInstance} - The individual ParkingDisableBulkInstance type definition
1242
+ */
1243
+ export type ParkingDisableBulkInstanceArray = ParkingDisableBulkInstance[];
1244
+ /**
1245
+ * ParkingEnableBulkInstance
1246
+ *
1247
+ * @remarks
1248
+ * Array type for ParkingEnableBulkInstance objects. Used when the API returns a collection of ParkingEnableBulkInstance instances.
1249
+ *
1250
+ * @example
1251
+ * ```typescript
1252
+ * const items: ParkingEnableBulkInstanceArray = await api.getParkingEnableBulkInstances();
1253
+ * ```
1254
+ *
1255
+ * @see {@link ParkingEnableBulkInstance} - The individual ParkingEnableBulkInstance type definition
1256
+ */
1257
+ export type ParkingEnableBulkInstanceArray = ParkingEnableBulkInstance[];
1006
1258
  /**
1007
1259
  * Period
1008
1260
  *
@@ -1045,6 +1297,20 @@ export type PermissionArray = Permission[];
1045
1297
  * @see {@link PremiumAffectsType} - The individual PremiumAffectsType type definition
1046
1298
  */
1047
1299
  export type PremiumAffectsTypeArray = PremiumAffectsType[];
1300
+ /**
1301
+ * PublicReportRes
1302
+ *
1303
+ * @remarks
1304
+ * Array type for PublicReportRes objects. Used when the API returns a collection of PublicReportRes instances.
1305
+ *
1306
+ * @example
1307
+ * ```typescript
1308
+ * const items: PublicReportResArray = await api.getPublicReportRess();
1309
+ * ```
1310
+ *
1311
+ * @see {@link PublicReportRes} - The individual PublicReportRes type definition
1312
+ */
1313
+ export type PublicReportResArray = PublicReportRes[];
1048
1314
  /**
1049
1315
  * Relation
1050
1316
  *