Skip to content

Commit 557bf9f

Browse files
committed
fix backticks
1 parent e2977ae commit 557bf9f

File tree

271 files changed

+1063
-1063
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+1063
-1063
lines changed

xdks/typescript/reference/interfaces/AccountActivityCreateReplayJobResponse.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Confirmation that the replay job request was accepted.
88

99
## Properties
1010

11-
<ResponseField name="createdAt" type="`string`">
11+
<ResponseField name="createdAt" type="string">
1212
The UTC timestamp indicating when the replay job was created.
1313
</ResponseField>
1414

1515

1616

1717

1818

19-
<ResponseField name="jobId" type="`string`">
19+
<ResponseField name="jobId" type="string">
2020
The unique identifier for the initiated replay job.
2121
</ResponseField>
2222

xdks/typescript/reference/interfaces/AccountActivityCreateSubscriptionOptions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Options for createSubscription method
77

88
## Properties
99

10-
<ParamField name="body" type="[`AccountActivityCreateSubscriptionRequest`](/xdks/typescript/reference/interfaces/AccountActivityCreateSubscriptionRequest)">
10+
<ParamField name="body" type="[AccountActivityCreateSubscriptionRequest](/xdks/typescript/reference/interfaces/AccountActivityCreateSubscriptionRequest)">
1111
Request body
1212
</ParamField>
1313

1414

1515

1616

1717

18-
<ParamField name="requestOptions" type="[`RequestOptions`](/xdks/typescript/reference/interfaces/RequestOptions)">
18+
<ParamField name="requestOptions" type="[RequestOptions](/xdks/typescript/reference/interfaces/RequestOptions)">
1919
Additional request options
2020
</ParamField>
2121

xdks/typescript/reference/interfaces/AccountActivityCreateSubscriptionResponse.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Response for createSubscription
77

88
## Properties
99

10-
<ResponseField name="data" type="`Record`\<`string`, `any`\>">
10+
<ResponseField name="data" type="Record\<string, any\>">
1111

1212
</ResponseField>
1313

1414

1515

16-
<ResponseField name="errors" type="`any`[]">
16+
<ResponseField name="errors" type="any[]">
1717

1818
</ResponseField>
1919

xdks/typescript/reference/interfaces/AccountActivityDeleteSubscriptionResponse.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Response for deleteSubscription
77

88
## Properties
99

10-
<ResponseField name="data" type="`Record`\<`string`, `any`\>">
10+
<ResponseField name="data" type="Record\<string, any\>">
1111

1212
</ResponseField>
1313

1414

1515

16-
<ResponseField name="errors" type="`any`[]">
16+
<ResponseField name="errors" type="any[]">
1717

1818
</ResponseField>
1919

xdks/typescript/reference/interfaces/AccountActivityGetSubscriptionCountResponse.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Response for getSubscriptionCount
77

88
## Properties
99

10-
<ResponseField name="data" type="`Record`\<`string`, `any`\>" required>
10+
<ResponseField name="data" type="Record\<string, any\>" required>
1111
The count of active subscriptions across all webhooks
1212
</ResponseField>
1313

1414

1515

1616

1717

18-
<ResponseField name="errors" type="`any`[]">
18+
<ResponseField name="errors" type="any[]">
1919

2020
</ResponseField>
2121

xdks/typescript/reference/interfaces/AccountActivityGetSubscriptionsResponse.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Response for getSubscriptions
77

88
## Properties
99

10-
<ResponseField name="data" type="`Record`\<`string`, `any`\>" required>
10+
<ResponseField name="data" type="Record\<string, any\>" required>
1111
The list of active subscriptions for a specified webhook
1212
</ResponseField>
1313

1414

1515

1616

1717

18-
<ResponseField name="errors" type="`any`[]">
18+
<ResponseField name="errors" type="any[]">
1919

2020
</ResponseField>
2121

xdks/typescript/reference/interfaces/AccountActivityValidateSubscriptionResponse.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Response for validateSubscription
77

88
## Properties
99

10-
<ResponseField name="data" type="`Record`\<`string`, `any`\>">
10+
<ResponseField name="data" type="Record\<string, any\>">
1111

1212
</ResponseField>
1313

1414

1515

16-
<ResponseField name="errors" type="`any`[]">
16+
<ResponseField name="errors" type="any[]">
1717

1818
</ResponseField>
1919

xdks/typescript/reference/interfaces/ActivityCreateSubscriptionOptions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Options for createSubscription method
77

88
## Properties
99

10-
<ParamField name="body" type="[`ActivityCreateSubscriptionRequest`](/xdks/typescript/reference/interfaces/ActivityCreateSubscriptionRequest)">
10+
<ParamField name="body" type="[ActivityCreateSubscriptionRequest](/xdks/typescript/reference/interfaces/ActivityCreateSubscriptionRequest)">
1111
Request body
1212
</ParamField>
1313

1414

1515

1616

1717

18-
<ParamField name="requestOptions" type="[`RequestOptions`](/xdks/typescript/reference/interfaces/RequestOptions)">
18+
<ParamField name="requestOptions" type="[RequestOptions](/xdks/typescript/reference/interfaces/RequestOptions)">
1919
Additional request options
2020
</ParamField>
2121

xdks/typescript/reference/interfaces/ActivityCreateSubscriptionRequest.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ Request body for createSubscription
77

88
## Properties
99

10-
<ResponseField name="eventType" type="`string`">
10+
<ResponseField name="eventType" type="string">
1111

1212
</ResponseField>
1313

1414

1515

16-
<ResponseField name="filter" type="`Record`\<`string`, `any`\>">
16+
<ResponseField name="filter" type="Record\<string, any\>">
1717
An XAA subscription.
1818
</ResponseField>
1919

2020

2121

2222

2323

24-
<ResponseField name="tag" type="`string`">
24+
<ResponseField name="tag" type="string">
2525

2626
</ResponseField>
2727

2828

2929

30-
<ResponseField name="webhookId" type="`string`">
30+
<ResponseField name="webhookId" type="string">
3131
The unique identifier of this webhook config.
3232
</ResponseField>
3333

xdks/typescript/reference/interfaces/ActivityCreateSubscriptionResponse.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ Response for createSubscription
77

88
## Properties
99

10-
<ResponseField name="data" type="`Record`\<`string`, `any`\>">
10+
<ResponseField name="data" type="Record\<string, any\>">
1111

1212
</ResponseField>
1313

1414

1515

16-
<ResponseField name="errors" type="`any`[]">
16+
<ResponseField name="errors" type="any[]">
1717

1818
</ResponseField>
1919

2020

2121

22-
<ResponseField name="meta" type="`Record`\<`string`, `any`\>">
22+
<ResponseField name="meta" type="Record\<string, any\>">
2323

2424
</ResponseField>
2525

0 commit comments

Comments
 (0)