@segment/public-api-sdk-typescript 58.11.0-b11868 → 58.11.0-b11880
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.
@@ -17,7 +17,7 @@ import { RequestFile } from './models';
|
|
17
17
|
*/
|
18
18
|
export class CreateInsertFunctionInstanceAlphaInput {
|
19
19
|
/**
|
20
|
-
* Insert Function id to which this instance is associated.
|
20
|
+
* Insert Function id to which this instance is associated. Note: Remove the ifnd_/ifns_ prefix from the id.
|
21
21
|
*/
|
22
22
|
'functionId': string;
|
23
23
|
/**
|