Skip to content

Commit

Permalink
docs: update api
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Nov 26, 2021
1 parent 48033ad commit 53285cc
Showing 1 changed file with 44 additions and 43 deletions.
87 changes: 44 additions & 43 deletions src/api.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
## API Report File for "@builder.io/partytown-integration"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
// @public
export const appendForwardProperty: (
propertyName: PartytownForwardPropertyName,
propertyType?: PartytownForwardPropertyType
) => string;

// @public (undocumented)
export interface PartytownConfig {
debug?: boolean;
// Warning: (ae-forgotten-export) The symbol "PartytownForwardProperty" needs to be exported by the entry point index.d.ts
forward?: PartytownForwardProperty[];
lib?: string;
logCalls?: boolean;
logGetters?: boolean;
logImageRequests?: boolean;
logMainAccess?: boolean;
logScriptExecution?: boolean;
logSendBeaconRequests?: boolean;
logSetters?: boolean;
logStackTraces?: boolean;
}

// @public
export type PartytownForwardPropertyName = string;

// Warning: (ae-forgotten-export) The symbol "PartytownForwardPropertyArrayType" needs to be exported by the entry point index.d.ts
//
// @public
export type PartytownForwardPropertyType = PartytownForwardPropertyArrayType | undefined;

// @public (undocumented)
export const partytownSnippet: (config: PartytownConfig) => string;

// @public
export const SCRIPT_TYPE = 'text/partytown';

// (No @packageDocumentation comment for this package)
```
## API Report File for "@builder.io/partytown-integration"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
// @public
export const appendForwardProperty: (
propertyName: PartytownForwardPropertyName,
propertyType?: PartytownForwardPropertyType
) => string;

// @public (undocumented)
export interface PartytownConfig {
debug?: boolean;
// Warning: (ae-forgotten-export) The symbol "PartytownForwardProperty" needs to be exported by the entry point index.d.ts
forward?: PartytownForwardProperty[];
lib?: string;
logCalls?: boolean;
logGetters?: boolean;
logImageRequests?: boolean;
logMainAccess?: boolean;
logScriptExecution?: boolean;
logSendBeaconRequests?: boolean;
logSetters?: boolean;
logStackTraces?: boolean;
resolveUrl?(url: URL, location: Location): URL | undefined | null;
}

// @public
export type PartytownForwardPropertyName = string;

// Warning: (ae-forgotten-export) The symbol "PartytownForwardPropertyArrayType" needs to be exported by the entry point index.d.ts
//
// @public
export type PartytownForwardPropertyType = PartytownForwardPropertyArrayType | undefined;

// @public (undocumented)
export const partytownSnippet: (config: PartytownConfig) => string;

// @public
export const SCRIPT_TYPE = 'text/partytown';

// (No @packageDocumentation comment for this package)
```

1 comment on commit 53285cc

@vercel
Copy link

@vercel vercel bot commented on 53285cc Nov 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.