-
Notifications
You must be signed in to change notification settings - Fork 871
[ci] Update Typedoc (9abb76f) #2772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| ## Properties | ||
|
|
||
| | Property | Type | Description | | ||
| | ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | <a id="debug"></a> `debug` | <code>() => \{ [key: string]: any; \}</code> | Used to help debug issues when using Clerk in development. | | ||
| | <a id="gettoken"></a> `getToken` | <code>() => Promise\<null\> \| () => Promise\<string\> \| [ServerGetToken](../types/server-get-token.mdx) \| () => Promise\<null\></code> | A function that gets the current user's [session token](/docs/guides/sessions/session-tokens) or a [custom JWT template](/docs/guides/sessions/jwt-templates). | | ||
| | <a id="has"></a> `has` | <code>[CheckAuthorizationFromSessionClaims](../types/check-authorization-from-session-claims.mdx) \| () => false</code> | A function that checks if the user has an organization role or custom permission. | | ||
| | <a id="tokentype"></a> `tokenType` | <code>null \| "api_key" \| "session_token" \| "m2m_token" \| "oauth_token"</code> | The allowed token type. | | ||
| | Property | Type | Description | | ||
| | ---------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | <a id="debug"></a> `debug` | <code>() => \{ [key: string]: any; \}</code> | Used to help debug issues when using Clerk in development. | | ||
| | <a id="gettoken"></a> `getToken` | <code>() => Promise\<null\> \| () => Promise\<string\> \| ServerGetToken \| () => Promise\<null\></code> | A function that gets the current user's [session token](/docs/guides/sessions/session-tokens) or a [custom JWT template](/docs/guides/sessions/jwt-templates). | | ||
| | <a id="has"></a> `has` | <code>CheckAuthorizationFromSessionClaims \| () => false</code> | A function that checks if the user has an organization role or custom permission. | | ||
| | <a id="tokentype"></a> `tokenType` | <code>null \| "api_key" \| "session_token" \| "m2m_token" \| "oauth_token"</code> | The allowed token type. | | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,15 +2,15 @@ The `BillingSubscription` object is similar to the [`BillingSubscriptionResource | |
|
|
||
| ## Properties | ||
|
|
||
| | Property | Type | Description | | ||
| | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | | ||
| | <a id="activeat"></a> `activeAt` | <code>null \| number</code> | Unix timestamp (milliseconds) of when the subscription became active. | | ||
| | <a id="createdat"></a> `createdAt` | `number` | Unix timestamp (milliseconds) of when the subscription was created. | | ||
| | <a id="eligibleforfreetrial"></a> `eligibleForFreeTrial` | `boolean` | Whether the payer is eligible for a free trial. | | ||
| | <a id="id"></a> `id` | `string` | The unique identifier for the billing subscription. | | ||
| | <a id="nextpayment"></a> `nextPayment` | <code>null \| \{ amount: [BillingMoneyAmount](/docs/reference/javascript/types/billing-money-amount); date: number; \}</code> | Information about the next scheduled payment. | | ||
| | <a id="pastdueat"></a> `pastDueAt` | <code>null \| number</code> | Unix timestamp (milliseconds) of when the subscription became past due. | | ||
| | <a id="payerid"></a> `payerId` | `string` | The ID of the payer for this subscription. | | ||
| | <a id="status"></a> `status` | <code>"abandoned" \| "active" \| "ended" \| "canceled" \| "incomplete" \| "past_due"</code> | The current status of the subscription. | | ||
| | <a id="subscriptionitems"></a> `subscriptionItems` | <code>[BillingSubscriptionItem](billing-subscription-item.mdx)[]</code> | Array of subscription items in this subscription. | | ||
| | <a id="updatedat"></a> `updatedAt` | `number` | Unix timestamp (milliseconds) of when the subscription was last updated. | | ||
| | Property | Type | Description | | ||
| | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | | ||
| | <a id="activeat"></a> `activeAt` | <code>null \| number</code> | Unix timestamp (milliseconds) of when the subscription became active. | | ||
| | <a id="createdat"></a> `createdAt` | `number` | Unix timestamp (milliseconds) of when the subscription was created. | | ||
| | <a id="eligibleforfreetrial"></a> `eligibleForFreeTrial` | `boolean` | Whether the payer is eligible for a free trial. | | ||
| | <a id="id"></a> `id` | `string` | The unique identifier for the billing subscription. | | ||
| | <a id="nextpayment"></a> `nextPayment` | <code>null \| \{ amount: [`BillingMoneyAmount`](/docs/reference/javascript/types/billing-money-amount); date: number; \}</code> | Information about the next scheduled payment. | | ||
| | <a id="pastdueat"></a> `pastDueAt` | <code>null \| number</code> | Unix timestamp (milliseconds) of when the subscription became past due. | | ||
| | <a id="payerid"></a> `payerId` | `string` | The ID of the payer for this subscription. | | ||
| | <a id="status"></a> `status` | <code>"abandoned" \| "active" \| "ended" \| "canceled" \| "incomplete" \| "past_due"</code> | The current status of the subscription. | | ||
| | <a id="subscriptionitems"></a> `subscriptionItems` | <code>[BillingSubscriptionItem](billing-subscription-item.mdx)[]</code> | Array of subscription items in this subscription. | | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a broken link / missing a link replacement
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure of this one bcs of several reasons:
|
||
| | <a id="updatedat"></a> `updatedAt` | `number` | Unix timestamp (milliseconds) of when the subscription was last updated. | | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lost a link here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having a look rn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These links were broken in the first place, as there aren't links in the first place to link these too. This is also a typedoc that's not being used as we discussed. So I think we're safe to ignore.