@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.
@@ -184,6 +184,7 @@ exports.FieldType = {
184
184
  NUMBER: "Number",
185
185
  SINGLE_SELECT: "SingleSelect",
186
186
  TEXT: "Text",
187
+ URL: "Url",
187
188
  };
188
189
  var Section;
189
190
  (function (Section) {
@@ -174,6 +174,7 @@ export const FieldType = {
174
174
  NUMBER: "Number",
175
175
  SINGLE_SELECT: "SingleSelect",
176
176
  TEXT: "Text",
177
+ URL: "Url",
177
178
  };
178
179
  export var Section;
179
180
  (function (Section) {
@@ -1069,6 +1069,7 @@ export declare const FieldType: {
1069
1069
  readonly NUMBER: "Number";
1070
1070
  readonly SINGLE_SELECT: "SingleSelect";
1071
1071
  readonly TEXT: "Text";
1072
+ readonly URL: "Url";
1072
1073
  };
1073
1074
  /**
1074
1075
  * @public
@@ -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.335.0",
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",