@aws-sdk/client-connectcases 3.335.0 → 3.336.0
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.
|
@@ -466,6 +466,7 @@ export declare const FieldType: {
|
|
|
466
466
|
readonly NUMBER: "Number";
|
|
467
467
|
readonly SINGLE_SELECT: "SingleSelect";
|
|
468
468
|
readonly TEXT: "Text";
|
|
469
|
+
readonly URL: "Url";
|
|
469
470
|
};
|
|
470
471
|
export type FieldType = (typeof FieldType)[keyof typeof FieldType];
|
|
471
472
|
export interface GetFieldResponse {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectcases",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.336.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|