@@ -3,18 +3,18 @@ id: b863a9b5-6231-49a5-af17-282115e1a208
33management:
44 docChecksum: f2e5c97c2172203fee51eca4b6d9aefc
55 docVersion: 0.2.2
6- speakeasyVersion: 1.559 .0
7- generationVersion: 2.624 .0
8- releaseVersion: 0.3.2
9- configChecksum: a6cbfbc986fa1fd96cb4d08f9c4bc797
6+ speakeasyVersion: 1.561 .0
7+ generationVersion: 2.628 .0
8+ releaseVersion: 0.3.3
9+ configChecksum: 2204daf7b9b07e22636a1c4362a6288f
1010 repoURL: https://github.com/cloudinary/config-js.git
1111 installationURL: https://github.com/cloudinary/config-js
1212 published: true
1313features:
1414 typescript:
1515 additionalDependencies: 0.1.0
1616 constsAndDefaults: 0.1.11
17- core: 3.21.10
17+ core: 3.21.11
1818 customSecuritySchemes: 0.1.1
1919 defaultEnabledRetries: 0.1.0
2020 deprecations: 2.81.1
@@ -307,6 +307,18 @@ examples:
307307 application/json: {"transformations": [{"name": "t_small_profile_thumbnail", "allowed_for_strict": true, "used": false, "named": true}, {"name": "t_small_profile_thumbnail", "allowed_for_strict": true, "used": false, "named": true}, {"name": "t_small_profile_thumbnail", "allowed_for_strict": true, "used": false, "named": true}]}
308308 "400":
309309 application/json: {"error": {"message": "<value>"}}
310+ speakeasy-default-list-transformations:
311+ parameters:
312+ path:
313+ cloud_name: "<value>"
314+ query:
315+ max_results: 20
316+ next_cursor: "8edbc61040178db60b0973ca9494bf3a"
317+ responses:
318+ "200":
319+ application/json: {"transformations": [{"name": "t_small_profile_thumbnail", "allowed_for_strict": true, "used": false, "named": true}]}
320+ "400":
321+ application/json: {"error": {"message": "<value>"}}
310322 getTransformation:
311323 named:
312324 parameters:
@@ -403,6 +415,18 @@ examples:
403415 application/json: {}
404416 "400":
405417 application/json: {"error": {"message": "<value>"}}
418+ speakeasy-default-delete-transformation:
419+ parameters:
420+ path:
421+ cloud_name: "<value>"
422+ transformation: "<value>"
423+ query:
424+ invalidate: true
425+ responses:
426+ "200":
427+ application/json: {}
428+ "400":
429+ application/json: {"error": {"message": "<value>"}}
406430 createUploadPreset:
407431 speakeasy-default-create-upload-preset:
408432 parameters:
@@ -750,6 +774,18 @@ examples:
750774 responses:
751775 "400":
752776 application/json: {"error": {"message": "missing_attributes"}}
777+ speakeasy-default-update-trigger:
778+ parameters:
779+ path:
780+ cloud_name: "<value>"
781+ id: "c2c822dd1aa41ba6d81299df8b5ae949"
782+ requestBody:
783+ application/json: {"new_uri": "http://example.com"}
784+ responses:
785+ "200":
786+ application/json: {"message": "ok"}
787+ "400":
788+ application/json: {"error": {"message": "<value>"}}
753789 deleteTrigger:
754790 speakeasy-default-delete-trigger:
755791 parameters:
0 commit comments