Skip to content

Commit

Permalink
Generated v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 13, 2023
1 parent 93d866f commit 68d24c1
Show file tree
Hide file tree
Showing 759 changed files with 798 additions and 789 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v5.0.2](https://github.com/fastly/fastly-js/releases/tag/release/v5.0.2) (2023-07-13)

**Bug fixes:**

- fix(logging_gcs): set expected default value for 'path'.
- fix(origin_inspector_historical): use correct type for 'values'.
- fix(tls_subscriptions): fix argument order for deleting globalsign email challenge.

## [v5.0.1](https://github.com/fastly/fastly-js/releases/tag/release/v5.0.1) (2023-07-12)

**Bug fixes:**
Expand Down
2 changes: 1 addition & 1 deletion docs/LoggingGcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Name | Type | Description | Notes
**secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional]
**account_name** | **String** | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided. | [optional]
**bucket_name** | **String** | The name of the GCS bucket. | [optional]
**path** | **String** | The path to upload logs to. | [optional]
**path** | **String** | | [optional] [defaults to '/']
**public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional] [defaults to 'null']
**project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional]

Expand Down
2 changes: 1 addition & 1 deletion docs/LoggingGcsAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bucket_name** | **String** | The name of the GCS bucket. | [optional]
**path** | **String** | The path to upload logs to. | [optional]
**path** | **String** | | [optional] [defaults to '/']
**public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional] [defaults to 'null']
**project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional]

Expand Down
8 changes: 4 additions & 4 deletions docs/LoggingGcsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const options = {
secret_key: "secret_key_example",
account_name: "account_name_example",
bucket_name: "bucket_name_example",
path: "path_example",
path: "'/'",
public_key: "'null'",
project_id: "project_id_example",
};
Expand Down Expand Up @@ -76,7 +76,7 @@ Name | Type | Description | Notes
**secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional]
**account_name** | **String** | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided. | [optional]
**bucket_name** | **String** | The name of the GCS bucket. | [optional]
**path** | **String** | The path to upload logs to. | [optional]
**path** | **String** | | [optional] [defaults to '/']
**public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional] [defaults to 'null']
**project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional]

Expand Down Expand Up @@ -229,7 +229,7 @@ const options = {
secret_key: "secret_key_example",
account_name: "account_name_example",
bucket_name: "bucket_name_example",
path: "path_example",
path: "'/'",
public_key: "'null'",
project_id: "project_id_example",
};
Expand Down Expand Up @@ -264,7 +264,7 @@ Name | Type | Description | Notes
**secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional]
**account_name** | **String** | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided. | [optional]
**bucket_name** | **String** | The name of the GCS bucket. | [optional]
**path** | **String** | The path to upload logs to. | [optional]
**path** | **String** | | [optional] [defaults to '/']
**public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional] [defaults to 'null']
**project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional]

Expand Down
2 changes: 1 addition & 1 deletion docs/LoggingGcsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Name | Type | Description | Notes
**secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional]
**account_name** | **String** | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided. | [optional]
**bucket_name** | **String** | The name of the GCS bucket. | [optional]
**path** | **String** | The path to upload logs to. | [optional]
**path** | **String** | | [optional] [defaults to '/']
**public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional] [defaults to 'null']
**project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional]
**created_at** | **Date** | Date and time in ISO 8601 format. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion docs/OriginInspectorHistoricalData.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dimensions** | [**OriginInspectorDimensions**](OriginInspectorDimensions.md) | | [optional]
**values** | [**Values**](Values.md) | | [optional]
**values** | [**[OriginInspectorValues]**](OriginInspectorValues.md) | An array of values representing the metric values at each point in time. Note that this dataset is sparse: only the keys with non-zero values will be included in the record. | [optional]


[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
6 changes: 3 additions & 3 deletions docs/TlsSubscriptionsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Name | Type | Description | Notes
## `deleteGlobalsignEmailChallenge`

```javascript
deleteGlobalsignEmailChallenge({ tls_subscription_id, globalsign_email_challenge_id, tls_authorization_id })
deleteGlobalsignEmailChallenge({ tls_subscription_id, tls_authorization_id, globalsign_email_challenge_id })
```

Deletes a GlobalSign email challenge. After a GlobalSign email challenge is deleted, the domain can use HTTP and DNS validation methods again.
Expand All @@ -105,8 +105,8 @@ Deletes a GlobalSign email challenge. After a GlobalSign email challenge is dele
```javascript
const options = {
tls_subscription_id: "tls_subscription_id_example", // required
globalsign_email_challenge_id: gU3guUGZzb2W9Euo4Mo0r, // required
tls_authorization_id: "tls_authorization_id_example", // required
globalsign_email_challenge_id: gU3guUGZzb2W9Euo4Mo0r, // required
};

apiInstance.deleteGlobalsignEmailChallenge(options)
Expand All @@ -123,8 +123,8 @@ apiInstance.deleteGlobalsignEmailChallenge(options)
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**tls_subscription_id** | **String** | Alphanumeric string identifying a TLS subscription. |
**globalsign_email_challenge_id** | **String** | Alphanumeric string identifying a GlobalSign email challenge. |
**tls_authorization_id** | **String** | Alphanumeric string identifying a TLS subscription. |
**globalsign_email_challenge_id** | **String** | Alphanumeric string identifying a GlobalSign email challenge. |

### Return type

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastly",
"version": "5.0.1",
"version": "5.0.2",
"description": "A JavaScript client library for interacting with most facets of the Fastly API.",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sig.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"G": "fd9c0491", "D": "f16293ec"}
{"G": "59fc714d", "D": "3bd4fb97"}
4 changes: 2 additions & 2 deletions src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const DEFAULT_RATELIMIT = 1000;

/**
* @module ApiClient
* @version 5.0.1
* @version 5.0.2
*/

/**
Expand Down Expand Up @@ -66,7 +66,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'fastly-js/5.0.1'
'User-Agent': 'fastly-js/5.0.2'
};

/**
Expand Down
2 changes: 1 addition & 1 deletion src/api/AclApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* Acl service.
* @module api/AclApi
* @version 5.0.1
* @version 5.0.2
*/
export default class AclApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/AclEntryApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* AclEntry service.
* @module api/AclEntryApi
* @version 5.0.1
* @version 5.0.2
*/
export default class AclEntryApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/ApexRedirectApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* ApexRedirect service.
* @module api/ApexRedirectApi
* @version 5.0.1
* @version 5.0.2
*/
export default class ApexRedirectApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/AutomationTokensApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import InlineResponse2001 from '../model/InlineResponse2001';
/**
* AutomationTokens service.
* @module api/AutomationTokensApi
* @version 5.0.1
* @version 5.0.2
*/
export default class AutomationTokensApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/BackendApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* Backend service.
* @module api/BackendApi
* @version 5.0.1
* @version 5.0.2
*/
export default class BackendApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/BillingAddressApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import UpdateBillingAddressRequest from '../model/UpdateBillingAddressRequest';
/**
* BillingAddress service.
* @module api/BillingAddressApi
* @version 5.0.1
* @version 5.0.2
*/
export default class BillingAddressApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/BillingApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import BillingResponse from '../model/BillingResponse';
/**
* Billing service.
* @module api/BillingApi
* @version 5.0.1
* @version 5.0.2
*/
export default class BillingApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/CacheSettingsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* CacheSettings service.
* @module api/CacheSettingsApi
* @version 5.0.1
* @version 5.0.2
*/
export default class CacheSettingsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/ConditionApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* Condition service.
* @module api/ConditionApi
* @version 5.0.1
* @version 5.0.2
*/
export default class ConditionApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/ConfigStoreApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* ConfigStore service.
* @module api/ConfigStoreApi
* @version 5.0.1
* @version 5.0.2
*/
export default class ConfigStoreApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/ConfigStoreItemApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* ConfigStoreItem service.
* @module api/ConfigStoreItemApi
* @version 5.0.1
* @version 5.0.2
*/
export default class ConfigStoreItemApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/ContactApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import SchemasContactResponse from '../model/SchemasContactResponse';
/**
* Contact service.
* @module api/ContactApi
* @version 5.0.1
* @version 5.0.2
*/
export default class ContactApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/ContentApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Content from '../model/Content';
/**
* Content service.
* @module api/ContentApi
* @version 5.0.1
* @version 5.0.2
*/
export default class ContentApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/CustomerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import SchemasUserResponse from '../model/SchemasUserResponse';
/**
* Customer service.
* @module api/CustomerApi
* @version 5.0.1
* @version 5.0.2
*/
export default class CustomerApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DictionaryApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* Dictionary service.
* @module api/DictionaryApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DictionaryApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DictionaryInfoApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DictionaryInfoResponse from '../model/DictionaryInfoResponse';
/**
* DictionaryInfo service.
* @module api/DictionaryInfoApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DictionaryInfoApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DictionaryItemApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* DictionaryItem service.
* @module api/DictionaryItemApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DictionaryItemApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DiffApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DiffResponse from '../model/DiffResponse';
/**
* Diff service.
* @module api/DiffApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DiffApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DirectorApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* Director service.
* @module api/DirectorApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DirectorApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DirectorBackendApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* DirectorBackend service.
* @module api/DirectorBackendApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DirectorBackendApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DomainApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* Domain service.
* @module api/DomainApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DomainApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DomainInspectorHistoricalApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import HistoricalDomainsResponse from '../model/HistoricalDomainsResponse';
/**
* DomainInspectorHistorical service.
* @module api/DomainInspectorHistoricalApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DomainInspectorHistoricalApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DomainInspectorRealtimeApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DomainInspector from '../model/DomainInspector';
/**
* DomainInspectorRealtime service.
* @module api/DomainInspectorRealtimeApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DomainInspectorRealtimeApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DomainOwnershipsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import InlineResponse2002 from '../model/InlineResponse2002';
/**
* DomainOwnerships service.
* @module api/DomainOwnershipsApi
* @version 5.0.1
* @version 5.0.2
*/
export default class DomainOwnershipsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/EnabledProductsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import EnabledProductResponse from '../model/EnabledProductResponse';
/**
* EnabledProducts service.
* @module api/EnabledProductsApi
* @version 5.0.1
* @version 5.0.2
*/
export default class EnabledProductsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/EventsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import EventsResponse from '../model/EventsResponse';
/**
* Events service.
* @module api/EventsApi
* @version 5.0.1
* @version 5.0.2
*/
export default class EventsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/GzipApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* Gzip service.
* @module api/GzipApi
* @version 5.0.1
* @version 5.0.2
*/
export default class GzipApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/HeaderApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* Header service.
* @module api/HeaderApi
* @version 5.0.1
* @version 5.0.2
*/
export default class HeaderApi {

Expand Down
Loading

0 comments on commit 68d24c1

Please sign in to comment.