@segment/public-api-sdk-typescript 34.3.4-b6581 → 34.3.4-b6608

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.
@@ -14,27 +14,27 @@ import { RequestFile } from './models';
14
14
 
15
15
  export class FunctionSettingV1 {
16
16
  /**
17
- * The name of this Function.
17
+ * The name of this Function Setting.
18
18
  */
19
19
  'name': string;
20
20
  /**
21
- * The label for this Function.
21
+ * The label for this Function Setting.
22
22
  */
23
23
  'label': string;
24
24
  /**
25
- * A description of this Function.
25
+ * A description of this Function Setting.
26
26
  */
27
27
  'description': string;
28
28
  /**
29
- * The Function type.
29
+ * The type of this Function Setting.
30
30
  */
31
31
  'type': FunctionSettingV1.TypeEnum;
32
32
  /**
33
- * Whether this Function is required.
33
+ * Whether this Function Setting is required.
34
34
  */
35
35
  'required': boolean;
36
36
  /**
37
- * Whether this Function contains sensitive information.
37
+ * Whether this Function Setting contains sensitive information.
38
38
  */
39
39
  'sensitive': boolean;
40
40
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^8.3.2",
19
19
  "request": "^2.88.2"
20
20
  },
21
- "version": "34.3.4-b6581",
21
+ "version": "34.3.4-b6608",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",