@segment/public-api-sdk-typescript 34.2.0-b5926 → 34.2.0-b5949

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.
@@ -52,7 +52,7 @@ export class CreateTransformationV1Input {
52
52
  */
53
53
  'propertyValueTransformations'?: Array<PropertyValueTransformationV1>;
54
54
  /**
55
- * Optional array for defining new properties in FQL. Currently limited to 1 property.
55
+ * Optional array for defining new properties in [FQL](https://segment.com/docs/config-api/fql/). Currently limited to 1 property.
56
56
  */
57
57
  'fqlDefinedProperties'?: Array<FQLDefinedPropertyV1>;
58
58
 
@@ -52,7 +52,7 @@ export class UpdateTransformationV1Input {
52
52
  */
53
53
  'propertyValueTransformations'?: Array<PropertyValueTransformationV1>;
54
54
  /**
55
- * Optional array for defining new properties in FQL. Currently limited to 1 property.
55
+ * Optional array for updating properties defined in [FQL](https://segment.com/docs/config-api/fql/). Currently limited to 1 property.
56
56
  */
57
57
  'fqlDefinedProperties'?: Array<FQLDefinedPropertyV1>;
58
58
 
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.2.0-b5926",
21
+ "version": "34.2.0-b5949",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",