@screeb/sdk-browser
Advanced tools
Comparing version 0.1.18 to 0.2.0
@@ -304,2 +304,3 @@ import { Hooks, PropertyRecord, ScreebIdentityGetReturn, ScreebOptions } from "./types"; | ||
* '<UUID>', | ||
* '<UUID>', | ||
* false, | ||
@@ -318,3 +319,3 @@ * { | ||
*/ | ||
export declare const surveyStart: (surveyId: string, allowMultipleResponses?: boolean, hiddenFields?: PropertyRecord, hooks?: Hooks, language?: string) => void | Promise<unknown>; | ||
export declare const surveyStart: (surveyId: string, distributionId: string, allowMultipleResponses?: boolean, hiddenFields?: PropertyRecord, hooks?: Hooks, language?: string) => void | Promise<unknown>; | ||
/** | ||
@@ -321,0 +322,0 @@ * Interrupts a running message. |
@@ -304,2 +304,3 @@ import { Hooks, PropertyRecord, ScreebIdentityGetReturn, ScreebOptions } from "./types"; | ||
* '<UUID>', | ||
* '<UUID>', | ||
* false, | ||
@@ -318,3 +319,3 @@ * { | ||
*/ | ||
export declare const surveyStart: (surveyId: string, allowMultipleResponses?: boolean, hiddenFields?: PropertyRecord, hooks?: Hooks, language?: string) => void | Promise<unknown>; | ||
export declare const surveyStart: (surveyId: string, distributionId: string, allowMultipleResponses?: boolean, hiddenFields?: PropertyRecord, hooks?: Hooks, language?: string) => void | Promise<unknown>; | ||
/** | ||
@@ -321,0 +322,0 @@ * Interrupts a running message. |
@@ -881,3 +881,3 @@ @screeb/sdk-browser | ||
▸ **surveyStart**(`surveyId`, `allowMultipleResponses?`, `hiddenFields?`, `hooks?`, `language?`): `void` \| `Promise`\<`unknown`\> | ||
▸ **surveyStart**(`surveyId`, `distributionId`, `allowMultipleResponses?`, `hiddenFields?`, `hooks?`, `language?`): `void` \| `Promise`\<`unknown`\> | ||
@@ -891,2 +891,3 @@ Starts a survey by its ID. | ||
| `surveyId` | `string` | `undefined` | | ||
| `distributionId` | `string` | `undefined` | | ||
| `allowMultipleResponses` | `boolean` | `true` | | ||
@@ -908,2 +909,3 @@ | `hiddenFields` | [`PropertyRecord`](README.md#propertyrecord) | `{}` | | ||
'<UUID>', | ||
'<UUID>', | ||
false, | ||
@@ -910,0 +912,0 @@ { |
{ | ||
"name": "@screeb/sdk-browser", | ||
"version": "0.1.18", | ||
"version": "0.2.0", | ||
"description": "Screeb's browser sdk.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89521
2104