@opentdf/sdk 0.3.0 → 0.3.2-beta.1

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 (227) hide show
  1. package/dist/cjs/src/access/access-fetch.js +155 -0
  2. package/dist/cjs/src/access/access-rpc.js +131 -0
  3. package/dist/cjs/src/access.js +81 -107
  4. package/dist/cjs/src/auth/oidc.js +2 -2
  5. package/dist/cjs/src/nanotdf/Client.js +17 -13
  6. package/dist/cjs/src/nanotdf/models/Header.js +2 -2
  7. package/dist/cjs/src/nanotdf-crypto/keyAgreement.js +2 -2
  8. package/dist/cjs/src/opentdf.js +43 -9
  9. package/dist/cjs/src/platform/authorization/authorization_pb.js +138 -0
  10. package/dist/cjs/src/platform/buf/validate/validate_pb.js +410 -0
  11. package/dist/cjs/src/platform/common/common_pb.js +79 -0
  12. package/dist/cjs/src/platform/entityresolution/entity_resolution_pb.js +49 -0
  13. package/dist/cjs/src/platform/google/api/annotations_pb.js +30 -0
  14. package/dist/cjs/src/platform/google/api/http_pb.js +37 -0
  15. package/dist/cjs/src/platform/kas/kas_pb.js +96 -0
  16. package/dist/cjs/src/platform/policy/actions/actions_pb.js +70 -0
  17. package/dist/cjs/src/platform/policy/attributes/attributes_pb.js +240 -0
  18. package/dist/cjs/src/platform/policy/kasregistry/key_access_server_registry_pb.js +236 -0
  19. package/dist/cjs/src/platform/policy/keymanagement/key_management_pb.js +70 -0
  20. package/dist/cjs/src/platform/policy/namespaces/namespaces_pb.js +121 -0
  21. package/dist/cjs/src/platform/policy/objects_pb.js +395 -0
  22. package/dist/cjs/src/platform/policy/registeredresources/registered_resources_pb.js +132 -0
  23. package/dist/cjs/src/platform/policy/resourcemapping/resource_mapping_pb.js +139 -0
  24. package/dist/cjs/src/platform/policy/selectors_pb.js +67 -0
  25. package/dist/cjs/src/platform/policy/subjectmapping/subject_mapping_pb.js +146 -0
  26. package/dist/cjs/src/platform/policy/unsafe/unsafe_pb.js +124 -0
  27. package/dist/cjs/src/platform/protoc-gen-openapiv2/options/annotations_pb.js +68 -0
  28. package/dist/cjs/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.js +307 -0
  29. package/dist/cjs/src/platform/wellknownconfiguration/wellknown_configuration_pb.js +33 -0
  30. package/dist/cjs/src/platform.js +124 -0
  31. package/dist/cjs/src/policy/api.js +21 -38
  32. package/dist/cjs/src/policy/attributes.js +4 -1
  33. package/dist/cjs/src/policy/granter.js +9 -9
  34. package/dist/cjs/src/utils.js +31 -1
  35. package/dist/cjs/src/version.js +2 -2
  36. package/dist/cjs/tdf3/src/assertions.js +5 -5
  37. package/dist/cjs/tdf3/src/client/index.js +24 -18
  38. package/dist/cjs/tdf3/src/tdf.js +16 -10
  39. package/dist/types/src/access/access-fetch.d.ts +21 -0
  40. package/dist/types/src/access/access-fetch.d.ts.map +1 -0
  41. package/dist/types/src/access/access-rpc.d.ts +22 -0
  42. package/dist/types/src/access/access-rpc.d.ts.map +1 -0
  43. package/dist/types/src/access.d.ts +19 -11
  44. package/dist/types/src/access.d.ts.map +1 -1
  45. package/dist/types/src/nanotdf/Client.d.ts +3 -1
  46. package/dist/types/src/nanotdf/Client.d.ts.map +1 -1
  47. package/dist/types/src/opentdf.d.ts +5 -1
  48. package/dist/types/src/opentdf.d.ts.map +1 -1
  49. package/dist/types/src/platform/authorization/authorization_pb.d.ts +609 -0
  50. package/dist/types/src/platform/authorization/authorization_pb.d.ts.map +1 -0
  51. package/dist/types/src/platform/buf/validate/validate_pb.d.ts +4466 -0
  52. package/dist/types/src/platform/buf/validate/validate_pb.d.ts.map +1 -0
  53. package/dist/types/src/platform/common/common_pb.d.ts +112 -0
  54. package/dist/types/src/platform/common/common_pb.d.ts.map +1 -0
  55. package/dist/types/src/platform/entityresolution/entity_resolution_pb.d.ts +199 -0
  56. package/dist/types/src/platform/entityresolution/entity_resolution_pb.d.ts.map +1 -0
  57. package/dist/types/src/platform/google/api/annotations_pb.d.ts +14 -0
  58. package/dist/types/src/platform/google/api/annotations_pb.d.ts.map +1 -0
  59. package/dist/types/src/platform/google/api/http_pb.d.ts +441 -0
  60. package/dist/types/src/platform/google/api/http_pb.d.ts.map +1 -0
  61. package/dist/types/src/platform/kas/kas_pb.d.ts +404 -0
  62. package/dist/types/src/platform/kas/kas_pb.d.ts.map +1 -0
  63. package/dist/types/src/platform/policy/actions/actions_pb.d.ts +265 -0
  64. package/dist/types/src/platform/policy/actions/actions_pb.d.ts.map +1 -0
  65. package/dist/types/src/platform/policy/attributes/attributes_pb.d.ts +1022 -0
  66. package/dist/types/src/platform/policy/attributes/attributes_pb.d.ts.map +1 -0
  67. package/dist/types/src/platform/policy/kasregistry/key_access_server_registry_pb.d.ts +1306 -0
  68. package/dist/types/src/platform/policy/kasregistry/key_access_server_registry_pb.d.ts.map +1 -0
  69. package/dist/types/src/platform/policy/keymanagement/key_management_pb.d.ts +269 -0
  70. package/dist/types/src/platform/policy/keymanagement/key_management_pb.d.ts.map +1 -0
  71. package/dist/types/src/platform/policy/namespaces/namespaces_pb.d.ts +448 -0
  72. package/dist/types/src/platform/policy/namespaces/namespaces_pb.d.ts.map +1 -0
  73. package/dist/types/src/platform/policy/objects_pb.d.ts +1112 -0
  74. package/dist/types/src/platform/policy/objects_pb.d.ts.map +1 -0
  75. package/dist/types/src/platform/policy/registeredresources/registered_resources_pb.d.ts +539 -0
  76. package/dist/types/src/platform/policy/registeredresources/registered_resources_pb.d.ts.map +1 -0
  77. package/dist/types/src/platform/policy/resourcemapping/resource_mapping_pb.d.ts +558 -0
  78. package/dist/types/src/platform/policy/resourcemapping/resource_mapping_pb.d.ts.map +1 -0
  79. package/dist/types/src/platform/policy/selectors_pb.d.ts +221 -0
  80. package/dist/types/src/platform/policy/selectors_pb.d.ts.map +1 -0
  81. package/dist/types/src/platform/policy/subjectmapping/subject_mapping_pb.d.ts +582 -0
  82. package/dist/types/src/platform/policy/subjectmapping/subject_mapping_pb.d.ts.map +1 -0
  83. package/dist/types/src/platform/policy/unsafe/unsafe_pb.d.ts +513 -0
  84. package/dist/types/src/platform/policy/unsafe/unsafe_pb.d.ts.map +1 -0
  85. package/dist/types/src/platform/protoc-gen-openapiv2/options/annotations_pb.d.ts +62 -0
  86. package/dist/types/src/platform/protoc-gen-openapiv2/options/annotations_pb.d.ts.map +1 -0
  87. package/dist/types/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1441 -0
  88. package/dist/types/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -0
  89. package/dist/types/src/platform/wellknownconfiguration/wellknown_configuration_pb.d.ts +59 -0
  90. package/dist/types/src/platform/wellknownconfiguration/wellknown_configuration_pb.d.ts.map +1 -0
  91. package/dist/types/src/platform.d.ts +49 -0
  92. package/dist/types/src/platform.d.ts.map +1 -0
  93. package/dist/types/src/policy/api.d.ts +1 -1
  94. package/dist/types/src/policy/api.d.ts.map +1 -1
  95. package/dist/types/src/policy/attributes.d.ts +10 -87
  96. package/dist/types/src/policy/attributes.d.ts.map +1 -1
  97. package/dist/types/src/policy/granter.d.ts.map +1 -1
  98. package/dist/types/src/utils.d.ts +10 -0
  99. package/dist/types/src/utils.d.ts.map +1 -1
  100. package/dist/types/src/version.d.ts +1 -1
  101. package/dist/types/tdf3/src/assertions.d.ts +1 -1
  102. package/dist/types/tdf3/src/assertions.d.ts.map +1 -1
  103. package/dist/types/tdf3/src/client/index.d.ts +8 -3
  104. package/dist/types/tdf3/src/client/index.d.ts.map +1 -1
  105. package/dist/types/tdf3/src/models/manifest.d.ts +1 -1
  106. package/dist/types/tdf3/src/models/manifest.d.ts.map +1 -1
  107. package/dist/types/tdf3/src/tdf.d.ts.map +1 -1
  108. package/dist/web/src/access/access-fetch.js +150 -0
  109. package/dist/web/src/access/access-rpc.js +125 -0
  110. package/dist/web/src/access.js +82 -110
  111. package/dist/web/src/auth/oidc.js +2 -2
  112. package/dist/web/src/nanotdf/Client.js +18 -14
  113. package/dist/web/src/nanotdf/models/Header.js +2 -2
  114. package/dist/web/src/nanotdf-crypto/keyAgreement.js +2 -2
  115. package/dist/web/src/opentdf.js +44 -10
  116. package/dist/web/src/platform/authorization/authorization_pb.js +135 -0
  117. package/dist/web/src/platform/buf/validate/validate_pb.js +407 -0
  118. package/dist/web/src/platform/common/common_pb.js +76 -0
  119. package/dist/web/src/platform/entityresolution/entity_resolution_pb.js +46 -0
  120. package/dist/web/src/platform/google/api/annotations_pb.js +27 -0
  121. package/dist/web/src/platform/google/api/http_pb.js +34 -0
  122. package/dist/web/src/platform/kas/kas_pb.js +93 -0
  123. package/dist/web/src/platform/policy/actions/actions_pb.js +67 -0
  124. package/dist/web/src/platform/policy/attributes/attributes_pb.js +237 -0
  125. package/dist/web/src/platform/policy/kasregistry/key_access_server_registry_pb.js +233 -0
  126. package/dist/web/src/platform/policy/keymanagement/key_management_pb.js +67 -0
  127. package/dist/web/src/platform/policy/namespaces/namespaces_pb.js +118 -0
  128. package/dist/web/src/platform/policy/objects_pb.js +392 -0
  129. package/dist/web/src/platform/policy/registeredresources/registered_resources_pb.js +129 -0
  130. package/dist/web/src/platform/policy/resourcemapping/resource_mapping_pb.js +136 -0
  131. package/dist/web/src/platform/policy/selectors_pb.js +64 -0
  132. package/dist/web/src/platform/policy/subjectmapping/subject_mapping_pb.js +143 -0
  133. package/dist/web/src/platform/policy/unsafe/unsafe_pb.js +121 -0
  134. package/dist/web/src/platform/protoc-gen-openapiv2/options/annotations_pb.js +65 -0
  135. package/dist/web/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.js +304 -0
  136. package/dist/web/src/platform/wellknownconfiguration/wellknown_configuration_pb.js +30 -0
  137. package/dist/web/src/platform.js +87 -0
  138. package/dist/web/src/policy/api.js +23 -40
  139. package/dist/web/src/policy/attributes.js +3 -2
  140. package/dist/web/src/policy/granter.js +9 -9
  141. package/dist/web/src/utils.js +29 -1
  142. package/dist/web/src/version.js +2 -2
  143. package/dist/web/tdf3/src/assertions.js +5 -5
  144. package/dist/web/tdf3/src/client/index.js +26 -20
  145. package/dist/web/tdf3/src/tdf.js +16 -10
  146. package/package.json +17 -1
  147. package/src/access/access-fetch.ts +202 -0
  148. package/src/access/access-rpc.ts +175 -0
  149. package/src/access.ts +113 -138
  150. package/src/auth/oidc.ts +1 -1
  151. package/src/nanotdf/Client.ts +28 -18
  152. package/src/nanotdf/models/Header.ts +1 -1
  153. package/src/nanotdf-crypto/keyAgreement.ts +1 -1
  154. package/src/opentdf.ts +67 -11
  155. package/src/platform/authorization/authorization_pb.ts +689 -0
  156. package/src/platform/buf/validate/validate_pb.ts +4626 -0
  157. package/src/platform/common/common_pb.ts +135 -0
  158. package/src/platform/entityresolution/entity_resolution_pb.ts +233 -0
  159. package/src/platform/google/api/annotations_pb.ts +39 -0
  160. package/src/platform/google/api/http_pb.ts +474 -0
  161. package/src/platform/kas/kas_pb.ts +484 -0
  162. package/src/platform/policy/actions/actions_pb.ts +312 -0
  163. package/src/platform/policy/attributes/attributes_pb.ts +1181 -0
  164. package/src/platform/policy/kasregistry/key_access_server_registry_pb.ts +1482 -0
  165. package/src/platform/policy/keymanagement/key_management_pb.ts +316 -0
  166. package/src/platform/policy/namespaces/namespaces_pb.ts +528 -0
  167. package/src/platform/policy/objects_pb.ts +1319 -0
  168. package/src/platform/policy/registeredresources/registered_resources_pb.ts +623 -0
  169. package/src/platform/policy/resourcemapping/resource_mapping_pb.ts +658 -0
  170. package/src/platform/policy/selectors_pb.ts +277 -0
  171. package/src/platform/policy/subjectmapping/subject_mapping_pb.ts +687 -0
  172. package/src/platform/policy/unsafe/unsafe_pb.ts +593 -0
  173. package/src/platform/protoc-gen-openapiv2/options/annotations_pb.ts +83 -0
  174. package/src/platform/protoc-gen-openapiv2/options/openapiv2_pb.ts +1615 -0
  175. package/src/platform/wellknownconfiguration/wellknown_configuration_pb.ts +78 -0
  176. package/src/platform.ts +122 -0
  177. package/src/policy/api.ts +29 -42
  178. package/src/policy/attributes.ts +12 -108
  179. package/src/policy/granter.ts +7 -8
  180. package/src/utils.ts +30 -0
  181. package/src/version.ts +1 -1
  182. package/tdf3/src/assertions.ts +4 -4
  183. package/tdf3/src/client/index.ts +42 -19
  184. package/tdf3/src/models/manifest.ts +2 -1
  185. package/tdf3/src/tdf.ts +25 -16
  186. package/src/platform/authorization/authorization_connect.d.ts +0 -44
  187. package/src/platform/authorization/authorization_connect.js +0 -44
  188. package/src/platform/authorization/authorization_pb.d.ts +0 -707
  189. package/src/platform/authorization/authorization_pb.js +0 -372
  190. package/src/platform/common/common_pb.d.ts +0 -129
  191. package/src/platform/common/common_pb.js +0 -58
  192. package/src/platform/entityresolution/entity_resolution_connect.d.ts +0 -35
  193. package/src/platform/entityresolution/entity_resolution_connect.js +0 -35
  194. package/src/platform/entityresolution/entity_resolution_pb.d.ts +0 -242
  195. package/src/platform/entityresolution/entity_resolution_pb.js +0 -139
  196. package/src/platform/kas/kas_connect.d.ts +0 -59
  197. package/src/platform/kas/kas_connect.js +0 -59
  198. package/src/platform/kas/kas_pb.d.ts +0 -200
  199. package/src/platform/kas/kas_pb.js +0 -84
  200. package/src/platform/policy/attributes/attributes_connect.d.ts +0 -168
  201. package/src/platform/policy/attributes/attributes_connect.js +0 -168
  202. package/src/platform/policy/attributes/attributes_pb.d.ts +0 -929
  203. package/src/platform/policy/attributes/attributes_pb.js +0 -363
  204. package/src/platform/policy/kasregistry/key_access_server_registry_connect.d.ts +0 -62
  205. package/src/platform/policy/kasregistry/key_access_server_registry_connect.js +0 -62
  206. package/src/platform/policy/kasregistry/key_access_server_registry_pb.d.ts +0 -283
  207. package/src/platform/policy/kasregistry/key_access_server_registry_pb.js +0 -113
  208. package/src/platform/policy/namespaces/namespaces_connect.d.ts +0 -62
  209. package/src/platform/policy/namespaces/namespaces_connect.js +0 -62
  210. package/src/platform/policy/namespaces/namespaces_pb.d.ts +0 -270
  211. package/src/platform/policy/namespaces/namespaces_pb.js +0 -110
  212. package/src/platform/policy/objects_pb.d.ts +0 -725
  213. package/src/platform/policy/objects_pb.js +0 -288
  214. package/src/platform/policy/resourcemapping/resource_mapping_connect.d.ts +0 -259
  215. package/src/platform/policy/resourcemapping/resource_mapping_connect.js +0 -259
  216. package/src/platform/policy/resourcemapping/resource_mapping_pb.d.ts +0 -314
  217. package/src/platform/policy/resourcemapping/resource_mapping_pb.js +0 -142
  218. package/src/platform/policy/selectors_pb.d.ts +0 -269
  219. package/src/platform/policy/selectors_pb.js +0 -110
  220. package/src/platform/policy/subjectmapping/subject_mapping_connect.d.ts +0 -118
  221. package/src/platform/policy/subjectmapping/subject_mapping_connect.js +0 -118
  222. package/src/platform/policy/subjectmapping/subject_mapping_pb.d.ts +0 -672
  223. package/src/platform/policy/subjectmapping/subject_mapping_pb.js +0 -260
  224. package/src/platform/wellknownconfiguration/wellknown_configuration_connect.d.ts +0 -26
  225. package/src/platform/wellknownconfiguration/wellknown_configuration_connect.js +0 -26
  226. package/src/platform/wellknownconfiguration/wellknown_configuration_pb.d.ts +0 -75
  227. package/src/platform/wellknownconfiguration/wellknown_configuration_pb.js +0 -35
@@ -1,142 +0,0 @@
1
- // @generated by protoc-gen-es v1.9.0 with parameter "target=js+dts,import_extension=none"
2
- // @generated from file policy/resourcemapping/resource_mapping.proto (package policy.resourcemapping, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { proto3 } from "@bufbuild/protobuf";
7
- import { ResourceMapping } from "../objects_pb";
8
- import { MetadataMutable, MetadataUpdateEnum } from "../../common/common_pb";
9
-
10
- /**
11
- * @generated from message policy.resourcemapping.ListResourceMappingsRequest
12
- */
13
- export const ListResourceMappingsRequest = /*@__PURE__*/ proto3.makeMessageType(
14
- "policy.resourcemapping.ListResourceMappingsRequest",
15
- [],
16
- );
17
-
18
- /**
19
- * @generated from message policy.resourcemapping.ListResourceMappingsResponse
20
- */
21
- export const ListResourceMappingsResponse = /*@__PURE__*/ proto3.makeMessageType(
22
- "policy.resourcemapping.ListResourceMappingsResponse",
23
- () => [
24
- { no: 1, name: "resource_mappings", kind: "message", T: ResourceMapping, repeated: true },
25
- ],
26
- );
27
-
28
- /**
29
- * @generated from message policy.resourcemapping.GetResourceMappingRequest
30
- */
31
- export const GetResourceMappingRequest = /*@__PURE__*/ proto3.makeMessageType(
32
- "policy.resourcemapping.GetResourceMappingRequest",
33
- () => [
34
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
35
- ],
36
- );
37
-
38
- /**
39
- * @generated from message policy.resourcemapping.GetResourceMappingResponse
40
- */
41
- export const GetResourceMappingResponse = /*@__PURE__*/ proto3.makeMessageType(
42
- "policy.resourcemapping.GetResourceMappingResponse",
43
- () => [
44
- { no: 1, name: "resource_mapping", kind: "message", T: ResourceMapping },
45
- ],
46
- );
47
-
48
- /**
49
- *
50
- * ### Request
51
- *
52
- * grpcurl -plaintext -d @ localhost:8080 policy.resourcemapping.ResourceMappingService/CreateResourceMapping <<EOM
53
- * {
54
- * "mapping": {
55
- * "name": "Classification",
56
- * "attribute_value_id": "12345678-1234-1234-1234-123456789012",
57
- * "terms": ["CONFIDENTIAL", "CONTROLLED UNCLASSIFIED", "OFFICIAL-SENSITIVE", "CUI", "C"]
58
- * }
59
- * }
60
- * EOM
61
- *
62
- * ### Response
63
- *
64
- * {
65
- * "mapping": {
66
- * "metadata": {
67
- * "id": "12345678-1234-1234-1234-123456789012",
68
- * "created_at": "2020-01-01T00:00:00Z",
69
- * "updated_at": "2020-01-01T00:00:00Z"
70
- * },
71
- * "name": "Classification",
72
- * "attribute_value_id": "12345678-1234-1234-1234-123456789012",
73
- * "terms": ["CONFIDENTIAL", "CONTROLLED UNCLASSIFIED", "OFFICIAL-SENSITIVE", "CUI", "C"]
74
- * }
75
- * }
76
- *
77
- *
78
- * @generated from message policy.resourcemapping.CreateResourceMappingRequest
79
- */
80
- export const CreateResourceMappingRequest = /*@__PURE__*/ proto3.makeMessageType(
81
- "policy.resourcemapping.CreateResourceMappingRequest",
82
- () => [
83
- { no: 1, name: "attribute_value_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
84
- { no: 2, name: "terms", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
85
- { no: 100, name: "metadata", kind: "message", T: MetadataMutable },
86
- ],
87
- );
88
-
89
- /**
90
- * @generated from message policy.resourcemapping.CreateResourceMappingResponse
91
- */
92
- export const CreateResourceMappingResponse = /*@__PURE__*/ proto3.makeMessageType(
93
- "policy.resourcemapping.CreateResourceMappingResponse",
94
- () => [
95
- { no: 1, name: "resource_mapping", kind: "message", T: ResourceMapping },
96
- ],
97
- );
98
-
99
- /**
100
- * @generated from message policy.resourcemapping.UpdateResourceMappingRequest
101
- */
102
- export const UpdateResourceMappingRequest = /*@__PURE__*/ proto3.makeMessageType(
103
- "policy.resourcemapping.UpdateResourceMappingRequest",
104
- () => [
105
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
106
- { no: 4, name: "attribute_value_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
107
- { no: 5, name: "terms", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
108
- { no: 100, name: "metadata", kind: "message", T: MetadataMutable },
109
- { no: 101, name: "metadata_update_behavior", kind: "enum", T: proto3.getEnumType(MetadataUpdateEnum) },
110
- ],
111
- );
112
-
113
- /**
114
- * @generated from message policy.resourcemapping.UpdateResourceMappingResponse
115
- */
116
- export const UpdateResourceMappingResponse = /*@__PURE__*/ proto3.makeMessageType(
117
- "policy.resourcemapping.UpdateResourceMappingResponse",
118
- () => [
119
- { no: 1, name: "resource_mapping", kind: "message", T: ResourceMapping },
120
- ],
121
- );
122
-
123
- /**
124
- * @generated from message policy.resourcemapping.DeleteResourceMappingRequest
125
- */
126
- export const DeleteResourceMappingRequest = /*@__PURE__*/ proto3.makeMessageType(
127
- "policy.resourcemapping.DeleteResourceMappingRequest",
128
- () => [
129
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
130
- ],
131
- );
132
-
133
- /**
134
- * @generated from message policy.resourcemapping.DeleteResourceMappingResponse
135
- */
136
- export const DeleteResourceMappingResponse = /*@__PURE__*/ proto3.makeMessageType(
137
- "policy.resourcemapping.DeleteResourceMappingResponse",
138
- () => [
139
- { no: 1, name: "resource_mapping", kind: "message", T: ResourceMapping },
140
- ],
141
- );
142
-
@@ -1,269 +0,0 @@
1
- // @generated by protoc-gen-es v1.9.0 with parameter "target=js+dts,import_extension=none"
2
- // @generated from file policy/selectors.proto (package policy, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
- import { Message, proto3 } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from message policy.AttributeNamespaceSelector
11
- */
12
- export declare class AttributeNamespaceSelector extends Message<AttributeNamespaceSelector> {
13
- /**
14
- * @generated from field: policy.AttributeNamespaceSelector.AttributeSelector with_attributes = 10;
15
- */
16
- withAttributes?: AttributeNamespaceSelector_AttributeSelector;
17
-
18
- constructor(data?: PartialMessage<AttributeNamespaceSelector>);
19
-
20
- static readonly runtime: typeof proto3;
21
- static readonly typeName = "policy.AttributeNamespaceSelector";
22
- static readonly fields: FieldList;
23
-
24
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeNamespaceSelector;
25
-
26
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeNamespaceSelector;
27
-
28
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeNamespaceSelector;
29
-
30
- static equals(a: AttributeNamespaceSelector | PlainMessage<AttributeNamespaceSelector> | undefined, b: AttributeNamespaceSelector | PlainMessage<AttributeNamespaceSelector> | undefined): boolean;
31
- }
32
-
33
- /**
34
- * @generated from message policy.AttributeNamespaceSelector.AttributeSelector
35
- */
36
- export declare class AttributeNamespaceSelector_AttributeSelector extends Message<AttributeNamespaceSelector_AttributeSelector> {
37
- /**
38
- * @generated from field: bool with_key_access_grants = 1;
39
- */
40
- withKeyAccessGrants: boolean;
41
-
42
- /**
43
- * @generated from field: policy.AttributeNamespaceSelector.AttributeSelector.ValueSelector with_values = 10;
44
- */
45
- withValues?: AttributeNamespaceSelector_AttributeSelector_ValueSelector;
46
-
47
- constructor(data?: PartialMessage<AttributeNamespaceSelector_AttributeSelector>);
48
-
49
- static readonly runtime: typeof proto3;
50
- static readonly typeName = "policy.AttributeNamespaceSelector.AttributeSelector";
51
- static readonly fields: FieldList;
52
-
53
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeNamespaceSelector_AttributeSelector;
54
-
55
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeNamespaceSelector_AttributeSelector;
56
-
57
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeNamespaceSelector_AttributeSelector;
58
-
59
- static equals(a: AttributeNamespaceSelector_AttributeSelector | PlainMessage<AttributeNamespaceSelector_AttributeSelector> | undefined, b: AttributeNamespaceSelector_AttributeSelector | PlainMessage<AttributeNamespaceSelector_AttributeSelector> | undefined): boolean;
60
- }
61
-
62
- /**
63
- * @generated from message policy.AttributeNamespaceSelector.AttributeSelector.ValueSelector
64
- */
65
- export declare class AttributeNamespaceSelector_AttributeSelector_ValueSelector extends Message<AttributeNamespaceSelector_AttributeSelector_ValueSelector> {
66
- /**
67
- * @generated from field: bool with_key_access_grants = 1;
68
- */
69
- withKeyAccessGrants: boolean;
70
-
71
- /**
72
- * @generated from field: bool with_subject_maps = 2;
73
- */
74
- withSubjectMaps: boolean;
75
-
76
- /**
77
- * @generated from field: bool with_resource_maps = 3;
78
- */
79
- withResourceMaps: boolean;
80
-
81
- constructor(data?: PartialMessage<AttributeNamespaceSelector_AttributeSelector_ValueSelector>);
82
-
83
- static readonly runtime: typeof proto3;
84
- static readonly typeName = "policy.AttributeNamespaceSelector.AttributeSelector.ValueSelector";
85
- static readonly fields: FieldList;
86
-
87
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeNamespaceSelector_AttributeSelector_ValueSelector;
88
-
89
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeNamespaceSelector_AttributeSelector_ValueSelector;
90
-
91
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeNamespaceSelector_AttributeSelector_ValueSelector;
92
-
93
- static equals(a: AttributeNamespaceSelector_AttributeSelector_ValueSelector | PlainMessage<AttributeNamespaceSelector_AttributeSelector_ValueSelector> | undefined, b: AttributeNamespaceSelector_AttributeSelector_ValueSelector | PlainMessage<AttributeNamespaceSelector_AttributeSelector_ValueSelector> | undefined): boolean;
94
- }
95
-
96
- /**
97
- * @generated from message policy.AttributeDefinitionSelector
98
- */
99
- export declare class AttributeDefinitionSelector extends Message<AttributeDefinitionSelector> {
100
- /**
101
- * @generated from field: bool with_key_access_grants = 1;
102
- */
103
- withKeyAccessGrants: boolean;
104
-
105
- /**
106
- * @generated from field: policy.AttributeDefinitionSelector.NamespaceSelector with_namespace = 10;
107
- */
108
- withNamespace?: AttributeDefinitionSelector_NamespaceSelector;
109
-
110
- /**
111
- * @generated from field: policy.AttributeDefinitionSelector.ValueSelector with_values = 11;
112
- */
113
- withValues?: AttributeDefinitionSelector_ValueSelector;
114
-
115
- constructor(data?: PartialMessage<AttributeDefinitionSelector>);
116
-
117
- static readonly runtime: typeof proto3;
118
- static readonly typeName = "policy.AttributeDefinitionSelector";
119
- static readonly fields: FieldList;
120
-
121
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeDefinitionSelector;
122
-
123
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeDefinitionSelector;
124
-
125
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeDefinitionSelector;
126
-
127
- static equals(a: AttributeDefinitionSelector | PlainMessage<AttributeDefinitionSelector> | undefined, b: AttributeDefinitionSelector | PlainMessage<AttributeDefinitionSelector> | undefined): boolean;
128
- }
129
-
130
- /**
131
- * @generated from message policy.AttributeDefinitionSelector.NamespaceSelector
132
- */
133
- export declare class AttributeDefinitionSelector_NamespaceSelector extends Message<AttributeDefinitionSelector_NamespaceSelector> {
134
- constructor(data?: PartialMessage<AttributeDefinitionSelector_NamespaceSelector>);
135
-
136
- static readonly runtime: typeof proto3;
137
- static readonly typeName = "policy.AttributeDefinitionSelector.NamespaceSelector";
138
- static readonly fields: FieldList;
139
-
140
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeDefinitionSelector_NamespaceSelector;
141
-
142
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeDefinitionSelector_NamespaceSelector;
143
-
144
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeDefinitionSelector_NamespaceSelector;
145
-
146
- static equals(a: AttributeDefinitionSelector_NamespaceSelector | PlainMessage<AttributeDefinitionSelector_NamespaceSelector> | undefined, b: AttributeDefinitionSelector_NamespaceSelector | PlainMessage<AttributeDefinitionSelector_NamespaceSelector> | undefined): boolean;
147
- }
148
-
149
- /**
150
- * @generated from message policy.AttributeDefinitionSelector.ValueSelector
151
- */
152
- export declare class AttributeDefinitionSelector_ValueSelector extends Message<AttributeDefinitionSelector_ValueSelector> {
153
- /**
154
- * @generated from field: bool with_key_access_grants = 1;
155
- */
156
- withKeyAccessGrants: boolean;
157
-
158
- /**
159
- * @generated from field: bool with_subject_maps = 2;
160
- */
161
- withSubjectMaps: boolean;
162
-
163
- /**
164
- * @generated from field: bool with_resource_maps = 3;
165
- */
166
- withResourceMaps: boolean;
167
-
168
- constructor(data?: PartialMessage<AttributeDefinitionSelector_ValueSelector>);
169
-
170
- static readonly runtime: typeof proto3;
171
- static readonly typeName = "policy.AttributeDefinitionSelector.ValueSelector";
172
- static readonly fields: FieldList;
173
-
174
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeDefinitionSelector_ValueSelector;
175
-
176
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeDefinitionSelector_ValueSelector;
177
-
178
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeDefinitionSelector_ValueSelector;
179
-
180
- static equals(a: AttributeDefinitionSelector_ValueSelector | PlainMessage<AttributeDefinitionSelector_ValueSelector> | undefined, b: AttributeDefinitionSelector_ValueSelector | PlainMessage<AttributeDefinitionSelector_ValueSelector> | undefined): boolean;
181
- }
182
-
183
- /**
184
- * @generated from message policy.AttributeValueSelector
185
- */
186
- export declare class AttributeValueSelector extends Message<AttributeValueSelector> {
187
- /**
188
- * @generated from field: bool with_key_access_grants = 1;
189
- */
190
- withKeyAccessGrants: boolean;
191
-
192
- /**
193
- * @generated from field: bool with_subject_maps = 2;
194
- */
195
- withSubjectMaps: boolean;
196
-
197
- /**
198
- * @generated from field: bool with_resource_maps = 3;
199
- */
200
- withResourceMaps: boolean;
201
-
202
- /**
203
- * @generated from field: policy.AttributeValueSelector.AttributeSelector with_attribute = 10;
204
- */
205
- withAttribute?: AttributeValueSelector_AttributeSelector;
206
-
207
- constructor(data?: PartialMessage<AttributeValueSelector>);
208
-
209
- static readonly runtime: typeof proto3;
210
- static readonly typeName = "policy.AttributeValueSelector";
211
- static readonly fields: FieldList;
212
-
213
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeValueSelector;
214
-
215
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeValueSelector;
216
-
217
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeValueSelector;
218
-
219
- static equals(a: AttributeValueSelector | PlainMessage<AttributeValueSelector> | undefined, b: AttributeValueSelector | PlainMessage<AttributeValueSelector> | undefined): boolean;
220
- }
221
-
222
- /**
223
- * @generated from message policy.AttributeValueSelector.AttributeSelector
224
- */
225
- export declare class AttributeValueSelector_AttributeSelector extends Message<AttributeValueSelector_AttributeSelector> {
226
- /**
227
- * @generated from field: bool with_key_access_grants = 1;
228
- */
229
- withKeyAccessGrants: boolean;
230
-
231
- /**
232
- * @generated from field: policy.AttributeValueSelector.AttributeSelector.NamespaceSelector with_namespace = 10;
233
- */
234
- withNamespace?: AttributeValueSelector_AttributeSelector_NamespaceSelector;
235
-
236
- constructor(data?: PartialMessage<AttributeValueSelector_AttributeSelector>);
237
-
238
- static readonly runtime: typeof proto3;
239
- static readonly typeName = "policy.AttributeValueSelector.AttributeSelector";
240
- static readonly fields: FieldList;
241
-
242
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeValueSelector_AttributeSelector;
243
-
244
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeValueSelector_AttributeSelector;
245
-
246
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeValueSelector_AttributeSelector;
247
-
248
- static equals(a: AttributeValueSelector_AttributeSelector | PlainMessage<AttributeValueSelector_AttributeSelector> | undefined, b: AttributeValueSelector_AttributeSelector | PlainMessage<AttributeValueSelector_AttributeSelector> | undefined): boolean;
249
- }
250
-
251
- /**
252
- * @generated from message policy.AttributeValueSelector.AttributeSelector.NamespaceSelector
253
- */
254
- export declare class AttributeValueSelector_AttributeSelector_NamespaceSelector extends Message<AttributeValueSelector_AttributeSelector_NamespaceSelector> {
255
- constructor(data?: PartialMessage<AttributeValueSelector_AttributeSelector_NamespaceSelector>);
256
-
257
- static readonly runtime: typeof proto3;
258
- static readonly typeName = "policy.AttributeValueSelector.AttributeSelector.NamespaceSelector";
259
- static readonly fields: FieldList;
260
-
261
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeValueSelector_AttributeSelector_NamespaceSelector;
262
-
263
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttributeValueSelector_AttributeSelector_NamespaceSelector;
264
-
265
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttributeValueSelector_AttributeSelector_NamespaceSelector;
266
-
267
- static equals(a: AttributeValueSelector_AttributeSelector_NamespaceSelector | PlainMessage<AttributeValueSelector_AttributeSelector_NamespaceSelector> | undefined, b: AttributeValueSelector_AttributeSelector_NamespaceSelector | PlainMessage<AttributeValueSelector_AttributeSelector_NamespaceSelector> | undefined): boolean;
268
- }
269
-
@@ -1,110 +0,0 @@
1
- // @generated by protoc-gen-es v1.9.0 with parameter "target=js+dts,import_extension=none"
2
- // @generated from file policy/selectors.proto (package policy, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { proto3 } from "@bufbuild/protobuf";
7
-
8
- /**
9
- * @generated from message policy.AttributeNamespaceSelector
10
- */
11
- export const AttributeNamespaceSelector = /*@__PURE__*/ proto3.makeMessageType(
12
- "policy.AttributeNamespaceSelector",
13
- () => [
14
- { no: 10, name: "with_attributes", kind: "message", T: AttributeNamespaceSelector_AttributeSelector },
15
- ],
16
- );
17
-
18
- /**
19
- * @generated from message policy.AttributeNamespaceSelector.AttributeSelector
20
- */
21
- export const AttributeNamespaceSelector_AttributeSelector = /*@__PURE__*/ proto3.makeMessageType(
22
- "policy.AttributeNamespaceSelector.AttributeSelector",
23
- () => [
24
- { no: 1, name: "with_key_access_grants", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
25
- { no: 10, name: "with_values", kind: "message", T: AttributeNamespaceSelector_AttributeSelector_ValueSelector },
26
- ],
27
- {localName: "AttributeNamespaceSelector_AttributeSelector"},
28
- );
29
-
30
- /**
31
- * @generated from message policy.AttributeNamespaceSelector.AttributeSelector.ValueSelector
32
- */
33
- export const AttributeNamespaceSelector_AttributeSelector_ValueSelector = /*@__PURE__*/ proto3.makeMessageType(
34
- "policy.AttributeNamespaceSelector.AttributeSelector.ValueSelector",
35
- () => [
36
- { no: 1, name: "with_key_access_grants", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
37
- { no: 2, name: "with_subject_maps", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
38
- { no: 3, name: "with_resource_maps", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
39
- ],
40
- {localName: "AttributeNamespaceSelector_AttributeSelector_ValueSelector"},
41
- );
42
-
43
- /**
44
- * @generated from message policy.AttributeDefinitionSelector
45
- */
46
- export const AttributeDefinitionSelector = /*@__PURE__*/ proto3.makeMessageType(
47
- "policy.AttributeDefinitionSelector",
48
- () => [
49
- { no: 1, name: "with_key_access_grants", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
50
- { no: 10, name: "with_namespace", kind: "message", T: AttributeDefinitionSelector_NamespaceSelector },
51
- { no: 11, name: "with_values", kind: "message", T: AttributeDefinitionSelector_ValueSelector },
52
- ],
53
- );
54
-
55
- /**
56
- * @generated from message policy.AttributeDefinitionSelector.NamespaceSelector
57
- */
58
- export const AttributeDefinitionSelector_NamespaceSelector = /*@__PURE__*/ proto3.makeMessageType(
59
- "policy.AttributeDefinitionSelector.NamespaceSelector",
60
- [],
61
- {localName: "AttributeDefinitionSelector_NamespaceSelector"},
62
- );
63
-
64
- /**
65
- * @generated from message policy.AttributeDefinitionSelector.ValueSelector
66
- */
67
- export const AttributeDefinitionSelector_ValueSelector = /*@__PURE__*/ proto3.makeMessageType(
68
- "policy.AttributeDefinitionSelector.ValueSelector",
69
- () => [
70
- { no: 1, name: "with_key_access_grants", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
71
- { no: 2, name: "with_subject_maps", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
72
- { no: 3, name: "with_resource_maps", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
73
- ],
74
- {localName: "AttributeDefinitionSelector_ValueSelector"},
75
- );
76
-
77
- /**
78
- * @generated from message policy.AttributeValueSelector
79
- */
80
- export const AttributeValueSelector = /*@__PURE__*/ proto3.makeMessageType(
81
- "policy.AttributeValueSelector",
82
- () => [
83
- { no: 1, name: "with_key_access_grants", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
84
- { no: 2, name: "with_subject_maps", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
85
- { no: 3, name: "with_resource_maps", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
86
- { no: 10, name: "with_attribute", kind: "message", T: AttributeValueSelector_AttributeSelector },
87
- ],
88
- );
89
-
90
- /**
91
- * @generated from message policy.AttributeValueSelector.AttributeSelector
92
- */
93
- export const AttributeValueSelector_AttributeSelector = /*@__PURE__*/ proto3.makeMessageType(
94
- "policy.AttributeValueSelector.AttributeSelector",
95
- () => [
96
- { no: 1, name: "with_key_access_grants", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
97
- { no: 10, name: "with_namespace", kind: "message", T: AttributeValueSelector_AttributeSelector_NamespaceSelector },
98
- ],
99
- {localName: "AttributeValueSelector_AttributeSelector"},
100
- );
101
-
102
- /**
103
- * @generated from message policy.AttributeValueSelector.AttributeSelector.NamespaceSelector
104
- */
105
- export const AttributeValueSelector_AttributeSelector_NamespaceSelector = /*@__PURE__*/ proto3.makeMessageType(
106
- "policy.AttributeValueSelector.AttributeSelector.NamespaceSelector",
107
- [],
108
- {localName: "AttributeValueSelector_AttributeSelector_NamespaceSelector"},
109
- );
110
-
@@ -1,118 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.4.0 with parameter "target=js+dts,import_extension=none"
2
- // @generated from file policy/subjectmapping/subject_mapping.proto (package policy.subjectmapping, syntax proto3)
3
- /* eslint-disable */
4
- // @ts-nocheck
5
-
6
- import { CreateSubjectConditionSetRequest, CreateSubjectConditionSetResponse, CreateSubjectMappingRequest, CreateSubjectMappingResponse, DeleteSubjectConditionSetRequest, DeleteSubjectConditionSetResponse, DeleteSubjectMappingRequest, DeleteSubjectMappingResponse, GetSubjectConditionSetRequest, GetSubjectConditionSetResponse, GetSubjectMappingRequest, GetSubjectMappingResponse, ListSubjectConditionSetsRequest, ListSubjectConditionSetsResponse, ListSubjectMappingsRequest, ListSubjectMappingsResponse, MatchSubjectMappingsRequest, MatchSubjectMappingsResponse, UpdateSubjectConditionSetRequest, UpdateSubjectConditionSetResponse, UpdateSubjectMappingRequest, UpdateSubjectMappingResponse } from "./subject_mapping_pb";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
-
9
- /**
10
- * @generated from service policy.subjectmapping.SubjectMappingService
11
- */
12
- export declare const SubjectMappingService: {
13
- readonly typeName: "policy.subjectmapping.SubjectMappingService",
14
- readonly methods: {
15
- /**
16
- * Find matching Subject Mappings for a given Subject
17
- *
18
- * @generated from rpc policy.subjectmapping.SubjectMappingService.MatchSubjectMappings
19
- */
20
- readonly matchSubjectMappings: {
21
- readonly name: "MatchSubjectMappings",
22
- readonly I: typeof MatchSubjectMappingsRequest,
23
- readonly O: typeof MatchSubjectMappingsResponse,
24
- readonly kind: MethodKind.Unary,
25
- },
26
- /**
27
- * @generated from rpc policy.subjectmapping.SubjectMappingService.ListSubjectMappings
28
- */
29
- readonly listSubjectMappings: {
30
- readonly name: "ListSubjectMappings",
31
- readonly I: typeof ListSubjectMappingsRequest,
32
- readonly O: typeof ListSubjectMappingsResponse,
33
- readonly kind: MethodKind.Unary,
34
- },
35
- /**
36
- * @generated from rpc policy.subjectmapping.SubjectMappingService.GetSubjectMapping
37
- */
38
- readonly getSubjectMapping: {
39
- readonly name: "GetSubjectMapping",
40
- readonly I: typeof GetSubjectMappingRequest,
41
- readonly O: typeof GetSubjectMappingResponse,
42
- readonly kind: MethodKind.Unary,
43
- },
44
- /**
45
- * @generated from rpc policy.subjectmapping.SubjectMappingService.CreateSubjectMapping
46
- */
47
- readonly createSubjectMapping: {
48
- readonly name: "CreateSubjectMapping",
49
- readonly I: typeof CreateSubjectMappingRequest,
50
- readonly O: typeof CreateSubjectMappingResponse,
51
- readonly kind: MethodKind.Unary,
52
- },
53
- /**
54
- * @generated from rpc policy.subjectmapping.SubjectMappingService.UpdateSubjectMapping
55
- */
56
- readonly updateSubjectMapping: {
57
- readonly name: "UpdateSubjectMapping",
58
- readonly I: typeof UpdateSubjectMappingRequest,
59
- readonly O: typeof UpdateSubjectMappingResponse,
60
- readonly kind: MethodKind.Unary,
61
- },
62
- /**
63
- * @generated from rpc policy.subjectmapping.SubjectMappingService.DeleteSubjectMapping
64
- */
65
- readonly deleteSubjectMapping: {
66
- readonly name: "DeleteSubjectMapping",
67
- readonly I: typeof DeleteSubjectMappingRequest,
68
- readonly O: typeof DeleteSubjectMappingResponse,
69
- readonly kind: MethodKind.Unary,
70
- },
71
- /**
72
- * @generated from rpc policy.subjectmapping.SubjectMappingService.ListSubjectConditionSets
73
- */
74
- readonly listSubjectConditionSets: {
75
- readonly name: "ListSubjectConditionSets",
76
- readonly I: typeof ListSubjectConditionSetsRequest,
77
- readonly O: typeof ListSubjectConditionSetsResponse,
78
- readonly kind: MethodKind.Unary,
79
- },
80
- /**
81
- * @generated from rpc policy.subjectmapping.SubjectMappingService.GetSubjectConditionSet
82
- */
83
- readonly getSubjectConditionSet: {
84
- readonly name: "GetSubjectConditionSet",
85
- readonly I: typeof GetSubjectConditionSetRequest,
86
- readonly O: typeof GetSubjectConditionSetResponse,
87
- readonly kind: MethodKind.Unary,
88
- },
89
- /**
90
- * @generated from rpc policy.subjectmapping.SubjectMappingService.CreateSubjectConditionSet
91
- */
92
- readonly createSubjectConditionSet: {
93
- readonly name: "CreateSubjectConditionSet",
94
- readonly I: typeof CreateSubjectConditionSetRequest,
95
- readonly O: typeof CreateSubjectConditionSetResponse,
96
- readonly kind: MethodKind.Unary,
97
- },
98
- /**
99
- * @generated from rpc policy.subjectmapping.SubjectMappingService.UpdateSubjectConditionSet
100
- */
101
- readonly updateSubjectConditionSet: {
102
- readonly name: "UpdateSubjectConditionSet",
103
- readonly I: typeof UpdateSubjectConditionSetRequest,
104
- readonly O: typeof UpdateSubjectConditionSetResponse,
105
- readonly kind: MethodKind.Unary,
106
- },
107
- /**
108
- * @generated from rpc policy.subjectmapping.SubjectMappingService.DeleteSubjectConditionSet
109
- */
110
- readonly deleteSubjectConditionSet: {
111
- readonly name: "DeleteSubjectConditionSet",
112
- readonly I: typeof DeleteSubjectConditionSetRequest,
113
- readonly O: typeof DeleteSubjectConditionSetResponse,
114
- readonly kind: MethodKind.Unary,
115
- },
116
- }
117
- };
118
-