@opusdns/api 1.57.0 → 1.59.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.
- package/package.json +1 -1
- package/src/helpers/keys.ts +54 -0
- package/src/helpers/responses.d.ts +14 -14
- package/src/helpers/schemas.d.ts +6 -6
- package/src/openapi.yaml +341 -329
- package/src/schema.d.ts +76 -70
package/src/openapi.yaml
CHANGED
|
@@ -9736,6 +9736,90 @@ components:
|
|
|
9736
9736
|
- name
|
|
9737
9737
|
title: OrganizationWithBillingData
|
|
9738
9738
|
type: object
|
|
9739
|
+
PageResponse_EmailForwardLog_:
|
|
9740
|
+
properties:
|
|
9741
|
+
pagination:
|
|
9742
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9743
|
+
results:
|
|
9744
|
+
items:
|
|
9745
|
+
$ref: '#/components/schemas/EmailForwardLog'
|
|
9746
|
+
title: Results
|
|
9747
|
+
type: array
|
|
9748
|
+
required:
|
|
9749
|
+
- results
|
|
9750
|
+
- pagination
|
|
9751
|
+
title: PageResponse[EmailForwardLog]
|
|
9752
|
+
type: object
|
|
9753
|
+
PageResponse_JobBatchMetadataResponse_:
|
|
9754
|
+
properties:
|
|
9755
|
+
pagination:
|
|
9756
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9757
|
+
results:
|
|
9758
|
+
items:
|
|
9759
|
+
$ref: '#/components/schemas/JobBatchMetadataResponse'
|
|
9760
|
+
title: Results
|
|
9761
|
+
type: array
|
|
9762
|
+
required:
|
|
9763
|
+
- results
|
|
9764
|
+
- pagination
|
|
9765
|
+
title: PageResponse[JobBatchMetadataResponse]
|
|
9766
|
+
type: object
|
|
9767
|
+
PageResponse_JobResponse_:
|
|
9768
|
+
properties:
|
|
9769
|
+
pagination:
|
|
9770
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9771
|
+
results:
|
|
9772
|
+
items:
|
|
9773
|
+
$ref: '#/components/schemas/JobResponse'
|
|
9774
|
+
title: Results
|
|
9775
|
+
type: array
|
|
9776
|
+
required:
|
|
9777
|
+
- results
|
|
9778
|
+
- pagination
|
|
9779
|
+
title: PageResponse[JobResponse]
|
|
9780
|
+
type: object
|
|
9781
|
+
PageResponse_ObjectLog_:
|
|
9782
|
+
properties:
|
|
9783
|
+
pagination:
|
|
9784
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9785
|
+
results:
|
|
9786
|
+
items:
|
|
9787
|
+
$ref: '#/components/schemas/ObjectLog'
|
|
9788
|
+
title: Results
|
|
9789
|
+
type: array
|
|
9790
|
+
required:
|
|
9791
|
+
- results
|
|
9792
|
+
- pagination
|
|
9793
|
+
title: PageResponse[ObjectLog]
|
|
9794
|
+
type: object
|
|
9795
|
+
PageResponse_ParkingResponse_:
|
|
9796
|
+
properties:
|
|
9797
|
+
pagination:
|
|
9798
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9799
|
+
results:
|
|
9800
|
+
items:
|
|
9801
|
+
$ref: '#/components/schemas/ParkingResponse'
|
|
9802
|
+
title: Results
|
|
9803
|
+
type: array
|
|
9804
|
+
required:
|
|
9805
|
+
- results
|
|
9806
|
+
- pagination
|
|
9807
|
+
title: PageResponse[ParkingResponse]
|
|
9808
|
+
type: object
|
|
9809
|
+
PageResponse_RequestHistory_:
|
|
9810
|
+
properties:
|
|
9811
|
+
pagination:
|
|
9812
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9813
|
+
results:
|
|
9814
|
+
items:
|
|
9815
|
+
$ref: '#/components/schemas/RequestHistory'
|
|
9816
|
+
title: Results
|
|
9817
|
+
type: array
|
|
9818
|
+
required:
|
|
9819
|
+
- results
|
|
9820
|
+
- pagination
|
|
9821
|
+
title: PageResponse[RequestHistory]
|
|
9822
|
+
type: object
|
|
9739
9823
|
PaginationMetadata:
|
|
9740
9824
|
properties:
|
|
9741
9825
|
current_page:
|
|
@@ -9898,20 +9982,6 @@ components:
|
|
|
9898
9982
|
- pagination
|
|
9899
9983
|
title: Pagination[DomainResponse]
|
|
9900
9984
|
type: object
|
|
9901
|
-
Pagination_EmailForwardLog_:
|
|
9902
|
-
properties:
|
|
9903
|
-
pagination:
|
|
9904
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
9905
|
-
results:
|
|
9906
|
-
items:
|
|
9907
|
-
$ref: '#/components/schemas/EmailForwardLog'
|
|
9908
|
-
title: Results
|
|
9909
|
-
type: array
|
|
9910
|
-
required:
|
|
9911
|
-
- results
|
|
9912
|
-
- pagination
|
|
9913
|
-
title: Pagination[EmailForwardLog]
|
|
9914
|
-
type: object
|
|
9915
9985
|
Pagination_EmailForwardResponse_:
|
|
9916
9986
|
properties:
|
|
9917
9987
|
pagination:
|
|
@@ -9968,48 +10038,6 @@ components:
|
|
|
9968
10038
|
- pagination
|
|
9969
10039
|
title: Pagination[InvoiceResponse]
|
|
9970
10040
|
type: object
|
|
9971
|
-
Pagination_JobBatchMetadataResponse_:
|
|
9972
|
-
properties:
|
|
9973
|
-
pagination:
|
|
9974
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
9975
|
-
results:
|
|
9976
|
-
items:
|
|
9977
|
-
$ref: '#/components/schemas/JobBatchMetadataResponse'
|
|
9978
|
-
title: Results
|
|
9979
|
-
type: array
|
|
9980
|
-
required:
|
|
9981
|
-
- results
|
|
9982
|
-
- pagination
|
|
9983
|
-
title: Pagination[JobBatchMetadataResponse]
|
|
9984
|
-
type: object
|
|
9985
|
-
Pagination_JobResponse_:
|
|
9986
|
-
properties:
|
|
9987
|
-
pagination:
|
|
9988
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
9989
|
-
results:
|
|
9990
|
-
items:
|
|
9991
|
-
$ref: '#/components/schemas/JobResponse'
|
|
9992
|
-
title: Results
|
|
9993
|
-
type: array
|
|
9994
|
-
required:
|
|
9995
|
-
- results
|
|
9996
|
-
- pagination
|
|
9997
|
-
title: Pagination[JobResponse]
|
|
9998
|
-
type: object
|
|
9999
|
-
Pagination_ObjectLog_:
|
|
10000
|
-
properties:
|
|
10001
|
-
pagination:
|
|
10002
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
10003
|
-
results:
|
|
10004
|
-
items:
|
|
10005
|
-
$ref: '#/components/schemas/ObjectLog'
|
|
10006
|
-
title: Results
|
|
10007
|
-
type: array
|
|
10008
|
-
required:
|
|
10009
|
-
- results
|
|
10010
|
-
- pagination
|
|
10011
|
-
title: Pagination[ObjectLog]
|
|
10012
|
-
type: object
|
|
10013
10041
|
Pagination_Organization_:
|
|
10014
10042
|
properties:
|
|
10015
10043
|
pagination:
|
|
@@ -10024,34 +10052,6 @@ components:
|
|
|
10024
10052
|
- pagination
|
|
10025
10053
|
title: Pagination[Organization]
|
|
10026
10054
|
type: object
|
|
10027
|
-
Pagination_ParkingResponse_:
|
|
10028
|
-
properties:
|
|
10029
|
-
pagination:
|
|
10030
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
10031
|
-
results:
|
|
10032
|
-
items:
|
|
10033
|
-
$ref: '#/components/schemas/ParkingResponse'
|
|
10034
|
-
title: Results
|
|
10035
|
-
type: array
|
|
10036
|
-
required:
|
|
10037
|
-
- results
|
|
10038
|
-
- pagination
|
|
10039
|
-
title: Pagination[ParkingResponse]
|
|
10040
|
-
type: object
|
|
10041
|
-
Pagination_RequestHistory_:
|
|
10042
|
-
properties:
|
|
10043
|
-
pagination:
|
|
10044
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
10045
|
-
results:
|
|
10046
|
-
items:
|
|
10047
|
-
$ref: '#/components/schemas/RequestHistory'
|
|
10048
|
-
title: Results
|
|
10049
|
-
type: array
|
|
10050
|
-
required:
|
|
10051
|
-
- results
|
|
10052
|
-
- pagination
|
|
10053
|
-
title: Pagination[RequestHistory]
|
|
10054
|
-
type: object
|
|
10055
10055
|
Pagination_TagResponse_:
|
|
10056
10056
|
properties:
|
|
10057
10057
|
pagination:
|
|
@@ -13867,7 +13867,7 @@ info:
|
|
|
13867
13867
|
\n\n"
|
|
13868
13868
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
13869
13869
|
title: OpusDNS API
|
|
13870
|
-
version: 2026-07-
|
|
13870
|
+
version: 2026-07-15-161550
|
|
13871
13871
|
x-logo:
|
|
13872
13872
|
altText: OpusDNS API Reference
|
|
13873
13873
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -15168,7 +15168,7 @@ paths:
|
|
|
15168
15168
|
name: page_size
|
|
15169
15169
|
required: false
|
|
15170
15170
|
schema:
|
|
15171
|
-
default:
|
|
15171
|
+
default: 50
|
|
15172
15172
|
maximum: 1000
|
|
15173
15173
|
minimum: 1
|
|
15174
15174
|
title: Page Size
|
|
@@ -15212,7 +15212,7 @@ paths:
|
|
|
15212
15212
|
content:
|
|
15213
15213
|
application/json:
|
|
15214
15214
|
schema:
|
|
15215
|
-
$ref: '#/components/schemas/
|
|
15215
|
+
$ref: '#/components/schemas/PageResponse_EmailForwardLog_'
|
|
15216
15216
|
description: Successful Response
|
|
15217
15217
|
'422':
|
|
15218
15218
|
content:
|
|
@@ -15261,7 +15261,7 @@ paths:
|
|
|
15261
15261
|
name: page_size
|
|
15262
15262
|
required: false
|
|
15263
15263
|
schema:
|
|
15264
|
-
default:
|
|
15264
|
+
default: 50
|
|
15265
15265
|
maximum: 1000
|
|
15266
15266
|
minimum: 1
|
|
15267
15267
|
title: Page Size
|
|
@@ -15305,7 +15305,7 @@ paths:
|
|
|
15305
15305
|
content:
|
|
15306
15306
|
application/json:
|
|
15307
15307
|
schema:
|
|
15308
|
-
$ref: '#/components/schemas/
|
|
15308
|
+
$ref: '#/components/schemas/PageResponse_EmailForwardLog_'
|
|
15309
15309
|
description: Successful Response
|
|
15310
15310
|
'422':
|
|
15311
15311
|
content:
|
|
@@ -15342,7 +15342,7 @@ paths:
|
|
|
15342
15342
|
name: page_size
|
|
15343
15343
|
required: false
|
|
15344
15344
|
schema:
|
|
15345
|
-
default:
|
|
15345
|
+
default: 50
|
|
15346
15346
|
maximum: 1000
|
|
15347
15347
|
minimum: 1
|
|
15348
15348
|
title: Page Size
|
|
@@ -15434,7 +15434,7 @@ paths:
|
|
|
15434
15434
|
content:
|
|
15435
15435
|
application/json:
|
|
15436
15436
|
schema:
|
|
15437
|
-
$ref: '#/components/schemas/
|
|
15437
|
+
$ref: '#/components/schemas/PageResponse_ObjectLog_'
|
|
15438
15438
|
description: Successful Response
|
|
15439
15439
|
'422':
|
|
15440
15440
|
content:
|
|
@@ -15478,7 +15478,7 @@ paths:
|
|
|
15478
15478
|
name: page_size
|
|
15479
15479
|
required: false
|
|
15480
15480
|
schema:
|
|
15481
|
-
default:
|
|
15481
|
+
default: 50
|
|
15482
15482
|
maximum: 1000
|
|
15483
15483
|
minimum: 1
|
|
15484
15484
|
title: Page Size
|
|
@@ -15562,7 +15562,7 @@ paths:
|
|
|
15562
15562
|
content:
|
|
15563
15563
|
application/json:
|
|
15564
15564
|
schema:
|
|
15565
|
-
$ref: '#/components/schemas/
|
|
15565
|
+
$ref: '#/components/schemas/PageResponse_ObjectLog_'
|
|
15566
15566
|
description: Successful Response
|
|
15567
15567
|
'422':
|
|
15568
15568
|
content:
|
|
@@ -15599,7 +15599,7 @@ paths:
|
|
|
15599
15599
|
name: page_size
|
|
15600
15600
|
required: false
|
|
15601
15601
|
schema:
|
|
15602
|
-
default:
|
|
15602
|
+
default: 50
|
|
15603
15603
|
maximum: 1000
|
|
15604
15604
|
minimum: 1
|
|
15605
15605
|
title: Page Size
|
|
@@ -15724,7 +15724,7 @@ paths:
|
|
|
15724
15724
|
content:
|
|
15725
15725
|
application/json:
|
|
15726
15726
|
schema:
|
|
15727
|
-
$ref: '#/components/schemas/
|
|
15727
|
+
$ref: '#/components/schemas/PageResponse_RequestHistory_'
|
|
15728
15728
|
description: Successful Response
|
|
15729
15729
|
'422':
|
|
15730
15730
|
content:
|
|
@@ -16003,6 +16003,23 @@ paths:
|
|
|
16003
16003
|
description: Retrieves a paginated list of all contacts
|
|
16004
16004
|
operationId: get_contacts_v1_contacts_get
|
|
16005
16005
|
parameters:
|
|
16006
|
+
- in: query
|
|
16007
|
+
name: page
|
|
16008
|
+
required: false
|
|
16009
|
+
schema:
|
|
16010
|
+
default: 1
|
|
16011
|
+
minimum: 1
|
|
16012
|
+
title: Page
|
|
16013
|
+
type: integer
|
|
16014
|
+
- in: query
|
|
16015
|
+
name: page_size
|
|
16016
|
+
required: false
|
|
16017
|
+
schema:
|
|
16018
|
+
default: 10
|
|
16019
|
+
maximum: 1000
|
|
16020
|
+
minimum: 1
|
|
16021
|
+
title: Page Size
|
|
16022
|
+
type: integer
|
|
16006
16023
|
- in: query
|
|
16007
16024
|
name: sort_by
|
|
16008
16025
|
required: false
|
|
@@ -16128,23 +16145,6 @@ paths:
|
|
|
16128
16145
|
description: Include additional data in the response. Can be specified multiple
|
|
16129
16146
|
times.
|
|
16130
16147
|
title: Include
|
|
16131
|
-
- in: query
|
|
16132
|
-
name: page
|
|
16133
|
-
required: false
|
|
16134
|
-
schema:
|
|
16135
|
-
default: 1
|
|
16136
|
-
minimum: 1
|
|
16137
|
-
title: Page
|
|
16138
|
-
type: integer
|
|
16139
|
-
- in: query
|
|
16140
|
-
name: page_size
|
|
16141
|
-
required: false
|
|
16142
|
-
schema:
|
|
16143
|
-
default: 10
|
|
16144
|
-
maximum: 1000
|
|
16145
|
-
minimum: 1
|
|
16146
|
-
title: Page Size
|
|
16147
|
-
type: integer
|
|
16148
16148
|
responses:
|
|
16149
16149
|
'200':
|
|
16150
16150
|
content:
|
|
@@ -16200,6 +16200,23 @@ paths:
|
|
|
16200
16200
|
get:
|
|
16201
16201
|
operationId: list_attribute_sets_v1_contacts_attribute_sets_get
|
|
16202
16202
|
parameters:
|
|
16203
|
+
- in: query
|
|
16204
|
+
name: page
|
|
16205
|
+
required: false
|
|
16206
|
+
schema:
|
|
16207
|
+
default: 1
|
|
16208
|
+
minimum: 1
|
|
16209
|
+
title: Page
|
|
16210
|
+
type: integer
|
|
16211
|
+
- in: query
|
|
16212
|
+
name: page_size
|
|
16213
|
+
required: false
|
|
16214
|
+
schema:
|
|
16215
|
+
default: 10
|
|
16216
|
+
maximum: 1000
|
|
16217
|
+
minimum: 1
|
|
16218
|
+
title: Page Size
|
|
16219
|
+
type: integer
|
|
16203
16220
|
- in: query
|
|
16204
16221
|
name: sort_by
|
|
16205
16222
|
required: false
|
|
@@ -16228,23 +16245,6 @@ paths:
|
|
|
16228
16245
|
- type: string
|
|
16229
16246
|
- type: 'null'
|
|
16230
16247
|
title: Label
|
|
16231
|
-
- in: query
|
|
16232
|
-
name: page
|
|
16233
|
-
required: false
|
|
16234
|
-
schema:
|
|
16235
|
-
default: 1
|
|
16236
|
-
minimum: 1
|
|
16237
|
-
title: Page
|
|
16238
|
-
type: integer
|
|
16239
|
-
- in: query
|
|
16240
|
-
name: page_size
|
|
16241
|
-
required: false
|
|
16242
|
-
schema:
|
|
16243
|
-
default: 10
|
|
16244
|
-
maximum: 1000
|
|
16245
|
-
minimum: 1
|
|
16246
|
-
title: Page Size
|
|
16247
|
-
type: integer
|
|
16248
16248
|
responses:
|
|
16249
16249
|
'200':
|
|
16250
16250
|
content:
|
|
@@ -17272,6 +17272,23 @@ paths:
|
|
|
17272
17272
|
get:
|
|
17273
17273
|
operationId: list_zones_v1_dns_get
|
|
17274
17274
|
parameters:
|
|
17275
|
+
- in: query
|
|
17276
|
+
name: page
|
|
17277
|
+
required: false
|
|
17278
|
+
schema:
|
|
17279
|
+
default: 1
|
|
17280
|
+
minimum: 1
|
|
17281
|
+
title: Page
|
|
17282
|
+
type: integer
|
|
17283
|
+
- in: query
|
|
17284
|
+
name: page_size
|
|
17285
|
+
required: false
|
|
17286
|
+
schema:
|
|
17287
|
+
default: 10
|
|
17288
|
+
maximum: 1000
|
|
17289
|
+
minimum: 1
|
|
17290
|
+
title: Page Size
|
|
17291
|
+
type: integer
|
|
17275
17292
|
- in: query
|
|
17276
17293
|
name: sort_by
|
|
17277
17294
|
required: false
|
|
@@ -17402,23 +17419,6 @@ paths:
|
|
|
17402
17419
|
description: Include additional data in the response. Can be specified multiple
|
|
17403
17420
|
times.
|
|
17404
17421
|
title: Include
|
|
17405
|
-
- in: query
|
|
17406
|
-
name: page
|
|
17407
|
-
required: false
|
|
17408
|
-
schema:
|
|
17409
|
-
default: 1
|
|
17410
|
-
minimum: 1
|
|
17411
|
-
title: Page
|
|
17412
|
-
type: integer
|
|
17413
|
-
- in: query
|
|
17414
|
-
name: page_size
|
|
17415
|
-
required: false
|
|
17416
|
-
schema:
|
|
17417
|
-
default: 10
|
|
17418
|
-
maximum: 1000
|
|
17419
|
-
minimum: 1
|
|
17420
|
-
title: Page Size
|
|
17421
|
-
type: integer
|
|
17422
17422
|
responses:
|
|
17423
17423
|
'200':
|
|
17424
17424
|
content:
|
|
@@ -17741,6 +17741,23 @@ paths:
|
|
|
17741
17741
|
description: Retrieves a paginated list of domain forwards grouped by DNS zones.
|
|
17742
17742
|
operationId: list_domain_forwards_by_zone_v1_dns_domain_forwards_get
|
|
17743
17743
|
parameters:
|
|
17744
|
+
- in: query
|
|
17745
|
+
name: page
|
|
17746
|
+
required: false
|
|
17747
|
+
schema:
|
|
17748
|
+
default: 1
|
|
17749
|
+
minimum: 1
|
|
17750
|
+
title: Page
|
|
17751
|
+
type: integer
|
|
17752
|
+
- in: query
|
|
17753
|
+
name: page_size
|
|
17754
|
+
required: false
|
|
17755
|
+
schema:
|
|
17756
|
+
default: 10
|
|
17757
|
+
maximum: 1000
|
|
17758
|
+
minimum: 1
|
|
17759
|
+
title: Page Size
|
|
17760
|
+
type: integer
|
|
17744
17761
|
- in: query
|
|
17745
17762
|
name: search
|
|
17746
17763
|
required: false
|
|
@@ -17761,23 +17778,6 @@ paths:
|
|
|
17761
17778
|
schema:
|
|
17762
17779
|
$ref: '#/components/schemas/SortOrder'
|
|
17763
17780
|
default: desc
|
|
17764
|
-
- in: query
|
|
17765
|
-
name: page
|
|
17766
|
-
required: false
|
|
17767
|
-
schema:
|
|
17768
|
-
default: 1
|
|
17769
|
-
minimum: 1
|
|
17770
|
-
title: Page
|
|
17771
|
-
type: integer
|
|
17772
|
-
- in: query
|
|
17773
|
-
name: page_size
|
|
17774
|
-
required: false
|
|
17775
|
-
schema:
|
|
17776
|
-
default: 10
|
|
17777
|
-
maximum: 1000
|
|
17778
|
-
minimum: 1
|
|
17779
|
-
title: Page Size
|
|
17780
|
-
type: integer
|
|
17781
17781
|
responses:
|
|
17782
17782
|
'200':
|
|
17783
17783
|
content:
|
|
@@ -17862,6 +17862,23 @@ paths:
|
|
|
17862
17862
|
description: Retrieves a paginated list of email forwards grouped by DNS zones.
|
|
17863
17863
|
operationId: list_email_forwards_by_zone_v1_dns_email_forwards_get
|
|
17864
17864
|
parameters:
|
|
17865
|
+
- in: query
|
|
17866
|
+
name: page
|
|
17867
|
+
required: false
|
|
17868
|
+
schema:
|
|
17869
|
+
default: 1
|
|
17870
|
+
minimum: 1
|
|
17871
|
+
title: Page
|
|
17872
|
+
type: integer
|
|
17873
|
+
- in: query
|
|
17874
|
+
name: page_size
|
|
17875
|
+
required: false
|
|
17876
|
+
schema:
|
|
17877
|
+
default: 10
|
|
17878
|
+
maximum: 1000
|
|
17879
|
+
minimum: 1
|
|
17880
|
+
title: Page Size
|
|
17881
|
+
type: integer
|
|
17865
17882
|
- in: query
|
|
17866
17883
|
name: search
|
|
17867
17884
|
required: false
|
|
@@ -17882,23 +17899,6 @@ paths:
|
|
|
17882
17899
|
schema:
|
|
17883
17900
|
$ref: '#/components/schemas/SortOrder'
|
|
17884
17901
|
default: desc
|
|
17885
|
-
- in: query
|
|
17886
|
-
name: page
|
|
17887
|
-
required: false
|
|
17888
|
-
schema:
|
|
17889
|
-
default: 1
|
|
17890
|
-
minimum: 1
|
|
17891
|
-
title: Page
|
|
17892
|
-
type: integer
|
|
17893
|
-
- in: query
|
|
17894
|
-
name: page_size
|
|
17895
|
-
required: false
|
|
17896
|
-
schema:
|
|
17897
|
-
default: 10
|
|
17898
|
-
maximum: 1000
|
|
17899
|
-
minimum: 1
|
|
17900
|
-
title: Page Size
|
|
17901
|
-
type: integer
|
|
17902
17902
|
responses:
|
|
17903
17903
|
'200':
|
|
17904
17904
|
content:
|
|
@@ -18808,6 +18808,23 @@ paths:
|
|
|
18808
18808
|
organization
|
|
18809
18809
|
operationId: list_domain_forwards_v1_domain_forwards_get
|
|
18810
18810
|
parameters:
|
|
18811
|
+
- in: query
|
|
18812
|
+
name: page
|
|
18813
|
+
required: false
|
|
18814
|
+
schema:
|
|
18815
|
+
default: 1
|
|
18816
|
+
minimum: 1
|
|
18817
|
+
title: Page
|
|
18818
|
+
type: integer
|
|
18819
|
+
- in: query
|
|
18820
|
+
name: page_size
|
|
18821
|
+
required: false
|
|
18822
|
+
schema:
|
|
18823
|
+
default: 10
|
|
18824
|
+
maximum: 1000
|
|
18825
|
+
minimum: 1
|
|
18826
|
+
title: Page Size
|
|
18827
|
+
type: integer
|
|
18811
18828
|
- in: query
|
|
18812
18829
|
name: search
|
|
18813
18830
|
required: false
|
|
@@ -18827,24 +18844,7 @@ paths:
|
|
|
18827
18844
|
required: false
|
|
18828
18845
|
schema:
|
|
18829
18846
|
$ref: '#/components/schemas/SortOrder'
|
|
18830
|
-
default: desc
|
|
18831
|
-
- in: query
|
|
18832
|
-
name: page
|
|
18833
|
-
required: false
|
|
18834
|
-
schema:
|
|
18835
|
-
default: 1
|
|
18836
|
-
minimum: 1
|
|
18837
|
-
title: Page
|
|
18838
|
-
type: integer
|
|
18839
|
-
- in: query
|
|
18840
|
-
name: page_size
|
|
18841
|
-
required: false
|
|
18842
|
-
schema:
|
|
18843
|
-
default: 10
|
|
18844
|
-
maximum: 1000
|
|
18845
|
-
minimum: 1
|
|
18846
|
-
title: Page Size
|
|
18847
|
-
type: integer
|
|
18847
|
+
default: desc
|
|
18848
18848
|
responses:
|
|
18849
18849
|
'200':
|
|
18850
18850
|
content:
|
|
@@ -21278,6 +21278,23 @@ paths:
|
|
|
21278
21278
|
description: Retrieves a paginated list of all active domains
|
|
21279
21279
|
operationId: get_domains_v1_domains_get
|
|
21280
21280
|
parameters:
|
|
21281
|
+
- in: query
|
|
21282
|
+
name: page
|
|
21283
|
+
required: false
|
|
21284
|
+
schema:
|
|
21285
|
+
default: 1
|
|
21286
|
+
minimum: 1
|
|
21287
|
+
title: Page
|
|
21288
|
+
type: integer
|
|
21289
|
+
- in: query
|
|
21290
|
+
name: page_size
|
|
21291
|
+
required: false
|
|
21292
|
+
schema:
|
|
21293
|
+
default: 10
|
|
21294
|
+
maximum: 1000
|
|
21295
|
+
minimum: 1
|
|
21296
|
+
title: Page Size
|
|
21297
|
+
type: integer
|
|
21281
21298
|
- in: query
|
|
21282
21299
|
name: sort_by
|
|
21283
21300
|
required: false
|
|
@@ -21509,23 +21526,6 @@ paths:
|
|
|
21509
21526
|
description: Include additional data in the response. Can be specified multiple
|
|
21510
21527
|
times.
|
|
21511
21528
|
title: Include
|
|
21512
|
-
- in: query
|
|
21513
|
-
name: page
|
|
21514
|
-
required: false
|
|
21515
|
-
schema:
|
|
21516
|
-
default: 1
|
|
21517
|
-
minimum: 1
|
|
21518
|
-
title: Page
|
|
21519
|
-
type: integer
|
|
21520
|
-
- in: query
|
|
21521
|
-
name: page_size
|
|
21522
|
-
required: false
|
|
21523
|
-
schema:
|
|
21524
|
-
default: 10
|
|
21525
|
-
maximum: 1000
|
|
21526
|
-
minimum: 1
|
|
21527
|
-
title: Page Size
|
|
21528
|
-
type: integer
|
|
21529
21529
|
responses:
|
|
21530
21530
|
'200':
|
|
21531
21531
|
content:
|
|
@@ -22937,6 +22937,23 @@ paths:
|
|
|
22937
22937
|
description: Retrieves a paginated list of all email forwards for the organization.
|
|
22938
22938
|
operationId: list_email_forwards_v1_email_forwards_get
|
|
22939
22939
|
parameters:
|
|
22940
|
+
- in: query
|
|
22941
|
+
name: page
|
|
22942
|
+
required: false
|
|
22943
|
+
schema:
|
|
22944
|
+
default: 1
|
|
22945
|
+
minimum: 1
|
|
22946
|
+
title: Page
|
|
22947
|
+
type: integer
|
|
22948
|
+
- in: query
|
|
22949
|
+
name: page_size
|
|
22950
|
+
required: false
|
|
22951
|
+
schema:
|
|
22952
|
+
default: 10
|
|
22953
|
+
maximum: 1000
|
|
22954
|
+
minimum: 1
|
|
22955
|
+
title: Page Size
|
|
22956
|
+
type: integer
|
|
22940
22957
|
- in: query
|
|
22941
22958
|
name: search
|
|
22942
22959
|
required: false
|
|
@@ -22965,23 +22982,6 @@ paths:
|
|
|
22965
22982
|
schema:
|
|
22966
22983
|
$ref: '#/components/schemas/SortOrder'
|
|
22967
22984
|
default: desc
|
|
22968
|
-
- in: query
|
|
22969
|
-
name: page
|
|
22970
|
-
required: false
|
|
22971
|
-
schema:
|
|
22972
|
-
default: 1
|
|
22973
|
-
minimum: 1
|
|
22974
|
-
title: Page
|
|
22975
|
-
type: integer
|
|
22976
|
-
- in: query
|
|
22977
|
-
name: page_size
|
|
22978
|
-
required: false
|
|
22979
|
-
schema:
|
|
22980
|
-
default: 10
|
|
22981
|
-
maximum: 1000
|
|
22982
|
-
minimum: 1
|
|
22983
|
-
title: Page Size
|
|
22984
|
-
type: integer
|
|
22985
22985
|
responses:
|
|
22986
22986
|
'200':
|
|
22987
22987
|
content:
|
|
@@ -23841,6 +23841,23 @@ paths:
|
|
|
23841
23841
|
description: Retrieves a paginated list of events for the organization
|
|
23842
23842
|
operationId: get_events_v1_events_get
|
|
23843
23843
|
parameters:
|
|
23844
|
+
- in: query
|
|
23845
|
+
name: page
|
|
23846
|
+
required: false
|
|
23847
|
+
schema:
|
|
23848
|
+
default: 1
|
|
23849
|
+
minimum: 1
|
|
23850
|
+
title: Page
|
|
23851
|
+
type: integer
|
|
23852
|
+
- in: query
|
|
23853
|
+
name: page_size
|
|
23854
|
+
required: false
|
|
23855
|
+
schema:
|
|
23856
|
+
default: 10
|
|
23857
|
+
maximum: 1000
|
|
23858
|
+
minimum: 1
|
|
23859
|
+
title: Page Size
|
|
23860
|
+
type: integer
|
|
23844
23861
|
- in: query
|
|
23845
23862
|
name: sort_by
|
|
23846
23863
|
required: false
|
|
@@ -23894,23 +23911,6 @@ paths:
|
|
|
23894
23911
|
- type: 'null'
|
|
23895
23912
|
default: false
|
|
23896
23913
|
title: Acknowledged
|
|
23897
|
-
- in: query
|
|
23898
|
-
name: page
|
|
23899
|
-
required: false
|
|
23900
|
-
schema:
|
|
23901
|
-
default: 1
|
|
23902
|
-
minimum: 1
|
|
23903
|
-
title: Page
|
|
23904
|
-
type: integer
|
|
23905
|
-
- in: query
|
|
23906
|
-
name: page_size
|
|
23907
|
-
required: false
|
|
23908
|
-
schema:
|
|
23909
|
-
default: 10
|
|
23910
|
-
maximum: 1000
|
|
23911
|
-
minimum: 1
|
|
23912
|
-
title: Page Size
|
|
23913
|
-
type: integer
|
|
23914
23914
|
responses:
|
|
23915
23915
|
'200':
|
|
23916
23916
|
content:
|
|
@@ -24686,20 +24686,24 @@ paths:
|
|
|
24686
24686
|
$ref: '#/components/schemas/SortOrder'
|
|
24687
24687
|
default: desc
|
|
24688
24688
|
description: Sort order
|
|
24689
|
-
-
|
|
24689
|
+
- description: Page number (1-indexed)
|
|
24690
|
+
in: query
|
|
24690
24691
|
name: page
|
|
24691
24692
|
required: false
|
|
24692
24693
|
schema:
|
|
24693
24694
|
default: 1
|
|
24695
|
+
description: Page number (1-indexed)
|
|
24694
24696
|
minimum: 1
|
|
24695
24697
|
title: Page
|
|
24696
24698
|
type: integer
|
|
24697
|
-
-
|
|
24699
|
+
- description: Number of batches per page
|
|
24700
|
+
in: query
|
|
24698
24701
|
name: page_size
|
|
24699
24702
|
required: false
|
|
24700
24703
|
schema:
|
|
24701
|
-
default:
|
|
24702
|
-
|
|
24704
|
+
default: 50
|
|
24705
|
+
description: Number of batches per page
|
|
24706
|
+
maximum: 100
|
|
24703
24707
|
minimum: 1
|
|
24704
24708
|
title: Page Size
|
|
24705
24709
|
type: integer
|
|
@@ -24708,7 +24712,7 @@ paths:
|
|
|
24708
24712
|
content:
|
|
24709
24713
|
application/json:
|
|
24710
24714
|
schema:
|
|
24711
|
-
$ref: '#/components/schemas/
|
|
24715
|
+
$ref: '#/components/schemas/PageResponse_JobBatchMetadataResponse_'
|
|
24712
24716
|
description: Successful Response
|
|
24713
24717
|
'422':
|
|
24714
24718
|
content:
|
|
@@ -25438,19 +25442,23 @@ paths:
|
|
|
25438
25442
|
- type: 'null'
|
|
25439
25443
|
description: Sort order
|
|
25440
25444
|
title: Sort Order
|
|
25441
|
-
-
|
|
25445
|
+
- description: Page number (1-indexed)
|
|
25446
|
+
in: query
|
|
25442
25447
|
name: page
|
|
25443
25448
|
required: false
|
|
25444
25449
|
schema:
|
|
25445
25450
|
default: 1
|
|
25451
|
+
description: Page number (1-indexed)
|
|
25446
25452
|
minimum: 1
|
|
25447
25453
|
title: Page
|
|
25448
25454
|
type: integer
|
|
25449
|
-
-
|
|
25455
|
+
- description: Number of jobs per page
|
|
25456
|
+
in: query
|
|
25450
25457
|
name: page_size
|
|
25451
25458
|
required: false
|
|
25452
25459
|
schema:
|
|
25453
|
-
default:
|
|
25460
|
+
default: 100
|
|
25461
|
+
description: Number of jobs per page
|
|
25454
25462
|
maximum: 1000
|
|
25455
25463
|
minimum: 1
|
|
25456
25464
|
title: Page Size
|
|
@@ -25632,7 +25640,7 @@ paths:
|
|
|
25632
25640
|
resource_key: example.net
|
|
25633
25641
|
status: queued
|
|
25634
25642
|
schema:
|
|
25635
|
-
$ref: '#/components/schemas/
|
|
25643
|
+
$ref: '#/components/schemas/PageResponse_JobResponse_'
|
|
25636
25644
|
description: Batch jobs retrieved successfully
|
|
25637
25645
|
'404':
|
|
25638
25646
|
content:
|
|
@@ -25840,6 +25848,23 @@ paths:
|
|
|
25840
25848
|
description: Retrieves a paginated list of organizations under the current organization
|
|
25841
25849
|
operationId: list_organizations_v1_organizations_get
|
|
25842
25850
|
parameters:
|
|
25851
|
+
- in: query
|
|
25852
|
+
name: page
|
|
25853
|
+
required: false
|
|
25854
|
+
schema:
|
|
25855
|
+
default: 1
|
|
25856
|
+
minimum: 1
|
|
25857
|
+
title: Page
|
|
25858
|
+
type: integer
|
|
25859
|
+
- in: query
|
|
25860
|
+
name: page_size
|
|
25861
|
+
required: false
|
|
25862
|
+
schema:
|
|
25863
|
+
default: 10
|
|
25864
|
+
maximum: 1000
|
|
25865
|
+
minimum: 1
|
|
25866
|
+
title: Page Size
|
|
25867
|
+
type: integer
|
|
25843
25868
|
- in: query
|
|
25844
25869
|
name: sort_by
|
|
25845
25870
|
required: false
|
|
@@ -25870,23 +25895,6 @@ paths:
|
|
|
25870
25895
|
type: string
|
|
25871
25896
|
- type: 'null'
|
|
25872
25897
|
title: Country Code
|
|
25873
|
-
- in: query
|
|
25874
|
-
name: page
|
|
25875
|
-
required: false
|
|
25876
|
-
schema:
|
|
25877
|
-
default: 1
|
|
25878
|
-
minimum: 1
|
|
25879
|
-
title: Page
|
|
25880
|
-
type: integer
|
|
25881
|
-
- in: query
|
|
25882
|
-
name: page_size
|
|
25883
|
-
required: false
|
|
25884
|
-
schema:
|
|
25885
|
-
default: 10
|
|
25886
|
-
maximum: 1000
|
|
25887
|
-
minimum: 1
|
|
25888
|
-
title: Page Size
|
|
25889
|
-
type: integer
|
|
25890
25898
|
responses:
|
|
25891
25899
|
'200':
|
|
25892
25900
|
content:
|
|
@@ -26820,6 +26828,23 @@ paths:
|
|
|
26820
26828
|
description: Retrieves a paginated list of users under the current organization
|
|
26821
26829
|
operationId: list_users_v1_organizations_users_get
|
|
26822
26830
|
parameters:
|
|
26831
|
+
- in: query
|
|
26832
|
+
name: page
|
|
26833
|
+
required: false
|
|
26834
|
+
schema:
|
|
26835
|
+
default: 1
|
|
26836
|
+
minimum: 1
|
|
26837
|
+
title: Page
|
|
26838
|
+
type: integer
|
|
26839
|
+
- in: query
|
|
26840
|
+
name: page_size
|
|
26841
|
+
required: false
|
|
26842
|
+
schema:
|
|
26843
|
+
default: 10
|
|
26844
|
+
maximum: 1000
|
|
26845
|
+
minimum: 1
|
|
26846
|
+
title: Page Size
|
|
26847
|
+
type: integer
|
|
26823
26848
|
- in: query
|
|
26824
26849
|
name: sort_by
|
|
26825
26850
|
required: false
|
|
@@ -26841,23 +26866,6 @@ paths:
|
|
|
26841
26866
|
type: string
|
|
26842
26867
|
- type: 'null'
|
|
26843
26868
|
title: Search
|
|
26844
|
-
- in: query
|
|
26845
|
-
name: page
|
|
26846
|
-
required: false
|
|
26847
|
-
schema:
|
|
26848
|
-
default: 1
|
|
26849
|
-
minimum: 1
|
|
26850
|
-
title: Page
|
|
26851
|
-
type: integer
|
|
26852
|
-
- in: query
|
|
26853
|
-
name: page_size
|
|
26854
|
-
required: false
|
|
26855
|
-
schema:
|
|
26856
|
-
default: 10
|
|
26857
|
-
maximum: 1000
|
|
26858
|
-
minimum: 1
|
|
26859
|
-
title: Page Size
|
|
26860
|
-
type: integer
|
|
26861
26869
|
responses:
|
|
26862
26870
|
'200':
|
|
26863
26871
|
content:
|
|
@@ -27383,6 +27391,23 @@ paths:
|
|
|
27383
27391
|
title: Organization Id
|
|
27384
27392
|
type: string
|
|
27385
27393
|
x-typeid-prefix: organization
|
|
27394
|
+
- in: query
|
|
27395
|
+
name: page
|
|
27396
|
+
required: false
|
|
27397
|
+
schema:
|
|
27398
|
+
default: 1
|
|
27399
|
+
minimum: 1
|
|
27400
|
+
title: Page
|
|
27401
|
+
type: integer
|
|
27402
|
+
- in: query
|
|
27403
|
+
name: page_size
|
|
27404
|
+
required: false
|
|
27405
|
+
schema:
|
|
27406
|
+
default: 10
|
|
27407
|
+
maximum: 1000
|
|
27408
|
+
minimum: 1
|
|
27409
|
+
title: Page Size
|
|
27410
|
+
type: integer
|
|
27386
27411
|
- in: query
|
|
27387
27412
|
name: sort_by
|
|
27388
27413
|
required: false
|
|
@@ -27465,23 +27490,6 @@ paths:
|
|
|
27465
27490
|
type: string
|
|
27466
27491
|
- type: 'null'
|
|
27467
27492
|
title: Completed Before
|
|
27468
|
-
- in: query
|
|
27469
|
-
name: page
|
|
27470
|
-
required: false
|
|
27471
|
-
schema:
|
|
27472
|
-
default: 1
|
|
27473
|
-
minimum: 1
|
|
27474
|
-
title: Page
|
|
27475
|
-
type: integer
|
|
27476
|
-
- in: query
|
|
27477
|
-
name: page_size
|
|
27478
|
-
required: false
|
|
27479
|
-
schema:
|
|
27480
|
-
default: 10
|
|
27481
|
-
maximum: 1000
|
|
27482
|
-
minimum: 1
|
|
27483
|
-
title: Page Size
|
|
27484
|
-
type: integer
|
|
27485
27493
|
responses:
|
|
27486
27494
|
'200':
|
|
27487
27495
|
content:
|
|
@@ -27604,19 +27612,23 @@ paths:
|
|
|
27604
27612
|
description: Retrieves a paginated list of parking entries for the organization
|
|
27605
27613
|
operationId: list_parking_v1_parking_get
|
|
27606
27614
|
parameters:
|
|
27607
|
-
-
|
|
27615
|
+
- description: Page number
|
|
27616
|
+
in: query
|
|
27608
27617
|
name: page
|
|
27609
27618
|
required: false
|
|
27610
27619
|
schema:
|
|
27611
27620
|
default: 1
|
|
27621
|
+
description: Page number
|
|
27612
27622
|
minimum: 1
|
|
27613
27623
|
title: Page
|
|
27614
27624
|
type: integer
|
|
27615
|
-
-
|
|
27625
|
+
- description: Page size
|
|
27626
|
+
in: query
|
|
27616
27627
|
name: page_size
|
|
27617
27628
|
required: false
|
|
27618
27629
|
schema:
|
|
27619
27630
|
default: 10
|
|
27631
|
+
description: Page size
|
|
27620
27632
|
maximum: 1000
|
|
27621
27633
|
minimum: 1
|
|
27622
27634
|
title: Page Size
|
|
@@ -27662,7 +27674,7 @@ paths:
|
|
|
27662
27674
|
content:
|
|
27663
27675
|
application/json:
|
|
27664
27676
|
schema:
|
|
27665
|
-
$ref: '#/components/schemas/
|
|
27677
|
+
$ref: '#/components/schemas/PageResponse_ParkingResponse_'
|
|
27666
27678
|
description: Successful Response
|
|
27667
27679
|
'401':
|
|
27668
27680
|
content:
|
|
@@ -28152,6 +28164,23 @@ paths:
|
|
|
28152
28164
|
description: Retrieves a paginated list of tags
|
|
28153
28165
|
operationId: list_tags_v1_tags_get
|
|
28154
28166
|
parameters:
|
|
28167
|
+
- in: query
|
|
28168
|
+
name: page
|
|
28169
|
+
required: false
|
|
28170
|
+
schema:
|
|
28171
|
+
default: 1
|
|
28172
|
+
minimum: 1
|
|
28173
|
+
title: Page
|
|
28174
|
+
type: integer
|
|
28175
|
+
- in: query
|
|
28176
|
+
name: page_size
|
|
28177
|
+
required: false
|
|
28178
|
+
schema:
|
|
28179
|
+
default: 10
|
|
28180
|
+
maximum: 1000
|
|
28181
|
+
minimum: 1
|
|
28182
|
+
title: Page Size
|
|
28183
|
+
type: integer
|
|
28155
28184
|
- in: query
|
|
28156
28185
|
name: sort_by
|
|
28157
28186
|
required: false
|
|
@@ -28184,23 +28213,6 @@ paths:
|
|
|
28184
28213
|
- type: string
|
|
28185
28214
|
- type: 'null'
|
|
28186
28215
|
title: Search
|
|
28187
|
-
- in: query
|
|
28188
|
-
name: page
|
|
28189
|
-
required: false
|
|
28190
|
-
schema:
|
|
28191
|
-
default: 1
|
|
28192
|
-
minimum: 1
|
|
28193
|
-
title: Page
|
|
28194
|
-
type: integer
|
|
28195
|
-
- in: query
|
|
28196
|
-
name: page_size
|
|
28197
|
-
required: false
|
|
28198
|
-
schema:
|
|
28199
|
-
default: 10
|
|
28200
|
-
maximum: 1000
|
|
28201
|
-
minimum: 1
|
|
28202
|
-
title: Page Size
|
|
28203
|
-
type: integer
|
|
28204
28216
|
responses:
|
|
28205
28217
|
'200':
|
|
28206
28218
|
content:
|