@closerplatform/spinner-openapi 0.12.26 → 0.12.27
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.
- package/dist/api.d.ts +12 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2967,6 +2967,12 @@ export interface IntentDto {
|
|
|
2967
2967
|
* @memberof IntentDto
|
|
2968
2968
|
*/
|
|
2969
2969
|
deletedAt?: number;
|
|
2970
|
+
/**
|
|
2971
|
+
*
|
|
2972
|
+
* @type {boolean}
|
|
2973
|
+
* @memberof IntentDto
|
|
2974
|
+
*/
|
|
2975
|
+
active: boolean;
|
|
2970
2976
|
}
|
|
2971
2977
|
/**
|
|
2972
2978
|
*
|
|
@@ -2998,6 +3004,12 @@ export interface IntentForm {
|
|
|
2998
3004
|
* @memberof IntentForm
|
|
2999
3005
|
*/
|
|
3000
3006
|
context?: any;
|
|
3007
|
+
/**
|
|
3008
|
+
*
|
|
3009
|
+
* @type {boolean}
|
|
3010
|
+
* @memberof IntentForm
|
|
3011
|
+
*/
|
|
3012
|
+
active: boolean;
|
|
3001
3013
|
/**
|
|
3002
3014
|
*
|
|
3003
3015
|
* @type {string}
|