Skip to content

Commit

Permalink
feat(SynCLI): Generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
NSSPKrishna committed Aug 22, 2023
1 parent 93afc5c commit 6a3b379
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .tutone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ packages:
max_query_field_depth: 1
- name: "steps"
max_query_field_depth: 1
- name: "automatedTestResult"
max_query_field_depth: 6
mutations:
- name: syntheticsCreateSecureCredential
max_query_field_depth: 2
Expand Down Expand Up @@ -216,6 +218,8 @@ packages:
max_query_field_depth: 2
- name: syntheticsPurgePrivateLocationQueue
max_query_field_depth: 2
- name: syntheticsStartAutomatedTest
max_query-field_depth: 4
types:
- name: EpochMilliseconds
field_type_override: "*nrtime.EpochMilliseconds"
Expand Down
127 changes: 125 additions & 2 deletions pkg/synthetics/synthetics_api.go

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

Loading

0 comments on commit 6a3b379

Please sign in to comment.