polyapi-python 0.3.1.dev14__py3-none-any.whl → 0.3.1.dev15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- polyapi/cli.py +2 -0
- polyapi/function_cli.py +1 -1
- polyapi/sync.py +1 -1
- {polyapi_python-0.3.1.dev14.dist-info → polyapi_python-0.3.1.dev15.dist-info}/METADATA +1 -1
- {polyapi_python-0.3.1.dev14.dist-info → polyapi_python-0.3.1.dev15.dist-info}/RECORD +8 -8
- {polyapi_python-0.3.1.dev14.dist-info → polyapi_python-0.3.1.dev15.dist-info}/LICENSE +0 -0
- {polyapi_python-0.3.1.dev14.dist-info → polyapi_python-0.3.1.dev15.dist-info}/WHEEL +0 -0
- {polyapi_python-0.3.1.dev14.dist-info → polyapi_python-0.3.1.dev15.dist-info}/top_level.txt +0 -0
polyapi/cli.py
CHANGED
polyapi/function_cli.py
CHANGED
|
@@ -53,7 +53,7 @@ def function_add_or_update(
|
|
|
53
53
|
"language": "python",
|
|
54
54
|
"returnType": return_type,
|
|
55
55
|
"returnTypeSchema": parsed["types"]["returns"]["typeSchema"],
|
|
56
|
-
"arguments": [{**p, "type": get_jsonschema_type(p["type"]) } for p in parsed["types"]["params"]],
|
|
56
|
+
"arguments": [{**p, "key": p["name"], "type": get_jsonschema_type(p["type"]) } for p in parsed["types"]["params"]],
|
|
57
57
|
"logsEnabled": logs_enabled or parsed["config"].get("logs_enabled", False),
|
|
58
58
|
}
|
|
59
59
|
|
polyapi/sync.py
CHANGED
|
@@ -58,7 +58,7 @@ def sync_function_and_get_id(deployable: SyncDeployment, code: str) -> str:
|
|
|
58
58
|
"returnType": deployable["types"]["returns"]["type"],
|
|
59
59
|
"returnTypeSchema": deployable["types"]["returns"]["typeSchema"],
|
|
60
60
|
**deployable["config"],
|
|
61
|
-
"arguments": [{**p, "type": get_jsonschema_type(p["type"]) } for p in deployable["types"]["params"]],
|
|
61
|
+
"arguments": [{**p, "key": p["name"], "type": get_jsonschema_type(p["type"]) } for p in deployable["types"]["params"]],
|
|
62
62
|
}
|
|
63
63
|
response = requests.post(url, headers=headers, json=payload)
|
|
64
64
|
response.raise_for_status()
|
|
@@ -2,7 +2,7 @@ polyapi/__init__.py,sha256=a1Poy1kaTncYnUg6nWRcTjVm-R1CUQk12UX7VYQ9d5k,616
|
|
|
2
2
|
polyapi/__main__.py,sha256=V4zhAh_YGxno5f_KSrlkELxcuDh9bR3WSd0n-2r-qQQ,93
|
|
3
3
|
polyapi/api.py,sha256=e-8nOzq6SXD7_YPVBlW82_9wVxDCc8XD9ioMv_QvnH0,1877
|
|
4
4
|
polyapi/auth.py,sha256=zrIGatjba5GwUTNjKj1GHQWTEDP9B-HrSzCKbLFoqvc,5336
|
|
5
|
-
polyapi/cli.py,sha256=
|
|
5
|
+
polyapi/cli.py,sha256=nhqJ437ICZWKcP31hcn6YdzrhSFDXEDn1tTJ5TnubEM,8307
|
|
6
6
|
polyapi/client.py,sha256=CoFDYvyKsqL4wPQbUDIr0Qb8Q5eD92xN4OEEcJEVuGQ,1296
|
|
7
7
|
polyapi/config.py,sha256=uvEvOfWYZTLmBmZX-5jJxCzWPpwzVmEOIiQIdi98P4Y,3015
|
|
8
8
|
polyapi/constants.py,sha256=sc-FnS0SngBLvSu1ZWMs0UCf9EYD1u1Yhfr-sZXGLns,607
|
|
@@ -10,7 +10,7 @@ polyapi/deployables.py,sha256=74Bs2kDhyoQhezc0I1V4pi7l-SYg7_zpYrXYPjAePMw,11954
|
|
|
10
10
|
polyapi/error_handler.py,sha256=I_e0iz6VM23FLVQWJljxs2NGcl_OODbi43OcbnqBlp8,2398
|
|
11
11
|
polyapi/exceptions.py,sha256=Zh7i7eCUhDuXEdUYjatkLFTeZkrx1BJ1P5ePgbJ9eIY,89
|
|
12
12
|
polyapi/execute.py,sha256=kXnvlNQ7nz9cRlV2_5gXH09UCmyiDP5zi3wiAw0uDuk,1943
|
|
13
|
-
polyapi/function_cli.py,sha256=
|
|
13
|
+
polyapi/function_cli.py,sha256=_mQCi5Eh08L7CWKklazI5UJzOhe1iZlS3pPRWqW5tuY,4165
|
|
14
14
|
polyapi/generate.py,sha256=SIRfN7RF3Z7eQ8kSNg4H70LeT7Hmh-Mn5maibvM7kAM,7969
|
|
15
15
|
polyapi/parser.py,sha256=rtI4-SR6v7mqG2vF_P6qgC-qn-M_QG-e95PJUZv92cc,20248
|
|
16
16
|
polyapi/prepare.py,sha256=Q8CWV4kmZ2dbXYVsud34AgJkj5ymcQ_IcYhLuikc9yk,6659
|
|
@@ -18,13 +18,13 @@ polyapi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
18
18
|
polyapi/rendered_spec.py,sha256=uaNzBhP4cX7iGfKwzZv0dxMagWzsGeDr0cQYx_AyIhQ,2153
|
|
19
19
|
polyapi/schema.py,sha256=VVMHAT5yU47cRC7xF44BrmUSemlk5oIKSxH2HTVPaQ8,3169
|
|
20
20
|
polyapi/server.py,sha256=NzQCZFSAJK7XiRw1kiU_i9uMvgYK7i8qh7UX2xjytJU,1908
|
|
21
|
-
polyapi/sync.py,sha256=
|
|
21
|
+
polyapi/sync.py,sha256=T6TkGz8FzHF8C-AuAmBgycq3as2iqjxHT22s-xNgQxM,6409
|
|
22
22
|
polyapi/typedefs.py,sha256=U0i30Y9CgoUBWeMUbpM28S8eVOEU9NfdckK1VAop3A0,1994
|
|
23
23
|
polyapi/utils.py,sha256=jzCh-ivKMcgp5fIXynhYmP9UyzsISr9bGGEzdPP8n3w,7644
|
|
24
24
|
polyapi/variables.py,sha256=d36-trnfTL_8m2NkorMiImb4O3UrJbiFV38CHxV5i0A,4200
|
|
25
25
|
polyapi/webhook.py,sha256=LWv28c2MLz_OKBI_Nn7WR4C-gs1SWgbdXsoxIIf-9UI,4886
|
|
26
|
-
polyapi_python-0.3.1.
|
|
27
|
-
polyapi_python-0.3.1.
|
|
28
|
-
polyapi_python-0.3.1.
|
|
29
|
-
polyapi_python-0.3.1.
|
|
30
|
-
polyapi_python-0.3.1.
|
|
26
|
+
polyapi_python-0.3.1.dev15.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
|
|
27
|
+
polyapi_python-0.3.1.dev15.dist-info/METADATA,sha256=kAsXy_eQ4MiA2gkLN3UzoRI0wrI5_15mCMXjdgnvO14,5327
|
|
28
|
+
polyapi_python-0.3.1.dev15.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
29
|
+
polyapi_python-0.3.1.dev15.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
30
|
+
polyapi_python-0.3.1.dev15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|