@ondewo/csi-client-angular 3.2.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -5
- package/api/ondewo/csi/conversation.pb.d.ts +24 -24
- package/api/ondewo/nlu/agent.pb.d.ts +258 -18
- package/api/ondewo/nlu/agent.pbsc.d.ts +141 -60
- package/api/ondewo/nlu/ccai-project.pb.d.ts +1337 -0
- package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +102 -0
- package/api/ondewo/nlu/common.pb.d.ts +957 -0
- package/api/ondewo/nlu/context.pb.d.ts +41 -0
- package/api/ondewo/nlu/entity-type.pb.d.ts +55 -14
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/intent.pb.d.ts +129 -9
- package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +22 -1
- package/api/ondewo/nlu/project-role.pb.d.ts +26 -5
- package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
- package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
- package/api/ondewo/nlu/session.pb.d.ts +1593 -146
- package/api/ondewo/nlu/session.pbsc.d.ts +150 -5
- package/api/ondewo/nlu/user.pb.d.ts +761 -18
- package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
- package/api/ondewo/nlu/webhook.pb.d.ts +545 -10
- package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +66 -315
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +391 -5
- package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
- package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
- package/esm2022/api/google/api/http.pb.mjs +8 -25
- package/esm2022/api/google/rpc/status.pb.mjs +3 -7
- package/esm2022/api/google/type/latlng.pb.mjs +3 -6
- package/esm2022/api/ondewo/csi/conversation.pb.mjs +57 -111
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +174 -177
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +1053 -502
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +899 -751
- package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +61 -197
- package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +156 -159
- package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2490 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +194 -0
- package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -5
- package/esm2022/api/ondewo/nlu/context.pb.mjs +170 -52
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +120 -123
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +224 -177
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +302 -305
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +593 -414
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +499 -502
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +78 -24
- package/esm2022/api/ondewo/nlu/operations.pb.mjs +18 -46
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +84 -87
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +96 -51
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +104 -107
- package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +9 -20
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +156 -159
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +3 -5
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +71 -74
- package/esm2022/api/ondewo/nlu/session.pb.mjs +3086 -623
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +789 -521
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1392 -123
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +497 -289
- package/esm2022/api/ondewo/nlu/utility.pb.mjs +42 -140
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +156 -159
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +925 -54
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +157 -69
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +327 -990
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +282 -285
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +964 -365
- package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +307 -343
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/ondewo-csi-client-angular.mjs +45360 -34604
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +5 -5
- package/public-api.d.ts +3 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
|
|
2
2
|
import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
3
|
+
import * as googleProtobuf002 from '@ngx-grpc/well-known-types';
|
|
4
|
+
import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
|
|
5
|
+
import * as ondewoNlu006 from '../../ondewo/nlu/common.pb';
|
|
6
6
|
import * as googleProtobuf009 from '@ngx-grpc/well-known-types';
|
|
7
7
|
import * as ondewoNlu010 from '../../ondewo/nlu/project-role.pb';
|
|
8
8
|
import * as ondewoNlu015 from '../../ondewo/nlu/intent.pb';
|
|
@@ -92,6 +92,10 @@ export declare class Agent implements GrpcMessage {
|
|
|
92
92
|
private _ownerId;
|
|
93
93
|
private _status;
|
|
94
94
|
private _description;
|
|
95
|
+
private _createdAt?;
|
|
96
|
+
private _modifiedAt?;
|
|
97
|
+
private _createdBy;
|
|
98
|
+
private _modifiedBy;
|
|
95
99
|
/**
|
|
96
100
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
97
101
|
* @param _value initial values object or instance of Agent to deeply clone from
|
|
@@ -117,6 +121,14 @@ export declare class Agent implements GrpcMessage {
|
|
|
117
121
|
set status(value: AgentStatus);
|
|
118
122
|
get description(): string;
|
|
119
123
|
set description(value: string);
|
|
124
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
125
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
126
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
127
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
128
|
+
get createdBy(): string;
|
|
129
|
+
set createdBy(value: string);
|
|
130
|
+
get modifiedBy(): string;
|
|
131
|
+
set modifiedBy(value: string);
|
|
120
132
|
/**
|
|
121
133
|
* Serialize message to binary data
|
|
122
134
|
* @param instance message instance
|
|
@@ -152,6 +164,10 @@ export declare module Agent {
|
|
|
152
164
|
ownerId: string;
|
|
153
165
|
status: AgentStatus;
|
|
154
166
|
description: string;
|
|
167
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
168
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
169
|
+
createdBy: string;
|
|
170
|
+
modifiedBy: string;
|
|
155
171
|
}
|
|
156
172
|
/**
|
|
157
173
|
* Protobuf JSON representation for Agent
|
|
@@ -167,6 +183,10 @@ export declare module Agent {
|
|
|
167
183
|
ownerId: string;
|
|
168
184
|
status: string;
|
|
169
185
|
description: string;
|
|
186
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
187
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
188
|
+
createdBy: string;
|
|
189
|
+
modifiedBy: string;
|
|
170
190
|
}
|
|
171
191
|
}
|
|
172
192
|
/**
|
|
@@ -430,8 +450,8 @@ export declare class UpdateAgentRequest implements GrpcMessage {
|
|
|
430
450
|
set agent(value: Agent | undefined);
|
|
431
451
|
get agentView(): AgentView;
|
|
432
452
|
set agentView(value: AgentView);
|
|
433
|
-
get updateMask():
|
|
434
|
-
set updateMask(value:
|
|
453
|
+
get updateMask(): googleProtobuf002.FieldMask | undefined;
|
|
454
|
+
set updateMask(value: googleProtobuf002.FieldMask | undefined);
|
|
435
455
|
/**
|
|
436
456
|
* Serialize message to binary data
|
|
437
457
|
* @param instance message instance
|
|
@@ -459,7 +479,7 @@ export declare module UpdateAgentRequest {
|
|
|
459
479
|
interface AsObject {
|
|
460
480
|
agent?: Agent.AsObject;
|
|
461
481
|
agentView: AgentView;
|
|
462
|
-
updateMask?:
|
|
482
|
+
updateMask?: googleProtobuf002.FieldMask.AsObject;
|
|
463
483
|
}
|
|
464
484
|
/**
|
|
465
485
|
* Protobuf JSON representation for UpdateAgentRequest
|
|
@@ -467,7 +487,7 @@ export declare module UpdateAgentRequest {
|
|
|
467
487
|
interface AsProtobufJSON {
|
|
468
488
|
agent: Agent.AsProtobufJSON | null;
|
|
469
489
|
agentView: string;
|
|
470
|
-
updateMask:
|
|
490
|
+
updateMask: googleProtobuf002.FieldMask.AsProtobufJSON | null;
|
|
471
491
|
}
|
|
472
492
|
}
|
|
473
493
|
/**
|
|
@@ -2033,8 +2053,8 @@ export declare class GetSessionsStatisticsRequest implements GrpcMessage {
|
|
|
2033
2053
|
set groupBys(value: string[]);
|
|
2034
2054
|
get orderBys(): string[];
|
|
2035
2055
|
set orderBys(value: string[]);
|
|
2036
|
-
get fieldMask():
|
|
2037
|
-
set fieldMask(value:
|
|
2056
|
+
get fieldMask(): googleProtobuf002.FieldMask | undefined;
|
|
2057
|
+
set fieldMask(value: googleProtobuf002.FieldMask | undefined);
|
|
2038
2058
|
get sqlQuery(): string;
|
|
2039
2059
|
set sqlQuery(value: string);
|
|
2040
2060
|
/**
|
|
@@ -2070,7 +2090,7 @@ export declare module GetSessionsStatisticsRequest {
|
|
|
2070
2090
|
limit: number;
|
|
2071
2091
|
groupBys: string[];
|
|
2072
2092
|
orderBys: string[];
|
|
2073
|
-
fieldMask?:
|
|
2093
|
+
fieldMask?: googleProtobuf002.FieldMask.AsObject;
|
|
2074
2094
|
sqlQuery: string;
|
|
2075
2095
|
}
|
|
2076
2096
|
/**
|
|
@@ -2085,7 +2105,7 @@ export declare module GetSessionsStatisticsRequest {
|
|
|
2085
2105
|
limit: number;
|
|
2086
2106
|
groupBys: string[];
|
|
2087
2107
|
orderBys: string[];
|
|
2088
|
-
fieldMask:
|
|
2108
|
+
fieldMask: googleProtobuf002.FieldMask.AsProtobufJSON | null;
|
|
2089
2109
|
sqlQuery: string;
|
|
2090
2110
|
}
|
|
2091
2111
|
}
|
|
@@ -2880,8 +2900,8 @@ export declare class AgentSorting implements GrpcMessage {
|
|
|
2880
2900
|
constructor(_value?: RecursivePartial<AgentSorting.AsObject>);
|
|
2881
2901
|
get sortingField(): AgentSorting.AgentSortingField;
|
|
2882
2902
|
set sortingField(value: AgentSorting.AgentSortingField);
|
|
2883
|
-
get sortingMode():
|
|
2884
|
-
set sortingMode(value:
|
|
2903
|
+
get sortingMode(): ondewoNlu006.SortingMode;
|
|
2904
|
+
set sortingMode(value: ondewoNlu006.SortingMode);
|
|
2885
2905
|
/**
|
|
2886
2906
|
* Serialize message to binary data
|
|
2887
2907
|
* @param instance message instance
|
|
@@ -2908,7 +2928,7 @@ export declare module AgentSorting {
|
|
|
2908
2928
|
*/
|
|
2909
2929
|
interface AsObject {
|
|
2910
2930
|
sortingField: AgentSorting.AgentSortingField;
|
|
2911
|
-
sortingMode:
|
|
2931
|
+
sortingMode: ondewoNlu006.SortingMode;
|
|
2912
2932
|
}
|
|
2913
2933
|
/**
|
|
2914
2934
|
* Protobuf JSON representation for AgentSorting
|
|
@@ -3399,8 +3419,8 @@ export declare class ModelStatus implements GrpcMessage {
|
|
|
3399
3419
|
set languageCode(value: string);
|
|
3400
3420
|
get modelName(): string;
|
|
3401
3421
|
set modelName(value: string);
|
|
3402
|
-
get statusSetTime():
|
|
3403
|
-
set statusSetTime(value:
|
|
3422
|
+
get statusSetTime(): googleProtobuf003.Timestamp | undefined;
|
|
3423
|
+
set statusSetTime(value: googleProtobuf003.Timestamp | undefined);
|
|
3404
3424
|
get config(): string;
|
|
3405
3425
|
set config(value: string);
|
|
3406
3426
|
get status(): ModelStatus.StatusName;
|
|
@@ -3433,7 +3453,7 @@ export declare module ModelStatus {
|
|
|
3433
3453
|
cacheVersion: number;
|
|
3434
3454
|
languageCode: string;
|
|
3435
3455
|
modelName: string;
|
|
3436
|
-
statusSetTime?:
|
|
3456
|
+
statusSetTime?: googleProtobuf003.Timestamp.AsObject;
|
|
3437
3457
|
config: string;
|
|
3438
3458
|
status: ModelStatus.StatusName;
|
|
3439
3459
|
}
|
|
@@ -3444,7 +3464,7 @@ export declare module ModelStatus {
|
|
|
3444
3464
|
cacheVersion: number;
|
|
3445
3465
|
languageCode: string;
|
|
3446
3466
|
modelName: string;
|
|
3447
|
-
statusSetTime:
|
|
3467
|
+
statusSetTime: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
3448
3468
|
config: string;
|
|
3449
3469
|
status: string;
|
|
3450
3470
|
}
|
|
@@ -3557,6 +3577,10 @@ export declare class CustomPlatformInfo implements GrpcMessage {
|
|
|
3557
3577
|
private _platform;
|
|
3558
3578
|
private _displayName;
|
|
3559
3579
|
private _position;
|
|
3580
|
+
private _createdAt?;
|
|
3581
|
+
private _modifiedAt?;
|
|
3582
|
+
private _createdBy;
|
|
3583
|
+
private _modifiedBy;
|
|
3560
3584
|
/**
|
|
3561
3585
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
3562
3586
|
* @param _value initial values object or instance of CustomPlatformInfo to deeply clone from
|
|
@@ -3568,6 +3592,14 @@ export declare class CustomPlatformInfo implements GrpcMessage {
|
|
|
3568
3592
|
set displayName(value: string);
|
|
3569
3593
|
get position(): number;
|
|
3570
3594
|
set position(value: number);
|
|
3595
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
3596
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
3597
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
3598
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
3599
|
+
get createdBy(): string;
|
|
3600
|
+
set createdBy(value: string);
|
|
3601
|
+
get modifiedBy(): string;
|
|
3602
|
+
set modifiedBy(value: string);
|
|
3571
3603
|
/**
|
|
3572
3604
|
* Serialize message to binary data
|
|
3573
3605
|
* @param instance message instance
|
|
@@ -3596,6 +3628,10 @@ export declare module CustomPlatformInfo {
|
|
|
3596
3628
|
platform: ondewoNlu015.Intent.Message.Platform;
|
|
3597
3629
|
displayName: string;
|
|
3598
3630
|
position: number;
|
|
3631
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
3632
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
3633
|
+
createdBy: string;
|
|
3634
|
+
modifiedBy: string;
|
|
3599
3635
|
}
|
|
3600
3636
|
/**
|
|
3601
3637
|
* Protobuf JSON representation for CustomPlatformInfo
|
|
@@ -3604,6 +3640,10 @@ export declare module CustomPlatformInfo {
|
|
|
3604
3640
|
platform: string;
|
|
3605
3641
|
displayName: string;
|
|
3606
3642
|
position: number;
|
|
3643
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
3644
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
3645
|
+
createdBy: string;
|
|
3646
|
+
modifiedBy: string;
|
|
3607
3647
|
}
|
|
3608
3648
|
}
|
|
3609
3649
|
/**
|
|
@@ -3974,6 +4014,10 @@ export declare module FullTextSearchResponseEntityType {
|
|
|
3974
4014
|
private _name;
|
|
3975
4015
|
private _displayName;
|
|
3976
4016
|
private _language;
|
|
4017
|
+
private _createdAt?;
|
|
4018
|
+
private _modifiedAt?;
|
|
4019
|
+
private _createdBy;
|
|
4020
|
+
private _modifiedBy;
|
|
3977
4021
|
/**
|
|
3978
4022
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
3979
4023
|
* @param _value initial values object or instance of EntityTypeSearchResult to deeply clone from
|
|
@@ -3985,6 +4029,14 @@ export declare module FullTextSearchResponseEntityType {
|
|
|
3985
4029
|
set displayName(value: string);
|
|
3986
4030
|
get language(): string;
|
|
3987
4031
|
set language(value: string);
|
|
4032
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4033
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4034
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4035
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4036
|
+
get createdBy(): string;
|
|
4037
|
+
set createdBy(value: string);
|
|
4038
|
+
get modifiedBy(): string;
|
|
4039
|
+
set modifiedBy(value: string);
|
|
3988
4040
|
/**
|
|
3989
4041
|
* Serialize message to binary data
|
|
3990
4042
|
* @param instance message instance
|
|
@@ -4013,6 +4065,10 @@ export declare module FullTextSearchResponseEntityType {
|
|
|
4013
4065
|
name: string;
|
|
4014
4066
|
displayName: string;
|
|
4015
4067
|
language: string;
|
|
4068
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4069
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4070
|
+
createdBy: string;
|
|
4071
|
+
modifiedBy: string;
|
|
4016
4072
|
}
|
|
4017
4073
|
/**
|
|
4018
4074
|
* Protobuf JSON representation for EntityTypeSearchResult
|
|
@@ -4021,6 +4077,10 @@ export declare module FullTextSearchResponseEntityType {
|
|
|
4021
4077
|
name: string;
|
|
4022
4078
|
displayName: string;
|
|
4023
4079
|
language: string;
|
|
4080
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4081
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4082
|
+
createdBy: string;
|
|
4083
|
+
modifiedBy: string;
|
|
4024
4084
|
}
|
|
4025
4085
|
}
|
|
4026
4086
|
}
|
|
@@ -4154,6 +4214,10 @@ export declare module FullTextSearchResponseEntity {
|
|
|
4154
4214
|
private _entityTypeName;
|
|
4155
4215
|
private _entityTypeDisplayName;
|
|
4156
4216
|
private _language;
|
|
4217
|
+
private _createdAt?;
|
|
4218
|
+
private _modifiedAt?;
|
|
4219
|
+
private _createdBy;
|
|
4220
|
+
private _modifiedBy;
|
|
4157
4221
|
/**
|
|
4158
4222
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4159
4223
|
* @param _value initial values object or instance of EntitySearchResult to deeply clone from
|
|
@@ -4169,6 +4233,14 @@ export declare module FullTextSearchResponseEntity {
|
|
|
4169
4233
|
set entityTypeDisplayName(value: string);
|
|
4170
4234
|
get language(): string;
|
|
4171
4235
|
set language(value: string);
|
|
4236
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4237
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4238
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4239
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4240
|
+
get createdBy(): string;
|
|
4241
|
+
set createdBy(value: string);
|
|
4242
|
+
get modifiedBy(): string;
|
|
4243
|
+
set modifiedBy(value: string);
|
|
4172
4244
|
/**
|
|
4173
4245
|
* Serialize message to binary data
|
|
4174
4246
|
* @param instance message instance
|
|
@@ -4199,6 +4271,10 @@ export declare module FullTextSearchResponseEntity {
|
|
|
4199
4271
|
entityTypeName: string;
|
|
4200
4272
|
entityTypeDisplayName: string;
|
|
4201
4273
|
language: string;
|
|
4274
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4275
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4276
|
+
createdBy: string;
|
|
4277
|
+
modifiedBy: string;
|
|
4202
4278
|
}
|
|
4203
4279
|
/**
|
|
4204
4280
|
* Protobuf JSON representation for EntitySearchResult
|
|
@@ -4209,6 +4285,10 @@ export declare module FullTextSearchResponseEntity {
|
|
|
4209
4285
|
entityTypeName: string;
|
|
4210
4286
|
entityTypeDisplayName: string;
|
|
4211
4287
|
language: string;
|
|
4288
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4289
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4290
|
+
createdBy: string;
|
|
4291
|
+
modifiedBy: string;
|
|
4212
4292
|
}
|
|
4213
4293
|
}
|
|
4214
4294
|
}
|
|
@@ -4344,6 +4424,10 @@ export declare module FullTextSearchResponseEntitySynonym {
|
|
|
4344
4424
|
private _entityName;
|
|
4345
4425
|
private _entityDisplayName;
|
|
4346
4426
|
private _language;
|
|
4427
|
+
private _createdAt?;
|
|
4428
|
+
private _modifiedAt?;
|
|
4429
|
+
private _createdBy;
|
|
4430
|
+
private _modifiedBy;
|
|
4347
4431
|
/**
|
|
4348
4432
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4349
4433
|
* @param _value initial values object or instance of EntitySynonymSearchResult to deeply clone from
|
|
@@ -4363,6 +4447,14 @@ export declare module FullTextSearchResponseEntitySynonym {
|
|
|
4363
4447
|
set entityDisplayName(value: string);
|
|
4364
4448
|
get language(): string;
|
|
4365
4449
|
set language(value: string);
|
|
4450
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4451
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4452
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4453
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4454
|
+
get createdBy(): string;
|
|
4455
|
+
set createdBy(value: string);
|
|
4456
|
+
get modifiedBy(): string;
|
|
4457
|
+
set modifiedBy(value: string);
|
|
4366
4458
|
/**
|
|
4367
4459
|
* Serialize message to binary data
|
|
4368
4460
|
* @param instance message instance
|
|
@@ -4395,6 +4487,10 @@ export declare module FullTextSearchResponseEntitySynonym {
|
|
|
4395
4487
|
entityName: string;
|
|
4396
4488
|
entityDisplayName: string;
|
|
4397
4489
|
language: string;
|
|
4490
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4491
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4492
|
+
createdBy: string;
|
|
4493
|
+
modifiedBy: string;
|
|
4398
4494
|
}
|
|
4399
4495
|
/**
|
|
4400
4496
|
* Protobuf JSON representation for EntitySynonymSearchResult
|
|
@@ -4407,6 +4503,10 @@ export declare module FullTextSearchResponseEntitySynonym {
|
|
|
4407
4503
|
entityName: string;
|
|
4408
4504
|
entityDisplayName: string;
|
|
4409
4505
|
language: string;
|
|
4506
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4507
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4508
|
+
createdBy: string;
|
|
4509
|
+
modifiedBy: string;
|
|
4410
4510
|
}
|
|
4411
4511
|
}
|
|
4412
4512
|
}
|
|
@@ -4540,6 +4640,10 @@ export declare module FullTextSearchResponseIntent {
|
|
|
4540
4640
|
private _domainName;
|
|
4541
4641
|
private _tags;
|
|
4542
4642
|
private _language;
|
|
4643
|
+
private _createdAt?;
|
|
4644
|
+
private _modifiedAt?;
|
|
4645
|
+
private _createdBy;
|
|
4646
|
+
private _modifiedBy;
|
|
4543
4647
|
/**
|
|
4544
4648
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4545
4649
|
* @param _value initial values object or instance of IntentSearchResult to deeply clone from
|
|
@@ -4555,6 +4659,14 @@ export declare module FullTextSearchResponseIntent {
|
|
|
4555
4659
|
set tags(value: string[]);
|
|
4556
4660
|
get language(): string;
|
|
4557
4661
|
set language(value: string);
|
|
4662
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4663
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4664
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4665
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4666
|
+
get createdBy(): string;
|
|
4667
|
+
set createdBy(value: string);
|
|
4668
|
+
get modifiedBy(): string;
|
|
4669
|
+
set modifiedBy(value: string);
|
|
4558
4670
|
/**
|
|
4559
4671
|
* Serialize message to binary data
|
|
4560
4672
|
* @param instance message instance
|
|
@@ -4585,6 +4697,10 @@ export declare module FullTextSearchResponseIntent {
|
|
|
4585
4697
|
domainName: string;
|
|
4586
4698
|
tags: string[];
|
|
4587
4699
|
language: string;
|
|
4700
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4701
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4702
|
+
createdBy: string;
|
|
4703
|
+
modifiedBy: string;
|
|
4588
4704
|
}
|
|
4589
4705
|
/**
|
|
4590
4706
|
* Protobuf JSON representation for IntentSearchResult
|
|
@@ -4595,6 +4711,10 @@ export declare module FullTextSearchResponseIntent {
|
|
|
4595
4711
|
domainName: string;
|
|
4596
4712
|
tags: string[];
|
|
4597
4713
|
language: string;
|
|
4714
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4715
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4716
|
+
createdBy: string;
|
|
4717
|
+
modifiedBy: string;
|
|
4598
4718
|
}
|
|
4599
4719
|
}
|
|
4600
4720
|
}
|
|
@@ -4728,6 +4848,10 @@ export declare module FullTextSearchResponseIntentContextIn {
|
|
|
4728
4848
|
private _intentDisplayName;
|
|
4729
4849
|
private _tags;
|
|
4730
4850
|
private _language;
|
|
4851
|
+
private _createdAt?;
|
|
4852
|
+
private _modifiedAt?;
|
|
4853
|
+
private _createdBy;
|
|
4854
|
+
private _modifiedBy;
|
|
4731
4855
|
/**
|
|
4732
4856
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4733
4857
|
* @param _value initial values object or instance of IntentContextInSearchResult to deeply clone from
|
|
@@ -4743,6 +4867,14 @@ export declare module FullTextSearchResponseIntentContextIn {
|
|
|
4743
4867
|
set tags(value: string[]);
|
|
4744
4868
|
get language(): string;
|
|
4745
4869
|
set language(value: string);
|
|
4870
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
4871
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4872
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
4873
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
4874
|
+
get createdBy(): string;
|
|
4875
|
+
set createdBy(value: string);
|
|
4876
|
+
get modifiedBy(): string;
|
|
4877
|
+
set modifiedBy(value: string);
|
|
4746
4878
|
/**
|
|
4747
4879
|
* Serialize message to binary data
|
|
4748
4880
|
* @param instance message instance
|
|
@@ -4773,6 +4905,10 @@ export declare module FullTextSearchResponseIntentContextIn {
|
|
|
4773
4905
|
intentDisplayName: string;
|
|
4774
4906
|
tags: string[];
|
|
4775
4907
|
language: string;
|
|
4908
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4909
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
4910
|
+
createdBy: string;
|
|
4911
|
+
modifiedBy: string;
|
|
4776
4912
|
}
|
|
4777
4913
|
/**
|
|
4778
4914
|
* Protobuf JSON representation for IntentContextInSearchResult
|
|
@@ -4783,6 +4919,10 @@ export declare module FullTextSearchResponseIntentContextIn {
|
|
|
4783
4919
|
intentDisplayName: string;
|
|
4784
4920
|
tags: string[];
|
|
4785
4921
|
language: string;
|
|
4922
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4923
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
4924
|
+
createdBy: string;
|
|
4925
|
+
modifiedBy: string;
|
|
4786
4926
|
}
|
|
4787
4927
|
}
|
|
4788
4928
|
}
|
|
@@ -4916,6 +5056,10 @@ export declare module FullTextSearchResponseIntentContextOut {
|
|
|
4916
5056
|
private _intentDisplayName;
|
|
4917
5057
|
private _tags;
|
|
4918
5058
|
private _language;
|
|
5059
|
+
private _createdAt?;
|
|
5060
|
+
private _modifiedAt?;
|
|
5061
|
+
private _createdBy;
|
|
5062
|
+
private _modifiedBy;
|
|
4919
5063
|
/**
|
|
4920
5064
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
4921
5065
|
* @param _value initial values object or instance of IntentContextOutSearchResult to deeply clone from
|
|
@@ -4931,6 +5075,14 @@ export declare module FullTextSearchResponseIntentContextOut {
|
|
|
4931
5075
|
set tags(value: string[]);
|
|
4932
5076
|
get language(): string;
|
|
4933
5077
|
set language(value: string);
|
|
5078
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5079
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5080
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5081
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5082
|
+
get createdBy(): string;
|
|
5083
|
+
set createdBy(value: string);
|
|
5084
|
+
get modifiedBy(): string;
|
|
5085
|
+
set modifiedBy(value: string);
|
|
4934
5086
|
/**
|
|
4935
5087
|
* Serialize message to binary data
|
|
4936
5088
|
* @param instance message instance
|
|
@@ -4961,6 +5113,10 @@ export declare module FullTextSearchResponseIntentContextOut {
|
|
|
4961
5113
|
intentDisplayName: string;
|
|
4962
5114
|
tags: string[];
|
|
4963
5115
|
language: string;
|
|
5116
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5117
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5118
|
+
createdBy: string;
|
|
5119
|
+
modifiedBy: string;
|
|
4964
5120
|
}
|
|
4965
5121
|
/**
|
|
4966
5122
|
* Protobuf JSON representation for IntentContextOutSearchResult
|
|
@@ -4971,6 +5127,10 @@ export declare module FullTextSearchResponseIntentContextOut {
|
|
|
4971
5127
|
intentDisplayName: string;
|
|
4972
5128
|
tags: string[];
|
|
4973
5129
|
language: string;
|
|
5130
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5131
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5132
|
+
createdBy: string;
|
|
5133
|
+
modifiedBy: string;
|
|
4974
5134
|
}
|
|
4975
5135
|
}
|
|
4976
5136
|
}
|
|
@@ -5108,6 +5268,10 @@ export declare module FullTextSearchResponseIntentUsersays {
|
|
|
5108
5268
|
private _intentDisplayName;
|
|
5109
5269
|
private _tags;
|
|
5110
5270
|
private _language;
|
|
5271
|
+
private _createdAt?;
|
|
5272
|
+
private _modifiedAt?;
|
|
5273
|
+
private _createdBy;
|
|
5274
|
+
private _modifiedBy;
|
|
5111
5275
|
/**
|
|
5112
5276
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
5113
5277
|
* @param _value initial values object or instance of IntentUsersaysSearchResult to deeply clone from
|
|
@@ -5131,6 +5295,14 @@ export declare module FullTextSearchResponseIntentUsersays {
|
|
|
5131
5295
|
set tags(value: string[]);
|
|
5132
5296
|
get language(): string;
|
|
5133
5297
|
set language(value: string);
|
|
5298
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5299
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5300
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5301
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5302
|
+
get createdBy(): string;
|
|
5303
|
+
set createdBy(value: string);
|
|
5304
|
+
get modifiedBy(): string;
|
|
5305
|
+
set modifiedBy(value: string);
|
|
5134
5306
|
/**
|
|
5135
5307
|
* Serialize message to binary data
|
|
5136
5308
|
* @param instance message instance
|
|
@@ -5165,6 +5337,10 @@ export declare module FullTextSearchResponseIntentUsersays {
|
|
|
5165
5337
|
intentDisplayName: string;
|
|
5166
5338
|
tags: string[];
|
|
5167
5339
|
language: string;
|
|
5340
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5341
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5342
|
+
createdBy: string;
|
|
5343
|
+
modifiedBy: string;
|
|
5168
5344
|
}
|
|
5169
5345
|
/**
|
|
5170
5346
|
* Protobuf JSON representation for IntentUsersaysSearchResult
|
|
@@ -5179,6 +5355,10 @@ export declare module FullTextSearchResponseIntentUsersays {
|
|
|
5179
5355
|
intentDisplayName: string;
|
|
5180
5356
|
tags: string[];
|
|
5181
5357
|
language: string;
|
|
5358
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5359
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5360
|
+
createdBy: string;
|
|
5361
|
+
modifiedBy: string;
|
|
5182
5362
|
}
|
|
5183
5363
|
}
|
|
5184
5364
|
}
|
|
@@ -5313,6 +5493,10 @@ export declare module FullTextSearchResponseIntentTags {
|
|
|
5313
5493
|
private _intentDisplayName;
|
|
5314
5494
|
private _tags;
|
|
5315
5495
|
private _language;
|
|
5496
|
+
private _createdAt?;
|
|
5497
|
+
private _modifiedAt?;
|
|
5498
|
+
private _createdBy;
|
|
5499
|
+
private _modifiedBy;
|
|
5316
5500
|
/**
|
|
5317
5501
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
5318
5502
|
* @param _value initial values object or instance of IntentTagsSearchResult to deeply clone from
|
|
@@ -5330,6 +5514,14 @@ export declare module FullTextSearchResponseIntentTags {
|
|
|
5330
5514
|
set tags(value: string[]);
|
|
5331
5515
|
get language(): string;
|
|
5332
5516
|
set language(value: string);
|
|
5517
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5518
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5519
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5520
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5521
|
+
get createdBy(): string;
|
|
5522
|
+
set createdBy(value: string);
|
|
5523
|
+
get modifiedBy(): string;
|
|
5524
|
+
set modifiedBy(value: string);
|
|
5333
5525
|
/**
|
|
5334
5526
|
* Serialize message to binary data
|
|
5335
5527
|
* @param instance message instance
|
|
@@ -5361,6 +5553,10 @@ export declare module FullTextSearchResponseIntentTags {
|
|
|
5361
5553
|
intentDisplayName: string;
|
|
5362
5554
|
tags: string[];
|
|
5363
5555
|
language: string;
|
|
5556
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5557
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5558
|
+
createdBy: string;
|
|
5559
|
+
modifiedBy: string;
|
|
5364
5560
|
}
|
|
5365
5561
|
/**
|
|
5366
5562
|
* Protobuf JSON representation for IntentTagsSearchResult
|
|
@@ -5372,6 +5568,10 @@ export declare module FullTextSearchResponseIntentTags {
|
|
|
5372
5568
|
intentDisplayName: string;
|
|
5373
5569
|
tags: string[];
|
|
5374
5570
|
language: string;
|
|
5571
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5572
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5573
|
+
createdBy: string;
|
|
5574
|
+
modifiedBy: string;
|
|
5375
5575
|
}
|
|
5376
5576
|
}
|
|
5377
5577
|
}
|
|
@@ -5507,6 +5707,10 @@ export declare module FullTextSearchResponseIntentResponse {
|
|
|
5507
5707
|
private _intentDisplayName;
|
|
5508
5708
|
private _tags;
|
|
5509
5709
|
private _language;
|
|
5710
|
+
private _createdAt?;
|
|
5711
|
+
private _modifiedAt?;
|
|
5712
|
+
private _createdBy;
|
|
5713
|
+
private _modifiedBy;
|
|
5510
5714
|
/**
|
|
5511
5715
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
5512
5716
|
* @param _value initial values object or instance of IntentResponseSearchResult to deeply clone from
|
|
@@ -5526,6 +5730,14 @@ export declare module FullTextSearchResponseIntentResponse {
|
|
|
5526
5730
|
set tags(value: string[]);
|
|
5527
5731
|
get language(): string;
|
|
5528
5732
|
set language(value: string);
|
|
5733
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5734
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5735
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5736
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5737
|
+
get createdBy(): string;
|
|
5738
|
+
set createdBy(value: string);
|
|
5739
|
+
get modifiedBy(): string;
|
|
5740
|
+
set modifiedBy(value: string);
|
|
5529
5741
|
/**
|
|
5530
5742
|
* Serialize message to binary data
|
|
5531
5743
|
* @param instance message instance
|
|
@@ -5558,6 +5770,10 @@ export declare module FullTextSearchResponseIntentResponse {
|
|
|
5558
5770
|
intentDisplayName: string;
|
|
5559
5771
|
tags: string[];
|
|
5560
5772
|
language: string;
|
|
5773
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5774
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5775
|
+
createdBy: string;
|
|
5776
|
+
modifiedBy: string;
|
|
5561
5777
|
}
|
|
5562
5778
|
/**
|
|
5563
5779
|
* Protobuf JSON representation for IntentResponseSearchResult
|
|
@@ -5570,6 +5786,10 @@ export declare module FullTextSearchResponseIntentResponse {
|
|
|
5570
5786
|
intentDisplayName: string;
|
|
5571
5787
|
tags: string[];
|
|
5572
5788
|
language: string;
|
|
5789
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5790
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
5791
|
+
createdBy: string;
|
|
5792
|
+
modifiedBy: string;
|
|
5573
5793
|
}
|
|
5574
5794
|
}
|
|
5575
5795
|
}
|
|
@@ -5704,6 +5924,10 @@ export declare module FullTextSearchResponseIntentParameters {
|
|
|
5704
5924
|
private _intentDisplayName;
|
|
5705
5925
|
private _tags;
|
|
5706
5926
|
private _language;
|
|
5927
|
+
private _createdAt?;
|
|
5928
|
+
private _modifiedAt?;
|
|
5929
|
+
private _createdBy;
|
|
5930
|
+
private _modifiedBy;
|
|
5707
5931
|
/**
|
|
5708
5932
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
5709
5933
|
* @param _value initial values object or instance of IntentParametersSearchResult to deeply clone from
|
|
@@ -5721,6 +5945,14 @@ export declare module FullTextSearchResponseIntentParameters {
|
|
|
5721
5945
|
set tags(value: string[]);
|
|
5722
5946
|
get language(): string;
|
|
5723
5947
|
set language(value: string);
|
|
5948
|
+
get createdAt(): googleProtobuf003.Timestamp | undefined;
|
|
5949
|
+
set createdAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5950
|
+
get modifiedAt(): googleProtobuf003.Timestamp | undefined;
|
|
5951
|
+
set modifiedAt(value: googleProtobuf003.Timestamp | undefined);
|
|
5952
|
+
get createdBy(): string;
|
|
5953
|
+
set createdBy(value: string);
|
|
5954
|
+
get modifiedBy(): string;
|
|
5955
|
+
set modifiedBy(value: string);
|
|
5724
5956
|
/**
|
|
5725
5957
|
* Serialize message to binary data
|
|
5726
5958
|
* @param instance message instance
|
|
@@ -5752,6 +5984,10 @@ export declare module FullTextSearchResponseIntentParameters {
|
|
|
5752
5984
|
intentDisplayName: string;
|
|
5753
5985
|
tags: string[];
|
|
5754
5986
|
language: string;
|
|
5987
|
+
createdAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5988
|
+
modifiedAt?: googleProtobuf003.Timestamp.AsObject;
|
|
5989
|
+
createdBy: string;
|
|
5990
|
+
modifiedBy: string;
|
|
5755
5991
|
}
|
|
5756
5992
|
/**
|
|
5757
5993
|
* Protobuf JSON representation for IntentParametersSearchResult
|
|
@@ -5763,6 +5999,10 @@ export declare module FullTextSearchResponseIntentParameters {
|
|
|
5763
5999
|
intentDisplayName: string;
|
|
5764
6000
|
tags: string[];
|
|
5765
6001
|
language: string;
|
|
6002
|
+
createdAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
6003
|
+
modifiedAt: googleProtobuf003.Timestamp.AsProtobufJSON | null;
|
|
6004
|
+
createdBy: string;
|
|
6005
|
+
modifiedBy: string;
|
|
5766
6006
|
}
|
|
5767
6007
|
}
|
|
5768
6008
|
}
|