Skip to content

Commit 464655f

Browse files
Merge pull request #322 from aziontech/sync-openapi-20260624193327
Update YAML Files
2 parents 769fbdd + 0589187 commit 464655f

21 files changed

Lines changed: 418 additions & 420 deletions

azion-api/docs/CRLVersionCreate.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**NextUpdate** | Pointer to **time.Time** | Timestamp of the next scheduled update from the certification revocation list issuer. | [optional]
1717
**Crl** | Pointer to **string** | | [optional]
1818
**VersionId** | Pointer to **NullableString** | ID of the version metadata (use in /versions/{id} URLs) | [optional]
19-
**State** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
19+
**VersionState** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
2020
**SourceVersion** | Pointer to **NullableString** | ID of the version to clone from. If omitted, clones the latest ready version. | [optional]
2121
**Comment** | Pointer to **string** | Description for the new version. | [optional]
2222

@@ -359,41 +359,41 @@ HasVersionId returns a boolean if a field has been set.
359359
`func (o *CRLVersionCreate) UnsetVersionId()`
360360

361361
UnsetVersionId ensures that no value is present for VersionId, not even an explicit nil
362-
### GetState
362+
### GetVersionState
363363

364-
`func (o *CRLVersionCreate) GetState() string`
364+
`func (o *CRLVersionCreate) GetVersionState() string`
365365

366-
GetState returns the State field if non-nil, zero value otherwise.
366+
GetVersionState returns the VersionState field if non-nil, zero value otherwise.
367367

368-
### GetStateOk
368+
### GetVersionStateOk
369369

370-
`func (o *CRLVersionCreate) GetStateOk() (*string, bool)`
370+
`func (o *CRLVersionCreate) GetVersionStateOk() (*string, bool)`
371371

372-
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
372+
GetVersionStateOk returns a tuple with the VersionState field if it's non-nil, zero value otherwise
373373
and a boolean to check if the value has been set.
374374

375-
### SetState
375+
### SetVersionState
376376

377-
`func (o *CRLVersionCreate) SetState(v string)`
377+
`func (o *CRLVersionCreate) SetVersionState(v string)`
378378

379-
SetState sets State field to given value.
379+
SetVersionState sets VersionState field to given value.
380380

381-
### HasState
381+
### HasVersionState
382382

383-
`func (o *CRLVersionCreate) HasState() bool`
383+
`func (o *CRLVersionCreate) HasVersionState() bool`
384384

385-
HasState returns a boolean if a field has been set.
385+
HasVersionState returns a boolean if a field has been set.
386386

387-
### SetStateNil
387+
### SetVersionStateNil
388388

389-
`func (o *CRLVersionCreate) SetStateNil(b bool)`
389+
`func (o *CRLVersionCreate) SetVersionStateNil(b bool)`
390390

391-
SetStateNil sets the value for State to be an explicit nil
391+
SetVersionStateNil sets the value for VersionState to be an explicit nil
392392

393-
### UnsetState
394-
`func (o *CRLVersionCreate) UnsetState()`
393+
### UnsetVersionState
394+
`func (o *CRLVersionCreate) UnsetVersionState()`
395395

396-
UnsetState ensures that no value is present for State, not even an explicit nil
396+
UnsetVersionState ensures that no value is present for VersionState, not even an explicit nil
397397
### GetSourceVersion
398398

399399
`func (o *CRLVersionCreate) GetSourceVersion() string`

azion-api/docs/Certificate.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
2626
**LastModified** | Pointer to **time.Time** | Timestamp of the last modification made to the certificate content on the platform. | [optional]
2727
**RenewedAt** | Pointer to **NullableTime** | Timestamp indicating when the managed certificate was renewed on our platform. | [optional]
2828
**VersionId** | Pointer to **NullableString** | ID of the version metadata (use in /versions/{id} URLs) | [optional]
29-
**State** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
29+
**VersionState** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
3030

3131
## Methods
3232

@@ -672,41 +672,41 @@ HasVersionId returns a boolean if a field has been set.
672672
`func (o *Certificate) UnsetVersionId()`
673673

674674
UnsetVersionId ensures that no value is present for VersionId, not even an explicit nil
675-
### GetState
675+
### GetVersionState
676676

677-
`func (o *Certificate) GetState() string`
677+
`func (o *Certificate) GetVersionState() string`
678678

679-
GetState returns the State field if non-nil, zero value otherwise.
679+
GetVersionState returns the VersionState field if non-nil, zero value otherwise.
680680

681-
### GetStateOk
681+
### GetVersionStateOk
682682

683-
`func (o *Certificate) GetStateOk() (*string, bool)`
683+
`func (o *Certificate) GetVersionStateOk() (*string, bool)`
684684

685-
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
685+
GetVersionStateOk returns a tuple with the VersionState field if it's non-nil, zero value otherwise
686686
and a boolean to check if the value has been set.
687687

688-
### SetState
688+
### SetVersionState
689689

690-
`func (o *Certificate) SetState(v string)`
690+
`func (o *Certificate) SetVersionState(v string)`
691691

692-
SetState sets State field to given value.
692+
SetVersionState sets VersionState field to given value.
693693

694-
### HasState
694+
### HasVersionState
695695

696-
`func (o *Certificate) HasState() bool`
696+
`func (o *Certificate) HasVersionState() bool`
697697

698-
HasState returns a boolean if a field has been set.
698+
HasVersionState returns a boolean if a field has been set.
699699

700-
### SetStateNil
700+
### SetVersionStateNil
701701

702-
`func (o *Certificate) SetStateNil(b bool)`
702+
`func (o *Certificate) SetVersionStateNil(b bool)`
703703

704-
SetStateNil sets the value for State to be an explicit nil
704+
SetVersionStateNil sets the value for VersionState to be an explicit nil
705705

706-
### UnsetState
707-
`func (o *Certificate) UnsetState()`
706+
### UnsetVersionState
707+
`func (o *Certificate) UnsetVersionState()`
708708

709-
UnsetState ensures that no value is present for State, not even an explicit nil
709+
UnsetVersionState ensures that no value is present for VersionState, not even an explicit nil
710710

711711
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
712712

azion-api/docs/CertificateRevocationList.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**NextUpdate** | Pointer to **time.Time** | Timestamp of the next scheduled update from the certification revocation list issuer. | [optional]
1717
**Crl** | **string** | |
1818
**VersionId** | Pointer to **NullableString** | ID of the version metadata (use in /versions/{id} URLs) | [optional]
19-
**State** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
19+
**VersionState** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
2020

2121
## Methods
2222

@@ -347,41 +347,41 @@ HasVersionId returns a boolean if a field has been set.
347347
`func (o *CertificateRevocationList) UnsetVersionId()`
348348

349349
UnsetVersionId ensures that no value is present for VersionId, not even an explicit nil
350-
### GetState
350+
### GetVersionState
351351

352-
`func (o *CertificateRevocationList) GetState() string`
352+
`func (o *CertificateRevocationList) GetVersionState() string`
353353

354-
GetState returns the State field if non-nil, zero value otherwise.
354+
GetVersionState returns the VersionState field if non-nil, zero value otherwise.
355355

356-
### GetStateOk
356+
### GetVersionStateOk
357357

358-
`func (o *CertificateRevocationList) GetStateOk() (*string, bool)`
358+
`func (o *CertificateRevocationList) GetVersionStateOk() (*string, bool)`
359359

360-
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
360+
GetVersionStateOk returns a tuple with the VersionState field if it's non-nil, zero value otherwise
361361
and a boolean to check if the value has been set.
362362

363-
### SetState
363+
### SetVersionState
364364

365-
`func (o *CertificateRevocationList) SetState(v string)`
365+
`func (o *CertificateRevocationList) SetVersionState(v string)`
366366

367-
SetState sets State field to given value.
367+
SetVersionState sets VersionState field to given value.
368368

369-
### HasState
369+
### HasVersionState
370370

371-
`func (o *CertificateRevocationList) HasState() bool`
371+
`func (o *CertificateRevocationList) HasVersionState() bool`
372372

373-
HasState returns a boolean if a field has been set.
373+
HasVersionState returns a boolean if a field has been set.
374374

375-
### SetStateNil
375+
### SetVersionStateNil
376376

377-
`func (o *CertificateRevocationList) SetStateNil(b bool)`
377+
`func (o *CertificateRevocationList) SetVersionStateNil(b bool)`
378378

379-
SetStateNil sets the value for State to be an explicit nil
379+
SetVersionStateNil sets the value for VersionState to be an explicit nil
380380

381-
### UnsetState
382-
`func (o *CertificateRevocationList) UnsetState()`
381+
### UnsetVersionState
382+
`func (o *CertificateRevocationList) UnsetVersionState()`
383383

384-
UnsetState ensures that no value is present for State, not even an explicit nil
384+
UnsetVersionState ensures that no value is present for VersionState, not even an explicit nil
385385

386386
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
387387

azion-api/docs/PatchedCertificate.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
2626
**LastModified** | Pointer to **time.Time** | Timestamp of the last modification made to the certificate content on the platform. | [optional]
2727
**RenewedAt** | Pointer to **NullableTime** | Timestamp indicating when the managed certificate was renewed on our platform. | [optional]
2828
**VersionId** | Pointer to **NullableString** | ID of the version metadata (use in /versions/{id} URLs) | [optional]
29-
**State** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
29+
**VersionState** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
3030

3131
## Methods
3232

@@ -677,41 +677,41 @@ HasVersionId returns a boolean if a field has been set.
677677
`func (o *PatchedCertificate) UnsetVersionId()`
678678

679679
UnsetVersionId ensures that no value is present for VersionId, not even an explicit nil
680-
### GetState
680+
### GetVersionState
681681

682-
`func (o *PatchedCertificate) GetState() string`
682+
`func (o *PatchedCertificate) GetVersionState() string`
683683

684-
GetState returns the State field if non-nil, zero value otherwise.
684+
GetVersionState returns the VersionState field if non-nil, zero value otherwise.
685685

686-
### GetStateOk
686+
### GetVersionStateOk
687687

688-
`func (o *PatchedCertificate) GetStateOk() (*string, bool)`
688+
`func (o *PatchedCertificate) GetVersionStateOk() (*string, bool)`
689689

690-
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
690+
GetVersionStateOk returns a tuple with the VersionState field if it's non-nil, zero value otherwise
691691
and a boolean to check if the value has been set.
692692

693-
### SetState
693+
### SetVersionState
694694

695-
`func (o *PatchedCertificate) SetState(v string)`
695+
`func (o *PatchedCertificate) SetVersionState(v string)`
696696

697-
SetState sets State field to given value.
697+
SetVersionState sets VersionState field to given value.
698698

699-
### HasState
699+
### HasVersionState
700700

701-
`func (o *PatchedCertificate) HasState() bool`
701+
`func (o *PatchedCertificate) HasVersionState() bool`
702702

703-
HasState returns a boolean if a field has been set.
703+
HasVersionState returns a boolean if a field has been set.
704704

705-
### SetStateNil
705+
### SetVersionStateNil
706706

707-
`func (o *PatchedCertificate) SetStateNil(b bool)`
707+
`func (o *PatchedCertificate) SetVersionStateNil(b bool)`
708708

709-
SetStateNil sets the value for State to be an explicit nil
709+
SetVersionStateNil sets the value for VersionState to be an explicit nil
710710

711-
### UnsetState
712-
`func (o *PatchedCertificate) UnsetState()`
711+
### UnsetVersionState
712+
`func (o *PatchedCertificate) UnsetVersionState()`
713713

714-
UnsetState ensures that no value is present for State, not even an explicit nil
714+
UnsetVersionState ensures that no value is present for VersionState, not even an explicit nil
715715

716716
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
717717

azion-api/docs/PatchedCertificateRevocationList.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**NextUpdate** | Pointer to **time.Time** | Timestamp of the next scheduled update from the certification revocation list issuer. | [optional]
1717
**Crl** | Pointer to **string** | | [optional]
1818
**VersionId** | Pointer to **NullableString** | ID of the version metadata (use in /versions/{id} URLs) | [optional]
19-
**State** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
19+
**VersionState** | Pointer to **NullableString** | Build state of this version (queued, building, ready, error, ...) | [optional]
2020

2121
## Methods
2222

@@ -357,41 +357,41 @@ HasVersionId returns a boolean if a field has been set.
357357
`func (o *PatchedCertificateRevocationList) UnsetVersionId()`
358358

359359
UnsetVersionId ensures that no value is present for VersionId, not even an explicit nil
360-
### GetState
360+
### GetVersionState
361361

362-
`func (o *PatchedCertificateRevocationList) GetState() string`
362+
`func (o *PatchedCertificateRevocationList) GetVersionState() string`
363363

364-
GetState returns the State field if non-nil, zero value otherwise.
364+
GetVersionState returns the VersionState field if non-nil, zero value otherwise.
365365

366-
### GetStateOk
366+
### GetVersionStateOk
367367

368-
`func (o *PatchedCertificateRevocationList) GetStateOk() (*string, bool)`
368+
`func (o *PatchedCertificateRevocationList) GetVersionStateOk() (*string, bool)`
369369

370-
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
370+
GetVersionStateOk returns a tuple with the VersionState field if it's non-nil, zero value otherwise
371371
and a boolean to check if the value has been set.
372372

373-
### SetState
373+
### SetVersionState
374374

375-
`func (o *PatchedCertificateRevocationList) SetState(v string)`
375+
`func (o *PatchedCertificateRevocationList) SetVersionState(v string)`
376376

377-
SetState sets State field to given value.
377+
SetVersionState sets VersionState field to given value.
378378

379-
### HasState
379+
### HasVersionState
380380

381-
`func (o *PatchedCertificateRevocationList) HasState() bool`
381+
`func (o *PatchedCertificateRevocationList) HasVersionState() bool`
382382

383-
HasState returns a boolean if a field has been set.
383+
HasVersionState returns a boolean if a field has been set.
384384

385-
### SetStateNil
385+
### SetVersionStateNil
386386

387-
`func (o *PatchedCertificateRevocationList) SetStateNil(b bool)`
387+
`func (o *PatchedCertificateRevocationList) SetVersionStateNil(b bool)`
388388

389-
SetStateNil sets the value for State to be an explicit nil
389+
SetVersionStateNil sets the value for VersionState to be an explicit nil
390390

391-
### UnsetState
392-
`func (o *PatchedCertificateRevocationList) UnsetState()`
391+
### UnsetVersionState
392+
`func (o *PatchedCertificateRevocationList) UnsetVersionState()`
393393

394-
UnsetState ensures that no value is present for State, not even an explicit nil
394+
UnsetVersionState ensures that no value is present for VersionState, not even an explicit nil
395395

396396
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
397397

0 commit comments

Comments
 (0)