@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,71 @@
|
|
|
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.RemoveMessagingMessageResponse = exports.RemoveMessagingMessageRequest = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var RemoveMessagingMessageRequest = /** @class */ (function (_super) {
|
|
33
|
+
__extends(RemoveMessagingMessageRequest, _super);
|
|
34
|
+
function RemoveMessagingMessageRequest() {
|
|
35
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
36
|
+
}
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], RemoveMessagingMessageRequest.prototype, "connectionId", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=id" }),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], RemoveMessagingMessageRequest.prototype, "id", void 0);
|
|
45
|
+
return RemoveMessagingMessageRequest;
|
|
46
|
+
}(utils_1.SpeakeasyBase));
|
|
47
|
+
exports.RemoveMessagingMessageRequest = RemoveMessagingMessageRequest;
|
|
48
|
+
var RemoveMessagingMessageResponse = /** @class */ (function (_super) {
|
|
49
|
+
__extends(RemoveMessagingMessageResponse, _super);
|
|
50
|
+
function RemoveMessagingMessageResponse() {
|
|
51
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
52
|
+
}
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], RemoveMessagingMessageResponse.prototype, "contentType", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
59
|
+
__metadata("design:type", Number)
|
|
60
|
+
], RemoveMessagingMessageResponse.prototype, "statusCode", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
63
|
+
__metadata("design:type", Object)
|
|
64
|
+
], RemoveMessagingMessageResponse.prototype, "rawResponse", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], RemoveMessagingMessageResponse.prototype, "string", void 0);
|
|
69
|
+
return RemoveMessagingMessageResponse;
|
|
70
|
+
}(utils_1.SpeakeasyBase));
|
|
71
|
+
exports.RemoveMessagingMessageResponse = RemoveMessagingMessageResponse;
|
|
@@ -2,6 +2,9 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class UpdateAccountingAccountRequest extends SpeakeasyBase {
|
|
5
|
+
/**
|
|
6
|
+
* Chart of accounts
|
|
7
|
+
*/
|
|
5
8
|
accountingAccount?: shared.AccountingAccount;
|
|
6
9
|
/**
|
|
7
10
|
* ID of the connection
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
import * as shared from "../../../sdk/models/shared";
|
|
3
|
+
import { AxiosResponse } from "axios";
|
|
4
|
+
export declare class UpdateKmsPageRequest extends SpeakeasyBase {
|
|
5
|
+
kmsPage?: shared.KmsPage;
|
|
6
|
+
/**
|
|
7
|
+
* ID of the connection
|
|
8
|
+
*/
|
|
9
|
+
connectionId: string;
|
|
10
|
+
/**
|
|
11
|
+
* ID of the Page
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
export declare class UpdateKmsPageResponse extends SpeakeasyBase {
|
|
16
|
+
/**
|
|
17
|
+
* HTTP response content type for this operation
|
|
18
|
+
*/
|
|
19
|
+
contentType: string;
|
|
20
|
+
/**
|
|
21
|
+
* Successful
|
|
22
|
+
*/
|
|
23
|
+
kmsPage?: shared.KmsPage;
|
|
24
|
+
/**
|
|
25
|
+
* HTTP response status code for this operation
|
|
26
|
+
*/
|
|
27
|
+
statusCode: number;
|
|
28
|
+
/**
|
|
29
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
30
|
+
*/
|
|
31
|
+
rawResponse: AxiosResponse;
|
|
32
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
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 __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
}) : (function(o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
}));
|
|
31
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
33
|
+
}) : function(o, v) {
|
|
34
|
+
o["default"] = v;
|
|
35
|
+
});
|
|
36
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
37
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
38
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
39
|
+
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;
|
|
40
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
41
|
+
};
|
|
42
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
43
|
+
if (mod && mod.__esModule) return mod;
|
|
44
|
+
var result = {};
|
|
45
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
+
__setModuleDefault(result, mod);
|
|
47
|
+
return result;
|
|
48
|
+
};
|
|
49
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
50
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
51
|
+
};
|
|
52
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
+
exports.UpdateKmsPageResponse = exports.UpdateKmsPageRequest = void 0;
|
|
54
|
+
var utils_1 = require("../../../internal/utils");
|
|
55
|
+
var shared = __importStar(require("../../../sdk/models/shared"));
|
|
56
|
+
var UpdateKmsPageRequest = /** @class */ (function (_super) {
|
|
57
|
+
__extends(UpdateKmsPageRequest, _super);
|
|
58
|
+
function UpdateKmsPageRequest() {
|
|
59
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
60
|
+
}
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "request, media_type=application/json" }),
|
|
63
|
+
__metadata("design:type", shared.KmsPage)
|
|
64
|
+
], UpdateKmsPageRequest.prototype, "kmsPage", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], UpdateKmsPageRequest.prototype, "connectionId", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=id" }),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], UpdateKmsPageRequest.prototype, "id", void 0);
|
|
73
|
+
return UpdateKmsPageRequest;
|
|
74
|
+
}(utils_1.SpeakeasyBase));
|
|
75
|
+
exports.UpdateKmsPageRequest = UpdateKmsPageRequest;
|
|
76
|
+
var UpdateKmsPageResponse = /** @class */ (function (_super) {
|
|
77
|
+
__extends(UpdateKmsPageResponse, _super);
|
|
78
|
+
function UpdateKmsPageResponse() {
|
|
79
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
80
|
+
}
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
83
|
+
__metadata("design:type", String)
|
|
84
|
+
], UpdateKmsPageResponse.prototype, "contentType", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
87
|
+
__metadata("design:type", shared.KmsPage)
|
|
88
|
+
], UpdateKmsPageResponse.prototype, "kmsPage", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
91
|
+
__metadata("design:type", Number)
|
|
92
|
+
], UpdateKmsPageResponse.prototype, "statusCode", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
95
|
+
__metadata("design:type", Object)
|
|
96
|
+
], UpdateKmsPageResponse.prototype, "rawResponse", void 0);
|
|
97
|
+
return UpdateKmsPageResponse;
|
|
98
|
+
}(utils_1.SpeakeasyBase));
|
|
99
|
+
exports.UpdateKmsPageResponse = UpdateKmsPageResponse;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
import * as shared from "../../../sdk/models/shared";
|
|
3
|
+
import { AxiosResponse } from "axios";
|
|
4
|
+
export declare class UpdateKmsSpaceRequest extends SpeakeasyBase {
|
|
5
|
+
kmsSpace?: shared.KmsSpace;
|
|
6
|
+
/**
|
|
7
|
+
* ID of the connection
|
|
8
|
+
*/
|
|
9
|
+
connectionId: string;
|
|
10
|
+
/**
|
|
11
|
+
* ID of the Space
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
export declare class UpdateKmsSpaceResponse extends SpeakeasyBase {
|
|
16
|
+
/**
|
|
17
|
+
* HTTP response content type for this operation
|
|
18
|
+
*/
|
|
19
|
+
contentType: string;
|
|
20
|
+
/**
|
|
21
|
+
* Successful
|
|
22
|
+
*/
|
|
23
|
+
kmsSpace?: shared.KmsSpace;
|
|
24
|
+
/**
|
|
25
|
+
* HTTP response status code for this operation
|
|
26
|
+
*/
|
|
27
|
+
statusCode: number;
|
|
28
|
+
/**
|
|
29
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
30
|
+
*/
|
|
31
|
+
rawResponse: AxiosResponse;
|
|
32
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
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 __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
}) : (function(o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
}));
|
|
31
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
33
|
+
}) : function(o, v) {
|
|
34
|
+
o["default"] = v;
|
|
35
|
+
});
|
|
36
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
37
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
38
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
39
|
+
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;
|
|
40
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
41
|
+
};
|
|
42
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
43
|
+
if (mod && mod.__esModule) return mod;
|
|
44
|
+
var result = {};
|
|
45
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
+
__setModuleDefault(result, mod);
|
|
47
|
+
return result;
|
|
48
|
+
};
|
|
49
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
50
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
51
|
+
};
|
|
52
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
+
exports.UpdateKmsSpaceResponse = exports.UpdateKmsSpaceRequest = void 0;
|
|
54
|
+
var utils_1 = require("../../../internal/utils");
|
|
55
|
+
var shared = __importStar(require("../../../sdk/models/shared"));
|
|
56
|
+
var UpdateKmsSpaceRequest = /** @class */ (function (_super) {
|
|
57
|
+
__extends(UpdateKmsSpaceRequest, _super);
|
|
58
|
+
function UpdateKmsSpaceRequest() {
|
|
59
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
60
|
+
}
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "request, media_type=application/json" }),
|
|
63
|
+
__metadata("design:type", shared.KmsSpace)
|
|
64
|
+
], UpdateKmsSpaceRequest.prototype, "kmsSpace", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], UpdateKmsSpaceRequest.prototype, "connectionId", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=id" }),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], UpdateKmsSpaceRequest.prototype, "id", void 0);
|
|
73
|
+
return UpdateKmsSpaceRequest;
|
|
74
|
+
}(utils_1.SpeakeasyBase));
|
|
75
|
+
exports.UpdateKmsSpaceRequest = UpdateKmsSpaceRequest;
|
|
76
|
+
var UpdateKmsSpaceResponse = /** @class */ (function (_super) {
|
|
77
|
+
__extends(UpdateKmsSpaceResponse, _super);
|
|
78
|
+
function UpdateKmsSpaceResponse() {
|
|
79
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
80
|
+
}
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
83
|
+
__metadata("design:type", String)
|
|
84
|
+
], UpdateKmsSpaceResponse.prototype, "contentType", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
87
|
+
__metadata("design:type", shared.KmsSpace)
|
|
88
|
+
], UpdateKmsSpaceResponse.prototype, "kmsSpace", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
91
|
+
__metadata("design:type", Number)
|
|
92
|
+
], UpdateKmsSpaceResponse.prototype, "statusCode", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
95
|
+
__metadata("design:type", Object)
|
|
96
|
+
], UpdateKmsSpaceResponse.prototype, "rawResponse", void 0);
|
|
97
|
+
return UpdateKmsSpaceResponse;
|
|
98
|
+
}(utils_1.SpeakeasyBase));
|
|
99
|
+
exports.UpdateKmsSpaceResponse = UpdateKmsSpaceResponse;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
import * as shared from "../../../sdk/models/shared";
|
|
3
|
+
import { AxiosResponse } from "axios";
|
|
4
|
+
export declare class UpdateMessagingMessageRequest extends SpeakeasyBase {
|
|
5
|
+
messagingMessage?: shared.MessagingMessage;
|
|
6
|
+
/**
|
|
7
|
+
* ID of the connection
|
|
8
|
+
*/
|
|
9
|
+
connectionId: string;
|
|
10
|
+
/**
|
|
11
|
+
* ID of the Message
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
export declare class UpdateMessagingMessageResponse extends SpeakeasyBase {
|
|
16
|
+
/**
|
|
17
|
+
* HTTP response content type for this operation
|
|
18
|
+
*/
|
|
19
|
+
contentType: string;
|
|
20
|
+
/**
|
|
21
|
+
* Successful
|
|
22
|
+
*/
|
|
23
|
+
messagingMessage?: shared.MessagingMessage;
|
|
24
|
+
/**
|
|
25
|
+
* HTTP response status code for this operation
|
|
26
|
+
*/
|
|
27
|
+
statusCode: number;
|
|
28
|
+
/**
|
|
29
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
30
|
+
*/
|
|
31
|
+
rawResponse: AxiosResponse;
|
|
32
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
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 __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
}) : (function(o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
}));
|
|
31
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
33
|
+
}) : function(o, v) {
|
|
34
|
+
o["default"] = v;
|
|
35
|
+
});
|
|
36
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
37
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
38
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
39
|
+
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;
|
|
40
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
41
|
+
};
|
|
42
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
43
|
+
if (mod && mod.__esModule) return mod;
|
|
44
|
+
var result = {};
|
|
45
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
+
__setModuleDefault(result, mod);
|
|
47
|
+
return result;
|
|
48
|
+
};
|
|
49
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
50
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
51
|
+
};
|
|
52
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
+
exports.UpdateMessagingMessageResponse = exports.UpdateMessagingMessageRequest = void 0;
|
|
54
|
+
var utils_1 = require("../../../internal/utils");
|
|
55
|
+
var shared = __importStar(require("../../../sdk/models/shared"));
|
|
56
|
+
var UpdateMessagingMessageRequest = /** @class */ (function (_super) {
|
|
57
|
+
__extends(UpdateMessagingMessageRequest, _super);
|
|
58
|
+
function UpdateMessagingMessageRequest() {
|
|
59
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
60
|
+
}
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "request, media_type=application/json" }),
|
|
63
|
+
__metadata("design:type", shared.MessagingMessage)
|
|
64
|
+
], UpdateMessagingMessageRequest.prototype, "messagingMessage", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], UpdateMessagingMessageRequest.prototype, "connectionId", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=id" }),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], UpdateMessagingMessageRequest.prototype, "id", void 0);
|
|
73
|
+
return UpdateMessagingMessageRequest;
|
|
74
|
+
}(utils_1.SpeakeasyBase));
|
|
75
|
+
exports.UpdateMessagingMessageRequest = UpdateMessagingMessageRequest;
|
|
76
|
+
var UpdateMessagingMessageResponse = /** @class */ (function (_super) {
|
|
77
|
+
__extends(UpdateMessagingMessageResponse, _super);
|
|
78
|
+
function UpdateMessagingMessageResponse() {
|
|
79
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
80
|
+
}
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
83
|
+
__metadata("design:type", String)
|
|
84
|
+
], UpdateMessagingMessageResponse.prototype, "contentType", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
87
|
+
__metadata("design:type", shared.MessagingMessage)
|
|
88
|
+
], UpdateMessagingMessageResponse.prototype, "messagingMessage", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
91
|
+
__metadata("design:type", Number)
|
|
92
|
+
], UpdateMessagingMessageResponse.prototype, "statusCode", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
95
|
+
__metadata("design:type", Object)
|
|
96
|
+
], UpdateMessagingMessageResponse.prototype, "rawResponse", void 0);
|
|
97
|
+
return UpdateMessagingMessageResponse;
|
|
98
|
+
}(utils_1.SpeakeasyBase));
|
|
99
|
+
exports.UpdateMessagingMessageResponse = UpdateMessagingMessageResponse;
|
|
@@ -48,6 +48,9 @@ var TypeT;
|
|
|
48
48
|
TypeT["Revenue"] = "REVENUE";
|
|
49
49
|
TypeT["Other"] = "OTHER";
|
|
50
50
|
})(TypeT = exports.TypeT || (exports.TypeT = {}));
|
|
51
|
+
/**
|
|
52
|
+
* Chart of accounts
|
|
53
|
+
*/
|
|
51
54
|
var AccountingAccount = /** @class */ (function (_super) {
|
|
52
55
|
__extends(AccountingAccount, _super);
|
|
53
56
|
function AccountingAccount() {
|
|
@@ -6,10 +6,9 @@ export declare enum AccountingContactPaymentMethodType {
|
|
|
6
6
|
Giropay = "GIROPAY",
|
|
7
7
|
Ideal = "IDEAL",
|
|
8
8
|
Other = "OTHER",
|
|
9
|
-
Paypal = "PAYPAL"
|
|
10
|
-
Unknown = ""
|
|
9
|
+
Paypal = "PAYPAL"
|
|
11
10
|
}
|
|
12
11
|
export declare class AccountingContactPaymentMethod extends SpeakeasyBase {
|
|
13
12
|
name?: string;
|
|
14
|
-
type
|
|
13
|
+
type: AccountingContactPaymentMethodType;
|
|
15
14
|
}
|
|
@@ -39,7 +39,6 @@ var AccountingContactPaymentMethodType;
|
|
|
39
39
|
AccountingContactPaymentMethodType["Ideal"] = "IDEAL";
|
|
40
40
|
AccountingContactPaymentMethodType["Other"] = "OTHER";
|
|
41
41
|
AccountingContactPaymentMethodType["Paypal"] = "PAYPAL";
|
|
42
|
-
AccountingContactPaymentMethodType["Unknown"] = "";
|
|
43
42
|
})(AccountingContactPaymentMethodType = exports.AccountingContactPaymentMethodType || (exports.AccountingContactPaymentMethodType = {}));
|
|
44
43
|
var AccountingContactPaymentMethod = /** @class */ (function (_super) {
|
|
45
44
|
__extends(AccountingContactPaymentMethod, _super);
|
|
@@ -61,9 +61,14 @@ export * from "./hristimeoff";
|
|
|
61
61
|
export * from "./integration";
|
|
62
62
|
export * from "./integrationsupport";
|
|
63
63
|
export * from "./issue";
|
|
64
|
+
export * from "./kmspage";
|
|
65
|
+
export * from "./kmsspace";
|
|
64
66
|
export * from "./marketingemail";
|
|
65
67
|
export * from "./marketinglist";
|
|
66
68
|
export * from "./marketingmember";
|
|
69
|
+
export * from "./messagingchannel";
|
|
70
|
+
export * from "./messagingmember";
|
|
71
|
+
export * from "./messagingmessage";
|
|
67
72
|
export * from "./paymentlink";
|
|
68
73
|
export * from "./paymentlinklineitem";
|
|
69
74
|
export * from "./paymentpayment";
|
|
@@ -91,6 +96,7 @@ export * from "./propertyenrichpersonaddress";
|
|
|
91
96
|
export * from "./propertyhrisemployeeaddress";
|
|
92
97
|
export * from "./propertyintegrationcategories";
|
|
93
98
|
export * from "./propertyintegrationsupportwebhookevents";
|
|
99
|
+
export * from "./propertymessagingmessageauthormember";
|
|
94
100
|
export * from "./propertypropertyintegrationsupportwebhookeventscreated";
|
|
95
101
|
export * from "./propertypropertyintegrationsupportwebhookeventsdeleted";
|
|
96
102
|
export * from "./propertypropertyintegrationsupportwebhookeventsupdated";
|
|
@@ -80,9 +80,14 @@ __exportStar(require("./hristimeoff"), exports);
|
|
|
80
80
|
__exportStar(require("./integration"), exports);
|
|
81
81
|
__exportStar(require("./integrationsupport"), exports);
|
|
82
82
|
__exportStar(require("./issue"), exports);
|
|
83
|
+
__exportStar(require("./kmspage"), exports);
|
|
84
|
+
__exportStar(require("./kmsspace"), exports);
|
|
83
85
|
__exportStar(require("./marketingemail"), exports);
|
|
84
86
|
__exportStar(require("./marketinglist"), exports);
|
|
85
87
|
__exportStar(require("./marketingmember"), exports);
|
|
88
|
+
__exportStar(require("./messagingchannel"), exports);
|
|
89
|
+
__exportStar(require("./messagingmember"), exports);
|
|
90
|
+
__exportStar(require("./messagingmessage"), exports);
|
|
86
91
|
__exportStar(require("./paymentlink"), exports);
|
|
87
92
|
__exportStar(require("./paymentlinklineitem"), exports);
|
|
88
93
|
__exportStar(require("./paymentpayment"), exports);
|
|
@@ -110,6 +115,7 @@ __exportStar(require("./propertyenrichpersonaddress"), exports);
|
|
|
110
115
|
__exportStar(require("./propertyhrisemployeeaddress"), exports);
|
|
111
116
|
__exportStar(require("./propertyintegrationcategories"), exports);
|
|
112
117
|
__exportStar(require("./propertyintegrationsupportwebhookevents"), exports);
|
|
118
|
+
__exportStar(require("./propertymessagingmessageauthormember"), exports);
|
|
113
119
|
__exportStar(require("./propertypropertyintegrationsupportwebhookeventscreated"), exports);
|
|
114
120
|
__exportStar(require("./propertypropertyintegrationsupportwebhookeventsdeleted"), exports);
|
|
115
121
|
__exportStar(require("./propertypropertyintegrationsupportwebhookeventsupdated"), exports);
|
|
@@ -5,6 +5,7 @@ export declare class IntegrationSupport extends SpeakeasyBase {
|
|
|
5
5
|
listAccountId?: boolean;
|
|
6
6
|
listApplicationId?: boolean;
|
|
7
7
|
listCandidateId?: boolean;
|
|
8
|
+
listChannelId?: boolean;
|
|
8
9
|
listCollectionId?: boolean;
|
|
9
10
|
listCompanyId?: boolean;
|
|
10
11
|
listContactId?: boolean;
|
|
@@ -24,6 +25,7 @@ export declare class IntegrationSupport extends SpeakeasyBase {
|
|
|
24
25
|
listSortByCreatedAt?: boolean;
|
|
25
26
|
listSortByName?: boolean;
|
|
26
27
|
listSortByUpdatedAt?: boolean;
|
|
28
|
+
listSpaceId?: boolean;
|
|
27
29
|
listTicketId?: boolean;
|
|
28
30
|
listType?: boolean;
|
|
29
31
|
listUpdatedGte?: boolean;
|
|
@@ -56,6 +56,11 @@ var IntegrationSupport = /** @class */ (function (_super) {
|
|
|
56
56
|
(0, class_transformer_1.Expose)({ name: "list_candidate_id" }),
|
|
57
57
|
__metadata("design:type", Boolean)
|
|
58
58
|
], IntegrationSupport.prototype, "listCandidateId", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
61
|
+
(0, class_transformer_1.Expose)({ name: "list_channel_id" }),
|
|
62
|
+
__metadata("design:type", Boolean)
|
|
63
|
+
], IntegrationSupport.prototype, "listChannelId", void 0);
|
|
59
64
|
__decorate([
|
|
60
65
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
61
66
|
(0, class_transformer_1.Expose)({ name: "list_collection_id" }),
|
|
@@ -151,6 +156,11 @@ var IntegrationSupport = /** @class */ (function (_super) {
|
|
|
151
156
|
(0, class_transformer_1.Expose)({ name: "list_sort_by_updated_at" }),
|
|
152
157
|
__metadata("design:type", Boolean)
|
|
153
158
|
], IntegrationSupport.prototype, "listSortByUpdatedAt", void 0);
|
|
159
|
+
__decorate([
|
|
160
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
161
|
+
(0, class_transformer_1.Expose)({ name: "list_space_id" }),
|
|
162
|
+
__metadata("design:type", Boolean)
|
|
163
|
+
], IntegrationSupport.prototype, "listSpaceId", void 0);
|
|
154
164
|
__decorate([
|
|
155
165
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
156
166
|
(0, class_transformer_1.Expose)({ name: "list_ticket_id" }),
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
export declare enum KmsPageType {
|
|
3
|
+
Html = "HTML",
|
|
4
|
+
Markdown = "MARKDOWN",
|
|
5
|
+
Text = "TEXT"
|
|
6
|
+
}
|
|
7
|
+
export declare class KmsPage extends SpeakeasyBase {
|
|
8
|
+
createdAt?: Date;
|
|
9
|
+
downloadUrl: string;
|
|
10
|
+
id: string;
|
|
11
|
+
isActive?: boolean;
|
|
12
|
+
parentPageId?: string;
|
|
13
|
+
raw?: Record<string, any>;
|
|
14
|
+
spaceId: string;
|
|
15
|
+
title: string;
|
|
16
|
+
type: KmsPageType;
|
|
17
|
+
updatedAt?: Date;
|
|
18
|
+
userId?: string;
|
|
19
|
+
}
|