Skip to content

Commit

Permalink
chore(release): set package.json to 0.1.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [0.1.0-alpha.1](v0.0.1-alpha.10...v0.1.0-alpha.1) (2022-01-17)

### Features

* **user-agent:** add custom user agent for usage tracking purposese of cli ([c0b18af](c0b18af))
  • Loading branch information
semantic-release-bot committed Jan 17, 2022
1 parent c0b18af commit 54768ea
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.1.0-alpha.1](https://github.com/apimatic/apimatic-sdk-for-js/compare/v0.0.1-alpha.10...v0.1.0-alpha.1) (2022-01-17)


### Features

* **user-agent:** add custom user agent for usage tracking purposese of cli ([c0b18af](https://github.com/apimatic/apimatic-sdk-for-js/commit/c0b18af21d7c19847f1287debcf3dc0b3765792e))

## [0.0.1-alpha.10](https://github.com/apimatic/apimatic-sdk-for-js/compare/v0.0.1-alpha.9...v0.0.1-alpha.10) (2022-01-05)


Expand Down
3 changes: 3 additions & 0 deletions dist/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import { ClientInterface, SdkRequestBuilderFactory } from './clientInterface';
import { Configuration } from './configuration';
export declare class Client implements ClientInterface {
private _config;
private _timeout;
private _retryConfig;
private _requestBuilderFactory;
private _userAgent;
constructor(config?: Partial<Configuration>);
getRequestBuilderFactory(): SdkRequestBuilderFactory;
/**
Expand Down
2 changes: 2 additions & 0 deletions dist/configuration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { HttpClientOptions } from './core';
/** An interface for all configuration parameters required by the SDK. */
export interface Configuration {
timeout: number;
environment: Environment;
authorization: string;
httpClientOptions?: Partial<HttpClientOptions>;
unstable_httpClientOptions?: any;
}
/** Environments available for API */
Expand Down
3 changes: 3 additions & 0 deletions dist/defaultConfiguration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Configuration } from './configuration';
import { RetryConfiguration } from './core';
/** Default values for the configuration parameters of the client. */
export declare const DEFAULT_CONFIGURATION: Configuration;
/** Default values for retry configuration parameters. */
export declare const DEFAULT_RETRY_CONFIG: RetryConfiguration;
50 changes: 40 additions & 10 deletions dist/sdk.cjs.development.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sdk.cjs.development.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sdk.cjs.production.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sdk.cjs.production.min.js.map

Large diffs are not rendered by default.

53 changes: 41 additions & 12 deletions dist/sdk.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sdk.esm.js.map

Large diffs are not rendered by default.

0 comments on commit 54768ea

Please sign in to comment.