@wix/bex-utils 2.93.0 → 2.95.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.
Files changed (116) hide show
  1. package/@wix/ambassador-os-tags-v1-tag/README.md +34 -0
  2. package/@wix/ambassador-os-tags-v1-tag/builders/package.json +3 -3
  3. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/builders.impl.d.ts +44 -23
  4. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/builders.impl.js +385 -145
  5. package/@wix/ambassador-os-tags-v1-tag/cjs/build/builders.impl.js.map +1 -0
  6. package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/http.impl.d.ts +9 -0
  7. package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/http.impl.js +16 -0
  8. package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/http.impl.js.map +1 -0
  9. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/crud/rpc.impl.d.ts +7 -5
  10. package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/rpc.impl.js +50 -0
  11. package/@wix/ambassador-os-tags-v1-tag/cjs/build/crud/rpc.impl.js.map +1 -0
  12. package/@wix/ambassador-os-tags-v1-tag/cjs/build/http.impl.d.ts +42 -0
  13. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/http.impl.js +287 -13
  14. package/@wix/ambassador-os-tags-v1-tag/cjs/build/http.impl.js.map +1 -0
  15. package/@wix/ambassador-os-tags-v1-tag/cjs/build/meta.impl.d.ts +46 -0
  16. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/meta.impl.js +166 -20
  17. package/@wix/ambassador-os-tags-v1-tag/cjs/build/meta.impl.js.map +1 -0
  18. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/client/proto-generated.d.ts +2520 -0
  19. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/proto-generated.d.ts +1267 -0
  20. package/@wix/ambassador-os-tags-v1-tag/cjs/build/proto/proto-generated.js +1 -0
  21. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/server/proto-generated.d.ts +2529 -22
  22. package/@wix/ambassador-os-tags-v1-tag/cjs/build/rpc.impl.d.ts +49 -0
  23. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/rpc.impl.js +133 -21
  24. package/@wix/ambassador-os-tags-v1-tag/cjs/build/rpc.impl.js.map +1 -0
  25. package/@wix/ambassador-os-tags-v1-tag/{build/es → cjs/build}/types.impl.d.ts +382 -170
  26. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/types.impl.js +14 -9
  27. package/@wix/ambassador-os-tags-v1-tag/cjs/build/types.impl.js.map +1 -0
  28. package/@wix/ambassador-os-tags-v1-tag/cjs/package.json +3 -0
  29. package/@wix/ambassador-os-tags-v1-tag/crud/http/package.json +3 -3
  30. package/@wix/ambassador-os-tags-v1-tag/crud/rpc/package.json +2 -2
  31. package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/builders.impl.d.ts +44 -23
  32. package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/builders.impl.js +327 -111
  33. package/@wix/ambassador-os-tags-v1-tag/es/build/builders.impl.js.map +1 -0
  34. package/@wix/ambassador-os-tags-v1-tag/es/build/crud/http.impl.d.ts +9 -0
  35. package/@wix/ambassador-os-tags-v1-tag/es/build/crud/http.impl.js +12 -0
  36. package/@wix/ambassador-os-tags-v1-tag/es/build/crud/http.impl.js.map +1 -0
  37. package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/crud/rpc.impl.d.ts +7 -5
  38. package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/crud/rpc.impl.js +12 -4
  39. package/@wix/ambassador-os-tags-v1-tag/es/build/crud/rpc.impl.js.map +1 -0
  40. package/@wix/ambassador-os-tags-v1-tag/es/build/http.impl.d.ts +42 -0
  41. package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/http.impl.js +270 -2
  42. package/@wix/ambassador-os-tags-v1-tag/es/build/http.impl.js.map +1 -0
  43. package/@wix/ambassador-os-tags-v1-tag/es/build/meta.impl.d.ts +46 -0
  44. package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/meta.impl.js +127 -1
  45. package/@wix/ambassador-os-tags-v1-tag/es/build/meta.impl.js.map +1 -0
  46. package/@wix/ambassador-os-tags-v1-tag/es/build/proto/client/proto-generated.d.ts +12332 -0
  47. package/@wix/ambassador-os-tags-v1-tag/es/build/proto/client/proto-generated.js +5 -0
  48. package/@wix/ambassador-os-tags-v1-tag/es/build/proto/proto-generated.d.ts +6182 -0
  49. package/@wix/ambassador-os-tags-v1-tag/es/build/proto/proto-generated.js +1 -0
  50. package/@wix/ambassador-os-tags-v1-tag/es/build/proto/server/proto-generated.d.ts +12307 -0
  51. package/@wix/ambassador-os-tags-v1-tag/es/build/proto/server/proto-generated.js +5 -0
  52. package/@wix/ambassador-os-tags-v1-tag/es/build/rpc.impl.d.ts +49 -0
  53. package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/rpc.impl.js +93 -1
  54. package/@wix/ambassador-os-tags-v1-tag/es/build/rpc.impl.js.map +1 -0
  55. package/@wix/ambassador-os-tags-v1-tag/{build/cjs → es/build}/types.impl.d.ts +382 -170
  56. package/@wix/ambassador-os-tags-v1-tag/{build/es → es/build}/types.impl.js +12 -7
  57. package/@wix/ambassador-os-tags-v1-tag/es/build/types.impl.js.map +1 -0
  58. package/@wix/ambassador-os-tags-v1-tag/http/package.json +3 -3
  59. package/@wix/ambassador-os-tags-v1-tag/meta/package.json +3 -3
  60. package/@wix/ambassador-os-tags-v1-tag/package.json +68 -13
  61. package/@wix/ambassador-os-tags-v1-tag/rpc/package.json +2 -2
  62. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/com/wixpress/iptf/webhooks/debug.proto +34 -0
  63. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/com/wixpress/iptf/webhooks/kv.proto +42 -0
  64. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/com/wixpress/iptf/webhooks/message_envelope.proto +54 -0
  65. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +3 -0
  66. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/webhooks_debug_service.proto +32 -0
  67. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/webhooks_sync_service.proto +33 -0
  68. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +111 -3
  69. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +10 -0
  70. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +6 -0
  71. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/permissions.proto +6 -0
  72. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +1 -1
  73. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +5 -0
  74. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/domainevents/attributeupdated.proto +20 -0
  75. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/domainevents/domainevents.proto +112 -0
  76. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +69 -0
  77. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +12 -0
  78. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_account_service.proto +43 -3
  79. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_global_service.proto +171 -0
  80. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +49 -3
  81. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/upstream/wix/common/bulk.proto +69 -0
  82. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/upstream/wix/common/paging.proto +121 -0
  83. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/upstream/wix/common/query.proto +771 -0
  84. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/upstream/wix/common/sorting.proto +27 -0
  85. package/@wix/ambassador-os-tags-v1-tag/types/package.json +3 -3
  86. package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
  87. package/@wix/bex-bundled-mini-essentials/package.json +1 -1
  88. package/package.json +4 -4
  89. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +0 -1
  90. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.d.ts +0 -1
  91. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js +0 -5
  92. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js.map +0 -1
  93. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js +0 -41
  94. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js.map +0 -1
  95. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.d.ts +0 -26
  96. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +0 -1
  97. package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +0 -33
  98. package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +0 -1
  99. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +0 -83454
  100. package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.d.ts +0 -34
  101. package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.js.map +0 -1
  102. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +0 -1
  103. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +0 -1
  104. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.d.ts +0 -1
  105. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js +0 -2
  106. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js.map +0 -1
  107. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.js.map +0 -1
  108. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.d.ts +0 -26
  109. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +0 -1
  110. package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +0 -33
  111. package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +0 -1
  112. package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.d.ts +0 -34
  113. package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.js.map +0 -1
  114. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +0 -1
  115. /package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/client/proto-generated.js +0 -0
  116. /package/@wix/ambassador-os-tags-v1-tag/{build/cjs → cjs/build}/proto/server/proto-generated.js +0 -0
@@ -0,0 +1,5 @@
1
+ import wrapper from '../proto-generated.js';
2
+ export const services = wrapper;
3
+ export const requests = wrapper;
4
+ export const responses = wrapper;
5
+ export default { services, requests, responses };
@@ -0,0 +1,49 @@
1
+ import { CreateGlobalTagRequest, CreateGlobalTagResponse, CreateTagForAccountRequest, CreateTagForAccountResponse, CreateTagRequest, CreateTagResponse, DeleteGlobalTagRequest, DeleteGlobalTagResponse, DeleteTagForAccountRequest, DeleteTagForAccountResponse, DeleteTagRequest, DeleteTagResponse, GetGlobalTagRequest, GetGlobalTagResponse, GetTagForAccountRequest, GetTagForAccountResponse, GetTagRequest, GetTagResponse, ListGlobalTagsRequest, ListGlobalTagsResponse, ListTagsForAccountRequest, ListTagsForAccountResponse, ListTagsRequest, ListTagsResponse, MigrateTagRequest, MigrateTagResponse, QueryTagsForAccountRequest, QueryTagsForAccountResponse, QueryTagsRequest, QueryTagsResponse, UpdateGlobalTagRequest, UpdateGlobalTagResponse, UpdateTagForAccountRequest, UpdateTagForAccountResponse, UpdateTagRequest, UpdateTagResponse } from './types.impl.js';
2
+ import * as wrapper from './proto/proto-generated.js';
3
+ declare const TagsGlobalService: typeof wrapper.wix.os.v1.TagsGlobalService;
4
+ declare const TagsAccountService: typeof wrapper.wix.os.v1.TagsAccountService;
5
+ declare const TagsService: typeof wrapper.wix.os.v1.TagsService;
6
+ export type RequestOptions<T = any, U = any> = {
7
+ _?: T;
8
+ requestData: any;
9
+ serviceArtifactId: string;
10
+ serviceProtoClass: U;
11
+ methodName: string;
12
+ };
13
+ /** Creates a global tag. */
14
+ export declare function createGlobalTag(payload: CreateGlobalTagRequest): RequestOptions<CreateGlobalTagResponse, typeof TagsGlobalService>;
15
+ /** Retrieves a global tag. */
16
+ export declare function getGlobalTag(payload: GetGlobalTagRequest): RequestOptions<GetGlobalTagResponse, typeof TagsGlobalService>;
17
+ /** Updates a global tag. */
18
+ export declare function updateGlobalTag(payload: UpdateGlobalTagRequest): RequestOptions<UpdateGlobalTagResponse, typeof TagsGlobalService>;
19
+ /** Deletes a global tag. */
20
+ export declare function deleteGlobalTag(payload: DeleteGlobalTagRequest): RequestOptions<DeleteGlobalTagResponse, typeof TagsGlobalService>;
21
+ /** Retrieves a list of global tags. */
22
+ export declare function listGlobalTags(payload: ListGlobalTagsRequest): RequestOptions<ListGlobalTagsResponse, typeof TagsGlobalService>;
23
+ /** Creates a tag. */
24
+ export declare function createTagForAccount(payload: CreateTagForAccountRequest): RequestOptions<CreateTagForAccountResponse, typeof TagsAccountService>;
25
+ /** Retrieves a tag. */
26
+ export declare function getTagForAccount(payload: GetTagForAccountRequest): RequestOptions<GetTagForAccountResponse, typeof TagsAccountService>;
27
+ /** Updates a tag. */
28
+ export declare function updateTagForAccount(payload: UpdateTagForAccountRequest): RequestOptions<UpdateTagForAccountResponse, typeof TagsAccountService>;
29
+ /** Deletes a tag. */
30
+ export declare function deleteTagForAccount(payload: DeleteTagForAccountRequest): RequestOptions<DeleteTagForAccountResponse, typeof TagsAccountService>;
31
+ /** Retrieves a list of tags. */
32
+ export declare function listTagsForAccount(payload: ListTagsForAccountRequest): RequestOptions<ListTagsForAccountResponse, typeof TagsAccountService>;
33
+ /** Retrieves a list of tags. */
34
+ export declare function queryTagsForAccount(payload: QueryTagsForAccountRequest): RequestOptions<QueryTagsForAccountResponse, typeof TagsAccountService>;
35
+ /** Creates a tag. */
36
+ export declare function createTag(payload: CreateTagRequest): RequestOptions<CreateTagResponse, typeof TagsService>;
37
+ /** Retrieves a tag. */
38
+ export declare function getTag(payload: GetTagRequest): RequestOptions<GetTagResponse, typeof TagsService>;
39
+ /** Updates a tag. */
40
+ export declare function updateTag(payload: UpdateTagRequest): RequestOptions<UpdateTagResponse, typeof TagsService>;
41
+ /** Deletes a tag. */
42
+ export declare function deleteTag(payload: DeleteTagRequest): RequestOptions<DeleteTagResponse, typeof TagsService>;
43
+ /** Retrieves a list of tags. */
44
+ export declare function listTags(payload: ListTagsRequest): RequestOptions<ListTagsResponse, typeof TagsService>;
45
+ /** Retrieves a list of tags. */
46
+ export declare function queryTags(payload: QueryTagsRequest): RequestOptions<QueryTagsResponse, typeof TagsService>;
47
+ /** Creates a tag with a custom createdDate for migration purposes. */
48
+ export declare function migrateTag(payload: MigrateTagRequest): RequestOptions<MigrateTagResponse, typeof TagsService>;
49
+ export {};
@@ -1,6 +1,72 @@
1
- import * as wrapper from './proto/proto-generated';
1
+ import * as wrapper from './proto/proto-generated.js';
2
+ var TagsGlobalService = wrapper.wix.os.v1.TagsGlobalService;
2
3
  var TagsAccountService = wrapper.wix.os.v1.TagsAccountService;
3
4
  var TagsService = wrapper.wix.os.v1.TagsService;
5
+ /** Creates a global tag. */
6
+ export function createGlobalTag(payload) {
7
+ var serviceArtifactId = '';
8
+ var serviceProtoClass = TagsGlobalService;
9
+ var methodName = 'createGlobalTag';
10
+ var requestData = payload;
11
+ return {
12
+ serviceProtoClass: serviceProtoClass,
13
+ serviceArtifactId: serviceArtifactId,
14
+ methodName: methodName,
15
+ requestData: requestData,
16
+ };
17
+ }
18
+ /** Retrieves a global tag. */
19
+ export function getGlobalTag(payload) {
20
+ var serviceArtifactId = '';
21
+ var serviceProtoClass = TagsGlobalService;
22
+ var methodName = 'getGlobalTag';
23
+ var requestData = payload;
24
+ return {
25
+ serviceProtoClass: serviceProtoClass,
26
+ serviceArtifactId: serviceArtifactId,
27
+ methodName: methodName,
28
+ requestData: requestData,
29
+ };
30
+ }
31
+ /** Updates a global tag. */
32
+ export function updateGlobalTag(payload) {
33
+ var serviceArtifactId = '';
34
+ var serviceProtoClass = TagsGlobalService;
35
+ var methodName = 'updateGlobalTag';
36
+ var requestData = payload;
37
+ return {
38
+ serviceProtoClass: serviceProtoClass,
39
+ serviceArtifactId: serviceArtifactId,
40
+ methodName: methodName,
41
+ requestData: requestData,
42
+ };
43
+ }
44
+ /** Deletes a global tag. */
45
+ export function deleteGlobalTag(payload) {
46
+ var serviceArtifactId = '';
47
+ var serviceProtoClass = TagsGlobalService;
48
+ var methodName = 'deleteGlobalTag';
49
+ var requestData = payload;
50
+ return {
51
+ serviceProtoClass: serviceProtoClass,
52
+ serviceArtifactId: serviceArtifactId,
53
+ methodName: methodName,
54
+ requestData: requestData,
55
+ };
56
+ }
57
+ /** Retrieves a list of global tags. */
58
+ export function listGlobalTags(payload) {
59
+ var serviceArtifactId = '';
60
+ var serviceProtoClass = TagsGlobalService;
61
+ var methodName = 'listGlobalTags';
62
+ var requestData = payload;
63
+ return {
64
+ serviceProtoClass: serviceProtoClass,
65
+ serviceArtifactId: serviceArtifactId,
66
+ methodName: methodName,
67
+ requestData: requestData,
68
+ };
69
+ }
4
70
  /** Creates a tag. */
5
71
  export function createTagForAccount(payload) {
6
72
  var serviceArtifactId = 'com.wixpress.os.tags-service';
@@ -66,6 +132,19 @@ export function listTagsForAccount(payload) {
66
132
  requestData: requestData,
67
133
  };
68
134
  }
135
+ /** Retrieves a list of tags. */
136
+ export function queryTagsForAccount(payload) {
137
+ var serviceArtifactId = 'com.wixpress.os.tags-service';
138
+ var serviceProtoClass = TagsAccountService;
139
+ var methodName = 'queryTagsForAccount';
140
+ var requestData = payload;
141
+ return {
142
+ serviceProtoClass: serviceProtoClass,
143
+ serviceArtifactId: serviceArtifactId,
144
+ methodName: methodName,
145
+ requestData: requestData,
146
+ };
147
+ }
69
148
  /** Creates a tag. */
70
149
  export function createTag(payload) {
71
150
  var serviceArtifactId = 'com.wixpress.os.tags-service';
@@ -131,6 +210,19 @@ export function listTags(payload) {
131
210
  requestData: requestData,
132
211
  };
133
212
  }
213
+ /** Retrieves a list of tags. */
214
+ export function queryTags(payload) {
215
+ var serviceArtifactId = 'com.wixpress.os.tags-service';
216
+ var serviceProtoClass = TagsService;
217
+ var methodName = 'queryTags';
218
+ var requestData = payload;
219
+ return {
220
+ serviceProtoClass: serviceProtoClass,
221
+ serviceArtifactId: serviceArtifactId,
222
+ methodName: methodName,
223
+ requestData: requestData,
224
+ };
225
+ }
134
226
  /** Creates a tag with a custom createdDate for migration purposes. */
135
227
  export function migrateTag(payload) {
136
228
  var serviceArtifactId = 'com.wixpress.os.tags-service';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc.impl.js","sourceRoot":"","sources":["../../rpc.impl.ts"],"names":[],"mappings":"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"}