@@ -615,12 +615,13 @@ Methods:
615
615
Types:
616
616
617
617
- <code ><a href =" ./src/resources/cache/variants.ts " >CacheVariant</a ></code >
618
+ - <code ><a href =" ./src/resources/cache/variants.ts " >VariantDeleteResponse</a ></code >
618
619
- <code ><a href =" ./src/resources/cache/variants.ts " >VariantEditResponse</a ></code >
619
620
- <code ><a href =" ./src/resources/cache/variants.ts " >VariantGetResponse</a ></code >
620
621
621
622
Methods:
622
623
623
- - <code title =" delete /zones/{zone_id}/cache/variants " >client.cache.variants.<a href =" ./src/resources/cache/variants.ts " >delete</a >({ ...params }) -> CacheVariant </code >
624
+ - <code title =" delete /zones/{zone_id}/cache/variants " >client.cache.variants.<a href =" ./src/resources/cache/variants.ts " >delete</a >({ ...params }) -> VariantDeleteResponse </code >
624
625
- <code title =" patch /zones/{zone_id}/cache/variants " >client.cache.variants.<a href =" ./src/resources/cache/variants.ts " >edit</a >({ ...params }) -> VariantEditResponse</code >
625
626
- <code title =" get /zones/{zone_id}/cache/variants " >client.cache.variants.<a href =" ./src/resources/cache/variants.ts " >get</a >({ ...params }) -> VariantGetResponse</code >
626
627
@@ -4318,8 +4319,8 @@ Types:
4318
4319
4319
4320
Methods:
4320
4321
4321
- - <code title =" patch /zones/{zone_id}/devices/policy/certificates " >client.zeroTrust.devices.policies.default.certificates.<a href =" ./src/resources/zero-trust/devices/policies/default/certificates.ts " >edit</a >({ ...params }) -> CertificateEditResponse</code >
4322
- - <code title =" get /zones/{zone_id}/devices/policy/certificates " >client.zeroTrust.devices.policies.default.certificates.<a href =" ./src/resources/zero-trust/devices/policies/default/certificates.ts " >get</a >({ ...params }) -> CertificateGetResponse</code >
4322
+ - <code title =" patch /zones/{zone_id}/devices/policy/certificates " >client.zeroTrust.devices.policies.default.certificates.<a href =" ./src/resources/zero-trust/devices/policies/default/certificates.ts " >edit</a >({ ...params }) -> CertificateEditResponse | null </code >
4323
+ - <code title =" get /zones/{zone_id}/devices/policy/certificates " >client.zeroTrust.devices.policies.default.certificates.<a href =" ./src/resources/zero-trust/devices/policies/default/certificates.ts " >get</a >({ ...params }) -> CertificateGetResponse | null </code >
4323
4324
4324
4325
#### Custom
4325
4326
@@ -4414,7 +4415,7 @@ Methods:
4414
4415
4415
4416
- <code title =" post /accounts/{account_id}/devices/posture/integration " >client.zeroTrust.devices.posture.integrations.<a href =" ./src/resources/zero-trust/devices/posture/integrations.ts " >create</a >({ ...params }) -> Integration | null</code >
4416
4417
- <code title =" get /accounts/{account_id}/devices/posture/integration " >client.zeroTrust.devices.posture.integrations.<a href =" ./src/resources/zero-trust/devices/posture/integrations.ts " >list</a >({ ...params }) -> IntegrationsSinglePage</code >
4417
- - <code title =" delete /accounts/{account_id}/devices/posture/integration/{integration_id} " >client.zeroTrust.devices.posture.integrations.<a href =" ./src/resources/zero-trust/devices/posture/integrations.ts " >delete</a >(integrationId, { ...params }) -> IntegrationDeleteResponse</code >
4418
+ - <code title =" delete /accounts/{account_id}/devices/posture/integration/{integration_id} " >client.zeroTrust.devices.posture.integrations.<a href =" ./src/resources/zero-trust/devices/posture/integrations.ts " >delete</a >(integrationId, { ...params }) -> IntegrationDeleteResponse | null </code >
4418
4419
- <code title =" patch /accounts/{account_id}/devices/posture/integration/{integration_id} " >client.zeroTrust.devices.posture.integrations.<a href =" ./src/resources/zero-trust/devices/posture/integrations.ts " >edit</a >(integrationId, { ...params }) -> Integration | null</code >
4419
4420
- <code title =" get /accounts/{account_id}/devices/posture/integration/{integration_id} " >client.zeroTrust.devices.posture.integrations.<a href =" ./src/resources/zero-trust/devices/posture/integrations.ts " >get</a >(integrationId, { ...params }) -> Integration | null</code >
4420
4421
@@ -4426,7 +4427,7 @@ Types:
4426
4427
4427
4428
Methods:
4428
4429
4429
- - <code title =" post /accounts/{account_id}/devices/revoke " >client.zeroTrust.devices.revoke.<a href =" ./src/resources/zero-trust/devices/revoke.ts " >create</a >([ ...body ] ) -> RevokeCreateResponse</code >
4430
+ - <code title =" post /accounts/{account_id}/devices/revoke " >client.zeroTrust.devices.revoke.<a href =" ./src/resources/zero-trust/devices/revoke.ts " >create</a >([ ...body ] ) -> RevokeCreateResponse | null </code >
4430
4431
4431
4432
### Settings
4432
4433
@@ -4448,7 +4449,7 @@ Types:
4448
4449
4449
4450
Methods:
4450
4451
4451
- - <code title =" post /accounts/{account_id}/devices/unrevoke " >client.zeroTrust.devices.unrevoke.<a href =" ./src/resources/zero-trust/devices/unrevoke.ts " >create</a >([ ...body ] ) -> UnrevokeCreateResponse</code >
4452
+ - <code title =" post /accounts/{account_id}/devices/unrevoke " >client.zeroTrust.devices.unrevoke.<a href =" ./src/resources/zero-trust/devices/unrevoke.ts " >create</a >([ ...body ] ) -> UnrevokeCreateResponse | null </code >
4452
4453
4453
4454
### OverrideCodes
4454
4455
@@ -5689,7 +5690,7 @@ Methods:
5689
5690
5690
5691
- <code title =" post /accounts/{account_id}/vectorize/v2/indexes " >client.vectorize.indexes.<a href =" ./src/resources/vectorize/indexes/indexes.ts " >create</a >({ ...params }) -> CreateIndex | null</code >
5691
5692
- <code title =" get /accounts/{account_id}/vectorize/v2/indexes " >client.vectorize.indexes.<a href =" ./src/resources/vectorize/indexes/indexes.ts " >list</a >({ ...params }) -> CreateIndicesSinglePage</code >
5692
- - <code title =" delete /accounts/{account_id}/vectorize/v2/indexes/{index_name} " >client.vectorize.indexes.<a href =" ./src/resources/vectorize/indexes/indexes.ts " >delete</a >(indexName, { ...params }) -> IndexDeleteResponse</code >
5693
+ - <code title =" delete /accounts/{account_id}/vectorize/v2/indexes/{index_name} " >client.vectorize.indexes.<a href =" ./src/resources/vectorize/indexes/indexes.ts " >delete</a >(indexName, { ...params }) -> IndexDeleteResponse | null </code >
5693
5694
- <code title =" post /accounts/{account_id}/vectorize/v2/indexes/{index_name}/delete_by_ids " >client.vectorize.indexes.<a href =" ./src/resources/vectorize/indexes/indexes.ts " >deleteByIds</a >(indexName, { ...params }) -> IndexDeleteByIDsResponse | null</code >
5694
5695
- <code title =" get /accounts/{account_id}/vectorize/v2/indexes/{index_name} " >client.vectorize.indexes.<a href =" ./src/resources/vectorize/indexes/indexes.ts " >get</a >(indexName, { ...params }) -> CreateIndex | null</code >
5695
5696
- <code title =" post /accounts/{account_id}/vectorize/v2/indexes/{index_name}/get_by_ids " >client.vectorize.indexes.<a href =" ./src/resources/vectorize/indexes/indexes.ts " >getByIds</a >(indexName, { ...params }) -> IndexGetByIDsResponse | null</code >
@@ -6743,12 +6744,10 @@ Methods:
6743
6744
6744
6745
Types:
6745
6746
6746
- - <code ><a href =" ./src/resources/origin-post-quantum-encryption.ts " >OriginPostQuantumEncryptionUpdateResponse</a ></code >
6747
6747
- <code ><a href =" ./src/resources/origin-post-quantum-encryption.ts " >OriginPostQuantumEncryptionGetResponse</a ></code >
6748
6748
6749
6749
Methods:
6750
6750
6751
- - <code title =" put /zones/{zone_id}/cache/origin_post_quantum_encryption " >client.originPostQuantumEncryption.<a href =" ./src/resources/origin-post-quantum-encryption.ts " >update</a >({ ...params }) -> OriginPostQuantumEncryptionUpdateResponse</code >
6752
6751
- <code title =" get /zones/{zone_id}/cache/origin_post_quantum_encryption " >client.originPostQuantumEncryption.<a href =" ./src/resources/origin-post-quantum-encryption.ts " >get</a >({ ...params }) -> OriginPostQuantumEncryptionGetResponse</code >
6753
6752
6754
6753
# Speed
0 commit comments