syllable-sdk 0.1.0-alpha.20 → 0.1.0-alpha.22
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/README.md +17 -15
- package/docs/sdks/custommessages/README.md +4 -4
- package/funcs/customMessagesCreate.d.ts +1 -1
- package/funcs/customMessagesCreate.js +1 -1
- package/funcs/customMessagesDelete.d.ts +1 -1
- package/funcs/customMessagesDelete.js +1 -1
- package/funcs/customMessagesGetById.d.ts +1 -1
- package/funcs/customMessagesGetById.js +1 -1
- package/funcs/customMessagesUpdate.d.ts +1 -1
- package/funcs/customMessagesUpdate.js +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/custommessagecreaterequest.d.ts +6 -0
- package/models/components/custommessagecreaterequest.d.ts.map +1 -1
- package/models/components/custommessagecreaterequest.js +3 -0
- package/models/components/custommessagecreaterequest.js.map +1 -1
- package/models/components/custommessageresponse.d.ts +6 -0
- package/models/components/custommessageresponse.d.ts.map +1 -1
- package/models/components/custommessageresponse.js +3 -0
- package/models/components/custommessageresponse.js.map +1 -1
- package/models/components/custommessageupdaterequest.d.ts +6 -0
- package/models/components/custommessageupdaterequest.d.ts.map +1 -1
- package/models/components/custommessageupdaterequest.js +3 -0
- package/models/components/custommessageupdaterequest.js.map +1 -1
- package/models/components/daocustommessagerule.d.ts +63 -0
- package/models/components/daocustommessagerule.d.ts.map +1 -0
- package/models/components/daocustommessagerule.js +85 -0
- package/models/components/daocustommessagerule.js.map +1 -0
- package/models/components/dayofweek.d.ts +43 -0
- package/models/components/dayofweek.d.ts.map +1 -0
- package/models/components/dayofweek.js +56 -0
- package/models/components/dayofweek.js.map +1 -0
- package/models/components/index.d.ts +2 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +2 -0
- package/models/components/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/custommessages.d.ts +4 -4
- package/sdk/custommessages.js +4 -4
- package/src/funcs/customMessagesCreate.ts +1 -1
- package/src/funcs/customMessagesDelete.ts +1 -1
- package/src/funcs/customMessagesGetById.ts +1 -1
- package/src/funcs/customMessagesUpdate.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/custommessagecreaterequest.ts +13 -0
- package/src/models/components/custommessageresponse.ts +13 -0
- package/src/models/components/custommessageupdaterequest.ts +13 -0
- package/src/models/components/daocustommessagerule.ts +129 -0
- package/src/models/components/dayofweek.ts +36 -0
- package/src/models/components/index.ts +2 -0
- package/src/sdk/custommessages.ts +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dayofweek.d.ts","sourceRoot":"","sources":["../../src/models/components/dayofweek.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,SAAS;;;;;;;;CAQZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAErD,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,SAAS,CAC9C,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,SAAS,CAC9C,CAAC;AAE1B;;;GAGG;AACH,yBAAiB,UAAU,CAAC;IAC1B,yDAAyD;IAClD,MAAM,aAAa;;;;;;;;MAA0B,CAAC;IACrD,0DAA0D;IACnD,MAAM,cAAc;;;;;;;;MAA2B,CAAC;CACxD"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DayOfWeek$ = exports.DayOfWeek$outboundSchema = exports.DayOfWeek$inboundSchema = exports.DayOfWeek = void 0;
|
|
30
|
+
const z = __importStar(require("zod"));
|
|
31
|
+
exports.DayOfWeek = {
|
|
32
|
+
Mo: "mo",
|
|
33
|
+
Tu: "tu",
|
|
34
|
+
We: "we",
|
|
35
|
+
Th: "th",
|
|
36
|
+
Fr: "fr",
|
|
37
|
+
Sa: "sa",
|
|
38
|
+
Su: "su",
|
|
39
|
+
};
|
|
40
|
+
/** @internal */
|
|
41
|
+
exports.DayOfWeek$inboundSchema = z
|
|
42
|
+
.nativeEnum(exports.DayOfWeek);
|
|
43
|
+
/** @internal */
|
|
44
|
+
exports.DayOfWeek$outboundSchema = exports.DayOfWeek$inboundSchema;
|
|
45
|
+
/**
|
|
46
|
+
* @internal
|
|
47
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
48
|
+
*/
|
|
49
|
+
var DayOfWeek$;
|
|
50
|
+
(function (DayOfWeek$) {
|
|
51
|
+
/** @deprecated use `DayOfWeek$inboundSchema` instead. */
|
|
52
|
+
DayOfWeek$.inboundSchema = exports.DayOfWeek$inboundSchema;
|
|
53
|
+
/** @deprecated use `DayOfWeek$outboundSchema` instead. */
|
|
54
|
+
DayOfWeek$.outboundSchema = exports.DayOfWeek$outboundSchema;
|
|
55
|
+
})(DayOfWeek$ || (exports.DayOfWeek$ = DayOfWeek$ = {}));
|
|
56
|
+
//# sourceMappingURL=dayofweek.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dayofweek.js","sourceRoot":"","sources":["../../src/models/components/dayofweek.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,SAAS,GAAG;IACvB,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;CACA,CAAC;AAGX,gBAAgB;AACH,QAAA,uBAAuB,GAAsC,CAAC;KACxE,UAAU,CAAC,iBAAS,CAAC,CAAC;AAEzB,gBAAgB;AACH,QAAA,wBAAwB,GACnC,+BAAuB,CAAC;AAE1B;;;GAGG;AACH,IAAiB,UAAU,CAK1B;AALD,WAAiB,UAAU;IACzB,yDAAyD;IAC5C,wBAAa,GAAG,+BAAuB,CAAC;IACrD,0DAA0D;IAC7C,yBAAc,GAAG,gCAAwB,CAAC;AACzD,CAAC,EALgB,UAAU,0BAAV,UAAU,QAK1B"}
|
|
@@ -23,6 +23,8 @@ export * from "./custommessagecreaterequest.js";
|
|
|
23
23
|
export * from "./custommessageproperties.js";
|
|
24
24
|
export * from "./custommessageresponse.js";
|
|
25
25
|
export * from "./custommessageupdaterequest.js";
|
|
26
|
+
export * from "./daocustommessagerule.js";
|
|
27
|
+
export * from "./dayofweek.js";
|
|
26
28
|
export * from "./directoryextension.js";
|
|
27
29
|
export * from "./directorymember.js";
|
|
28
30
|
export * from "./directorymembercreate.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kBAAkB,CAAC;AACjC,cAAc,mCAAmC,CAAC;AAClD,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kBAAkB,CAAC;AACjC,cAAc,mCAAmC,CAAC;AAClD,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC"}
|
|
@@ -42,6 +42,8 @@ __exportStar(require("./custommessagecreaterequest.js"), exports);
|
|
|
42
42
|
__exportStar(require("./custommessageproperties.js"), exports);
|
|
43
43
|
__exportStar(require("./custommessageresponse.js"), exports);
|
|
44
44
|
__exportStar(require("./custommessageupdaterequest.js"), exports);
|
|
45
|
+
__exportStar(require("./daocustommessagerule.js"), exports);
|
|
46
|
+
__exportStar(require("./dayofweek.js"), exports);
|
|
45
47
|
__exportStar(require("./directoryextension.js"), exports);
|
|
46
48
|
__exportStar(require("./directorymember.js"), exports);
|
|
47
49
|
__exportStar(require("./directorymembercreate.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,6CAA2B;AAC3B,mDAAiC;AACjC,uDAAqC;AACrC,qDAAmC;AACnC,yDAAuC;AACvC,6DAA2C;AAC3C,mDAAiC;AACjC,kDAAgC;AAChC,yDAAuC;AACvC,uDAAqC;AACrC,iEAA+C;AAC/C,mEAAiD;AACjD,+CAA6B;AAC7B,yDAAuC;AACvC,uDAAqC;AACrC,qDAAmC;AACnC,kEAAgD;AAChD,+DAA6C;AAC7C,oDAAkC;AAClC,8DAA4C;AAC5C,qDAAmC;AACnC,kEAAgD;AAChD,+DAA6C;AAC7C,6DAA2C;AAC3C,kEAAgD;AAChD,0DAAwC;AACxC,uDAAqC;AACrC,6DAA2C;AAC3C,iEAA+C;AAC/C,6CAA2B;AAC3B,uDAAqC;AACrC,iEAA+C;AAC/C,mEAAiD;AACjD,2DAAyC;AACzC,iEAA+C;AAC/C,gEAA8C;AAC9C,yEAAuD;AACvD,mEAAiD;AACjD,yDAAuC;AACvC,0DAAwC;AACxC,2DAAyC;AACzC,2DAAyC;AACzC,gEAA8C;AAC9C,wDAAsC;AACtC,iDAA+B;AAC/B,wDAAsC;AACtC,8CAA4B;AAC5B,oDAAkC;AAClC,qDAAmC;AACnC,wDAAsC;AACtC,oDAAkC;AAClC,gDAA8B;AAC9B,gDAA8B;AAC9B,+CAA6B;AAC7B,qDAAmC;AACnC,yDAAuC;AACvC,qDAAmC;AACnC,+CAA6B;AAC7B,qDAAmC;AACnC,oDAAkC;AAClC,0DAAwC;AACxC,8DAA4C;AAC5C,yDAAuC;AACvC,gEAA8C;AAC9C,mDAAiC;AACjC,oEAAkD;AAClD,mDAAiC;AACjC,8CAA4B;AAC5B,mDAAiC;AACjC,mDAAiC;AACjC,2DAAyC;AACzC,4CAA0B;AAC1B,kDAAgC;AAChC,0DAAwC;AACxC,sDAAoC;AACpC,kDAAgC;AAChC,uDAAqC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,6CAA2B;AAC3B,mDAAiC;AACjC,uDAAqC;AACrC,qDAAmC;AACnC,yDAAuC;AACvC,6DAA2C;AAC3C,mDAAiC;AACjC,kDAAgC;AAChC,yDAAuC;AACvC,uDAAqC;AACrC,iEAA+C;AAC/C,mEAAiD;AACjD,+CAA6B;AAC7B,yDAAuC;AACvC,uDAAqC;AACrC,qDAAmC;AACnC,kEAAgD;AAChD,+DAA6C;AAC7C,oDAAkC;AAClC,8DAA4C;AAC5C,qDAAmC;AACnC,kEAAgD;AAChD,+DAA6C;AAC7C,6DAA2C;AAC3C,kEAAgD;AAChD,4DAA0C;AAC1C,iDAA+B;AAC/B,0DAAwC;AACxC,uDAAqC;AACrC,6DAA2C;AAC3C,iEAA+C;AAC/C,6CAA2B;AAC3B,uDAAqC;AACrC,iEAA+C;AAC/C,mEAAiD;AACjD,2DAAyC;AACzC,iEAA+C;AAC/C,gEAA8C;AAC9C,yEAAuD;AACvD,mEAAiD;AACjD,yDAAuC;AACvC,0DAAwC;AACxC,2DAAyC;AACzC,2DAAyC;AACzC,gEAA8C;AAC9C,wDAAsC;AACtC,iDAA+B;AAC/B,wDAAsC;AACtC,8CAA4B;AAC5B,oDAAkC;AAClC,qDAAmC;AACnC,wDAAsC;AACtC,oDAAkC;AAClC,gDAA8B;AAC9B,gDAA8B;AAC9B,+CAA6B;AAC7B,qDAAmC;AACnC,yDAAuC;AACvC,qDAAmC;AACnC,+CAA6B;AAC7B,qDAAmC;AACnC,oDAAkC;AAClC,0DAAwC;AACxC,8DAA4C;AAC5C,yDAAuC;AACvC,gEAA8C;AAC9C,mDAAiC;AACjC,oEAAkD;AAClD,mDAAiC;AACjC,8CAA4B;AAC5B,mDAAiC;AACjC,mDAAiC;AACjC,2DAAyC;AACzC,4CAA0B;AAC1B,kDAAgC;AAChC,0DAAwC;AACxC,sDAAoC;AACpC,kDAAgC;AAChC,uDAAqC"}
|
package/package.json
CHANGED
package/sdk/custommessages.d.ts
CHANGED
|
@@ -13,28 +13,28 @@ export declare class CustomMessages extends ClientSDK {
|
|
|
13
13
|
* Create Custom Message
|
|
14
14
|
*
|
|
15
15
|
* @remarks
|
|
16
|
-
* Create a new
|
|
16
|
+
* Create a new custom message
|
|
17
17
|
*/
|
|
18
18
|
create(request: components.CustomMessageCreateRequest, options?: RequestOptions): Promise<components.CustomMessageResponse>;
|
|
19
19
|
/**
|
|
20
20
|
* Update Custom Message
|
|
21
21
|
*
|
|
22
22
|
* @remarks
|
|
23
|
-
* Update a
|
|
23
|
+
* Update a custom message
|
|
24
24
|
*/
|
|
25
25
|
update(request: components.CustomMessageUpdateRequest, options?: RequestOptions): Promise<components.CustomMessageResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* Get Custom Message By Id
|
|
28
28
|
*
|
|
29
29
|
* @remarks
|
|
30
|
-
* Get the
|
|
30
|
+
* Get the custom message by its ID
|
|
31
31
|
*/
|
|
32
32
|
getById(request: operations.CustomMessageGetByIdRequest, options?: RequestOptions): Promise<components.CustomMessageResponse>;
|
|
33
33
|
/**
|
|
34
34
|
* Delete Custom Message
|
|
35
35
|
*
|
|
36
36
|
* @remarks
|
|
37
|
-
* Delete
|
|
37
|
+
* Delete custom message by ID
|
|
38
38
|
*/
|
|
39
39
|
delete(request: operations.CustomMessagesDeleteRequest, options?: RequestOptions): Promise<any>;
|
|
40
40
|
}
|
package/sdk/custommessages.js
CHANGED
|
@@ -25,7 +25,7 @@ class CustomMessages extends sdks_js_1.ClientSDK {
|
|
|
25
25
|
* Create Custom Message
|
|
26
26
|
*
|
|
27
27
|
* @remarks
|
|
28
|
-
* Create a new
|
|
28
|
+
* Create a new custom message
|
|
29
29
|
*/
|
|
30
30
|
async create(request, options) {
|
|
31
31
|
return (0, fp_js_1.unwrapAsync)((0, customMessagesCreate_js_1.customMessagesCreate)(this, request, options));
|
|
@@ -34,7 +34,7 @@ class CustomMessages extends sdks_js_1.ClientSDK {
|
|
|
34
34
|
* Update Custom Message
|
|
35
35
|
*
|
|
36
36
|
* @remarks
|
|
37
|
-
* Update a
|
|
37
|
+
* Update a custom message
|
|
38
38
|
*/
|
|
39
39
|
async update(request, options) {
|
|
40
40
|
return (0, fp_js_1.unwrapAsync)((0, customMessagesUpdate_js_1.customMessagesUpdate)(this, request, options));
|
|
@@ -43,7 +43,7 @@ class CustomMessages extends sdks_js_1.ClientSDK {
|
|
|
43
43
|
* Get Custom Message By Id
|
|
44
44
|
*
|
|
45
45
|
* @remarks
|
|
46
|
-
* Get the
|
|
46
|
+
* Get the custom message by its ID
|
|
47
47
|
*/
|
|
48
48
|
async getById(request, options) {
|
|
49
49
|
return (0, fp_js_1.unwrapAsync)((0, customMessagesGetById_js_1.customMessagesGetById)(this, request, options));
|
|
@@ -52,7 +52,7 @@ class CustomMessages extends sdks_js_1.ClientSDK {
|
|
|
52
52
|
* Delete Custom Message
|
|
53
53
|
*
|
|
54
54
|
* @remarks
|
|
55
|
-
* Delete
|
|
55
|
+
* Delete custom message by ID
|
|
56
56
|
*/
|
|
57
57
|
async delete(request, options) {
|
|
58
58
|
return (0, fp_js_1.unwrapAsync)((0, customMessagesDelete_js_1.customMessagesDelete)(this, request, options));
|
package/src/lib/config.ts
CHANGED
|
@@ -61,8 +61,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
61
61
|
export const SDK_METADATA = {
|
|
62
62
|
language: "typescript",
|
|
63
63
|
openapiDocVersion: "0.0.2",
|
|
64
|
-
sdkVersion: "0.1.0-alpha.
|
|
65
|
-
genVersion: "2.477.
|
|
64
|
+
sdkVersion: "0.1.0-alpha.22",
|
|
65
|
+
genVersion: "2.477.4",
|
|
66
66
|
userAgent:
|
|
67
|
-
"speakeasy-sdk/typescript 0.1.0-alpha.
|
|
67
|
+
"speakeasy-sdk/typescript 0.1.0-alpha.22 2.477.4 0.0.2 syllable-sdk",
|
|
68
68
|
} as const;
|
|
@@ -6,6 +6,12 @@ import * as z from "zod";
|
|
|
6
6
|
import { safeParse } from "../../lib/schemas.js";
|
|
7
7
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
8
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
import {
|
|
10
|
+
DaoCustomMessageRule,
|
|
11
|
+
DaoCustomMessageRule$inboundSchema,
|
|
12
|
+
DaoCustomMessageRule$Outbound,
|
|
13
|
+
DaoCustomMessageRule$outboundSchema,
|
|
14
|
+
} from "./daocustommessagerule.js";
|
|
9
15
|
|
|
10
16
|
export type CustomMessageCreateRequest = {
|
|
11
17
|
/**
|
|
@@ -20,6 +26,10 @@ export type CustomMessageCreateRequest = {
|
|
|
20
26
|
* The label of the custom message
|
|
21
27
|
*/
|
|
22
28
|
label?: string | null | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Rules for time-specific message variants
|
|
31
|
+
*/
|
|
32
|
+
rules?: Array<DaoCustomMessageRule> | undefined;
|
|
23
33
|
type?: string | undefined;
|
|
24
34
|
};
|
|
25
35
|
|
|
@@ -32,6 +42,7 @@ export const CustomMessageCreateRequest$inboundSchema: z.ZodType<
|
|
|
32
42
|
name: z.string(),
|
|
33
43
|
text: z.string(),
|
|
34
44
|
label: z.nullable(z.string()).optional(),
|
|
45
|
+
rules: z.array(DaoCustomMessageRule$inboundSchema).optional(),
|
|
35
46
|
type: z.string().default("greeting"),
|
|
36
47
|
});
|
|
37
48
|
|
|
@@ -40,6 +51,7 @@ export type CustomMessageCreateRequest$Outbound = {
|
|
|
40
51
|
name: string;
|
|
41
52
|
text: string;
|
|
42
53
|
label?: string | null | undefined;
|
|
54
|
+
rules?: Array<DaoCustomMessageRule$Outbound> | undefined;
|
|
43
55
|
type: string;
|
|
44
56
|
};
|
|
45
57
|
|
|
@@ -52,6 +64,7 @@ export const CustomMessageCreateRequest$outboundSchema: z.ZodType<
|
|
|
52
64
|
name: z.string(),
|
|
53
65
|
text: z.string(),
|
|
54
66
|
label: z.nullable(z.string()).optional(),
|
|
67
|
+
rules: z.array(DaoCustomMessageRule$outboundSchema).optional(),
|
|
55
68
|
type: z.string().default("greeting"),
|
|
56
69
|
});
|
|
57
70
|
|
|
@@ -7,6 +7,12 @@ import { remap as remap$ } from "../../lib/primitives.js";
|
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
import {
|
|
11
|
+
DaoCustomMessageRule,
|
|
12
|
+
DaoCustomMessageRule$inboundSchema,
|
|
13
|
+
DaoCustomMessageRule$Outbound,
|
|
14
|
+
DaoCustomMessageRule$outboundSchema,
|
|
15
|
+
} from "./daocustommessagerule.js";
|
|
10
16
|
|
|
11
17
|
export type CustomMessageResponse = {
|
|
12
18
|
/**
|
|
@@ -21,6 +27,10 @@ export type CustomMessageResponse = {
|
|
|
21
27
|
* The label of the custom message
|
|
22
28
|
*/
|
|
23
29
|
label?: string | null | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* Rules for time-specific message variants
|
|
32
|
+
*/
|
|
33
|
+
rules?: Array<DaoCustomMessageRule> | undefined;
|
|
24
34
|
/**
|
|
25
35
|
* The ID of the custom message
|
|
26
36
|
*/
|
|
@@ -49,6 +59,7 @@ export const CustomMessageResponse$inboundSchema: z.ZodType<
|
|
|
49
59
|
name: z.string(),
|
|
50
60
|
text: z.string(),
|
|
51
61
|
label: z.nullable(z.string()).optional(),
|
|
62
|
+
rules: z.array(DaoCustomMessageRule$inboundSchema).optional(),
|
|
52
63
|
id: z.number().int(),
|
|
53
64
|
updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
54
65
|
agent_count: z.nullable(z.number().int()).optional(),
|
|
@@ -67,6 +78,7 @@ export type CustomMessageResponse$Outbound = {
|
|
|
67
78
|
name: string;
|
|
68
79
|
text: string;
|
|
69
80
|
label?: string | null | undefined;
|
|
81
|
+
rules?: Array<DaoCustomMessageRule$Outbound> | undefined;
|
|
70
82
|
id: number;
|
|
71
83
|
updated_at: string;
|
|
72
84
|
agent_count?: number | null | undefined;
|
|
@@ -83,6 +95,7 @@ export const CustomMessageResponse$outboundSchema: z.ZodType<
|
|
|
83
95
|
name: z.string(),
|
|
84
96
|
text: z.string(),
|
|
85
97
|
label: z.nullable(z.string()).optional(),
|
|
98
|
+
rules: z.array(DaoCustomMessageRule$outboundSchema).optional(),
|
|
86
99
|
id: z.number().int(),
|
|
87
100
|
updatedAt: z.date().transform(v => v.toISOString()),
|
|
88
101
|
agentCount: z.nullable(z.number().int()).optional(),
|
|
@@ -6,6 +6,12 @@ import * as z from "zod";
|
|
|
6
6
|
import { safeParse } from "../../lib/schemas.js";
|
|
7
7
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
8
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
import {
|
|
10
|
+
DaoCustomMessageRule,
|
|
11
|
+
DaoCustomMessageRule$inboundSchema,
|
|
12
|
+
DaoCustomMessageRule$Outbound,
|
|
13
|
+
DaoCustomMessageRule$outboundSchema,
|
|
14
|
+
} from "./daocustommessagerule.js";
|
|
9
15
|
|
|
10
16
|
export type CustomMessageUpdateRequest = {
|
|
11
17
|
/**
|
|
@@ -20,6 +26,10 @@ export type CustomMessageUpdateRequest = {
|
|
|
20
26
|
* The label of the custom message
|
|
21
27
|
*/
|
|
22
28
|
label?: string | null | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Rules for time-specific message variants
|
|
31
|
+
*/
|
|
32
|
+
rules?: Array<DaoCustomMessageRule> | undefined;
|
|
23
33
|
/**
|
|
24
34
|
* The ID of the custom message
|
|
25
35
|
*/
|
|
@@ -36,6 +46,7 @@ export const CustomMessageUpdateRequest$inboundSchema: z.ZodType<
|
|
|
36
46
|
name: z.string(),
|
|
37
47
|
text: z.string(),
|
|
38
48
|
label: z.nullable(z.string()).optional(),
|
|
49
|
+
rules: z.array(DaoCustomMessageRule$inboundSchema).optional(),
|
|
39
50
|
id: z.number().int(),
|
|
40
51
|
type: z.string().default("greeting"),
|
|
41
52
|
});
|
|
@@ -45,6 +56,7 @@ export type CustomMessageUpdateRequest$Outbound = {
|
|
|
45
56
|
name: string;
|
|
46
57
|
text: string;
|
|
47
58
|
label?: string | null | undefined;
|
|
59
|
+
rules?: Array<DaoCustomMessageRule$Outbound> | undefined;
|
|
48
60
|
id: number;
|
|
49
61
|
type: string;
|
|
50
62
|
};
|
|
@@ -58,6 +70,7 @@ export const CustomMessageUpdateRequest$outboundSchema: z.ZodType<
|
|
|
58
70
|
name: z.string(),
|
|
59
71
|
text: z.string(),
|
|
60
72
|
label: z.nullable(z.string()).optional(),
|
|
73
|
+
rules: z.array(DaoCustomMessageRule$outboundSchema).optional(),
|
|
61
74
|
id: z.number().int(),
|
|
62
75
|
type: z.string().default("greeting"),
|
|
63
76
|
});
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
import {
|
|
11
|
+
DayOfWeek,
|
|
12
|
+
DayOfWeek$inboundSchema,
|
|
13
|
+
DayOfWeek$outboundSchema,
|
|
14
|
+
} from "./dayofweek.js";
|
|
15
|
+
|
|
16
|
+
export type DaoCustomMessageRule = {
|
|
17
|
+
/**
|
|
18
|
+
* The description of the rule
|
|
19
|
+
*/
|
|
20
|
+
description: string;
|
|
21
|
+
/**
|
|
22
|
+
* The start of the time range for the rule in 24-hour format hh:mm (should be null for "all day" cases)
|
|
23
|
+
*/
|
|
24
|
+
timeRangeStart?: string | null | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* The end of the time range for the rule in 24-hour format hh:mm (should be null for "all day" cases)
|
|
27
|
+
*/
|
|
28
|
+
timeRangeEnd?: string | null | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* The date for the rule in YYYY-MM-DD format
|
|
31
|
+
*/
|
|
32
|
+
date?: string | null | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* The days of the week for the rule
|
|
35
|
+
*/
|
|
36
|
+
daysOfWeek?: Array<DayOfWeek> | null | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Whether the rule logic should be inverted (i.e. "not")
|
|
39
|
+
*/
|
|
40
|
+
invert: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Message text associated with the rule
|
|
43
|
+
*/
|
|
44
|
+
text: string;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
/** @internal */
|
|
48
|
+
export const DaoCustomMessageRule$inboundSchema: z.ZodType<
|
|
49
|
+
DaoCustomMessageRule,
|
|
50
|
+
z.ZodTypeDef,
|
|
51
|
+
unknown
|
|
52
|
+
> = z.object({
|
|
53
|
+
description: z.string(),
|
|
54
|
+
time_range_start: z.nullable(z.string()).optional(),
|
|
55
|
+
time_range_end: z.nullable(z.string()).optional(),
|
|
56
|
+
date: z.nullable(z.string()).optional(),
|
|
57
|
+
days_of_week: z.nullable(z.array(DayOfWeek$inboundSchema)).optional(),
|
|
58
|
+
invert: z.boolean(),
|
|
59
|
+
text: z.string(),
|
|
60
|
+
}).transform((v) => {
|
|
61
|
+
return remap$(v, {
|
|
62
|
+
"time_range_start": "timeRangeStart",
|
|
63
|
+
"time_range_end": "timeRangeEnd",
|
|
64
|
+
"days_of_week": "daysOfWeek",
|
|
65
|
+
});
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
/** @internal */
|
|
69
|
+
export type DaoCustomMessageRule$Outbound = {
|
|
70
|
+
description: string;
|
|
71
|
+
time_range_start?: string | null | undefined;
|
|
72
|
+
time_range_end?: string | null | undefined;
|
|
73
|
+
date?: string | null | undefined;
|
|
74
|
+
days_of_week?: Array<string> | null | undefined;
|
|
75
|
+
invert: boolean;
|
|
76
|
+
text: string;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
/** @internal */
|
|
80
|
+
export const DaoCustomMessageRule$outboundSchema: z.ZodType<
|
|
81
|
+
DaoCustomMessageRule$Outbound,
|
|
82
|
+
z.ZodTypeDef,
|
|
83
|
+
DaoCustomMessageRule
|
|
84
|
+
> = z.object({
|
|
85
|
+
description: z.string(),
|
|
86
|
+
timeRangeStart: z.nullable(z.string()).optional(),
|
|
87
|
+
timeRangeEnd: z.nullable(z.string()).optional(),
|
|
88
|
+
date: z.nullable(z.string()).optional(),
|
|
89
|
+
daysOfWeek: z.nullable(z.array(DayOfWeek$outboundSchema)).optional(),
|
|
90
|
+
invert: z.boolean(),
|
|
91
|
+
text: z.string(),
|
|
92
|
+
}).transform((v) => {
|
|
93
|
+
return remap$(v, {
|
|
94
|
+
timeRangeStart: "time_range_start",
|
|
95
|
+
timeRangeEnd: "time_range_end",
|
|
96
|
+
daysOfWeek: "days_of_week",
|
|
97
|
+
});
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
103
|
+
*/
|
|
104
|
+
export namespace DaoCustomMessageRule$ {
|
|
105
|
+
/** @deprecated use `DaoCustomMessageRule$inboundSchema` instead. */
|
|
106
|
+
export const inboundSchema = DaoCustomMessageRule$inboundSchema;
|
|
107
|
+
/** @deprecated use `DaoCustomMessageRule$outboundSchema` instead. */
|
|
108
|
+
export const outboundSchema = DaoCustomMessageRule$outboundSchema;
|
|
109
|
+
/** @deprecated use `DaoCustomMessageRule$Outbound` instead. */
|
|
110
|
+
export type Outbound = DaoCustomMessageRule$Outbound;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export function daoCustomMessageRuleToJSON(
|
|
114
|
+
daoCustomMessageRule: DaoCustomMessageRule,
|
|
115
|
+
): string {
|
|
116
|
+
return JSON.stringify(
|
|
117
|
+
DaoCustomMessageRule$outboundSchema.parse(daoCustomMessageRule),
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export function daoCustomMessageRuleFromJSON(
|
|
122
|
+
jsonString: string,
|
|
123
|
+
): SafeParseResult<DaoCustomMessageRule, SDKValidationError> {
|
|
124
|
+
return safeParse(
|
|
125
|
+
jsonString,
|
|
126
|
+
(x) => DaoCustomMessageRule$inboundSchema.parse(JSON.parse(x)),
|
|
127
|
+
`Failed to parse 'DaoCustomMessageRule' from JSON`,
|
|
128
|
+
);
|
|
129
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const DayOfWeek = {
|
|
9
|
+
Mo: "mo",
|
|
10
|
+
Tu: "tu",
|
|
11
|
+
We: "we",
|
|
12
|
+
Th: "th",
|
|
13
|
+
Fr: "fr",
|
|
14
|
+
Sa: "sa",
|
|
15
|
+
Su: "su",
|
|
16
|
+
} as const;
|
|
17
|
+
export type DayOfWeek = ClosedEnum<typeof DayOfWeek>;
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export const DayOfWeek$inboundSchema: z.ZodNativeEnum<typeof DayOfWeek> = z
|
|
21
|
+
.nativeEnum(DayOfWeek);
|
|
22
|
+
|
|
23
|
+
/** @internal */
|
|
24
|
+
export const DayOfWeek$outboundSchema: z.ZodNativeEnum<typeof DayOfWeek> =
|
|
25
|
+
DayOfWeek$inboundSchema;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @internal
|
|
29
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
30
|
+
*/
|
|
31
|
+
export namespace DayOfWeek$ {
|
|
32
|
+
/** @deprecated use `DayOfWeek$inboundSchema` instead. */
|
|
33
|
+
export const inboundSchema = DayOfWeek$inboundSchema;
|
|
34
|
+
/** @deprecated use `DayOfWeek$outboundSchema` instead. */
|
|
35
|
+
export const outboundSchema = DayOfWeek$outboundSchema;
|
|
36
|
+
}
|
|
@@ -27,6 +27,8 @@ export * from "./custommessagecreaterequest.js";
|
|
|
27
27
|
export * from "./custommessageproperties.js";
|
|
28
28
|
export * from "./custommessageresponse.js";
|
|
29
29
|
export * from "./custommessageupdaterequest.js";
|
|
30
|
+
export * from "./daocustommessagerule.js";
|
|
31
|
+
export * from "./dayofweek.js";
|
|
30
32
|
export * from "./directoryextension.js";
|
|
31
33
|
export * from "./directorymember.js";
|
|
32
34
|
export * from "./directorymembercreate.js";
|
|
@@ -34,7 +34,7 @@ export class CustomMessages extends ClientSDK {
|
|
|
34
34
|
* Create Custom Message
|
|
35
35
|
*
|
|
36
36
|
* @remarks
|
|
37
|
-
* Create a new
|
|
37
|
+
* Create a new custom message
|
|
38
38
|
*/
|
|
39
39
|
async create(
|
|
40
40
|
request: components.CustomMessageCreateRequest,
|
|
@@ -51,7 +51,7 @@ export class CustomMessages extends ClientSDK {
|
|
|
51
51
|
* Update Custom Message
|
|
52
52
|
*
|
|
53
53
|
* @remarks
|
|
54
|
-
* Update a
|
|
54
|
+
* Update a custom message
|
|
55
55
|
*/
|
|
56
56
|
async update(
|
|
57
57
|
request: components.CustomMessageUpdateRequest,
|
|
@@ -68,7 +68,7 @@ export class CustomMessages extends ClientSDK {
|
|
|
68
68
|
* Get Custom Message By Id
|
|
69
69
|
*
|
|
70
70
|
* @remarks
|
|
71
|
-
* Get the
|
|
71
|
+
* Get the custom message by its ID
|
|
72
72
|
*/
|
|
73
73
|
async getById(
|
|
74
74
|
request: operations.CustomMessageGetByIdRequest,
|
|
@@ -85,7 +85,7 @@ export class CustomMessages extends ClientSDK {
|
|
|
85
85
|
* Delete Custom Message
|
|
86
86
|
*
|
|
87
87
|
* @remarks
|
|
88
|
-
* Delete
|
|
88
|
+
* Delete custom message by ID
|
|
89
89
|
*/
|
|
90
90
|
async delete(
|
|
91
91
|
request: operations.CustomMessagesDeleteRequest,
|