ch-chat-api-typescript-axios 1.4.22 → 1.4.23
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/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/index.js.map +1 -1
- package/dist/models/parameter-types.d.ts +1 -0
- package/dist/models/parameter-types.js +2 -1
- package/dist/models/parameter-types.js.map +1 -1
- package/dist/models/template-component-inner-parameter-action.d.ts +30 -0
- package/dist/models/template-component-inner-parameter-action.js +16 -0
- package/dist/models/template-component-inner-parameter-action.js.map +1 -0
- package/dist/models/template-parameter-content-model.d.ts +7 -0
- package/package.json +1 -1
package/dist/models/index.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export * from './request-create-intake-form-item-model';
|
|
|
36
36
|
export * from './request-patch-inake-form-item-model';
|
|
37
37
|
export * from './sort-by';
|
|
38
38
|
export * from './template-component-content-model';
|
|
39
|
+
export * from './template-component-inner-parameter-action';
|
|
39
40
|
export * from './template-component-inner-parameter-curreny';
|
|
40
41
|
export * from './template-component-inner-parameter-date-time';
|
|
41
42
|
export * from './template-component-inner-parameter-document';
|
package/dist/models/index.js
CHANGED
|
@@ -52,6 +52,7 @@ __exportStar(require("./request-create-intake-form-item-model"), exports);
|
|
|
52
52
|
__exportStar(require("./request-patch-inake-form-item-model"), exports);
|
|
53
53
|
__exportStar(require("./sort-by"), exports);
|
|
54
54
|
__exportStar(require("./template-component-content-model"), exports);
|
|
55
|
+
__exportStar(require("./template-component-inner-parameter-action"), exports);
|
|
55
56
|
__exportStar(require("./template-component-inner-parameter-curreny"), exports);
|
|
56
57
|
__exportStar(require("./template-component-inner-parameter-date-time"), exports);
|
|
57
58
|
__exportStar(require("./template-component-inner-parameter-document"), exports);
|
package/dist/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,4EAA0D;AAC1D,mFAAiE;AACjE,iDAA+B;AAC/B,iDAA+B;AAC/B,wDAAsC;AACtC,qDAAmC;AACnC,mEAAiD;AACjD,iFAA+D;AAC/D,uEAAqD;AACrD,uDAAqC;AACrC,wDAAsC;AACtC,wDAAsC;AACtC,gEAA8C;AAC9C,+DAA6C;AAC7C,6DAA2C;AAC3C,gDAA8B;AAC9B,qDAAmC;AACnC,uDAAqC;AACrC,mEAAiD;AACjD,6DAA2C;AAC3C,8DAA4C;AAC5C,gDAA8B;AAC9B,mDAAiC;AACjC,iDAA+B;AAC/B,mDAAiC;AACjC,mDAAiC;AACjC,kDAAgC;AAChC,yDAAuC;AACvC,oDAAkC;AAClC,8DAA4C;AAC5C,sDAAoC;AACpC,mDAAiC;AACjC,6DAA2C;AAC3C,0EAAwD;AACxD,wEAAsD;AACtD,4CAA0B;AAC1B,qEAAmD;AACnD,+EAA6D;AAC7D,iFAA+D;AAC/D,gFAA8D;AAC9D,6EAA2D;AAC3D,6EAA2D;AAC3D,4DAA0C;AAC1C,2DAAyC;AACzC,+DAA6C;AAC7C,qEAAmD;AACnD,6DAA2C;AAC3C,4DAA0C;AAC1C,uDAAqC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,4EAA0D;AAC1D,mFAAiE;AACjE,iDAA+B;AAC/B,iDAA+B;AAC/B,wDAAsC;AACtC,qDAAmC;AACnC,mEAAiD;AACjD,iFAA+D;AAC/D,uEAAqD;AACrD,uDAAqC;AACrC,wDAAsC;AACtC,wDAAsC;AACtC,gEAA8C;AAC9C,+DAA6C;AAC7C,6DAA2C;AAC3C,gDAA8B;AAC9B,qDAAmC;AACnC,uDAAqC;AACrC,mEAAiD;AACjD,6DAA2C;AAC3C,8DAA4C;AAC5C,gDAA8B;AAC9B,mDAAiC;AACjC,iDAA+B;AAC/B,mDAAiC;AACjC,mDAAiC;AACjC,kDAAgC;AAChC,yDAAuC;AACvC,oDAAkC;AAClC,8DAA4C;AAC5C,sDAAoC;AACpC,mDAAiC;AACjC,6DAA2C;AAC3C,0EAAwD;AACxD,wEAAsD;AACtD,4CAA0B;AAC1B,qEAAmD;AACnD,8EAA4D;AAC5D,+EAA6D;AAC7D,iFAA+D;AAC/D,gFAA8D;AAC9D,6EAA2D;AAC3D,6EAA2D;AAC3D,4DAA0C;AAC1C,2DAAyC;AACzC,+DAA6C;AAC7C,qEAAmD;AACnD,6DAA2C;AAC3C,4DAA0C;AAC1C,uDAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameter-types.js","sourceRoot":"","sources":["../../src/models/parameter-types.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,cAAc,GAAG;IAC1B,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,WAAW;IACrB,UAAU,EAAE,aAAa;IACzB,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;
|
|
1
|
+
{"version":3,"file":"parameter-types.js","sourceRoot":"","sources":["../../src/models/parameter-types.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,cAAc,GAAG;IAC1B,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,WAAW;IACrB,UAAU,EAAE,aAAa;IACzB,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudhospital.ChatApi
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TemplateComponentInnerParameterAction
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateComponentInnerParameterAction {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TemplateComponentInnerParameterAction
|
|
22
|
+
*/
|
|
23
|
+
'flow_token'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {any}
|
|
27
|
+
* @memberof TemplateComponentInnerParameterAction
|
|
28
|
+
*/
|
|
29
|
+
'flow_action_data'?: any | null;
|
|
30
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cloudhospital.ChatApi
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=template-component-inner-parameter-action.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-component-inner-parameter-action.js","sourceRoot":"","sources":["../../src/models/template-component-inner-parameter-action.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ParameterTypes } from './parameter-types';
|
|
13
|
+
import type { TemplateComponentInnerParameterAction } from './template-component-inner-parameter-action';
|
|
13
14
|
import type { TemplateComponentInnerParameterCurreny } from './template-component-inner-parameter-curreny';
|
|
14
15
|
import type { TemplateComponentInnerParameterDateTime } from './template-component-inner-parameter-date-time';
|
|
15
16
|
import type { TemplateComponentInnerParameterDocument } from './template-component-inner-parameter-document';
|
|
@@ -57,6 +58,12 @@ export interface TemplateParameterContentModel {
|
|
|
57
58
|
* @memberof TemplateParameterContentModel
|
|
58
59
|
*/
|
|
59
60
|
'video'?: TemplateComponentInnerParameterVideo;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {TemplateComponentInnerParameterAction}
|
|
64
|
+
* @memberof TemplateParameterContentModel
|
|
65
|
+
*/
|
|
66
|
+
'action'?: TemplateComponentInnerParameterAction;
|
|
60
67
|
/**
|
|
61
68
|
*
|
|
62
69
|
* @type {ParameterTypes}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ch-chat-api-typescript-axios",
|
|
3
3
|
"description": "An OpenAPI generator tool for the CH Chat API, designed to simplify API client generation and streamline integration workflows.",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.23",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|