Skip to content

Commit

Permalink
Generated v7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 22, 2024
1 parent 8934fae commit c626d70
Show file tree
Hide file tree
Showing 817 changed files with 824 additions and 817 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v7.8.0](https://github.com/fastly/fastly-js/releases/tag/release/v7.8.0) (2024-08-21)

**Bug fixes:**

- bugfix(py): Add dependencies to pyproject.toml.
- fix(billing): make rate-per-unit nullable

## [v7.7.0](https://github.com/fastly/fastly-js/releases/tag/release/v7.7.0) (2024-08-08)

**Bug fixes:**
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": "7.7.0",
"version": "7.8.0",
"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": "01161630", "D": "80b361d0"}
{"G": "6c487eff", "D": "8fce7d1c"}
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 7.7.0
* @version 7.8.0
*/

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

/**
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
export default class BillingApi {

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

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

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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 @@ -18,7 +18,7 @@ import InlineResponse200 from '../model/InlineResponse200';
/**
* Domain service.
* @module api/DomainApi
* @version 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
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 7.7.0
* @version 7.8.0
*/
export default class HeaderApi {

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

Expand Down
2 changes: 1 addition & 1 deletion src/api/HistoricalApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import HistoricalUsageServiceResponse from '../model/HistoricalUsageServiceRespo
/**
* Historical service.
* @module api/HistoricalApi
* @version 7.7.0
* @version 7.8.0
*/
export default class HistoricalApi {

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

Expand Down
2 changes: 1 addition & 1 deletion src/api/IamPermissionsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* IamPermissions service.
* @module api/IamPermissionsApi
* @version 7.7.0
* @version 7.8.0
*/
export default class IamPermissionsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/IamRolesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* IamRoles service.
* @module api/IamRolesApi
* @version 7.7.0
* @version 7.8.0
*/
export default class IamRolesApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/IamServiceGroupsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* IamServiceGroups service.
* @module api/IamServiceGroupsApi
* @version 7.7.0
* @version 7.8.0
*/
export default class IamServiceGroupsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/IamUserGroupsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* IamUserGroups service.
* @module api/IamUserGroupsApi
* @version 7.7.0
* @version 7.8.0
*/
export default class IamUserGroupsApi {

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

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

Expand Down
Loading

0 comments on commit c626d70

Please sign in to comment.