polyapi 0.17.12 → 0.17.14
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/build/client/src/cli.js +16 -2
- package/build/client/src/cli.js.map +1 -1
- package/build/client/src/commands/model/generate.d.ts +2 -1
- package/build/client/src/commands/model/generate.d.ts.map +1 -1
- package/build/client/src/commands/model/generate.js +11 -7
- package/build/client/src/commands/model/generate.js.map +1 -1
- package/build/client/src/commands/sync.d.ts.map +1 -1
- package/build/client/src/commands/sync.js +1 -1
- package/build/client/src/commands/sync.js.map +1 -1
- package/build/model/src/dto/copilot/agent-completion-choice.dto.d.ts +7 -0
- package/build/model/src/dto/copilot/agent-completion-choice.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/agent-completion-choice.dto.js +34 -0
- package/build/model/src/dto/copilot/agent-completion-choice.dto.js.map +1 -0
- package/build/model/src/dto/copilot/agent-completion-message.dto.d.ts +5 -0
- package/build/model/src/dto/copilot/agent-completion-message.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/agent-completion-message.dto.js +26 -0
- package/build/model/src/dto/copilot/agent-completion-message.dto.js.map +1 -0
- package/build/model/src/dto/copilot/agent-completion.dto.d.ts +7 -0
- package/build/model/src/dto/copilot/agent-completion.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/agent-completion.dto.js +35 -0
- package/build/model/src/dto/copilot/agent-completion.dto.js.map +1 -0
- package/build/model/src/dto/copilot/agent-confirmation-item.dto.d.ts +5 -0
- package/build/model/src/dto/copilot/agent-confirmation-item.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/agent-confirmation-item.dto.js +27 -0
- package/build/model/src/dto/copilot/agent-confirmation-item.dto.js.map +1 -0
- package/build/model/src/dto/copilot/agent-confirmation-type.dto.d.ts +4 -0
- package/build/model/src/dto/copilot/agent-confirmation-type.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/agent-confirmation-type.dto.js +8 -0
- package/build/model/src/dto/copilot/agent-confirmation-type.dto.js.map +1 -0
- package/build/model/src/dto/copilot/agent-confirmation.dto.d.ts +9 -0
- package/build/model/src/dto/copilot/agent-confirmation.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/agent-confirmation.dto.js +38 -0
- package/build/model/src/dto/copilot/agent-confirmation.dto.js.map +1 -0
- package/build/model/src/dto/copilot/agent-error-type.dto.d.ts +6 -0
- package/build/model/src/dto/copilot/agent-error-type.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/agent-error-type.dto.js +10 -0
- package/build/model/src/dto/copilot/agent-error-type.dto.js.map +1 -0
- package/build/model/src/dto/copilot/agent-error.dto.d.ts +8 -0
- package/build/model/src/dto/copilot/agent-error.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/agent-error.dto.js +34 -0
- package/build/model/src/dto/copilot/agent-error.dto.js.map +1 -0
- package/build/model/src/dto/copilot/client-auth-error.dto.d.ts +8 -0
- package/build/model/src/dto/copilot/client-auth-error.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/client-auth-error.dto.js +40 -0
- package/build/model/src/dto/copilot/client-auth-error.dto.js.map +1 -0
- package/build/model/src/dto/copilot/client-confirmation-state.dto.d.ts +5 -0
- package/build/model/src/dto/copilot/client-confirmation-state.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/client-confirmation-state.dto.js +9 -0
- package/build/model/src/dto/copilot/client-confirmation-state.dto.js.map +1 -0
- package/build/model/src/dto/copilot/client-confirmation.dto.d.ts +6 -0
- package/build/model/src/dto/copilot/client-confirmation.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/client-confirmation.dto.js +26 -0
- package/build/model/src/dto/copilot/client-confirmation.dto.js.map +1 -0
- package/build/model/src/dto/copilot/client-message.dto.d.ts +11 -0
- package/build/model/src/dto/copilot/client-message.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/client-message.dto.js +54 -0
- package/build/model/src/dto/copilot/client-message.dto.js.map +1 -0
- package/build/model/src/dto/copilot/client-messages-data.dto.d.ts +6 -0
- package/build/model/src/dto/copilot/client-messages-data.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/client-messages-data.dto.js +31 -0
- package/build/model/src/dto/copilot/client-messages-data.dto.js.map +1 -0
- package/build/model/src/dto/copilot/client-reference-item.dto.d.ts +5 -0
- package/build/model/src/dto/copilot/client-reference-item.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/client-reference-item.dto.js +27 -0
- package/build/model/src/dto/copilot/client-reference-item.dto.js.map +1 -0
- package/build/model/src/dto/copilot/client-reference-metadata.dto.d.ts +5 -0
- package/build/model/src/dto/copilot/client-reference-metadata.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/client-reference-metadata.dto.js +27 -0
- package/build/model/src/dto/copilot/client-reference-metadata.dto.js.map +1 -0
- package/build/model/src/dto/copilot/client-reference.dto.d.ts +9 -0
- package/build/model/src/dto/copilot/client-reference.dto.d.ts.map +1 -0
- package/build/model/src/dto/copilot/client-reference.dto.js +40 -0
- package/build/model/src/dto/copilot/client-reference.dto.js.map +1 -0
- package/build/model/src/dto/copilot/index.d.ts +17 -0
- package/build/model/src/dto/copilot/index.d.ts.map +1 -0
- package/build/model/src/dto/copilot/index.js +33 -0
- package/build/model/src/dto/copilot/index.js.map +1 -0
- package/build/model/src/dto/gptplugin/create-plugin.dto.d.ts +0 -7
- package/build/model/src/dto/gptplugin/create-plugin.dto.d.ts.map +1 -1
- package/build/model/src/dto/gptplugin/create-plugin.dto.js.map +1 -1
- package/build/model/src/dto/index.d.ts +1 -0
- package/build/model/src/dto/index.d.ts.map +1 -1
- package/build/model/src/dto/index.js +1 -0
- package/build/model/src/dto/index.js.map +1 -1
- package/build/model/src/dto/job/execution.dto.d.ts +1 -0
- package/build/model/src/dto/job/execution.dto.d.ts.map +1 -1
- package/build/model/src/dto/job/execution.dto.js.map +1 -1
- package/build/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ClientAuthErrorDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class ClientAuthErrorDto {
|
|
16
|
+
}
|
|
17
|
+
exports.ClientAuthErrorDto = ClientAuthErrorDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
(0, class_transformer_1.Expose)({ name: 'client_id' }),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], ClientAuthErrorDto.prototype, "clientId", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsString)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], ClientAuthErrorDto.prototype, "name", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsUrl)(),
|
|
29
|
+
(0, class_transformer_1.Expose)({ name: 'avatar_url' }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], ClientAuthErrorDto.prototype, "avatarUrl", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsString)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], ClientAuthErrorDto.prototype, "slug", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, class_validator_1.IsString)(),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], ClientAuthErrorDto.prototype, "description", void 0);
|
|
40
|
+
//# sourceMappingURL=client-auth-error.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-auth-error.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-auth-error.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkD;AAClD,yDAA2C;AAE3C,MAAa,kBAAkB;CAiB9B;AAjBD,gDAiBC;AAdC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;;oDACb;AAGjB;IADC,IAAA,0BAAQ,GAAE;;gDACE;AAIb;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;;qDACb;AAGlB;IADC,IAAA,0BAAQ,GAAE;;gDACE;AAGb;IADC,IAAA,0BAAQ,GAAE;;uDACS"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-confirmation-state.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-confirmation-state.dto.ts"],"names":[],"mappings":"AAAA,oBAAY,0BAA0B;IAClC,QAAQ,aAAa;IACrB,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ClientConfirmationStateDto = void 0;
|
|
4
|
+
var ClientConfirmationStateDto;
|
|
5
|
+
(function (ClientConfirmationStateDto) {
|
|
6
|
+
ClientConfirmationStateDto["Accepted"] = "accepted";
|
|
7
|
+
ClientConfirmationStateDto["Dismissed"] = "dismissed";
|
|
8
|
+
})(ClientConfirmationStateDto || (exports.ClientConfirmationStateDto = ClientConfirmationStateDto = {}));
|
|
9
|
+
//# sourceMappingURL=client-confirmation-state.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-confirmation-state.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-confirmation-state.dto.ts"],"names":[],"mappings":";;;AAAA,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IAClC,mDAAqB,CAAA;IACrB,qDAAuB,CAAA;AAC3B,CAAC,EAHW,0BAA0B,0CAA1B,0BAA0B,QAGrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-confirmation.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-confirmation.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAE7E,qBAAa,qBAAqB;IAEhC,KAAK,EAAE,0BAA0B,CAAC;IAGlC,YAAY,EAAE,GAAG,CAAC;CACnB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ClientConfirmationDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const client_confirmation_state_dto_1 = require("./client-confirmation-state.dto");
|
|
15
|
+
class ClientConfirmationDto {
|
|
16
|
+
}
|
|
17
|
+
exports.ClientConfirmationDto = ClientConfirmationDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsEnum)(client_confirmation_state_dto_1.ClientConfirmationStateDto),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], ClientConfirmationDto.prototype, "state", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsObject)(),
|
|
24
|
+
__metadata("design:type", Object)
|
|
25
|
+
], ClientConfirmationDto.prototype, "confirmation", void 0);
|
|
26
|
+
//# sourceMappingURL=client-confirmation.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-confirmation.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-confirmation.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AACnD,mFAA6E;AAE7E,MAAa,qBAAqB;CAMjC;AAND,sDAMC;AAJC;IADC,IAAA,wBAAM,EAAC,0DAA0B,CAAC;;oDACD;AAGlC;IADC,IAAA,0BAAQ,GAAE;;2DACO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ClientReferenceDto } from './client-reference.dto';
|
|
2
|
+
import { ClientConfirmationDto } from './client-confirmation.dto';
|
|
3
|
+
import { AgentErrorDto } from './agent-error.dto';
|
|
4
|
+
export declare class ClientMessageDto {
|
|
5
|
+
role: string;
|
|
6
|
+
content: string;
|
|
7
|
+
copilotReferences: ClientReferenceDto[];
|
|
8
|
+
copilotConfirmations: ClientConfirmationDto[];
|
|
9
|
+
copilotErrors: AgentErrorDto[];
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=client-message.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-message.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-message.dto.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,qBAAa,gBAAgB;IAG3B,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;IAOhB,iBAAiB,EAAE,kBAAkB,EAAE,CAAC;IAOxC,oBAAoB,EAAE,qBAAqB,EAAE,CAAC;IAO9C,aAAa,EAAE,aAAa,EAAE,CAAC;CAChC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ClientMessageDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const client_reference_dto_1 = require("./client-reference.dto");
|
|
16
|
+
const client_confirmation_dto_1 = require("./client-confirmation.dto");
|
|
17
|
+
const agent_error_dto_1 = require("./agent-error.dto");
|
|
18
|
+
class ClientMessageDto {
|
|
19
|
+
}
|
|
20
|
+
exports.ClientMessageDto = ClientMessageDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], ClientMessageDto.prototype, "role", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], ClientMessageDto.prototype, "content", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsArray)(),
|
|
32
|
+
(0, class_validator_1.IsOptional)(),
|
|
33
|
+
(0, class_transformer_1.Type)(() => client_reference_dto_1.ClientReferenceDto),
|
|
34
|
+
(0, class_transformer_1.Expose)({ name: 'copilot_references' }),
|
|
35
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
36
|
+
__metadata("design:type", Array)
|
|
37
|
+
], ClientMessageDto.prototype, "copilotReferences", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_validator_1.IsArray)(),
|
|
40
|
+
(0, class_validator_1.IsOptional)(),
|
|
41
|
+
(0, class_transformer_1.Type)(() => client_confirmation_dto_1.ClientConfirmationDto),
|
|
42
|
+
(0, class_transformer_1.Expose)({ name: 'copilot_confirmations' }),
|
|
43
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
44
|
+
__metadata("design:type", Array)
|
|
45
|
+
], ClientMessageDto.prototype, "copilotConfirmations", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_validator_1.IsArray)(),
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
49
|
+
(0, class_transformer_1.Type)(() => agent_error_dto_1.AgentErrorDto),
|
|
50
|
+
(0, class_transformer_1.Expose)({ name: 'copilot_errors' }),
|
|
51
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
52
|
+
__metadata("design:type", Array)
|
|
53
|
+
], ClientMessageDto.prototype, "copilotErrors", void 0);
|
|
54
|
+
//# sourceMappingURL=client-message.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-message.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-message.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4F;AAC5F,yDAAiD;AACjD,iEAA4D;AAC5D,uEAAkE;AAClE,uDAAkD;AAElD,MAAa,gBAAgB;CA4B5B;AA5BD,4CA4BC;AAzBC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACA;AAGb;IADC,IAAA,0BAAQ,GAAE;;iDACK;AAOhB;IALC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,yCAAkB,CAAC;IAC9B,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;IACtC,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DACS;AAOxC;IALC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+CAAqB,CAAC;IACjC,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,uBAAuB,EAAE,CAAC;IACzC,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;8DACe;AAO9C;IALC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAa,CAAC;IACzB,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;IAClC,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;uDACA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-messages-data.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-messages-data.dto.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,qBAAa,qBAAqB;IAIhC,eAAe,EAAE,MAAM,CAAC;IAKxB,QAAQ,EAAE,gBAAgB,EAAE,CAAC;CAC9B"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ClientMessagesDataDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const client_message_dto_1 = require("./client-message.dto");
|
|
16
|
+
class ClientMessagesDataDto {
|
|
17
|
+
}
|
|
18
|
+
exports.ClientMessagesDataDto = ClientMessagesDataDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'copilot_thread_id' }),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], ClientMessagesDataDto.prototype, "copilotThreadId", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsArray)(),
|
|
27
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
28
|
+
(0, class_transformer_1.Type)(() => client_message_dto_1.ClientMessageDto),
|
|
29
|
+
__metadata("design:type", Array)
|
|
30
|
+
], ClientMessagesDataDto.prototype, "messages", void 0);
|
|
31
|
+
//# sourceMappingURL=client-messages-data.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-messages-data.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-messages-data.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgF;AAChF,yDAAiD;AACjD,6DAAwD;AAExD,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AANC;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC;;8DACd;AAKxB;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAgB,CAAC;;uDACA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-reference-item.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-reference-item.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAGjC,OAAO,EAAE,MAAM,CAAC;IAIhB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ClientReferenceItemDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class ClientReferenceItemDto {
|
|
15
|
+
}
|
|
16
|
+
exports.ClientReferenceItemDto = ClientReferenceItemDto;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsOptional)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], ClientReferenceItemDto.prototype, "content", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], ClientReferenceItemDto.prototype, "language", void 0);
|
|
27
|
+
//# sourceMappingURL=client-reference-item.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-reference-item.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-reference-item.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,sBAAsB;CAQlC;AARD,wDAQC;AALC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACG;AAIhB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-reference-metadata.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-reference-metadata.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,0BAA0B;IAGrC,KAAK,EAAE,MAAM,CAAC;IAId,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ClientReferenceMetadataDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class ClientReferenceMetadataDto {
|
|
15
|
+
}
|
|
16
|
+
exports.ClientReferenceMetadataDto = ClientReferenceMetadataDto;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsOptional)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], ClientReferenceMetadataDto.prototype, "title", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], ClientReferenceMetadataDto.prototype, "icon", void 0);
|
|
27
|
+
//# sourceMappingURL=client-reference-metadata.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-reference-metadata.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-reference-metadata.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,0BAA0B;CAQtC;AARD,gEAQC;AALC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACC;AAId;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ClientReferenceItemDto } from './client-reference-item.dto';
|
|
2
|
+
import { ClientReferenceMetadataDto } from './client-reference-metadata.dto';
|
|
3
|
+
export declare class ClientReferenceDto {
|
|
4
|
+
type: string;
|
|
5
|
+
name: string;
|
|
6
|
+
data: ClientReferenceItemDto;
|
|
7
|
+
metadata: ClientReferenceMetadataDto;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=client-reference.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-reference.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-reference.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAG7E,qBAAa,kBAAkB;IAG7B,IAAI,EAAE,MAAM,CAAC;IAIb,IAAI,EAAE,MAAM,CAAC;IAIb,IAAI,EAAE,sBAAsB,CAAC;IAI7B,QAAQ,EAAE,0BAA0B,CAAC;CACtC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
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;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ClientReferenceDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const client_reference_item_dto_1 = require("./client-reference-item.dto");
|
|
15
|
+
const client_reference_metadata_dto_1 = require("./client-reference-metadata.dto");
|
|
16
|
+
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
class ClientReferenceDto {
|
|
18
|
+
}
|
|
19
|
+
exports.ClientReferenceDto = ClientReferenceDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, class_validator_1.IsString)(),
|
|
22
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], ClientReferenceDto.prototype, "type", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsString)(),
|
|
27
|
+
(0, class_validator_1.IsOptional)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], ClientReferenceDto.prototype, "name", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsObject)(),
|
|
32
|
+
(0, class_transformer_1.Type)(() => client_reference_item_dto_1.ClientReferenceItemDto),
|
|
33
|
+
__metadata("design:type", client_reference_item_dto_1.ClientReferenceItemDto)
|
|
34
|
+
], ClientReferenceDto.prototype, "data", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, class_validator_1.IsObject)(),
|
|
37
|
+
(0, class_transformer_1.Type)(() => client_reference_metadata_dto_1.ClientReferenceMetadataDto),
|
|
38
|
+
__metadata("design:type", client_reference_metadata_dto_1.ClientReferenceMetadataDto)
|
|
39
|
+
], ClientReferenceDto.prototype, "metadata", void 0);
|
|
40
|
+
//# sourceMappingURL=client-reference.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-reference.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/client-reference.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6E;AAC7E,2EAAqE;AACrE,mFAA6E;AAC7E,yDAAyC;AAEzC,MAAa,kBAAkB;CAgB9B;AAhBD,gDAgBC;AAbC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACA;AAIb;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACA;AAIb;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAsB,CAAC;8BAC7B,kDAAsB;gDAAC;AAI7B;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0DAA0B,CAAC;8BAC7B,0DAA0B;oDAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from './agent-completion-message.dto';
|
|
2
|
+
export * from './agent-completion-choice.dto';
|
|
3
|
+
export * from './agent-completion.dto';
|
|
4
|
+
export * from './agent-error.dto';
|
|
5
|
+
export * from './agent-error-type.dto';
|
|
6
|
+
export * from './agent-confirmation-item.dto';
|
|
7
|
+
export * from './agent-confirmation-type.dto';
|
|
8
|
+
export * from './agent-confirmation.dto';
|
|
9
|
+
export * from './client-message.dto';
|
|
10
|
+
export * from './client-reference.dto';
|
|
11
|
+
export * from './client-reference-item.dto';
|
|
12
|
+
export * from './client-reference-metadata.dto';
|
|
13
|
+
export * from './client-confirmation.dto';
|
|
14
|
+
export * from './client-confirmation-state.dto';
|
|
15
|
+
export * from './client-messages-data.dto';
|
|
16
|
+
export * from './client-auth-error.dto';
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./agent-completion-message.dto"), exports);
|
|
18
|
+
__exportStar(require("./agent-completion-choice.dto"), exports);
|
|
19
|
+
__exportStar(require("./agent-completion.dto"), exports);
|
|
20
|
+
__exportStar(require("./agent-error.dto"), exports);
|
|
21
|
+
__exportStar(require("./agent-error-type.dto"), exports);
|
|
22
|
+
__exportStar(require("./agent-confirmation-item.dto"), exports);
|
|
23
|
+
__exportStar(require("./agent-confirmation-type.dto"), exports);
|
|
24
|
+
__exportStar(require("./agent-confirmation.dto"), exports);
|
|
25
|
+
__exportStar(require("./client-message.dto"), exports);
|
|
26
|
+
__exportStar(require("./client-reference.dto"), exports);
|
|
27
|
+
__exportStar(require("./client-reference-item.dto"), exports);
|
|
28
|
+
__exportStar(require("./client-reference-metadata.dto"), exports);
|
|
29
|
+
__exportStar(require("./client-confirmation.dto"), exports);
|
|
30
|
+
__exportStar(require("./client-confirmation-state.dto"), exports);
|
|
31
|
+
__exportStar(require("./client-messages-data.dto"), exports);
|
|
32
|
+
__exportStar(require("./client-auth-error.dto"), exports);
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../model/src/dto/copilot/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,gEAA8C;AAC9C,yDAAuC;AACvC,oDAAkC;AAClC,yDAAuC;AACvC,gEAA8C;AAC9C,gEAA8C;AAC9C,2DAAyC;AACzC,uDAAqC;AACrC,yDAAuC;AACvC,8DAA4C;AAC5C,kEAAgD;AAChD,4DAA0C;AAC1C,kEAAgD;AAChD,6DAA2C;AAC3C,0DAAwC"}
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
export declare class CreatePluginDto {
|
|
2
2
|
slug: string;
|
|
3
3
|
name?: string;
|
|
4
|
-
contactEmail?: string;
|
|
5
|
-
legalUrl?: string;
|
|
6
|
-
iconUrl?: string;
|
|
7
|
-
descriptionForMarketplace?: string;
|
|
8
|
-
descriptionForModel?: string;
|
|
9
4
|
functionIds?: string[];
|
|
10
|
-
authType?: string;
|
|
11
|
-
authToken?: string;
|
|
12
5
|
}
|
|
13
6
|
//# sourceMappingURL=create-plugin.dto.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-plugin.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/gptplugin/create-plugin.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,eAAe;IAE1B,IAAI,EAAE,MAAM,CAAC;IAEb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,
|
|
1
|
+
{"version":3,"file":"create-plugin.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/gptplugin/create-plugin.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,eAAe;IAE1B,IAAI,EAAE,MAAM,CAAC;IAEb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-plugin.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/gptplugin/create-plugin.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAE7C,MAAa,eAAe;
|
|
1
|
+
{"version":3,"file":"create-plugin.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/gptplugin/create-plugin.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAE7C,MAAa,eAAe;CAM3B;AAND,0CAMC;AAJC;IADC,IAAA,4BAAU,GAAE;;6CACA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../model/src/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,MAAM,CAAC;AACrB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,OAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../model/src/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,MAAM,CAAC;AACrB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,OAAO,CAAC"}
|
|
@@ -18,6 +18,7 @@ __exportStar(require("./activity"), exports);
|
|
|
18
18
|
__exportStar(require("./ai"), exports);
|
|
19
19
|
__exportStar(require("./auth"), exports);
|
|
20
20
|
__exportStar(require("./chat"), exports);
|
|
21
|
+
__exportStar(require("./copilot"), exports);
|
|
21
22
|
__exportStar(require("./function"), exports);
|
|
22
23
|
__exportStar(require("./gptplugin"), exports);
|
|
23
24
|
__exportStar(require("./teach"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../model/src/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,uCAAqB;AACrB,yCAAuB;AACvB,yCAAuB;AACvB,6CAA2B;AAC3B,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,gDAA8B;AAC9B,yCAAuB;AACvB,yCAAuB;AACvB,gDAA8B;AAC9B,oDAAkC;AAClC,6CAA2B;AAC3B,4CAA0B;AAC1B,yCAAuB;AACvB,wCAAsB;AACtB,wCAAsB;AACtB,4CAA0B;AAC1B,wDAAsC;AACtC,wCAAsB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../model/src/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,uCAAqB;AACrB,yCAAuB;AACvB,yCAAuB;AACvB,4CAA0B;AAC1B,6CAA2B;AAC3B,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,gDAA8B;AAC9B,yCAAuB;AACvB,yCAAuB;AACvB,gDAA8B;AAC9B,oDAAkC;AAClC,6CAA2B;AAC3B,4CAA0B;AAC1B,yCAAuB;AACvB,wCAAsB;AACtB,wCAAsB;AACtB,4CAA0B;AAC1B,wDAAsC;AACtC,wCAAsB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/job/execution.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAChG,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGrC,cAAM,yBAAyB;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,uBAAuB,CAAC;CAC1C;AAED,cAAM,UAAU;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,cAAM,qBAAqB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,yBAAyB,CAAC;CACrC;AAED,qBAAa,YAAY;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,qBAAqB,EAAE,CAAC;IACnC,IAAI,EAAE,sBAAsB,CAAC;IAC7B,MAAM,EAAE,kBAAkB,CAAC;IAEzB,QAAQ,EAAE,QAAQ,CAAC;CACtB"}
|
|
1
|
+
{"version":3,"file":"execution.dto.d.ts","sourceRoot":"","sources":["../../../../../../model/src/dto/job/execution.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAChG,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGrC,cAAM,yBAAyB;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,uBAAuB,CAAC;CAC1C;AAED,cAAM,UAAU;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,cAAM,qBAAqB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,yBAAyB,CAAC;CACrC;AAED,qBAAa,YAAY;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,qBAAqB,EAAE,CAAC;IACnC,IAAI,EAAE,sBAAsB,CAAC;IAC7B,MAAM,EAAE,kBAAkB,CAAC;IAEzB,QAAQ,EAAE,QAAQ,CAAC;CACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/job/execution.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,2CAAkD;AAElD,MAAM,yBAAyB;CAG9B;AAED,MAAM,UAAU;CAIf;AAED,MAAM,qBAAqB;
|
|
1
|
+
{"version":3,"file":"execution.dto.js","sourceRoot":"","sources":["../../../../../../model/src/dto/job/execution.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,2CAAkD;AAElD,MAAM,yBAAyB;CAG9B;AAED,MAAM,UAAU;CAIf;AAED,MAAM,qBAAqB;CAK1B;AAED,MAAa,YAAY;CAWxB;AAXD,oCAWC;AADG;IADC,IAAA,+BAAmB,GAAE;;8CACH"}
|