Skip to content

Commit

Permalink
removed testing app
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Aug 7, 2024
1 parent 480daec commit 3f3cc6d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 470 deletions.
38 changes: 19 additions & 19 deletions shuffle-tools/1.2.0/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1106,25 +1106,25 @@ actions:
returns:
schema:
type: string
- name: get_standardized_data
description: 'Used to run standardized synonym translations of data to make it easier to use in automation. This can be done automatically in subflows as well'
parameters:
- name: json_input
description: The full JSON blob to automatically translate
required: true
multiline: true
example: '{"ref": "1234"}'
schema:
type: string
- name: input_type
description: The data type of the input
required: true
multiline: true
example: 'cases'
options:
- cases
schema:
type: string
#- name: get_standardized_data
# description: 'Used to run standardized synonym translations of data to make it easier to use in automation. This can be done automatically in subflows as well'
# parameters:
# - name: json_input
# description: The full JSON blob to automatically translate
# required: true
# multiline: true
# example: '{"ref": "1234"}'
# schema:
# type: string
# - name: input_type
# description: The data type of the input
# required: true
# multiline: true
# example: 'cases'
# options:
# - cases
# schema:
# type: string
- name: generate_random_string
description: 'Used to generate passwords and random strings'
parameters:
Expand Down
26 changes: 0 additions & 26 deletions testing/1.0.0/Dockerfile

This file was deleted.

178 changes: 0 additions & 178 deletions testing/1.0.0/api.yaml

This file was deleted.

1 change: 0 additions & 1 deletion testing/1.0.0/requirements.txt

This file was deleted.

17 changes: 0 additions & 17 deletions testing/1.0.0/run

This file was deleted.

101 changes: 0 additions & 101 deletions testing/1.0.0/src/app.py

This file was deleted.

Loading

0 comments on commit 3f3cc6d

Please sign in to comment.