@closerplatform/spinner-openapi 0.12.954 → 0.12.955

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +19 -6
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -1277,6 +1277,19 @@ export interface Call {
1277
1277
  */
1278
1278
  orgId?: string;
1279
1279
  }
1280
+ /**
1281
+ *
1282
+ * @export
1283
+ * @interface CallProposalConfigContext
1284
+ */
1285
+ export interface CallProposalConfigContext {
1286
+ /**
1287
+ *
1288
+ * @type {MessageWidgetConfigContextType}
1289
+ * @memberof CallProposalConfigContext
1290
+ */
1291
+ type: MessageWidgetConfigContextType;
1292
+ }
1280
1293
  /**
1281
1294
  *
1282
1295
  * @export
@@ -4026,10 +4039,10 @@ export interface MessageWidgetConfig {
4026
4039
  name: string;
4027
4040
  /**
4028
4041
  *
4029
- * @type {OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext}
4042
+ * @type {OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | CallProposalConfigContext | PredefinedMessageConfigContext}
4030
4043
  * @memberof MessageWidgetConfig
4031
4044
  */
4032
- config: OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext;
4045
+ config: OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | CallProposalConfigContext | PredefinedMessageConfigContext;
4033
4046
  /**
4034
4047
  *
4035
4048
  * @type {boolean}
@@ -4063,10 +4076,10 @@ export declare enum MessageWidgetConfigContextType {
4063
4076
  export interface MessageWidgetForm {
4064
4077
  /**
4065
4078
  *
4066
- * @type {OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | PredefinedMessageConfigContext}
4079
+ * @type {OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | CallProposalConfigContext | PredefinedMessageConfigContext}
4067
4080
  * @memberof MessageWidgetForm
4068
4081
  */
4069
- config: OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | PredefinedMessageConfigContext;
4082
+ config: OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | CallProposalConfigContext | PredefinedMessageConfigContext;
4070
4083
  /**
4071
4084
  *
4072
4085
  * @type {boolean}
@@ -7072,10 +7085,10 @@ export interface WidgetFormSubmissionWithWidget {
7072
7085
  userInputs?: Array<InputValue>;
7073
7086
  /**
7074
7087
  *
7075
- * @type {OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | PredefinedMessageConfigContext}
7088
+ * @type {OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | CallProposalConfigContext | PredefinedMessageConfigContext}
7076
7089
  * @memberof WidgetFormSubmissionWithWidget
7077
7090
  */
7078
- widgetConfig: OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | PredefinedMessageConfigContext;
7091
+ widgetConfig: OrdinaryConfigContext | AutoAssignConfigContext | OplShowAddressConfigContext | ContactEnquiryConfigContext | CallProposalConfigContext | PredefinedMessageConfigContext;
7079
7092
  /**
7080
7093
  *
7081
7094
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@closerplatform/spinner-openapi",
3
- "version": "0.12.954",
3
+ "version": "0.12.955",
4
4
  "description": "swagger client for @closerplatform/spinner-openapi",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [