@unified-api/typescript-sdk 1.0.25 → 1.0.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/sdk/channel.d.ts +15 -0
- package/dist/sdk/channel.js +213 -0
- package/dist/sdk/kms.d.ts +55 -0
- package/dist/sdk/kms.js +907 -0
- package/dist/sdk/message.d.ts +31 -0
- package/dist/sdk/message.js +505 -0
- package/dist/sdk/messaging.d.ts +39 -0
- package/dist/sdk/messaging.js +631 -0
- package/dist/sdk/models/operations/createaccountingaccount.d.ts +3 -0
- package/dist/sdk/models/operations/createkmspage.d.ts +28 -0
- package/dist/sdk/models/operations/createkmspage.js +95 -0
- package/dist/sdk/models/operations/createkmsspace.d.ts +28 -0
- package/dist/sdk/models/operations/createkmsspace.js +95 -0
- package/dist/sdk/models/operations/createmessagingmessage.d.ts +28 -0
- package/dist/sdk/models/operations/createmessagingmessage.js +95 -0
- package/dist/sdk/models/operations/getkmspage.d.ts +35 -0
- package/dist/sdk/models/operations/getkmspage.js +99 -0
- package/dist/sdk/models/operations/getkmsspace.d.ts +35 -0
- package/dist/sdk/models/operations/getkmsspace.js +99 -0
- package/dist/sdk/models/operations/getmessagingchannel.d.ts +35 -0
- package/dist/sdk/models/operations/getmessagingchannel.js +99 -0
- package/dist/sdk/models/operations/getmessagingmessage.d.ts +35 -0
- package/dist/sdk/models/operations/getmessagingmessage.js +99 -0
- package/dist/sdk/models/operations/getunifiedintegrationauth.d.ts +10 -1
- package/dist/sdk/models/operations/getunifiedintegrationauth.js +9 -0
- package/dist/sdk/models/operations/index.d.ts +20 -0
- package/dist/sdk/models/operations/index.js +20 -0
- package/dist/sdk/models/operations/listkmspages.d.ts +45 -0
- package/dist/sdk/models/operations/listkmspages.js +127 -0
- package/dist/sdk/models/operations/listkmsspaces.d.ts +44 -0
- package/dist/sdk/models/operations/listkmsspaces.js +123 -0
- package/dist/sdk/models/operations/listmessagingchannels.d.ts +43 -0
- package/dist/sdk/models/operations/listmessagingchannels.js +119 -0
- package/dist/sdk/models/operations/listmessagingmessages.d.ts +45 -0
- package/dist/sdk/models/operations/listmessagingmessages.js +127 -0
- package/dist/sdk/models/operations/listunifiedconnections.d.ts +3 -1
- package/dist/sdk/models/operations/listunifiedconnections.js +2 -0
- package/dist/sdk/models/operations/listunifiedintegrations.d.ts +3 -1
- package/dist/sdk/models/operations/listunifiedintegrations.js +2 -0
- package/dist/sdk/models/operations/listunifiedintegrationworkspaces.d.ts +3 -1
- package/dist/sdk/models/operations/listunifiedintegrationworkspaces.js +2 -0
- package/dist/sdk/models/operations/patchaccountingaccount.d.ts +3 -0
- package/dist/sdk/models/operations/patchkmspage.d.ts +32 -0
- package/dist/sdk/models/operations/patchkmspage.js +99 -0
- package/dist/sdk/models/operations/patchkmsspace.d.ts +32 -0
- package/dist/sdk/models/operations/patchkmsspace.js +99 -0
- package/dist/sdk/models/operations/patchmessagingmessage.d.ts +32 -0
- package/dist/sdk/models/operations/patchmessagingmessage.js +99 -0
- package/dist/sdk/models/operations/removekmspage.d.ts +30 -0
- package/dist/sdk/models/operations/removekmspage.js +71 -0
- package/dist/sdk/models/operations/removekmsspace.d.ts +30 -0
- package/dist/sdk/models/operations/removekmsspace.js +71 -0
- package/dist/sdk/models/operations/removemessagingmessage.d.ts +30 -0
- package/dist/sdk/models/operations/removemessagingmessage.js +71 -0
- package/dist/sdk/models/operations/updateaccountingaccount.d.ts +3 -0
- package/dist/sdk/models/operations/updatekmspage.d.ts +32 -0
- package/dist/sdk/models/operations/updatekmspage.js +99 -0
- package/dist/sdk/models/operations/updatekmsspace.d.ts +32 -0
- package/dist/sdk/models/operations/updatekmsspace.js +99 -0
- package/dist/sdk/models/operations/updatemessagingmessage.d.ts +32 -0
- package/dist/sdk/models/operations/updatemessagingmessage.js +99 -0
- package/dist/sdk/models/shared/accountingaccount.d.ts +3 -0
- package/dist/sdk/models/shared/accountingaccount.js +3 -0
- package/dist/sdk/models/shared/accountingcontactpaymentmethod.d.ts +2 -3
- package/dist/sdk/models/shared/accountingcontactpaymentmethod.js +0 -1
- package/dist/sdk/models/shared/accountingorganization.d.ts +1 -1
- package/dist/sdk/models/shared/index.d.ts +6 -0
- package/dist/sdk/models/shared/index.js +6 -0
- package/dist/sdk/models/shared/integrationsupport.d.ts +2 -0
- package/dist/sdk/models/shared/integrationsupport.js +10 -0
- package/dist/sdk/models/shared/kmspage.d.ts +19 -0
- package/dist/sdk/models/shared/kmspage.js +109 -0
- package/dist/sdk/models/shared/kmsspace.d.ts +12 -0
- package/dist/sdk/models/shared/kmsspace.js +93 -0
- package/dist/sdk/models/shared/messagingchannel.d.ts +16 -0
- package/dist/sdk/models/shared/messagingchannel.js +106 -0
- package/dist/sdk/models/shared/messagingmember.d.ts +6 -0
- package/dist/sdk/models/shared/messagingmember.js +55 -0
- package/dist/sdk/models/shared/messagingmessage.d.ts +18 -0
- package/dist/sdk/models/shared/messagingmessage.js +111 -0
- package/dist/sdk/models/shared/propertyconnectioncategories.d.ts +3 -1
- package/dist/sdk/models/shared/propertyconnectioncategories.js +2 -0
- package/dist/sdk/models/shared/propertyconnectionpermissions.d.ts +10 -1
- package/dist/sdk/models/shared/propertyconnectionpermissions.js +9 -0
- package/dist/sdk/models/shared/propertyintegrationcategories.d.ts +3 -1
- package/dist/sdk/models/shared/propertyintegrationcategories.js +2 -0
- package/dist/sdk/models/shared/propertymessagingmessageauthormember.d.ts +6 -0
- package/dist/sdk/models/shared/propertymessagingmessageauthormember.js +55 -0
- package/dist/sdk/models/shared/webhook.d.ts +5 -1
- package/dist/sdk/models/shared/webhook.js +4 -0
- package/dist/sdk/page.d.ts +31 -0
- package/dist/sdk/page.js +505 -0
- package/dist/sdk/sdk.d.ts +12 -0
- package/dist/sdk/sdk.js +14 -2
- package/dist/sdk/space.d.ts +31 -0
- package/dist/sdk/space.js +505 -0
- package/docs/sdk/models/operations/categories.md +3 -1
- package/docs/sdk/models/operations/createaccountingaccountrequest.md +1 -1
- package/docs/sdk/models/operations/createkmspagerequest.md +9 -0
- package/docs/sdk/models/operations/createkmspageresponse.md +11 -0
- package/docs/sdk/models/operations/createkmsspacerequest.md +9 -0
- package/docs/sdk/models/operations/createkmsspaceresponse.md +11 -0
- package/docs/sdk/models/operations/createmessagingmessagerequest.md +9 -0
- package/docs/sdk/models/operations/createmessagingmessageresponse.md +11 -0
- package/docs/sdk/models/operations/getkmspagerequest.md +10 -0
- package/docs/sdk/models/operations/getkmspageresponse.md +11 -0
- package/docs/sdk/models/operations/getkmsspacerequest.md +10 -0
- package/docs/sdk/models/operations/getkmsspaceresponse.md +11 -0
- package/docs/sdk/models/operations/getmessagingchannelrequest.md +10 -0
- package/docs/sdk/models/operations/getmessagingchannelresponse.md +11 -0
- package/docs/sdk/models/operations/getmessagingmessagerequest.md +10 -0
- package/docs/sdk/models/operations/getmessagingmessageresponse.md +11 -0
- package/docs/sdk/models/operations/listkmspagesrequest.md +17 -0
- package/docs/sdk/models/operations/listkmspagesresponse.md +11 -0
- package/docs/sdk/models/operations/listkmsspacesrequest.md +16 -0
- package/docs/sdk/models/operations/listkmsspacesresponse.md +11 -0
- package/docs/sdk/models/operations/listmessagingchannelsrequest.md +15 -0
- package/docs/sdk/models/operations/listmessagingchannelsresponse.md +11 -0
- package/docs/sdk/models/operations/listmessagingmessagesrequest.md +17 -0
- package/docs/sdk/models/operations/listmessagingmessagesresponse.md +11 -0
- package/docs/sdk/models/operations/listunifiedintegrationsqueryparamcategories.md +3 -1
- package/docs/sdk/models/operations/patchaccountingaccountrequest.md +1 -1
- package/docs/sdk/models/operations/patchkmspagerequest.md +10 -0
- package/docs/sdk/models/operations/patchkmspageresponse.md +11 -0
- package/docs/sdk/models/operations/patchkmsspacerequest.md +10 -0
- package/docs/sdk/models/operations/patchkmsspaceresponse.md +11 -0
- package/docs/sdk/models/operations/patchmessagingmessagerequest.md +10 -0
- package/docs/sdk/models/operations/patchmessagingmessageresponse.md +11 -0
- package/docs/sdk/models/operations/queryparamcategories.md +3 -1
- package/docs/sdk/models/operations/removekmspagerequest.md +9 -0
- package/docs/sdk/models/operations/removekmspageresponse.md +11 -0
- package/docs/sdk/models/operations/removekmsspacerequest.md +9 -0
- package/docs/sdk/models/operations/removekmsspaceresponse.md +11 -0
- package/docs/sdk/models/operations/removemessagingmessagerequest.md +9 -0
- package/docs/sdk/models/operations/removemessagingmessageresponse.md +11 -0
- package/docs/sdk/models/operations/scopes.md +10 -1
- package/docs/sdk/models/operations/updateaccountingaccountrequest.md +1 -1
- package/docs/sdk/models/operations/updatekmspagerequest.md +10 -0
- package/docs/sdk/models/operations/updatekmspageresponse.md +11 -0
- package/docs/sdk/models/operations/updatekmsspacerequest.md +10 -0
- package/docs/sdk/models/operations/updatekmsspaceresponse.md +11 -0
- package/docs/sdk/models/operations/updatemessagingmessagerequest.md +10 -0
- package/docs/sdk/models/operations/updatemessagingmessageresponse.md +11 -0
- package/docs/sdk/models/shared/accountingaccount.md +2 -0
- package/docs/sdk/models/shared/accountingcontactpaymentmethod.md +1 -1
- package/docs/sdk/models/shared/accountingcontactpaymentmethodtype.md +1 -2
- package/docs/sdk/models/shared/accountingorganization.md +1 -1
- package/docs/sdk/models/shared/integrationsupport.md +2 -0
- package/docs/sdk/models/shared/kmspage.md +18 -0
- package/docs/sdk/models/shared/kmspagetype.md +10 -0
- package/docs/sdk/models/shared/kmsspace.md +16 -0
- package/docs/sdk/models/shared/messagingchannel.md +19 -0
- package/docs/sdk/models/shared/messagingmember.md +10 -0
- package/docs/sdk/models/shared/messagingmessage.md +20 -0
- package/docs/sdk/models/shared/objecttype.md +5 -1
- package/docs/sdk/models/shared/propertyconnectioncategories.md +3 -1
- package/docs/sdk/models/shared/propertyconnectionpermissions.md +10 -1
- package/docs/sdk/models/shared/propertyintegrationcategories.md +3 -1
- package/docs/sdk/models/shared/propertymessagingmessageauthormember.md +10 -0
- package/package.json +1 -1
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.KmsPage = exports.KmsPageType = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var class_transformer_1 = require("class-transformer");
|
|
33
|
+
var KmsPageType;
|
|
34
|
+
(function (KmsPageType) {
|
|
35
|
+
KmsPageType["Html"] = "HTML";
|
|
36
|
+
KmsPageType["Markdown"] = "MARKDOWN";
|
|
37
|
+
KmsPageType["Text"] = "TEXT";
|
|
38
|
+
})(KmsPageType = exports.KmsPageType || (exports.KmsPageType = {}));
|
|
39
|
+
var KmsPage = /** @class */ (function (_super) {
|
|
40
|
+
__extends(KmsPage, _super);
|
|
41
|
+
function KmsPage() {
|
|
42
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
43
|
+
}
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
46
|
+
(0, class_transformer_1.Expose)({ name: "created_at" }),
|
|
47
|
+
(0, class_transformer_1.Transform)(function (_a) {
|
|
48
|
+
var value = _a.value;
|
|
49
|
+
return new Date(value);
|
|
50
|
+
}, { toClassOnly: true }),
|
|
51
|
+
__metadata("design:type", Date)
|
|
52
|
+
], KmsPage.prototype, "createdAt", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
55
|
+
(0, class_transformer_1.Expose)({ name: "download_url" }),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], KmsPage.prototype, "downloadUrl", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
60
|
+
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
61
|
+
__metadata("design:type", String)
|
|
62
|
+
], KmsPage.prototype, "id", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
65
|
+
(0, class_transformer_1.Expose)({ name: "is_active" }),
|
|
66
|
+
__metadata("design:type", Boolean)
|
|
67
|
+
], KmsPage.prototype, "isActive", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
70
|
+
(0, class_transformer_1.Expose)({ name: "parent_page_id" }),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], KmsPage.prototype, "parentPageId", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
75
|
+
(0, class_transformer_1.Expose)({ name: "raw" }),
|
|
76
|
+
__metadata("design:type", Object)
|
|
77
|
+
], KmsPage.prototype, "raw", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
80
|
+
(0, class_transformer_1.Expose)({ name: "space_id" }),
|
|
81
|
+
__metadata("design:type", String)
|
|
82
|
+
], KmsPage.prototype, "spaceId", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
85
|
+
(0, class_transformer_1.Expose)({ name: "title" }),
|
|
86
|
+
__metadata("design:type", String)
|
|
87
|
+
], KmsPage.prototype, "title", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
90
|
+
(0, class_transformer_1.Expose)({ name: "type" }),
|
|
91
|
+
__metadata("design:type", String)
|
|
92
|
+
], KmsPage.prototype, "type", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
95
|
+
(0, class_transformer_1.Expose)({ name: "updated_at" }),
|
|
96
|
+
(0, class_transformer_1.Transform)(function (_a) {
|
|
97
|
+
var value = _a.value;
|
|
98
|
+
return new Date(value);
|
|
99
|
+
}, { toClassOnly: true }),
|
|
100
|
+
__metadata("design:type", Date)
|
|
101
|
+
], KmsPage.prototype, "updatedAt", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
104
|
+
(0, class_transformer_1.Expose)({ name: "user_id" }),
|
|
105
|
+
__metadata("design:type", String)
|
|
106
|
+
], KmsPage.prototype, "userId", void 0);
|
|
107
|
+
return KmsPage;
|
|
108
|
+
}(utils_1.SpeakeasyBase));
|
|
109
|
+
exports.KmsPage = KmsPage;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
export declare class KmsSpace extends SpeakeasyBase {
|
|
3
|
+
createdAt?: Date;
|
|
4
|
+
description?: string;
|
|
5
|
+
id: string;
|
|
6
|
+
isActive?: boolean;
|
|
7
|
+
name: string;
|
|
8
|
+
parentSpaceId?: string;
|
|
9
|
+
raw?: Record<string, any>;
|
|
10
|
+
updatedAt?: Date;
|
|
11
|
+
userId?: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.KmsSpace = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var class_transformer_1 = require("class-transformer");
|
|
33
|
+
var KmsSpace = /** @class */ (function (_super) {
|
|
34
|
+
__extends(KmsSpace, _super);
|
|
35
|
+
function KmsSpace() {
|
|
36
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
|
+
}
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
40
|
+
(0, class_transformer_1.Expose)({ name: "created_at" }),
|
|
41
|
+
(0, class_transformer_1.Transform)(function (_a) {
|
|
42
|
+
var value = _a.value;
|
|
43
|
+
return new Date(value);
|
|
44
|
+
}, { toClassOnly: true }),
|
|
45
|
+
__metadata("design:type", Date)
|
|
46
|
+
], KmsSpace.prototype, "createdAt", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
49
|
+
(0, class_transformer_1.Expose)({ name: "description" }),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], KmsSpace.prototype, "description", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
54
|
+
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], KmsSpace.prototype, "id", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
59
|
+
(0, class_transformer_1.Expose)({ name: "is_active" }),
|
|
60
|
+
__metadata("design:type", Boolean)
|
|
61
|
+
], KmsSpace.prototype, "isActive", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
64
|
+
(0, class_transformer_1.Expose)({ name: "name" }),
|
|
65
|
+
__metadata("design:type", String)
|
|
66
|
+
], KmsSpace.prototype, "name", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
69
|
+
(0, class_transformer_1.Expose)({ name: "parent_space_id" }),
|
|
70
|
+
__metadata("design:type", String)
|
|
71
|
+
], KmsSpace.prototype, "parentSpaceId", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
74
|
+
(0, class_transformer_1.Expose)({ name: "raw" }),
|
|
75
|
+
__metadata("design:type", Object)
|
|
76
|
+
], KmsSpace.prototype, "raw", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
79
|
+
(0, class_transformer_1.Expose)({ name: "updated_at" }),
|
|
80
|
+
(0, class_transformer_1.Transform)(function (_a) {
|
|
81
|
+
var value = _a.value;
|
|
82
|
+
return new Date(value);
|
|
83
|
+
}, { toClassOnly: true }),
|
|
84
|
+
__metadata("design:type", Date)
|
|
85
|
+
], KmsSpace.prototype, "updatedAt", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
88
|
+
(0, class_transformer_1.Expose)({ name: "user_id" }),
|
|
89
|
+
__metadata("design:type", String)
|
|
90
|
+
], KmsSpace.prototype, "userId", void 0);
|
|
91
|
+
return KmsSpace;
|
|
92
|
+
}(utils_1.SpeakeasyBase));
|
|
93
|
+
exports.KmsSpace = KmsSpace;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
import { MessagingMember } from "./messagingmember";
|
|
3
|
+
export declare class MessagingChannel extends SpeakeasyBase {
|
|
4
|
+
createdAt?: Date;
|
|
5
|
+
description?: string;
|
|
6
|
+
hasSubchannels?: boolean;
|
|
7
|
+
id?: string;
|
|
8
|
+
isActive?: boolean;
|
|
9
|
+
isPrivate?: boolean;
|
|
10
|
+
members?: MessagingMember[];
|
|
11
|
+
name: string;
|
|
12
|
+
parentChannelId?: string;
|
|
13
|
+
raw?: Record<string, any>;
|
|
14
|
+
updatedAt?: string;
|
|
15
|
+
webUrl?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.MessagingChannel = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var messagingmember_1 = require("./messagingmember");
|
|
33
|
+
var class_transformer_1 = require("class-transformer");
|
|
34
|
+
var MessagingChannel = /** @class */ (function (_super) {
|
|
35
|
+
__extends(MessagingChannel, _super);
|
|
36
|
+
function MessagingChannel() {
|
|
37
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
38
|
+
}
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
41
|
+
(0, class_transformer_1.Expose)({ name: "created_at" }),
|
|
42
|
+
(0, class_transformer_1.Transform)(function (_a) {
|
|
43
|
+
var value = _a.value;
|
|
44
|
+
return new Date(value);
|
|
45
|
+
}, { toClassOnly: true }),
|
|
46
|
+
__metadata("design:type", Date)
|
|
47
|
+
], MessagingChannel.prototype, "createdAt", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
50
|
+
(0, class_transformer_1.Expose)({ name: "description" }),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], MessagingChannel.prototype, "description", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
55
|
+
(0, class_transformer_1.Expose)({ name: "has_subchannels" }),
|
|
56
|
+
__metadata("design:type", Boolean)
|
|
57
|
+
], MessagingChannel.prototype, "hasSubchannels", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
60
|
+
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
61
|
+
__metadata("design:type", String)
|
|
62
|
+
], MessagingChannel.prototype, "id", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
65
|
+
(0, class_transformer_1.Expose)({ name: "is_active" }),
|
|
66
|
+
__metadata("design:type", Boolean)
|
|
67
|
+
], MessagingChannel.prototype, "isActive", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
70
|
+
(0, class_transformer_1.Expose)({ name: "is_private" }),
|
|
71
|
+
__metadata("design:type", Boolean)
|
|
72
|
+
], MessagingChannel.prototype, "isPrivate", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: messagingmember_1.MessagingMember }),
|
|
75
|
+
(0, class_transformer_1.Expose)({ name: "members" }),
|
|
76
|
+
(0, class_transformer_1.Type)(function () { return messagingmember_1.MessagingMember; }),
|
|
77
|
+
__metadata("design:type", Array)
|
|
78
|
+
], MessagingChannel.prototype, "members", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
81
|
+
(0, class_transformer_1.Expose)({ name: "name" }),
|
|
82
|
+
__metadata("design:type", String)
|
|
83
|
+
], MessagingChannel.prototype, "name", void 0);
|
|
84
|
+
__decorate([
|
|
85
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
86
|
+
(0, class_transformer_1.Expose)({ name: "parent_channel_id" }),
|
|
87
|
+
__metadata("design:type", String)
|
|
88
|
+
], MessagingChannel.prototype, "parentChannelId", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
91
|
+
(0, class_transformer_1.Expose)({ name: "raw" }),
|
|
92
|
+
__metadata("design:type", Object)
|
|
93
|
+
], MessagingChannel.prototype, "raw", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
96
|
+
(0, class_transformer_1.Expose)({ name: "updated_at" }),
|
|
97
|
+
__metadata("design:type", String)
|
|
98
|
+
], MessagingChannel.prototype, "updatedAt", void 0);
|
|
99
|
+
__decorate([
|
|
100
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
101
|
+
(0, class_transformer_1.Expose)({ name: "web_url" }),
|
|
102
|
+
__metadata("design:type", String)
|
|
103
|
+
], MessagingChannel.prototype, "webUrl", void 0);
|
|
104
|
+
return MessagingChannel;
|
|
105
|
+
}(utils_1.SpeakeasyBase));
|
|
106
|
+
exports.MessagingChannel = MessagingChannel;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.MessagingMember = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var class_transformer_1 = require("class-transformer");
|
|
33
|
+
var MessagingMember = /** @class */ (function (_super) {
|
|
34
|
+
__extends(MessagingMember, _super);
|
|
35
|
+
function MessagingMember() {
|
|
36
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
|
+
}
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
40
|
+
(0, class_transformer_1.Expose)({ name: "email" }),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], MessagingMember.prototype, "email", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
45
|
+
(0, class_transformer_1.Expose)({ name: "name" }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], MessagingMember.prototype, "name", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
50
|
+
(0, class_transformer_1.Expose)({ name: "user_id" }),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], MessagingMember.prototype, "userId", void 0);
|
|
53
|
+
return MessagingMember;
|
|
54
|
+
}(utils_1.SpeakeasyBase));
|
|
55
|
+
exports.MessagingMember = MessagingMember;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
import { MessagingMember } from "./messagingmember";
|
|
3
|
+
import { PropertyMessagingMessageAuthorMember } from "./propertymessagingmessageauthormember";
|
|
4
|
+
export declare class MessagingMessage extends SpeakeasyBase {
|
|
5
|
+
authorMember: PropertyMessagingMessageAuthorMember;
|
|
6
|
+
channelId?: string;
|
|
7
|
+
createdAt?: string;
|
|
8
|
+
destinationMembers?: MessagingMember[];
|
|
9
|
+
hiddenMembers?: MessagingMember[];
|
|
10
|
+
id?: string;
|
|
11
|
+
mentionedMembers?: MessagingMember[];
|
|
12
|
+
message: string;
|
|
13
|
+
parentMessageId?: string;
|
|
14
|
+
raw?: Record<string, any>;
|
|
15
|
+
subject?: string;
|
|
16
|
+
updatedAt?: string;
|
|
17
|
+
webUrl?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.MessagingMessage = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var messagingmember_1 = require("./messagingmember");
|
|
33
|
+
var propertymessagingmessageauthormember_1 = require("./propertymessagingmessageauthormember");
|
|
34
|
+
var class_transformer_1 = require("class-transformer");
|
|
35
|
+
var MessagingMessage = /** @class */ (function (_super) {
|
|
36
|
+
__extends(MessagingMessage, _super);
|
|
37
|
+
function MessagingMessage() {
|
|
38
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
39
|
+
}
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
42
|
+
(0, class_transformer_1.Expose)({ name: "author_member" }),
|
|
43
|
+
(0, class_transformer_1.Type)(function () { return propertymessagingmessageauthormember_1.PropertyMessagingMessageAuthorMember; }),
|
|
44
|
+
__metadata("design:type", propertymessagingmessageauthormember_1.PropertyMessagingMessageAuthorMember)
|
|
45
|
+
], MessagingMessage.prototype, "authorMember", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
48
|
+
(0, class_transformer_1.Expose)({ name: "channel_id" }),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], MessagingMessage.prototype, "channelId", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
53
|
+
(0, class_transformer_1.Expose)({ name: "created_at" }),
|
|
54
|
+
__metadata("design:type", String)
|
|
55
|
+
], MessagingMessage.prototype, "createdAt", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: messagingmember_1.MessagingMember }),
|
|
58
|
+
(0, class_transformer_1.Expose)({ name: "destination_members" }),
|
|
59
|
+
(0, class_transformer_1.Type)(function () { return messagingmember_1.MessagingMember; }),
|
|
60
|
+
__metadata("design:type", Array)
|
|
61
|
+
], MessagingMessage.prototype, "destinationMembers", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: messagingmember_1.MessagingMember }),
|
|
64
|
+
(0, class_transformer_1.Expose)({ name: "hidden_members" }),
|
|
65
|
+
(0, class_transformer_1.Type)(function () { return messagingmember_1.MessagingMember; }),
|
|
66
|
+
__metadata("design:type", Array)
|
|
67
|
+
], MessagingMessage.prototype, "hiddenMembers", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
70
|
+
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], MessagingMessage.prototype, "id", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: messagingmember_1.MessagingMember }),
|
|
75
|
+
(0, class_transformer_1.Expose)({ name: "mentioned_members" }),
|
|
76
|
+
(0, class_transformer_1.Type)(function () { return messagingmember_1.MessagingMember; }),
|
|
77
|
+
__metadata("design:type", Array)
|
|
78
|
+
], MessagingMessage.prototype, "mentionedMembers", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
81
|
+
(0, class_transformer_1.Expose)({ name: "message" }),
|
|
82
|
+
__metadata("design:type", String)
|
|
83
|
+
], MessagingMessage.prototype, "message", void 0);
|
|
84
|
+
__decorate([
|
|
85
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
86
|
+
(0, class_transformer_1.Expose)({ name: "parent_message_id" }),
|
|
87
|
+
__metadata("design:type", String)
|
|
88
|
+
], MessagingMessage.prototype, "parentMessageId", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
91
|
+
(0, class_transformer_1.Expose)({ name: "raw" }),
|
|
92
|
+
__metadata("design:type", Object)
|
|
93
|
+
], MessagingMessage.prototype, "raw", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
96
|
+
(0, class_transformer_1.Expose)({ name: "subject" }),
|
|
97
|
+
__metadata("design:type", String)
|
|
98
|
+
], MessagingMessage.prototype, "subject", void 0);
|
|
99
|
+
__decorate([
|
|
100
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
101
|
+
(0, class_transformer_1.Expose)({ name: "updated_at" }),
|
|
102
|
+
__metadata("design:type", String)
|
|
103
|
+
], MessagingMessage.prototype, "updatedAt", void 0);
|
|
104
|
+
__decorate([
|
|
105
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
106
|
+
(0, class_transformer_1.Expose)({ name: "web_url" }),
|
|
107
|
+
__metadata("design:type", String)
|
|
108
|
+
], MessagingMessage.prototype, "webUrl", void 0);
|
|
109
|
+
return MessagingMessage;
|
|
110
|
+
}(utils_1.SpeakeasyBase));
|
|
111
|
+
exports.MessagingMessage = MessagingMessage;
|
|
@@ -20,4 +20,6 @@ var PropertyConnectionCategories;
|
|
|
20
20
|
PropertyConnectionCategories["Commerce"] = "commerce";
|
|
21
21
|
PropertyConnectionCategories["Payment"] = "payment";
|
|
22
22
|
PropertyConnectionCategories["Genai"] = "genai";
|
|
23
|
+
PropertyConnectionCategories["Messaging"] = "messaging";
|
|
24
|
+
PropertyConnectionCategories["Kms"] = "kms";
|
|
23
25
|
})(PropertyConnectionCategories = exports.PropertyConnectionCategories || (exports.PropertyConnectionCategories = {}));
|
|
@@ -77,5 +77,14 @@ export declare enum PropertyConnectionPermissions {
|
|
|
77
77
|
Webhook = "webhook",
|
|
78
78
|
GenaiModelRead = "genai_model_read",
|
|
79
79
|
GenaiPromptRead = "genai_prompt_read",
|
|
80
|
-
GenaiPromptWrite = "genai_prompt_write"
|
|
80
|
+
GenaiPromptWrite = "genai_prompt_write",
|
|
81
|
+
MessagingMessageRead = "messaging_message_read",
|
|
82
|
+
MessagingMessageWrite = "messaging_message_write",
|
|
83
|
+
MessagingChannelRead = "messaging_channel_read",
|
|
84
|
+
KmsSpaceRead = "kms_space_read",
|
|
85
|
+
KmsSpaceWrite = "kms_space_write",
|
|
86
|
+
KmsPageRead = "kms_page_read",
|
|
87
|
+
KmsPageWrite = "kms_page_write",
|
|
88
|
+
KmsCommentRead = "kms_comment_read",
|
|
89
|
+
KmsCommentWrite = "kms_comment_write"
|
|
81
90
|
}
|
|
@@ -85,4 +85,13 @@ var PropertyConnectionPermissions;
|
|
|
85
85
|
PropertyConnectionPermissions["GenaiModelRead"] = "genai_model_read";
|
|
86
86
|
PropertyConnectionPermissions["GenaiPromptRead"] = "genai_prompt_read";
|
|
87
87
|
PropertyConnectionPermissions["GenaiPromptWrite"] = "genai_prompt_write";
|
|
88
|
+
PropertyConnectionPermissions["MessagingMessageRead"] = "messaging_message_read";
|
|
89
|
+
PropertyConnectionPermissions["MessagingMessageWrite"] = "messaging_message_write";
|
|
90
|
+
PropertyConnectionPermissions["MessagingChannelRead"] = "messaging_channel_read";
|
|
91
|
+
PropertyConnectionPermissions["KmsSpaceRead"] = "kms_space_read";
|
|
92
|
+
PropertyConnectionPermissions["KmsSpaceWrite"] = "kms_space_write";
|
|
93
|
+
PropertyConnectionPermissions["KmsPageRead"] = "kms_page_read";
|
|
94
|
+
PropertyConnectionPermissions["KmsPageWrite"] = "kms_page_write";
|
|
95
|
+
PropertyConnectionPermissions["KmsCommentRead"] = "kms_comment_read";
|
|
96
|
+
PropertyConnectionPermissions["KmsCommentWrite"] = "kms_comment_write";
|
|
88
97
|
})(PropertyConnectionPermissions = exports.PropertyConnectionPermissions || (exports.PropertyConnectionPermissions = {}));
|
|
@@ -20,4 +20,6 @@ var PropertyIntegrationCategories;
|
|
|
20
20
|
PropertyIntegrationCategories["Commerce"] = "commerce";
|
|
21
21
|
PropertyIntegrationCategories["Payment"] = "payment";
|
|
22
22
|
PropertyIntegrationCategories["Genai"] = "genai";
|
|
23
|
+
PropertyIntegrationCategories["Messaging"] = "messaging";
|
|
24
|
+
PropertyIntegrationCategories["Kms"] = "kms";
|
|
23
25
|
})(PropertyIntegrationCategories = exports.PropertyIntegrationCategories || (exports.PropertyIntegrationCategories = {}));
|