@ondewo/csi-client-angular 2.3.1 → 3.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/api/ondewo/nlu/agent.pb.d.ts +2016 -0
- package/api/ondewo/nlu/agent.pbsc.d.ts +176 -0
- package/api/ondewo/nlu/operations.pb.d.ts +4 -4
- package/esm2020/api/ondewo/csi/conversation.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/agent.pb.mjs +3873 -1
- package/esm2020/api/ondewo/nlu/agent.pbsc.mjs +334 -4
- package/esm2020/api/ondewo/nlu/aiservices.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/context.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/entity-type.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/intent.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/operations.pb.mjs +5 -5
- package/esm2020/api/ondewo/nlu/operations.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/project-role.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/project-statistics.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/server-statistics.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/session.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/user.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/utility.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/webhook.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/s2t/speech-to-text.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/t2s/text-to-speech.pbsc.mjs +6 -6
- package/fesm2015/ondewo-csi-client-angular.mjs +4258 -56
- package/fesm2015/ondewo-csi-client-angular.mjs.map +1 -1
- package/fesm2020/ondewo-csi-client-angular.mjs +4258 -56
- package/fesm2020/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -267,9 +267,9 @@ export class UtilitiesClient {
|
|
|
267
267
|
.pipe(throwStatusErrors(), takeMessages());
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
|
-
UtilitiesClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
271
|
-
UtilitiesClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
270
|
+
UtilitiesClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: UtilitiesClient, deps: [{ token: GRPC_UTILITIES_CLIENT_SETTINGS, optional: true }, { token: GRPC_CLIENT_FACTORY }, { token: i1.GrpcHandler }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
271
|
+
UtilitiesClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: UtilitiesClient, providedIn: 'any' });
|
|
272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: UtilitiesClient, decorators: [{
|
|
273
273
|
type: Injectable,
|
|
274
274
|
args: [{ providedIn: 'any' }]
|
|
275
275
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -117,9 +117,9 @@ export class WebhookClient {
|
|
|
117
117
|
.pipe(throwStatusErrors(), takeMessages());
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
WebhookClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
121
|
-
WebhookClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
120
|
+
WebhookClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: WebhookClient, deps: [{ token: GRPC_WEBHOOK_CLIENT_SETTINGS, optional: true }, { token: GRPC_CLIENT_FACTORY }, { token: i1.GrpcHandler }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
121
|
+
WebhookClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: WebhookClient, providedIn: 'any' });
|
|
122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: WebhookClient, decorators: [{
|
|
123
123
|
type: Injectable,
|
|
124
124
|
args: [{ providedIn: 'any' }]
|
|
125
125
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -478,9 +478,9 @@ export class Speech2TextClient {
|
|
|
478
478
|
.pipe(throwStatusErrors(), takeMessages());
|
|
479
479
|
}
|
|
480
480
|
}
|
|
481
|
-
Speech2TextClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
482
|
-
Speech2TextClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
481
|
+
Speech2TextClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: Speech2TextClient, deps: [{ token: GRPC_SPEECH2_TEXT_CLIENT_SETTINGS, optional: true }, { token: GRPC_CLIENT_FACTORY }, { token: i1.GrpcHandler }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
482
|
+
Speech2TextClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: Speech2TextClient, providedIn: 'any' });
|
|
483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: Speech2TextClient, decorators: [{
|
|
484
484
|
type: Injectable,
|
|
485
485
|
args: [{ providedIn: 'any' }]
|
|
486
486
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -358,9 +358,9 @@ export class Text2SpeechClient {
|
|
|
358
358
|
.pipe(throwStatusErrors(), takeMessages());
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
|
-
Text2SpeechClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
362
|
-
Text2SpeechClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
361
|
+
Text2SpeechClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: Text2SpeechClient, deps: [{ token: GRPC_TEXT2_SPEECH_CLIENT_SETTINGS, optional: true }, { token: GRPC_CLIENT_FACTORY }, { token: i1.GrpcHandler }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
362
|
+
Text2SpeechClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: Text2SpeechClient, providedIn: 'any' });
|
|
363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: Text2SpeechClient, decorators: [{
|
|
364
364
|
type: Injectable,
|
|
365
365
|
args: [{ providedIn: 'any' }]
|
|
366
366
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
@@ -538,9 +538,9 @@ export class CustomPhonemizersClient {
|
|
|
538
538
|
.pipe(throwStatusErrors(), takeMessages());
|
|
539
539
|
}
|
|
540
540
|
}
|
|
541
|
-
CustomPhonemizersClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
542
|
-
CustomPhonemizersClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
541
|
+
CustomPhonemizersClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: CustomPhonemizersClient, deps: [{ token: GRPC_CUSTOM_PHONEMIZERS_CLIENT_SETTINGS, optional: true }, { token: GRPC_CLIENT_FACTORY }, { token: i1.GrpcHandler }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
542
|
+
CustomPhonemizersClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: CustomPhonemizersClient, providedIn: 'any' });
|
|
543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: CustomPhonemizersClient, decorators: [{
|
|
544
544
|
type: Injectable,
|
|
545
545
|
args: [{ providedIn: 'any' }]
|
|
546
546
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|