@wix/metro-common-builders 1.0.1749 → 1.0.1751
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/es/src/proto/client/index.d.ts +98 -0
- package/dist/es/src/proto/index.d.ts +49 -0
- package/dist/es/src/proto/index.js +1 -1
- package/dist/es/src/proto/server/index.d.ts +95 -0
- package/dist/src/proto/client/index.d.ts +98 -0
- package/dist/src/proto/index.d.ts +49 -0
- package/dist/src/proto/index.js +1 -1
- package/dist/src/proto/server/index.d.ts +95 -0
- package/package.json +4 -4
|
@@ -190,10 +190,12 @@ declare namespace $requests {
|
|
|
190
190
|
}
|
|
191
191
|
export interface IDomainEventsSettings {
|
|
192
192
|
deletedIncludeEntity?: boolean;
|
|
193
|
+
updatedIncludeModifiedFields?: boolean;
|
|
193
194
|
}
|
|
194
195
|
export class DomainEventsSettings implements IDomainEventsSettings {
|
|
195
196
|
constructor(data?: IDomainEventsSettings);
|
|
196
197
|
deletedIncludeEntity?: boolean;
|
|
198
|
+
updatedIncludeModifiedFields?: boolean;
|
|
197
199
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
198
200
|
}
|
|
199
201
|
export interface IExtensible {
|
|
@@ -1420,6 +1422,50 @@ declare namespace $requests {
|
|
|
1420
1422
|
deletedCount: number;
|
|
1421
1423
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1422
1424
|
}
|
|
1425
|
+
export interface IFreezeArtifactMappingsRequest {
|
|
1426
|
+
serviceArtifactId: string;
|
|
1427
|
+
}
|
|
1428
|
+
export class FreezeArtifactMappingsRequest implements IFreezeArtifactMappingsRequest {
|
|
1429
|
+
constructor(data?: IFreezeArtifactMappingsRequest);
|
|
1430
|
+
serviceArtifactId: string;
|
|
1431
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1432
|
+
}
|
|
1433
|
+
export interface IFreezeArtifactMappingsResponse {
|
|
1434
|
+
}
|
|
1435
|
+
export class FreezeArtifactMappingsResponse implements IFreezeArtifactMappingsResponse {
|
|
1436
|
+
constructor(data?: IFreezeArtifactMappingsResponse);
|
|
1437
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1438
|
+
}
|
|
1439
|
+
export interface IUnfreezeArtifactMappingsRequest {
|
|
1440
|
+
serviceArtifactId: string;
|
|
1441
|
+
}
|
|
1442
|
+
export class UnfreezeArtifactMappingsRequest implements IUnfreezeArtifactMappingsRequest {
|
|
1443
|
+
constructor(data?: IUnfreezeArtifactMappingsRequest);
|
|
1444
|
+
serviceArtifactId: string;
|
|
1445
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1446
|
+
}
|
|
1447
|
+
export interface IUnfreezeArtifactMappingsResponse {
|
|
1448
|
+
}
|
|
1449
|
+
export class UnfreezeArtifactMappingsResponse implements IUnfreezeArtifactMappingsResponse {
|
|
1450
|
+
constructor(data?: IUnfreezeArtifactMappingsResponse);
|
|
1451
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1452
|
+
}
|
|
1453
|
+
export interface IGetArtifactMappingsFreezeRequest {
|
|
1454
|
+
serviceArtifactId: string;
|
|
1455
|
+
}
|
|
1456
|
+
export class GetArtifactMappingsFreezeRequest implements IGetArtifactMappingsFreezeRequest {
|
|
1457
|
+
constructor(data?: IGetArtifactMappingsFreezeRequest);
|
|
1458
|
+
serviceArtifactId: string;
|
|
1459
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1460
|
+
}
|
|
1461
|
+
export interface IGetArtifactMappingsFreezeResponse {
|
|
1462
|
+
frozen: boolean;
|
|
1463
|
+
}
|
|
1464
|
+
export class GetArtifactMappingsFreezeResponse implements IGetArtifactMappingsFreezeResponse {
|
|
1465
|
+
constructor(data?: IGetArtifactMappingsFreezeResponse);
|
|
1466
|
+
frozen: boolean;
|
|
1467
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1468
|
+
}
|
|
1423
1469
|
export interface IValidateFqdnRequest {
|
|
1424
1470
|
fqdn: string;
|
|
1425
1471
|
}
|
|
@@ -4218,10 +4264,12 @@ declare namespace $responses {
|
|
|
4218
4264
|
}
|
|
4219
4265
|
export interface IDomainEventsSettings {
|
|
4220
4266
|
deletedIncludeEntity?: boolean;
|
|
4267
|
+
updatedIncludeModifiedFields?: boolean;
|
|
4221
4268
|
}
|
|
4222
4269
|
export class DomainEventsSettings implements IDomainEventsSettings {
|
|
4223
4270
|
constructor(data?: IDomainEventsSettings);
|
|
4224
4271
|
deletedIncludeEntity?: boolean;
|
|
4272
|
+
updatedIncludeModifiedFields?: boolean;
|
|
4225
4273
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4226
4274
|
}
|
|
4227
4275
|
export interface IExtensible {
|
|
@@ -5448,6 +5496,50 @@ declare namespace $responses {
|
|
|
5448
5496
|
deletedCount?: number;
|
|
5449
5497
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5450
5498
|
}
|
|
5499
|
+
export interface IFreezeArtifactMappingsRequest {
|
|
5500
|
+
serviceArtifactId?: string;
|
|
5501
|
+
}
|
|
5502
|
+
export class FreezeArtifactMappingsRequest implements IFreezeArtifactMappingsRequest {
|
|
5503
|
+
constructor(data?: IFreezeArtifactMappingsRequest);
|
|
5504
|
+
serviceArtifactId?: string;
|
|
5505
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5506
|
+
}
|
|
5507
|
+
export interface IFreezeArtifactMappingsResponse {
|
|
5508
|
+
}
|
|
5509
|
+
export class FreezeArtifactMappingsResponse implements IFreezeArtifactMappingsResponse {
|
|
5510
|
+
constructor(data?: IFreezeArtifactMappingsResponse);
|
|
5511
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5512
|
+
}
|
|
5513
|
+
export interface IUnfreezeArtifactMappingsRequest {
|
|
5514
|
+
serviceArtifactId?: string;
|
|
5515
|
+
}
|
|
5516
|
+
export class UnfreezeArtifactMappingsRequest implements IUnfreezeArtifactMappingsRequest {
|
|
5517
|
+
constructor(data?: IUnfreezeArtifactMappingsRequest);
|
|
5518
|
+
serviceArtifactId?: string;
|
|
5519
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5520
|
+
}
|
|
5521
|
+
export interface IUnfreezeArtifactMappingsResponse {
|
|
5522
|
+
}
|
|
5523
|
+
export class UnfreezeArtifactMappingsResponse implements IUnfreezeArtifactMappingsResponse {
|
|
5524
|
+
constructor(data?: IUnfreezeArtifactMappingsResponse);
|
|
5525
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5526
|
+
}
|
|
5527
|
+
export interface IGetArtifactMappingsFreezeRequest {
|
|
5528
|
+
serviceArtifactId?: string;
|
|
5529
|
+
}
|
|
5530
|
+
export class GetArtifactMappingsFreezeRequest implements IGetArtifactMappingsFreezeRequest {
|
|
5531
|
+
constructor(data?: IGetArtifactMappingsFreezeRequest);
|
|
5532
|
+
serviceArtifactId?: string;
|
|
5533
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5534
|
+
}
|
|
5535
|
+
export interface IGetArtifactMappingsFreezeResponse {
|
|
5536
|
+
frozen?: boolean;
|
|
5537
|
+
}
|
|
5538
|
+
export class GetArtifactMappingsFreezeResponse implements IGetArtifactMappingsFreezeResponse {
|
|
5539
|
+
constructor(data?: IGetArtifactMappingsFreezeResponse);
|
|
5540
|
+
frozen?: boolean;
|
|
5541
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5542
|
+
}
|
|
5451
5543
|
export interface IValidateFqdnRequest {
|
|
5452
5544
|
fqdn?: string;
|
|
5453
5545
|
}
|
|
@@ -8076,6 +8168,9 @@ declare namespace $services {
|
|
|
8076
8168
|
abstract purgeProcessedTargetsCache(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
|
|
8077
8169
|
abstract purgeProcessedTargetsCacheByProtoArtifactId(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
|
|
8078
8170
|
abstract deleteEntity(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
|
|
8171
|
+
abstract freezeArtifactMappings(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IFreezeArtifactMappingsRequest): Promise<$responses.wix.coreservices.businessschema.v1.IFreezeArtifactMappingsResponse>
|
|
8172
|
+
abstract unfreezeArtifactMappings(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IUnfreezeArtifactMappingsRequest): Promise<$responses.wix.coreservices.businessschema.v1.IUnfreezeArtifactMappingsResponse>
|
|
8173
|
+
abstract getArtifactMappingsFreeze(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IGetArtifactMappingsFreezeRequest): Promise<$responses.wix.coreservices.businessschema.v1.IGetArtifactMappingsFreezeResponse>
|
|
8079
8174
|
}
|
|
8080
8175
|
export abstract class BusinessSchemaService {
|
|
8081
8176
|
abstract validateFqdn(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IValidateFqdnRequest): Promise<$responses.wix.coreservices.businessschema.v1.IValidateFqdnResponse>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/metro-common-builders",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1751",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Eli Ponyatovski",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"*.{js,ts}": "yoshi lint"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@wix/metro-runtime": "^1.
|
|
36
|
+
"@wix/metro-runtime": "^1.2106.0",
|
|
37
37
|
"long": "^5.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
41
41
|
"@types/jest": "^24.9.1",
|
|
42
42
|
"@types/node": "^16.11.7",
|
|
43
|
-
"@wix/business-schema-api": "^1.7.
|
|
43
|
+
"@wix/business-schema-api": "^1.7.1636",
|
|
44
44
|
"@wix/wix-proto-codegen": "^2.0.1172",
|
|
45
45
|
"@wix/yoshi": "^6.95.1",
|
|
46
46
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"wallaby": {
|
|
72
72
|
"autoDetect": true
|
|
73
73
|
},
|
|
74
|
-
"falconPackageHash": "
|
|
74
|
+
"falconPackageHash": "f17d46a6bf9adcc49c4e49a7cbdb69753bacda20963bf0be3e8a873f"
|
|
75
75
|
}
|