Skip to content

Commit

Permalink
ci: Generate code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Nov 25, 2024
1 parent c08370a commit 9aa8e71
Show file tree
Hide file tree
Showing 4 changed files with 817 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/snapshots/blueprint.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ Generated by [AVA](https://avajs.dev).
{
endpoints: [
{
authMethods: [
'api_key',
],
codeSamples: [
{
code: {
Expand Down Expand Up @@ -386,6 +389,10 @@ Generated by [AVA](https://avajs.dev).
undocumentedMessage: '',
},
{
authMethods: [
'api_key',
'client_session',
],
codeSamples: [
{
code: {
Expand Down Expand Up @@ -527,6 +534,7 @@ Generated by [AVA](https://avajs.dev).
{
endpoints: [
{
authMethods: [],
codeSamples: [
{
code: {
Expand Down Expand Up @@ -655,6 +663,7 @@ Generated by [AVA](https://avajs.dev).
{
endpoints: [
{
authMethods: [],
codeSamples: [
{
code: {
Expand Down Expand Up @@ -773,6 +782,7 @@ Generated by [AVA](https://avajs.dev).
{
endpoints: [
{
authMethods: [],
codeSamples: [
{
code: {
Expand Down Expand Up @@ -1140,6 +1150,9 @@ Generated by [AVA](https://avajs.dev).
{
endpoints: [
{
authMethods: [
'api_key',
],
codeSamples: [
{
code: {
Expand Down Expand Up @@ -1285,6 +1298,10 @@ Generated by [AVA](https://avajs.dev).
undocumentedMessage: '',
},
{
authMethods: [
'api_key',
'client_session',
],
codeSamples: [
{
code: {
Expand Down Expand Up @@ -1442,6 +1459,7 @@ Generated by [AVA](https://avajs.dev).
{
endpoints: [
{
authMethods: [],
codeSamples: [
{
code: {
Expand Down Expand Up @@ -1586,6 +1604,7 @@ Generated by [AVA](https://avajs.dev).
{
endpoints: [
{
authMethods: [],
codeSamples: [
{
code: {
Expand Down Expand Up @@ -1720,6 +1739,7 @@ Generated by [AVA](https://avajs.dev).
{
endpoints: [
{
authMethods: [],
codeSamples: [
{
code: {
Expand Down
Binary file modified test/snapshots/blueprint.test.ts.snap
Binary file not shown.
Loading

0 comments on commit 9aa8e71

Please sign in to comment.