@stripe/extensibility-dev-tools 0.23.5

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 (253) hide show
  1. package/LICENSE.md +19 -0
  2. package/dist/bin/build-custom-object-definitions.cjs +2111 -0
  3. package/dist/bin/build-custom-object-definitions.d.ts +11 -0
  4. package/dist/bin/build-custom-object-definitions.d.ts.map +1 -0
  5. package/dist/bin/build-custom-object-definitions.js +2088 -0
  6. package/dist/bin/create-upload-image.cjs +2136 -0
  7. package/dist/bin/create-upload-image.d.ts +17 -0
  8. package/dist/bin/create-upload-image.d.ts.map +1 -0
  9. package/dist/bin/create-upload-image.js +2113 -0
  10. package/dist/bin/dev-tools-rpc.cjs +3874 -0
  11. package/dist/bin/dev-tools-rpc.d.ts +3 -0
  12. package/dist/bin/dev-tools-rpc.d.ts.map +1 -0
  13. package/dist/bin/dev-tools-rpc.js +3864 -0
  14. package/dist/bin/gen-schemas.cjs +20739 -0
  15. package/dist/bin/gen-schemas.d.ts +8 -0
  16. package/dist/bin/gen-schemas.d.ts.map +1 -0
  17. package/dist/bin/gen-schemas.js +20715 -0
  18. package/dist/bin/gen-workspace.cjs +3847 -0
  19. package/dist/bin/gen-workspace.d.ts +8 -0
  20. package/dist/bin/gen-workspace.d.ts.map +1 -0
  21. package/dist/bin/gen-workspace.js +3841 -0
  22. package/dist/bin/manifest.cjs +686 -0
  23. package/dist/bin/manifest.d.ts +10 -0
  24. package/dist/bin/manifest.d.ts.map +1 -0
  25. package/dist/bin/manifest.js +663 -0
  26. package/dist/bin/rpc/dispatch.d.ts +10 -0
  27. package/dist/bin/rpc/dispatch.d.ts.map +1 -0
  28. package/dist/bin/rpc/handlers.d.ts +4 -0
  29. package/dist/bin/rpc/handlers.d.ts.map +1 -0
  30. package/dist/bin/rpc/types.d.ts +29 -0
  31. package/dist/bin/rpc/types.d.ts.map +1 -0
  32. package/dist/bin/template-info.cjs +1511 -0
  33. package/dist/bin/template-info.d.ts +9 -0
  34. package/dist/bin/template-info.d.ts.map +1 -0
  35. package/dist/bin/template-info.js +1488 -0
  36. package/dist/custom-objects/build-definitions.d.ts +98 -0
  37. package/dist/custom-objects/build-definitions.d.ts.map +1 -0
  38. package/dist/custom-objects/generated/proto/custom_objects/pub/api/app_api/object_definitions_app_service.pb.d.ts +191 -0
  39. package/dist/custom-objects/generated/proto/custom_objects/pub/api/app_api/object_definitions_app_service.pb.d.ts.map +1 -0
  40. package/dist/custom-objects/generated/proto/custom_objects/pub/api/common/schema.pb.d.ts +131 -0
  41. package/dist/custom-objects/generated/proto/custom_objects/pub/api/common/schema.pb.d.ts.map +1 -0
  42. package/dist/custom-objects/generated/proto/google/protobuf/descriptor.pb.d.ts +1482 -0
  43. package/dist/custom-objects/generated/proto/google/protobuf/descriptor.pb.d.ts.map +1 -0
  44. package/dist/custom-objects/generated/proto/google/protobuf/timestamp.pb.d.ts +167 -0
  45. package/dist/custom-objects/generated/proto/google/protobuf/timestamp.pb.d.ts.map +1 -0
  46. package/dist/custom-objects/generated/proto/proto/annotations.pb.d.ts +64 -0
  47. package/dist/custom-objects/generated/proto/proto/annotations.pb.d.ts.map +1 -0
  48. package/dist/custom-objects/generated/proto/proto/extensions.pb.d.ts +657 -0
  49. package/dist/custom-objects/generated/proto/proto/extensions.pb.d.ts.map +1 -0
  50. package/dist/custom-objects/generated/proto/vendor/metadata/pub/api/api_metadata.pb.d.ts +105 -0
  51. package/dist/custom-objects/generated/proto/vendor/metadata/pub/api/api_metadata.pb.d.ts.map +1 -0
  52. package/dist/custom-objects/generated/proto/vendor/net/idempotency/idempotency_model.pb.d.ts +79 -0
  53. package/dist/custom-objects/generated/proto/vendor/net/idempotency/idempotency_model.pb.d.ts.map +1 -0
  54. package/dist/custom-objects/generated/proto/vendor/publicapi/api_group_enum.pb.d.ts +129 -0
  55. package/dist/custom-objects/generated/proto/vendor/publicapi/api_group_enum.pb.d.ts.map +1 -0
  56. package/dist/custom-objects/generated/proto/vendor/publicapi/api_visibility.pb.d.ts +76 -0
  57. package/dist/custom-objects/generated/proto/vendor/publicapi/api_visibility.pb.d.ts.map +1 -0
  58. package/dist/custom-objects/generated/proto/vendor/publicapi/customize_dispatch_middleware_enum.pb.d.ts +78 -0
  59. package/dist/custom-objects/generated/proto/vendor/publicapi/customize_dispatch_middleware_enum.pb.d.ts.map +1 -0
  60. package/dist/custom-objects/generated/proto/vendor/publicapi/docs_namespace_group_enum.pb.d.ts +146 -0
  61. package/dist/custom-objects/generated/proto/vendor/publicapi/docs_namespace_group_enum.pb.d.ts.map +1 -0
  62. package/dist/custom-objects/generated/proto/vendor/publicapi/documented_enum.pb.d.ts +76 -0
  63. package/dist/custom-objects/generated/proto/vendor/publicapi/documented_enum.pb.d.ts.map +1 -0
  64. package/dist/custom-objects/generated/proto/vendor/publicapi/event_scope_enum.pb.d.ts +92 -0
  65. package/dist/custom-objects/generated/proto/vendor/publicapi/event_scope_enum.pb.d.ts.map +1 -0
  66. package/dist/custom-objects/generated/proto/vendor/publicapi/extension_interface.pb.d.ts +124 -0
  67. package/dist/custom-objects/generated/proto/vendor/publicapi/extension_interface.pb.d.ts.map +1 -0
  68. package/dist/custom-objects/generated/proto/vendor/publicapi/feature_enum.pb.d.ts +1070 -0
  69. package/dist/custom-objects/generated/proto/vendor/publicapi/feature_enum.pb.d.ts.map +1 -0
  70. package/dist/custom-objects/generated/proto/vendor/publicapi/field_validation_rules.pb.d.ts +279 -0
  71. package/dist/custom-objects/generated/proto/vendor/publicapi/field_validation_rules.pb.d.ts.map +1 -0
  72. package/dist/custom-objects/generated/proto/vendor/publicapi/flavor_enum.pb.d.ts +78 -0
  73. package/dist/custom-objects/generated/proto/vendor/publicapi/flavor_enum.pb.d.ts.map +1 -0
  74. package/dist/custom-objects/generated/proto/vendor/publicapi/http_error_status.pb.d.ts +102 -0
  75. package/dist/custom-objects/generated/proto/vendor/publicapi/http_error_status.pb.d.ts.map +1 -0
  76. package/dist/custom-objects/generated/proto/vendor/publicapi/method_kind_enum.pb.d.ts +86 -0
  77. package/dist/custom-objects/generated/proto/vendor/publicapi/method_kind_enum.pb.d.ts.map +1 -0
  78. package/dist/custom-objects/generated/proto/vendor/publicapi/method_priority.pb.d.ts +80 -0
  79. package/dist/custom-objects/generated/proto/vendor/publicapi/method_priority.pb.d.ts.map +1 -0
  80. package/dist/custom-objects/generated/proto/vendor/publicapi/permission_check_enum.pb.d.ts +74 -0
  81. package/dist/custom-objects/generated/proto/vendor/publicapi/permission_check_enum.pb.d.ts.map +1 -0
  82. package/dist/custom-objects/generated/proto/vendor/publicapi/redaction_enum.pb.d.ts +76 -0
  83. package/dist/custom-objects/generated/proto/vendor/publicapi/redaction_enum.pb.d.ts.map +1 -0
  84. package/dist/custom-objects/generated/proto/vendor/publicapi/region_routers.pb.d.ts +103 -0
  85. package/dist/custom-objects/generated/proto/vendor/publicapi/region_routers.pb.d.ts.map +1 -0
  86. package/dist/custom-objects/generated/proto/vendor/publicapi/rollout_configs.pb.d.ts +153 -0
  87. package/dist/custom-objects/generated/proto/vendor/publicapi/rollout_configs.pb.d.ts.map +1 -0
  88. package/dist/custom-objects/generated/proto/vendor/publicapi/v2ext.pb.d.ts +1111 -0
  89. package/dist/custom-objects/generated/proto/vendor/publicapi/v2ext.pb.d.ts.map +1 -0
  90. package/dist/custom-objects/generated/proto/vendor/vext/annotations.pb.d.ts +602 -0
  91. package/dist/custom-objects/generated/proto/vendor/vext/annotations.pb.d.ts.map +1 -0
  92. package/dist/custom-objects/generated/proto/vendor/vext/extensions.pb.d.ts +144 -0
  93. package/dist/custom-objects/generated/proto/vendor/vext/extensions.pb.d.ts.map +1 -0
  94. package/dist/custom-objects/generated/proto/vendor/vext/privacy_unified_annotations.pb.d.ts +851 -0
  95. package/dist/custom-objects/generated/proto/vendor/vext/privacy_unified_annotations.pb.d.ts.map +1 -0
  96. package/dist/custom-objects/generated/proto/vendor/vext/xml_annotations.pb.d.ts +125 -0
  97. package/dist/custom-objects/generated/proto/vendor/vext/xml_annotations.pb.d.ts.map +1 -0
  98. package/dist/custom-objects/to-proto-json.d.ts +17 -0
  99. package/dist/custom-objects/to-proto-json.d.ts.map +1 -0
  100. package/dist/dependencies/index.cjs +601 -0
  101. package/dist/dependencies/index.d.ts +320 -0
  102. package/dist/dependencies/index.d.ts.map +1 -0
  103. package/dist/dependencies/index.js +560 -0
  104. package/dist/extensibility-dev-tools-alpha.d.ts +199 -0
  105. package/dist/extensibility-dev-tools-beta.d.ts +199 -0
  106. package/dist/extensibility-dev-tools-dependencies-alpha.d.ts +51 -0
  107. package/dist/extensibility-dev-tools-dependencies-beta.d.ts +51 -0
  108. package/dist/extensibility-dev-tools-dependencies-internal.d.ts +372 -0
  109. package/dist/extensibility-dev-tools-dependencies-public.d.ts +51 -0
  110. package/dist/extensibility-dev-tools-internal.d.ts +1722 -0
  111. package/dist/extensibility-dev-tools-jsonschema-tools-alpha.d.ts +57 -0
  112. package/dist/extensibility-dev-tools-jsonschema-tools-beta.d.ts +57 -0
  113. package/dist/extensibility-dev-tools-jsonschema-tools-internal.d.ts +123 -0
  114. package/dist/extensibility-dev-tools-jsonschema-tools-public.d.ts +57 -0
  115. package/dist/extensibility-dev-tools-manifest-alpha.d.ts +31 -0
  116. package/dist/extensibility-dev-tools-manifest-beta.d.ts +31 -0
  117. package/dist/extensibility-dev-tools-manifest-internal.d.ts +461 -0
  118. package/dist/extensibility-dev-tools-manifest-public.d.ts +31 -0
  119. package/dist/extensibility-dev-tools-public.d.ts +199 -0
  120. package/dist/extensibility-dev-tools-schemas-alpha.d.ts +9 -0
  121. package/dist/extensibility-dev-tools-schemas-beta.d.ts +9 -0
  122. package/dist/extensibility-dev-tools-schemas-internal.d.ts +41 -0
  123. package/dist/extensibility-dev-tools-schemas-public.d.ts +9 -0
  124. package/dist/extensibility-dev-tools-templates-alpha.d.ts +67 -0
  125. package/dist/extensibility-dev-tools-templates-beta.d.ts +67 -0
  126. package/dist/extensibility-dev-tools-templates-internal.d.ts +554 -0
  127. package/dist/extensibility-dev-tools-templates-public.d.ts +67 -0
  128. package/dist/extensibility-dev-tools-workspace-alpha.d.ts +51 -0
  129. package/dist/extensibility-dev-tools-workspace-beta.d.ts +51 -0
  130. package/dist/extensibility-dev-tools-workspace-internal.d.ts +410 -0
  131. package/dist/extensibility-dev-tools-workspace-public.d.ts +51 -0
  132. package/dist/index.cjs +3810 -0
  133. package/dist/index.d.ts +18 -0
  134. package/dist/index.d.ts.map +1 -0
  135. package/dist/index.js +3758 -0
  136. package/dist/jsonschema-tools.cjs +20451 -0
  137. package/dist/jsonschema-tools.d.ts +98 -0
  138. package/dist/jsonschema-tools.d.ts.map +1 -0
  139. package/dist/jsonschema-tools.js +20404 -0
  140. package/dist/manifest/index.cjs +610 -0
  141. package/dist/manifest/index.d.ts +8 -0
  142. package/dist/manifest/index.d.ts.map +1 -0
  143. package/dist/manifest/index.js +571 -0
  144. package/dist/manifest/manifest-v1.d.ts +102 -0
  145. package/dist/manifest/manifest-v1.d.ts.map +1 -0
  146. package/dist/manifest/manifest-v2.d.ts +253 -0
  147. package/dist/manifest/manifest-v2.d.ts.map +1 -0
  148. package/dist/manifest/stripe-app-manifest.d.ts +114 -0
  149. package/dist/manifest/stripe-app-manifest.d.ts.map +1 -0
  150. package/dist/schemas/index.cjs +20692 -0
  151. package/dist/schemas/index.d.ts +37 -0
  152. package/dist/schemas/index.d.ts.map +1 -0
  153. package/dist/schemas/index.js +20656 -0
  154. package/dist/templates/diff-viewer/diff-generator.d.ts +22 -0
  155. package/dist/templates/diff-viewer/diff-generator.d.ts.map +1 -0
  156. package/dist/templates/diff-viewer/diff-prompt.d.ts +13 -0
  157. package/dist/templates/diff-viewer/diff-prompt.d.ts.map +1 -0
  158. package/dist/templates/diff-viewer/index.d.ts +7 -0
  159. package/dist/templates/diff-viewer/index.d.ts.map +1 -0
  160. package/dist/templates/diff-viewer/terminal-renderer.d.ts +29 -0
  161. package/dist/templates/diff-viewer/terminal-renderer.d.ts.map +1 -0
  162. package/dist/templates/diff-viewer/types.d.ts +58 -0
  163. package/dist/templates/diff-viewer/types.d.ts.map +1 -0
  164. package/dist/templates/extensions/base.d.ts +23 -0
  165. package/dist/templates/extensions/base.d.ts.map +1 -0
  166. package/dist/templates/extensions/billing.bill.discount_calculation.d.ts +6 -0
  167. package/dist/templates/extensions/billing.bill.discount_calculation.d.ts.map +1 -0
  168. package/dist/templates/extensions/billing.customer_balance_application.d.ts +6 -0
  169. package/dist/templates/extensions/billing.customer_balance_application.d.ts.map +1 -0
  170. package/dist/templates/extensions/billing.invoice_collection_setting.d.ts +6 -0
  171. package/dist/templates/extensions/billing.invoice_collection_setting.d.ts.map +1 -0
  172. package/dist/templates/extensions/billing.prorations.d.ts +6 -0
  173. package/dist/templates/extensions/billing.prorations.d.ts.map +1 -0
  174. package/dist/templates/extensions/billing.recurring_billing_item_handling.d.ts +6 -0
  175. package/dist/templates/extensions/billing.recurring_billing_item_handling.d.ts.map +1 -0
  176. package/dist/templates/extensions/core.workflows.custom_action.d.ts +6 -0
  177. package/dist/templates/extensions/core.workflows.custom_action.d.ts.map +1 -0
  178. package/dist/templates/extensions/extend.objects.custom_objects.d.ts +6 -0
  179. package/dist/templates/extensions/extend.objects.custom_objects.d.ts.map +1 -0
  180. package/dist/templates/extensions/extend.workflows.custom_action.d.ts +6 -0
  181. package/dist/templates/extensions/extend.workflows.custom_action.d.ts.map +1 -0
  182. package/dist/templates/extensions/index.d.ts +13 -0
  183. package/dist/templates/extensions/index.d.ts.map +1 -0
  184. package/dist/templates/extensions/registry.d.ts +10 -0
  185. package/dist/templates/extensions/registry.d.ts.map +1 -0
  186. package/dist/templates/extensions/types.d.ts +104 -0
  187. package/dist/templates/extensions/types.d.ts.map +1 -0
  188. package/dist/templates/file-writer.d.ts +140 -0
  189. package/dist/templates/file-writer.d.ts.map +1 -0
  190. package/dist/templates/fs/_impl.d.ts +29 -0
  191. package/dist/templates/fs/_impl.d.ts.map +1 -0
  192. package/dist/templates/fs/filesystem.d.ts +8 -0
  193. package/dist/templates/fs/filesystem.d.ts.map +1 -0
  194. package/dist/templates/fs/in-memory.d.ts +9 -0
  195. package/dist/templates/fs/in-memory.d.ts.map +1 -0
  196. package/dist/templates/fs/index.d.ts +25 -0
  197. package/dist/templates/fs/index.d.ts.map +1 -0
  198. package/dist/templates/fs-utils.d.ts +17 -0
  199. package/dist/templates/fs-utils.d.ts.map +1 -0
  200. package/dist/templates/index.cjs +2248 -0
  201. package/dist/templates/index.d.ts +32 -0
  202. package/dist/templates/index.d.ts.map +1 -0
  203. package/dist/templates/index.js +2203 -0
  204. package/dist/templates/root/index.d.ts +60 -0
  205. package/dist/templates/root/index.d.ts.map +1 -0
  206. package/dist/templates/simple-templates.d.ts +8 -0
  207. package/dist/templates/simple-templates.d.ts.map +1 -0
  208. package/dist/templates/template-manager.d.ts +8 -0
  209. package/dist/templates/template-manager.d.ts.map +1 -0
  210. package/dist/templates/types.d.ts +9 -0
  211. package/dist/templates/types.d.ts.map +1 -0
  212. package/dist/tsconfig.build.tsbuildinfo +1 -0
  213. package/dist/workspace/index.cjs +3756 -0
  214. package/dist/workspace/index.d.ts +336 -0
  215. package/dist/workspace/index.d.ts.map +1 -0
  216. package/dist/workspace/index.js +3731 -0
  217. package/package.json +137 -0
  218. package/templates/extensions/billing.bill.discount_calculation/index.test.ts +15 -0
  219. package/templates/extensions/billing.bill.discount_calculation/index.ts +20 -0
  220. package/templates/extensions/billing.customer_balance_application/index.test.ts +15 -0
  221. package/templates/extensions/billing.customer_balance_application/index.ts +18 -0
  222. package/templates/extensions/billing.invoice_collection_setting/index.test.ts +15 -0
  223. package/templates/extensions/billing.invoice_collection_setting/index.ts +16 -0
  224. package/templates/extensions/billing.prorations/index.test.ts +15 -0
  225. package/templates/extensions/billing.prorations/index.ts +18 -0
  226. package/templates/extensions/billing.recurring_billing_item_handling/index.test.ts +15 -0
  227. package/templates/extensions/billing.recurring_billing_item_handling/index.ts +42 -0
  228. package/templates/extensions/common/.prettierignore +3 -0
  229. package/templates/extensions/common/eslint.config.mts.mustache +95 -0
  230. package/templates/extensions/common/package.json.mustache +26 -0
  231. package/templates/extensions/common/tsconfig.build.json.mustache +15 -0
  232. package/templates/extensions/common/tsconfig.json.mustache +16 -0
  233. package/templates/extensions/core.workflows.custom_action/custom_input.schema.json +6 -0
  234. package/templates/extensions/core.workflows.custom_action/index.test.ts +15 -0
  235. package/templates/extensions/core.workflows.custom_action/index.ts +31 -0
  236. package/templates/extensions/extend.workflows.custom_action/custom_input.schema.json +6 -0
  237. package/templates/extensions/extend.workflows.custom_action/index.test.ts +15 -0
  238. package/templates/extensions/extend.workflows.custom_action/index.ts +31 -0
  239. package/templates/root/.husky/pre-commit +1 -0
  240. package/templates/root/.prettierignore +5 -0
  241. package/templates/root/.prettierrc +7 -0
  242. package/templates/root/_gitignore +28 -0
  243. package/templates/root/custom-objects/package.json +20 -0
  244. package/templates/root/custom-objects/tsconfig.json +9 -0
  245. package/templates/root/eslint.config.mts +95 -0
  246. package/templates/root/package.json.mustache +32 -0
  247. package/templates/root/pnpm-workspace.yaml +7 -0
  248. package/templates/root/stripe-app.yaml.mustache +6 -0
  249. package/templates/root/tools/test.mts +38 -0
  250. package/templates/root/tsconfig.base.json +23 -0
  251. package/templates/root/tsconfig.json +15 -0
  252. package/templates/root/ui/package.json +17 -0
  253. package/templates/root/vitest.config.mts +47 -0
@@ -0,0 +1,851 @@
1
+ export declare const protobufPackage = "com.stripe.vext";
2
+ /** Proto3 extensions are still written in proto2 */
3
+ export interface Identifier {
4
+ kind: Identifier_Kind;
5
+ value: string;
6
+ }
7
+ export declare const Identifier_Kind: {
8
+ readonly UNKNOWN_ID_KIND: "UNKNOWN_ID_KIND";
9
+ readonly MERCHANT_ID: "MERCHANT_ID";
10
+ readonly COMPARTMENT_ID: "COMPARTMENT_ID";
11
+ readonly COMPARTMENT_MERCHANT_ID: "COMPARTMENT_MERCHANT_ID";
12
+ readonly EMPLOYEE_ID: "EMPLOYEE_ID";
13
+ readonly VENDOR_ID: "VENDOR_ID";
14
+ readonly APPLICANT_ID: "APPLICANT_ID";
15
+ readonly EMAIL: "EMAIL";
16
+ readonly PHONE: "PHONE";
17
+ readonly COOKIE: "COOKIE";
18
+ readonly CONSUMER_LOOKUP: "CONSUMER_LOOKUP";
19
+ readonly CUSTOMER_REFERENCE: "CUSTOMER_REFERENCE";
20
+ readonly UNRECOGNIZED: "UNRECOGNIZED";
21
+ };
22
+ export type Identifier_Kind = typeof Identifier_Kind[keyof typeof Identifier_Kind];
23
+ export declare namespace Identifier_Kind {
24
+ type UNKNOWN_ID_KIND = typeof Identifier_Kind.UNKNOWN_ID_KIND;
25
+ type MERCHANT_ID = typeof Identifier_Kind.MERCHANT_ID;
26
+ type COMPARTMENT_ID = typeof Identifier_Kind.COMPARTMENT_ID;
27
+ type COMPARTMENT_MERCHANT_ID = typeof Identifier_Kind.COMPARTMENT_MERCHANT_ID;
28
+ type EMPLOYEE_ID = typeof Identifier_Kind.EMPLOYEE_ID;
29
+ type VENDOR_ID = typeof Identifier_Kind.VENDOR_ID;
30
+ type APPLICANT_ID = typeof Identifier_Kind.APPLICANT_ID;
31
+ type EMAIL = typeof Identifier_Kind.EMAIL;
32
+ type PHONE = typeof Identifier_Kind.PHONE;
33
+ type COOKIE = typeof Identifier_Kind.COOKIE;
34
+ type CONSUMER_LOOKUP = typeof Identifier_Kind.CONSUMER_LOOKUP;
35
+ type CUSTOMER_REFERENCE = typeof Identifier_Kind.CUSTOMER_REFERENCE;
36
+ type UNRECOGNIZED = typeof Identifier_Kind.UNRECOGNIZED;
37
+ }
38
+ /**
39
+ * specifies the controller and data subject entities associated with private data
40
+ * see for more information
41
+ */
42
+ export interface Affiliation {
43
+ controller: Affiliation_Controller[];
44
+ dataSubject?: Affiliation_DataSubject | undefined;
45
+ }
46
+ /**
47
+ * Controller block defines the entity that decides how and why private data is being processed
48
+ * see for more information
49
+ */
50
+ export interface Affiliation_Controller {
51
+ kind: Affiliation_Controller_Kind;
52
+ identifier: //
53
+ /** when kind = STRIPE no id is needed */
54
+ {
55
+ $case: "id";
56
+ value: Identifier;
57
+ } | {
58
+ $case: "reference";
59
+ value: Reference;
60
+ } | undefined;
61
+ }
62
+ export declare const Affiliation_Controller_Kind: {
63
+ readonly UNKNOWN_CONTROLLER_KIND: "UNKNOWN_CONTROLLER_KIND";
64
+ readonly STRIPE: "STRIPE";
65
+ readonly BUSINESS_USER: "BUSINESS_USER";
66
+ readonly UNRECOGNIZED: "UNRECOGNIZED";
67
+ };
68
+ export type Affiliation_Controller_Kind = typeof Affiliation_Controller_Kind[keyof typeof Affiliation_Controller_Kind];
69
+ export declare namespace Affiliation_Controller_Kind {
70
+ type UNKNOWN_CONTROLLER_KIND = typeof Affiliation_Controller_Kind.UNKNOWN_CONTROLLER_KIND;
71
+ type STRIPE = typeof Affiliation_Controller_Kind.STRIPE;
72
+ type BUSINESS_USER = typeof Affiliation_Controller_Kind.BUSINESS_USER;
73
+ type UNRECOGNIZED = typeof Affiliation_Controller_Kind.UNRECOGNIZED;
74
+ }
75
+ /**
76
+ * DataSubject block specifies whom a controller holds personal data about
77
+ * see
78
+ */
79
+ export interface Affiliation_DataSubject {
80
+ kind: Affiliation_DataSubject_Kind;
81
+ identifier: //
82
+ /** when kind = STRIPE no id is needed */
83
+ {
84
+ $case: "id";
85
+ value: Identifier;
86
+ } | {
87
+ $case: "reference";
88
+ value: Reference;
89
+ } | undefined;
90
+ }
91
+ export declare const Affiliation_DataSubject_Kind: {
92
+ readonly UNKNOWN_DATA_SUBJECT_KIND: "UNKNOWN_DATA_SUBJECT_KIND";
93
+ readonly BUSINESS_USER: "BUSINESS_USER";
94
+ readonly END_CUSTOMER: "END_CUSTOMER";
95
+ readonly END_USER: "END_USER";
96
+ readonly VISITOR: "VISITOR";
97
+ readonly VENDOR: "VENDOR";
98
+ readonly MARKET_PLACE_VENDOR: "MARKET_PLACE_VENDOR";
99
+ readonly EMPLOYEE: "EMPLOYEE";
100
+ readonly APPLICANT: "APPLICANT";
101
+ readonly STRIPE: "STRIPE";
102
+ readonly UNRECOGNIZED: "UNRECOGNIZED";
103
+ };
104
+ export type Affiliation_DataSubject_Kind = typeof Affiliation_DataSubject_Kind[keyof typeof Affiliation_DataSubject_Kind];
105
+ export declare namespace Affiliation_DataSubject_Kind {
106
+ type UNKNOWN_DATA_SUBJECT_KIND = typeof Affiliation_DataSubject_Kind.UNKNOWN_DATA_SUBJECT_KIND;
107
+ type BUSINESS_USER = typeof Affiliation_DataSubject_Kind.BUSINESS_USER;
108
+ type END_CUSTOMER = typeof Affiliation_DataSubject_Kind.END_CUSTOMER;
109
+ type END_USER = typeof Affiliation_DataSubject_Kind.END_USER;
110
+ type VISITOR = typeof Affiliation_DataSubject_Kind.VISITOR;
111
+ type VENDOR = typeof Affiliation_DataSubject_Kind.VENDOR;
112
+ type MARKET_PLACE_VENDOR = typeof Affiliation_DataSubject_Kind.MARKET_PLACE_VENDOR;
113
+ type EMPLOYEE = typeof Affiliation_DataSubject_Kind.EMPLOYEE;
114
+ type APPLICANT = typeof Affiliation_DataSubject_Kind.APPLICANT;
115
+ type STRIPE = typeof Affiliation_DataSubject_Kind.STRIPE;
116
+ type UNRECOGNIZED = typeof Affiliation_DataSubject_Kind.UNRECOGNIZED;
117
+ }
118
+ export interface Resolver {
119
+ kind: Resolver_Kind;
120
+ fieldName?: string | undefined;
121
+ }
122
+ export declare const Resolver_Kind: {
123
+ readonly IMPLICIT: "IMPLICIT";
124
+ readonly COLUMN_RESOLVER: "COLUMN_RESOLVER";
125
+ readonly UNRECOGNIZED: "UNRECOGNIZED";
126
+ };
127
+ export type Resolver_Kind = typeof Resolver_Kind[keyof typeof Resolver_Kind];
128
+ export declare namespace Resolver_Kind {
129
+ type IMPLICIT = typeof Resolver_Kind.IMPLICIT;
130
+ type COLUMN_RESOLVER = typeof Resolver_Kind.COLUMN_RESOLVER;
131
+ type UNRECOGNIZED = typeof Resolver_Kind.UNRECOGNIZED;
132
+ }
133
+ export interface PolyAffiliation {
134
+ affiliations: Affiliation[];
135
+ resolver: Resolver | undefined;
136
+ }
137
+ export interface Reference {
138
+ schema: Reference_Schema | undefined;
139
+ fieldDetails: Reference_FieldDetails | undefined;
140
+ }
141
+ export interface Reference_Schema {
142
+ target: string;
143
+ type: Reference_Schema_Type;
144
+ message: string;
145
+ }
146
+ export declare const Reference_Schema_Type: {
147
+ readonly BAZEL: "BAZEL";
148
+ readonly UNRECOGNIZED: "UNRECOGNIZED";
149
+ };
150
+ export type Reference_Schema_Type = typeof Reference_Schema_Type[keyof typeof Reference_Schema_Type];
151
+ export declare namespace Reference_Schema_Type {
152
+ type BAZEL = typeof Reference_Schema_Type.BAZEL;
153
+ type UNRECOGNIZED = typeof Reference_Schema_Type.UNRECOGNIZED;
154
+ }
155
+ export interface Reference_FieldDetails {
156
+ fieldName: string;
157
+ /** Only needed for message-level references */
158
+ via?: string | undefined;
159
+ }
160
+ export interface Controls {
161
+ externalResourceId?: string | undefined;
162
+ cadaOwnerField?: string | undefined;
163
+ }
164
+ export interface MessagePrivacySetting {
165
+ /**
166
+ * if a message is only used within other messages or is never persisted then it is NOT terminal
167
+ * all terminal messages require a valid affiliation setting
168
+ * all messages are considered terminal by default unless specified otherwise explicitly (terminal=false)
169
+ * see for more information
170
+ */
171
+ terminal?: boolean | undefined;
172
+ affiliation?: Affiliation | undefined;
173
+ polyAffiliation?: PolyAffiliation | undefined;
174
+ controls?: Controls | undefined;
175
+ }
176
+ export interface FieldPrivacySetting {
177
+ kind: FieldPrivacySetting_Kind;
178
+ affiliation?: Affiliation | undefined;
179
+ foreign?: Foreign | undefined;
180
+ }
181
+ export declare const FieldPrivacySetting_Kind: {
182
+ /** UNKNOWN_PRIVATE_KIND - Null default label, do not use. */
183
+ readonly UNKNOWN_PRIVATE_KIND: "UNKNOWN_PRIVATE_KIND";
184
+ /**
185
+ * BALANCE_DATA - DEPRECATED
186
+ *
187
+ * @deprecated
188
+ */
189
+ readonly BALANCE_DATA: "BALANCE_DATA";
190
+ /** BUSINESS_METRICS - A general usage label for all values associated with business metrics. Examples: payment volume (numeric value and currency), active subscriptions, recognized revenue. */
191
+ readonly BUSINESS_METRICS: "BUSINESS_METRICS";
192
+ /** TRANSACTION_AMOUNT - Amount value for a given transaction */
193
+ readonly TRANSACTION_AMOUNT: "TRANSACTION_AMOUNT";
194
+ /**
195
+ * TRANSACTION_CURRENCY - DEPRECATED
196
+ *
197
+ * @deprecated
198
+ */
199
+ readonly TRANSACTION_CURRENCY: "TRANSACTION_CURRENCY";
200
+ /**
201
+ * TRANSACTION_CUSTOMER - DEPRECATED
202
+ *
203
+ * @deprecated
204
+ */
205
+ readonly TRANSACTION_CUSTOMER: "TRANSACTION_CUSTOMER";
206
+ /**
207
+ * TRANSACTION_CUSTOMER_ROLE - DEPRECATED
208
+ *
209
+ * @deprecated
210
+ */
211
+ readonly TRANSACTION_CUSTOMER_ROLE: "TRANSACTION_CUSTOMER_ROLE";
212
+ /**
213
+ * TRANSACTION_DATE - DEPRECATED
214
+ *
215
+ * @deprecated
216
+ */
217
+ readonly TRANSACTION_DATE: "TRANSACTION_DATE";
218
+ /**
219
+ * TRANSACTION_DESCRIPTION - DEPRECATED
220
+ *
221
+ * @deprecated
222
+ */
223
+ readonly TRANSACTION_DESCRIPTION: "TRANSACTION_DESCRIPTION";
224
+ /**
225
+ * TRANSACTION_LOG_ENTRY - DEPRECATED
226
+ *
227
+ * @deprecated
228
+ */
229
+ readonly TRANSACTION_LOG_ENTRY: "TRANSACTION_LOG_ENTRY";
230
+ /**
231
+ * TRANSACTION_ID - DEPRECATED
232
+ *
233
+ * @deprecated
234
+ */
235
+ readonly TRANSACTION_ID: "TRANSACTION_ID";
236
+ /**
237
+ * TRANSACTION_INTENT - DEPRECATED
238
+ *
239
+ * @deprecated
240
+ */
241
+ readonly TRANSACTION_INTENT: "TRANSACTION_INTENT";
242
+ /** TRANSACTION_METADATA - Metadata associated with a transaction */
243
+ readonly TRANSACTION_METADATA: "TRANSACTION_METADATA";
244
+ /**
245
+ * TRANSACTION_JSON - DEPRECATED
246
+ *
247
+ * @deprecated
248
+ */
249
+ readonly TRANSACTION_JSON: "TRANSACTION_JSON";
250
+ /**
251
+ * TRANSACTION_REASON - DEPRECATED
252
+ *
253
+ * @deprecated
254
+ */
255
+ readonly TRANSACTION_REASON: "TRANSACTION_REASON";
256
+ /** TRANSACTION_STATUS - Transaction status */
257
+ readonly TRANSACTION_STATUS: "TRANSACTION_STATUS";
258
+ /**
259
+ * TRANSACTION_TIMELINE_ENTRY - DEPRECATED
260
+ *
261
+ * @deprecated
262
+ */
263
+ readonly TRANSACTION_TIMELINE_ENTRY: "TRANSACTION_TIMELINE_ENTRY";
264
+ /**
265
+ * BANK_ACCOUNT_DENY_LIST - DEPRECATED
266
+ *
267
+ * @deprecated
268
+ */
269
+ readonly BANK_ACCOUNT_DENY_LIST: "BANK_ACCOUNT_DENY_LIST";
270
+ /** BANK_ACCOUNT_NUMBER - Account number for a bank account */
271
+ readonly BANK_ACCOUNT_NUMBER: "BANK_ACCOUNT_NUMBER";
272
+ /** BANK_ROUTING_NUMBER - Banking routing number e.g. IBANs (International Bank Account Numbers), Sort Codes, IFSC (Indian Financial System Code), Transit number etc. */
273
+ readonly BANK_ROUTING_NUMBER: "BANK_ROUTING_NUMBER";
274
+ /**
275
+ * PAYMENT_CARD_CURRENCY - DEPRECATED
276
+ *
277
+ * @deprecated
278
+ */
279
+ readonly PAYMENT_CARD_CURRENCY: "PAYMENT_CARD_CURRENCY";
280
+ /**
281
+ * PAYMENT_CARD_DENY_LIST - DEPRECATED
282
+ *
283
+ * @deprecated
284
+ */
285
+ readonly PAYMENT_CARD_DENY_LIST: "PAYMENT_CARD_DENY_LIST";
286
+ /**
287
+ * PAYMENT_CARD_EXPIRATION_MONTH - DEPRECATED
288
+ *
289
+ * @deprecated
290
+ */
291
+ readonly PAYMENT_CARD_EXPIRATION_MONTH: "PAYMENT_CARD_EXPIRATION_MONTH";
292
+ /**
293
+ * PAYMENT_CARD_EXPIRATION_YEAR - DEPRECATED
294
+ *
295
+ * @deprecated
296
+ */
297
+ readonly PAYMENT_CARD_EXPIRATION_YEAR: "PAYMENT_CARD_EXPIRATION_YEAR";
298
+ /**
299
+ * PAYMENT_CARD_CITY_ADDRESS - DEPRECATED
300
+ *
301
+ * @deprecated
302
+ */
303
+ readonly PAYMENT_CARD_CITY_ADDRESS: "PAYMENT_CARD_CITY_ADDRESS";
304
+ /**
305
+ * PAYMENT_CARD_COUNTRY_ADDRESS - DEPRECATED
306
+ *
307
+ * @deprecated
308
+ */
309
+ readonly PAYMENT_CARD_COUNTRY_ADDRESS: "PAYMENT_CARD_COUNTRY_ADDRESS";
310
+ /**
311
+ * PAYMENT_CARD_ADDRESS_LINE - DEPRECATED
312
+ *
313
+ * @deprecated
314
+ */
315
+ readonly PAYMENT_CARD_ADDRESS_LINE: "PAYMENT_CARD_ADDRESS_LINE";
316
+ /**
317
+ * PAYMENT_CARD_STATE_ADDRESS - DEPRECATED
318
+ *
319
+ * @deprecated
320
+ */
321
+ readonly PAYMENT_CARD_STATE_ADDRESS: "PAYMENT_CARD_STATE_ADDRESS";
322
+ /**
323
+ * PAYMENT_CARD_ZIP_ADDRESS - DEPRECATED
324
+ *
325
+ * @deprecated
326
+ */
327
+ readonly PAYMENT_CARD_ZIP_ADDRESS: "PAYMENT_CARD_ZIP_ADDRESS";
328
+ /**
329
+ * PAYMENT_CARD_HOLDER_NAME - DEPRECATED
330
+ *
331
+ * @deprecated
332
+ */
333
+ readonly PAYMENT_CARD_HOLDER_NAME: "PAYMENT_CARD_HOLDER_NAME";
334
+ /**
335
+ * PAYMENT_CARD_MISCELLANEOUS - DEPRECATED
336
+ *
337
+ * @deprecated
338
+ */
339
+ readonly PAYMENT_CARD_MISCELLANEOUS: "PAYMENT_CARD_MISCELLANEOUS";
340
+ /**
341
+ * PAYMENT_CARD_NUMBER - DEPRECATED
342
+ *
343
+ * @deprecated
344
+ */
345
+ readonly PAYMENT_CARD_NUMBER: "PAYMENT_CARD_NUMBER";
346
+ /**
347
+ * PAYMENT_CARD_PRIMARY_IDENTIFIER - DEPRECATED
348
+ *
349
+ * @deprecated
350
+ */
351
+ readonly PAYMENT_CARD_PRIMARY_IDENTIFIER: "PAYMENT_CARD_PRIMARY_IDENTIFIER";
352
+ /** PAYMENT_CARD_SECONDARY_IDENTIFIER - Secondary identifier for a payment card e.g. Apple pay network token, or secondary card number (secondary account holder) */
353
+ readonly PAYMENT_CARD_SECONDARY_IDENTIFIER: "PAYMENT_CARD_SECONDARY_IDENTIFIER";
354
+ /**
355
+ * PAYMENT_CARD_SECRET - DEPRECATED
356
+ *
357
+ * @deprecated
358
+ */
359
+ readonly PAYMENT_CARD_SECRET: "PAYMENT_CARD_SECRET";
360
+ /** EMAIL_ADDRESS - An email address */
361
+ readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
362
+ /** PERSON_NAME - A name or part of a name (eg: first name, family name, etc) */
363
+ readonly PERSON_NAME: "PERSON_NAME";
364
+ /**
365
+ * MISC_ADDRESS - DEPRECATED
366
+ *
367
+ * @deprecated
368
+ */
369
+ readonly MISC_ADDRESS: "MISC_ADDRESS";
370
+ /**
371
+ * PERSON_GOV_ID - DEPRECATED
372
+ *
373
+ * @deprecated
374
+ */
375
+ readonly PERSON_GOV_ID: "PERSON_GOV_ID";
376
+ /**
377
+ * PERSON_URL - DEPRECATED
378
+ *
379
+ * @deprecated
380
+ */
381
+ readonly PERSON_URL: "PERSON_URL";
382
+ /**
383
+ * PERSON_SECRET_TAX_ID - DEPRECATED
384
+ *
385
+ * @deprecated
386
+ */
387
+ readonly PERSON_SECRET_TAX_ID: "PERSON_SECRET_TAX_ID";
388
+ /**
389
+ * PERSON_TAX_ID - DEPRECATED
390
+ *
391
+ * @deprecated
392
+ */
393
+ readonly PERSON_TAX_ID: "PERSON_TAX_ID";
394
+ /** CITY_ADDRESS - A city component of an address */
395
+ readonly CITY_ADDRESS: "CITY_ADDRESS";
396
+ /** COUNTRY_ADDRESS - A country component of an address */
397
+ readonly COUNTRY_ADDRESS: "COUNTRY_ADDRESS";
398
+ /**
399
+ * PERSON_LOCALE - DEPRECATED
400
+ *
401
+ * @deprecated
402
+ */
403
+ readonly PERSON_LOCALE: "PERSON_LOCALE";
404
+ /** STATE_ADDRESS - A state/province component of an address */
405
+ readonly STATE_ADDRESS: "STATE_ADDRESS";
406
+ /**
407
+ * PERSON_TIMEZONE - DEPRECATED
408
+ *
409
+ * @deprecated
410
+ */
411
+ readonly PERSON_TIMEZONE: "PERSON_TIMEZONE";
412
+ /**
413
+ * ZIP_ADDRESS - DEPRECATED
414
+ *
415
+ * @deprecated
416
+ */
417
+ readonly ZIP_ADDRESS: "ZIP_ADDRESS";
418
+ /**
419
+ * PERSON_AGE - DEPRECATED
420
+ *
421
+ * @deprecated
422
+ */
423
+ readonly PERSON_AGE: "PERSON_AGE";
424
+ /**
425
+ * PERSON_CURRENCY - DEPRECATED
426
+ *
427
+ * @deprecated
428
+ */
429
+ readonly PERSON_CURRENCY: "PERSON_CURRENCY";
430
+ /**
431
+ * PERSON_DATE_OF_BIRTH - DEPRECATED
432
+ *
433
+ * @deprecated
434
+ */
435
+ readonly PERSON_DATE_OF_BIRTH: "PERSON_DATE_OF_BIRTH";
436
+ /**
437
+ * FREE_FORM_DATA - DEPRECATED
438
+ *
439
+ * @deprecated
440
+ */
441
+ readonly FREE_FORM_DATA: "FREE_FORM_DATA";
442
+ /** GENDER - A data-subject's gender */
443
+ readonly GENDER: "GENDER";
444
+ /** TIMESTAMP - A timestamp directly associated with a data subject; e.g. when a transaction happened, a record was created/processed/updated etc. */
445
+ readonly TIMESTAMP: "TIMESTAMP";
446
+ /** PREFERENCE - Non-identifying preferences belonging to a data subject */
447
+ readonly PREFERENCE: "PREFERENCE";
448
+ /** EXTERNAL_REFERENCE - Intended for labeling nested fields or non primitive typed fields */
449
+ readonly EXTERNAL_REFERENCE: "EXTERNAL_REFERENCE";
450
+ /** SECURITY_SECRET - Secret tokens, auth tokens, API keys etc. */
451
+ readonly SECURITY_SECRET: "SECURITY_SECRET";
452
+ /**
453
+ * PERSON_ID - DEPRECATED
454
+ *
455
+ * @deprecated
456
+ */
457
+ readonly PERSON_ID: "PERSON_ID";
458
+ /**
459
+ * BUSINESS_PLANS_AND_PROJECTIONS - DEPRECATED
460
+ *
461
+ * @deprecated
462
+ */
463
+ readonly BUSINESS_PLANS_AND_PROJECTIONS: "BUSINESS_PLANS_AND_PROJECTIONS";
464
+ /**
465
+ * HIRING_PIPELINE - DEPRECATED
466
+ *
467
+ * @deprecated
468
+ */
469
+ readonly HIRING_PIPELINE: "HIRING_PIPELINE";
470
+ /**
471
+ * SERVER_INFORMATION - DEPRECATED
472
+ *
473
+ * @deprecated
474
+ */
475
+ readonly SERVER_INFORMATION: "SERVER_INFORMATION";
476
+ /** PASSWORD - Passwords */
477
+ readonly PASSWORD: "PASSWORD";
478
+ /**
479
+ * TOKEN - DEPRECATED
480
+ *
481
+ * @deprecated
482
+ */
483
+ readonly TOKEN: "TOKEN";
484
+ /**
485
+ * CREATED_AT - DEPRECATED
486
+ *
487
+ * @deprecated
488
+ */
489
+ readonly CREATED_AT: "CREATED_AT";
490
+ /**
491
+ * CREATED_BY - DEPRECATED
492
+ *
493
+ * @deprecated
494
+ */
495
+ readonly CREATED_BY: "CREATED_BY";
496
+ /** CUSTOMER_REFERENCE - An id reference for an end customer */
497
+ readonly CUSTOMER_REFERENCE: "CUSTOMER_REFERENCE";
498
+ /**
499
+ * FREEFORM_CONTENT - DEPRECATED
500
+ *
501
+ * @deprecated
502
+ */
503
+ readonly FREEFORM_CONTENT: "FREEFORM_CONTENT";
504
+ /**
505
+ * FREEFORM_LABEL - DEPRECATED
506
+ *
507
+ * @deprecated
508
+ */
509
+ readonly FREEFORM_LABEL: "FREEFORM_LABEL";
510
+ /** LOCALITY_ZONE - The target locality for a piece of data */
511
+ readonly LOCALITY_ZONE: "LOCALITY_ZONE";
512
+ /**
513
+ * PROCESSING_TIMESTAMP - DEPRECATED
514
+ *
515
+ * @deprecated
516
+ */
517
+ readonly PROCESSING_TIMESTAMP: "PROCESSING_TIMESTAMP";
518
+ /** OBJECT_IDENTIFIER - A primary identifier for a Stripe object. This category only covers randomly (object ids, uuids) or sequentially (SEQUENCE numbers) created identifiers that are not based on an object's payload; for vNext compartment_id use COMPARTMENT_ID, for v1 merchant_id use MERCHANT_ID, for vnext compartment_or_merchant_id use COMPARTMENT_OR_MERCHANT_ID. */
519
+ readonly OBJECT_IDENTIFIER: "OBJECT_IDENTIFIER";
520
+ /**
521
+ * UPDATED_AT - DEPRECATED
522
+ *
523
+ * @deprecated
524
+ */
525
+ readonly UPDATED_AT: "UPDATED_AT";
526
+ /**
527
+ * UPDATED_BY - DEPRECATED
528
+ *
529
+ * @deprecated
530
+ */
531
+ readonly UPDATED_BY: "UPDATED_BY";
532
+ /** OBJECT_ATTRIBUTE - Broad usage attribute for Stripe-owned, non sensitive data. Prefer more specific labels when possible. */
533
+ readonly OBJECT_ATTRIBUTE: "OBJECT_ATTRIBUTE";
534
+ /** CODE_INTERNALS - Information about our code itself. Examples include error levels, PR status, ENUM values, build results, library versions, etc. */
535
+ readonly CODE_INTERNALS: "CODE_INTERNALS";
536
+ /**
537
+ * DEVICE - DEPRECATED
538
+ *
539
+ * @deprecated
540
+ */
541
+ readonly DEVICE: "DEVICE";
542
+ /** PERSONAL_IMAGE - Profile pictures, photo scans, bills or any image from or belonging to a data subject */
543
+ readonly PERSONAL_IMAGE: "PERSONAL_IMAGE";
544
+ /** IP_ADDRESS - IP address of a data subject's device */
545
+ readonly IP_ADDRESS: "IP_ADDRESS";
546
+ /** USER_AGENT - Full or partial USER-AGENT string of a data subject's device */
547
+ readonly USER_AGENT: "USER_AGENT";
548
+ /** PHONE_NUMBER - Phone number of a data subject */
549
+ readonly PHONE_NUMBER: "PHONE_NUMBER";
550
+ /** COOKIE - a browser persistent cookie */
551
+ readonly COOKIE: "COOKIE";
552
+ /** COMPARTMENT_ID - a vNext compartment identifier */
553
+ readonly COMPARTMENT_ID: "COMPARTMENT_ID";
554
+ /**
555
+ * UNSTRUCTURED_ERROR_CONTENT - DEPRECATED
556
+ *
557
+ * @deprecated
558
+ */
559
+ readonly UNSTRUCTURED_ERROR_CONTENT: "UNSTRUCTURED_ERROR_CONTENT";
560
+ /** CONNECTION_ID - a vNext connection identifier */
561
+ readonly CONNECTION_ID: "CONNECTION_ID";
562
+ /** WORKSPACE_ID - a vNext workspace identifier */
563
+ readonly WORKSPACE_ID: "WORKSPACE_ID";
564
+ /** MERCHANT_ID - a v1 merchant identifier */
565
+ readonly MERCHANT_ID: "MERCHANT_ID";
566
+ /** COMPARTMENT_OR_MERCHANT_ID - a vNext compartment or a v1 merchant identifier */
567
+ readonly COMPARTMENT_OR_MERCHANT_ID: "COMPARTMENT_OR_MERCHANT_ID";
568
+ /** EMAIL_OR_PHONE - Either a phone number or an email */
569
+ readonly EMAIL_OR_PHONE: "EMAIL_OR_PHONE";
570
+ /** CRYPTO_WALLET_ADDRESS - Crypto wallet address */
571
+ readonly CRYPTO_WALLET_ADDRESS: "CRYPTO_WALLET_ADDRESS";
572
+ /** GEN6_OBJECT_ID - a vNext object identifier */
573
+ readonly GEN6_OBJECT_ID: "GEN6_OBJECT_ID";
574
+ /**
575
+ * FINANCIAL_BALANCE - Annotations Revision 2
576
+ * Information regarding a customer's financial or account balance
577
+ */
578
+ readonly FINANCIAL_BALANCE: "FINANCIAL_BALANCE";
579
+ /** CURRENCY - Information regarding a currency (e.g. USD, EUR, etc.) in transaction, profile preferred currency, etc.; for a payment method currency use PAYMENT_METHOD_CURRENCY */
580
+ readonly CURRENCY: "CURRENCY";
581
+ /** PAYMENT_METHOD_CURRENCY - Default currency for a given payment method */
582
+ readonly PAYMENT_METHOD_CURRENCY: "PAYMENT_METHOD_CURRENCY";
583
+ /** PAYMENT_METHOD_EXPIRATION - Payment method expiration info e.g. month or year */
584
+ readonly PAYMENT_METHOD_EXPIRATION: "PAYMENT_METHOD_EXPIRATION";
585
+ /** PAYMENT_METHOD_ADDRESS_CITY - City component of an address associated with a payment method */
586
+ readonly PAYMENT_METHOD_ADDRESS_CITY: "PAYMENT_METHOD_ADDRESS_CITY";
587
+ /** PAYMENT_METHOD_ADDRESS_COUNTRY - Country component of an address associated with a payment method */
588
+ readonly PAYMENT_METHOD_ADDRESS_COUNTRY: "PAYMENT_METHOD_ADDRESS_COUNTRY";
589
+ /** PAYMENT_METHOD_ADDRESS_LINE - Line component of an address associated with a payment method */
590
+ readonly PAYMENT_METHOD_ADDRESS_LINE: "PAYMENT_METHOD_ADDRESS_LINE";
591
+ /** PAYMENT_METHOD_ADDRESS_STATE - State/province component of an address associated with a payment method */
592
+ readonly PAYMENT_METHOD_ADDRESS_STATE: "PAYMENT_METHOD_ADDRESS_STATE";
593
+ /** PAYMENT_METHOD_ADDRESS_POSTAL_CODE - Postal/Zip Code component of an address associated with a payment method */
594
+ readonly PAYMENT_METHOD_ADDRESS_POSTAL_CODE: "PAYMENT_METHOD_ADDRESS_POSTAL_CODE";
595
+ /** PAYMENT_METHOD_HOLDER_NAME - Payment method holder name */
596
+ readonly PAYMENT_METHOD_HOLDER_NAME: "PAYMENT_METHOD_HOLDER_NAME";
597
+ /** PAYMENT_METHOD_MISCELLANEOUS - Payment method miscellaneous information */
598
+ readonly PAYMENT_METHOD_MISCELLANEOUS: "PAYMENT_METHOD_MISCELLANEOUS";
599
+ /** PAYMENT_METHOD_NUMBER - Payment method number; e.g. credit card number, PAN etc. */
600
+ readonly PAYMENT_METHOD_NUMBER: "PAYMENT_METHOD_NUMBER";
601
+ /** PAYMENT_METHOD_SECRET - Secret (PIN, CCV, passwords, verification numbers, etc) associated with a payment card */
602
+ readonly PAYMENT_METHOD_SECRET: "PAYMENT_METHOD_SECRET";
603
+ /** BUSINESS_NAME - Name of an organization, company or other business entity */
604
+ readonly BUSINESS_NAME: "BUSINESS_NAME";
605
+ /** IDENTITY_DOCUMENT - Image/datapoint of an identification document (e.g. passport, driving license etc); more specific types, such as tax id, address, name etc. are a specialization of this label and should be favored whenever applicable with their own labels. */
606
+ readonly IDENTITY_DOCUMENT: "IDENTITY_DOCUMENT";
607
+ /** URL_PERSONAL - A URL that is directly/uniquely associated with a data subject such as a linkedin profile, a personal website, sole prop. (e.g johndoe.com), twitter handle etc. */
608
+ readonly URL_PERSONAL: "URL_PERSONAL";
609
+ /** URL_NON_PERSONAL - A non personal/identifying URL e.g. a company website, a product website, a referrer url etc. */
610
+ readonly URL_NON_PERSONAL: "URL_NON_PERSONAL";
611
+ /** TAX_ID_SECRET - Use this for Social Security Numbers, Canadian SIN number or any other highly restricted tax ids */
612
+ readonly TAX_ID_SECRET: "TAX_ID_SECRET";
613
+ /** TAX_ID_NON_SECRET - Use this for tax ids that are broadly shares such as TIN (Taxpayer Identification Number) */
614
+ readonly TAX_ID_NON_SECRET: "TAX_ID_NON_SECRET";
615
+ /** LOCALE - A data subject's locale information */
616
+ readonly LOCALE: "LOCALE";
617
+ /** TIMEZONE - A data subject's timezone information */
618
+ readonly TIMEZONE: "TIMEZONE";
619
+ /** AGE - A data subject's age */
620
+ readonly AGE: "AGE";
621
+ /** DATE_OF_BIRTH - A data subject's date of birth */
622
+ readonly DATE_OF_BIRTH: "DATE_OF_BIRTH";
623
+ /** RACE_OR_ETHNICITY - A data subject's race or ethnicity */
624
+ readonly RACE_OR_ETHNICITY: "RACE_OR_ETHNICITY";
625
+ /** UNION_MEMBERSHIP - A data subject's membership in a labor union or similar workers' organization */
626
+ readonly UNION_MEMBERSHIP: "UNION_MEMBERSHIP";
627
+ /** RELIGION_PERSONAL_BELIEF - A data subject's religious affiliation or beliefs */
628
+ readonly RELIGION_PERSONAL_BELIEF: "RELIGION_PERSONAL_BELIEF";
629
+ /** HEALTH_BIOMETRIC_DATA - Any data related to an individual's physical or mental health, as well as biometric data that can be used to identify an individual, such as fingerprints, facial recognition, or DNA profiles. */
630
+ readonly HEALTH_BIOMETRIC_DATA: "HEALTH_BIOMETRIC_DATA";
631
+ /** SEXUAL_ORIENTATION - A data subject's sexual preferences or interests */
632
+ readonly SEXUAL_ORIENTATION: "SEXUAL_ORIENTATION";
633
+ /** LAT_LONG - A data subject's location data including gps latitude and longitude or any other location-based information that can be used to identify an individual's exact or approximate location. */
634
+ readonly LAT_LONG: "LAT_LONG";
635
+ /** DISABILITY - Information about a data subject's disabilities or impairments */
636
+ readonly DISABILITY: "DISABILITY";
637
+ /** VETERAN_STATUS - A data subject's military service history */
638
+ readonly VETERAN_STATUS: "VETERAN_STATUS";
639
+ /** NATIONALITY - A data subject's citizenship or country of origin */
640
+ readonly NATIONALITY: "NATIONALITY";
641
+ /** DEVICE_IDENTIFIER - A persistent device identifier (e.g. a phone IMEI or serial number) */
642
+ readonly DEVICE_IDENTIFIER: "DEVICE_IDENTIFIER";
643
+ /** TOKEN_PUBLIC - Any token that's not a secret, e.g. a public key, a session token, a device token etc. */
644
+ readonly TOKEN_PUBLIC: "TOKEN_PUBLIC";
645
+ /** USERNAME - A unique identifier for a data subject */
646
+ readonly USERNAME: "USERNAME";
647
+ /** FREEFORM_USER_ENTERED - Unstructured data entered directly by a data subject; e.g. notes, comments, messages, a hashmap containing various user inputs, a log of a user input event etc.; this makes your data model/field high risk and if possible avoid collecting unstructured data and prefer structured/schematized data */
648
+ readonly FREEFORM_USER_ENTERED: "FREEFORM_USER_ENTERED";
649
+ /** FREEFORM_SYSTEM_GENERATED - Unstructured data generated by a system, e.g. logs for stacktrace, serialization error, system generated messages etc. if it may contain user entered data as well prefer FREEFORM_USER_ENTERED label instead. this makes your data model/field high risk and if possible avoid collecting unstructured data and prefer structured/schematized data */
650
+ readonly FREEFORM_SYSTEM_GENERATED: "FREEFORM_SYSTEM_GENERATED";
651
+ /** POSTAL_CODE - Postal/Zip Code component of an address */
652
+ readonly POSTAL_CODE: "POSTAL_CODE";
653
+ /** ADDRESS_LINE - Address line or any other miscellaneous component of an address that doesn't fit in any other address label */
654
+ readonly ADDRESS_LINE: "ADDRESS_LINE";
655
+ readonly UNRECOGNIZED: "UNRECOGNIZED";
656
+ };
657
+ export type FieldPrivacySetting_Kind = typeof FieldPrivacySetting_Kind[keyof typeof FieldPrivacySetting_Kind];
658
+ export declare namespace FieldPrivacySetting_Kind {
659
+ type UNKNOWN_PRIVATE_KIND = typeof FieldPrivacySetting_Kind.UNKNOWN_PRIVATE_KIND;
660
+ type BALANCE_DATA = typeof FieldPrivacySetting_Kind.BALANCE_DATA;
661
+ type BUSINESS_METRICS = typeof FieldPrivacySetting_Kind.BUSINESS_METRICS;
662
+ type TRANSACTION_AMOUNT = typeof FieldPrivacySetting_Kind.TRANSACTION_AMOUNT;
663
+ type TRANSACTION_CURRENCY = typeof FieldPrivacySetting_Kind.TRANSACTION_CURRENCY;
664
+ type TRANSACTION_CUSTOMER = typeof FieldPrivacySetting_Kind.TRANSACTION_CUSTOMER;
665
+ type TRANSACTION_CUSTOMER_ROLE = typeof FieldPrivacySetting_Kind.TRANSACTION_CUSTOMER_ROLE;
666
+ type TRANSACTION_DATE = typeof FieldPrivacySetting_Kind.TRANSACTION_DATE;
667
+ type TRANSACTION_DESCRIPTION = typeof FieldPrivacySetting_Kind.TRANSACTION_DESCRIPTION;
668
+ type TRANSACTION_LOG_ENTRY = typeof FieldPrivacySetting_Kind.TRANSACTION_LOG_ENTRY;
669
+ type TRANSACTION_ID = typeof FieldPrivacySetting_Kind.TRANSACTION_ID;
670
+ type TRANSACTION_INTENT = typeof FieldPrivacySetting_Kind.TRANSACTION_INTENT;
671
+ type TRANSACTION_METADATA = typeof FieldPrivacySetting_Kind.TRANSACTION_METADATA;
672
+ type TRANSACTION_JSON = typeof FieldPrivacySetting_Kind.TRANSACTION_JSON;
673
+ type TRANSACTION_REASON = typeof FieldPrivacySetting_Kind.TRANSACTION_REASON;
674
+ type TRANSACTION_STATUS = typeof FieldPrivacySetting_Kind.TRANSACTION_STATUS;
675
+ type TRANSACTION_TIMELINE_ENTRY = typeof FieldPrivacySetting_Kind.TRANSACTION_TIMELINE_ENTRY;
676
+ type BANK_ACCOUNT_DENY_LIST = typeof FieldPrivacySetting_Kind.BANK_ACCOUNT_DENY_LIST;
677
+ type BANK_ACCOUNT_NUMBER = typeof FieldPrivacySetting_Kind.BANK_ACCOUNT_NUMBER;
678
+ type BANK_ROUTING_NUMBER = typeof FieldPrivacySetting_Kind.BANK_ROUTING_NUMBER;
679
+ type PAYMENT_CARD_CURRENCY = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_CURRENCY;
680
+ type PAYMENT_CARD_DENY_LIST = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_DENY_LIST;
681
+ type PAYMENT_CARD_EXPIRATION_MONTH = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_EXPIRATION_MONTH;
682
+ type PAYMENT_CARD_EXPIRATION_YEAR = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_EXPIRATION_YEAR;
683
+ type PAYMENT_CARD_CITY_ADDRESS = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_CITY_ADDRESS;
684
+ type PAYMENT_CARD_COUNTRY_ADDRESS = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_COUNTRY_ADDRESS;
685
+ type PAYMENT_CARD_ADDRESS_LINE = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_ADDRESS_LINE;
686
+ type PAYMENT_CARD_STATE_ADDRESS = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_STATE_ADDRESS;
687
+ type PAYMENT_CARD_ZIP_ADDRESS = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_ZIP_ADDRESS;
688
+ type PAYMENT_CARD_HOLDER_NAME = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_HOLDER_NAME;
689
+ type PAYMENT_CARD_MISCELLANEOUS = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_MISCELLANEOUS;
690
+ type PAYMENT_CARD_NUMBER = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_NUMBER;
691
+ type PAYMENT_CARD_PRIMARY_IDENTIFIER = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_PRIMARY_IDENTIFIER;
692
+ type PAYMENT_CARD_SECONDARY_IDENTIFIER = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_SECONDARY_IDENTIFIER;
693
+ type PAYMENT_CARD_SECRET = typeof FieldPrivacySetting_Kind.PAYMENT_CARD_SECRET;
694
+ type EMAIL_ADDRESS = typeof FieldPrivacySetting_Kind.EMAIL_ADDRESS;
695
+ type PERSON_NAME = typeof FieldPrivacySetting_Kind.PERSON_NAME;
696
+ type MISC_ADDRESS = typeof FieldPrivacySetting_Kind.MISC_ADDRESS;
697
+ type PERSON_GOV_ID = typeof FieldPrivacySetting_Kind.PERSON_GOV_ID;
698
+ type PERSON_URL = typeof FieldPrivacySetting_Kind.PERSON_URL;
699
+ type PERSON_SECRET_TAX_ID = typeof FieldPrivacySetting_Kind.PERSON_SECRET_TAX_ID;
700
+ type PERSON_TAX_ID = typeof FieldPrivacySetting_Kind.PERSON_TAX_ID;
701
+ type CITY_ADDRESS = typeof FieldPrivacySetting_Kind.CITY_ADDRESS;
702
+ type COUNTRY_ADDRESS = typeof FieldPrivacySetting_Kind.COUNTRY_ADDRESS;
703
+ type PERSON_LOCALE = typeof FieldPrivacySetting_Kind.PERSON_LOCALE;
704
+ type STATE_ADDRESS = typeof FieldPrivacySetting_Kind.STATE_ADDRESS;
705
+ type PERSON_TIMEZONE = typeof FieldPrivacySetting_Kind.PERSON_TIMEZONE;
706
+ type ZIP_ADDRESS = typeof FieldPrivacySetting_Kind.ZIP_ADDRESS;
707
+ type PERSON_AGE = typeof FieldPrivacySetting_Kind.PERSON_AGE;
708
+ type PERSON_CURRENCY = typeof FieldPrivacySetting_Kind.PERSON_CURRENCY;
709
+ type PERSON_DATE_OF_BIRTH = typeof FieldPrivacySetting_Kind.PERSON_DATE_OF_BIRTH;
710
+ type FREE_FORM_DATA = typeof FieldPrivacySetting_Kind.FREE_FORM_DATA;
711
+ type GENDER = typeof FieldPrivacySetting_Kind.GENDER;
712
+ type TIMESTAMP = typeof FieldPrivacySetting_Kind.TIMESTAMP;
713
+ type PREFERENCE = typeof FieldPrivacySetting_Kind.PREFERENCE;
714
+ type EXTERNAL_REFERENCE = typeof FieldPrivacySetting_Kind.EXTERNAL_REFERENCE;
715
+ type SECURITY_SECRET = typeof FieldPrivacySetting_Kind.SECURITY_SECRET;
716
+ type PERSON_ID = typeof FieldPrivacySetting_Kind.PERSON_ID;
717
+ type BUSINESS_PLANS_AND_PROJECTIONS = typeof FieldPrivacySetting_Kind.BUSINESS_PLANS_AND_PROJECTIONS;
718
+ type HIRING_PIPELINE = typeof FieldPrivacySetting_Kind.HIRING_PIPELINE;
719
+ type SERVER_INFORMATION = typeof FieldPrivacySetting_Kind.SERVER_INFORMATION;
720
+ type PASSWORD = typeof FieldPrivacySetting_Kind.PASSWORD;
721
+ type TOKEN = typeof FieldPrivacySetting_Kind.TOKEN;
722
+ type CREATED_AT = typeof FieldPrivacySetting_Kind.CREATED_AT;
723
+ type CREATED_BY = typeof FieldPrivacySetting_Kind.CREATED_BY;
724
+ type CUSTOMER_REFERENCE = typeof FieldPrivacySetting_Kind.CUSTOMER_REFERENCE;
725
+ type FREEFORM_CONTENT = typeof FieldPrivacySetting_Kind.FREEFORM_CONTENT;
726
+ type FREEFORM_LABEL = typeof FieldPrivacySetting_Kind.FREEFORM_LABEL;
727
+ type LOCALITY_ZONE = typeof FieldPrivacySetting_Kind.LOCALITY_ZONE;
728
+ type PROCESSING_TIMESTAMP = typeof FieldPrivacySetting_Kind.PROCESSING_TIMESTAMP;
729
+ type OBJECT_IDENTIFIER = typeof FieldPrivacySetting_Kind.OBJECT_IDENTIFIER;
730
+ type UPDATED_AT = typeof FieldPrivacySetting_Kind.UPDATED_AT;
731
+ type UPDATED_BY = typeof FieldPrivacySetting_Kind.UPDATED_BY;
732
+ type OBJECT_ATTRIBUTE = typeof FieldPrivacySetting_Kind.OBJECT_ATTRIBUTE;
733
+ type CODE_INTERNALS = typeof FieldPrivacySetting_Kind.CODE_INTERNALS;
734
+ type DEVICE = typeof FieldPrivacySetting_Kind.DEVICE;
735
+ type PERSONAL_IMAGE = typeof FieldPrivacySetting_Kind.PERSONAL_IMAGE;
736
+ type IP_ADDRESS = typeof FieldPrivacySetting_Kind.IP_ADDRESS;
737
+ type USER_AGENT = typeof FieldPrivacySetting_Kind.USER_AGENT;
738
+ type PHONE_NUMBER = typeof FieldPrivacySetting_Kind.PHONE_NUMBER;
739
+ type COOKIE = typeof FieldPrivacySetting_Kind.COOKIE;
740
+ type COMPARTMENT_ID = typeof FieldPrivacySetting_Kind.COMPARTMENT_ID;
741
+ type UNSTRUCTURED_ERROR_CONTENT = typeof FieldPrivacySetting_Kind.UNSTRUCTURED_ERROR_CONTENT;
742
+ type CONNECTION_ID = typeof FieldPrivacySetting_Kind.CONNECTION_ID;
743
+ type WORKSPACE_ID = typeof FieldPrivacySetting_Kind.WORKSPACE_ID;
744
+ type MERCHANT_ID = typeof FieldPrivacySetting_Kind.MERCHANT_ID;
745
+ type COMPARTMENT_OR_MERCHANT_ID = typeof FieldPrivacySetting_Kind.COMPARTMENT_OR_MERCHANT_ID;
746
+ type EMAIL_OR_PHONE = typeof FieldPrivacySetting_Kind.EMAIL_OR_PHONE;
747
+ type CRYPTO_WALLET_ADDRESS = typeof FieldPrivacySetting_Kind.CRYPTO_WALLET_ADDRESS;
748
+ type GEN6_OBJECT_ID = typeof FieldPrivacySetting_Kind.GEN6_OBJECT_ID;
749
+ type FINANCIAL_BALANCE = typeof FieldPrivacySetting_Kind.FINANCIAL_BALANCE;
750
+ type CURRENCY = typeof FieldPrivacySetting_Kind.CURRENCY;
751
+ type PAYMENT_METHOD_CURRENCY = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_CURRENCY;
752
+ type PAYMENT_METHOD_EXPIRATION = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_EXPIRATION;
753
+ type PAYMENT_METHOD_ADDRESS_CITY = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_ADDRESS_CITY;
754
+ type PAYMENT_METHOD_ADDRESS_COUNTRY = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_ADDRESS_COUNTRY;
755
+ type PAYMENT_METHOD_ADDRESS_LINE = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_ADDRESS_LINE;
756
+ type PAYMENT_METHOD_ADDRESS_STATE = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_ADDRESS_STATE;
757
+ type PAYMENT_METHOD_ADDRESS_POSTAL_CODE = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_ADDRESS_POSTAL_CODE;
758
+ type PAYMENT_METHOD_HOLDER_NAME = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_HOLDER_NAME;
759
+ type PAYMENT_METHOD_MISCELLANEOUS = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_MISCELLANEOUS;
760
+ type PAYMENT_METHOD_NUMBER = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_NUMBER;
761
+ type PAYMENT_METHOD_SECRET = typeof FieldPrivacySetting_Kind.PAYMENT_METHOD_SECRET;
762
+ type BUSINESS_NAME = typeof FieldPrivacySetting_Kind.BUSINESS_NAME;
763
+ type IDENTITY_DOCUMENT = typeof FieldPrivacySetting_Kind.IDENTITY_DOCUMENT;
764
+ type URL_PERSONAL = typeof FieldPrivacySetting_Kind.URL_PERSONAL;
765
+ type URL_NON_PERSONAL = typeof FieldPrivacySetting_Kind.URL_NON_PERSONAL;
766
+ type TAX_ID_SECRET = typeof FieldPrivacySetting_Kind.TAX_ID_SECRET;
767
+ type TAX_ID_NON_SECRET = typeof FieldPrivacySetting_Kind.TAX_ID_NON_SECRET;
768
+ type LOCALE = typeof FieldPrivacySetting_Kind.LOCALE;
769
+ type TIMEZONE = typeof FieldPrivacySetting_Kind.TIMEZONE;
770
+ type AGE = typeof FieldPrivacySetting_Kind.AGE;
771
+ type DATE_OF_BIRTH = typeof FieldPrivacySetting_Kind.DATE_OF_BIRTH;
772
+ type RACE_OR_ETHNICITY = typeof FieldPrivacySetting_Kind.RACE_OR_ETHNICITY;
773
+ type UNION_MEMBERSHIP = typeof FieldPrivacySetting_Kind.UNION_MEMBERSHIP;
774
+ type RELIGION_PERSONAL_BELIEF = typeof FieldPrivacySetting_Kind.RELIGION_PERSONAL_BELIEF;
775
+ type HEALTH_BIOMETRIC_DATA = typeof FieldPrivacySetting_Kind.HEALTH_BIOMETRIC_DATA;
776
+ type SEXUAL_ORIENTATION = typeof FieldPrivacySetting_Kind.SEXUAL_ORIENTATION;
777
+ type LAT_LONG = typeof FieldPrivacySetting_Kind.LAT_LONG;
778
+ type DISABILITY = typeof FieldPrivacySetting_Kind.DISABILITY;
779
+ type VETERAN_STATUS = typeof FieldPrivacySetting_Kind.VETERAN_STATUS;
780
+ type NATIONALITY = typeof FieldPrivacySetting_Kind.NATIONALITY;
781
+ type DEVICE_IDENTIFIER = typeof FieldPrivacySetting_Kind.DEVICE_IDENTIFIER;
782
+ type TOKEN_PUBLIC = typeof FieldPrivacySetting_Kind.TOKEN_PUBLIC;
783
+ type USERNAME = typeof FieldPrivacySetting_Kind.USERNAME;
784
+ type FREEFORM_USER_ENTERED = typeof FieldPrivacySetting_Kind.FREEFORM_USER_ENTERED;
785
+ type FREEFORM_SYSTEM_GENERATED = typeof FieldPrivacySetting_Kind.FREEFORM_SYSTEM_GENERATED;
786
+ type POSTAL_CODE = typeof FieldPrivacySetting_Kind.POSTAL_CODE;
787
+ type ADDRESS_LINE = typeof FieldPrivacySetting_Kind.ADDRESS_LINE;
788
+ type UNRECOGNIZED = typeof FieldPrivacySetting_Kind.UNRECOGNIZED;
789
+ }
790
+ export interface Foreign {
791
+ reference: Reference | undefined;
792
+ }
793
+ type ProtoMetaMessageOptions = {
794
+ options?: {
795
+ [key: string]: any;
796
+ };
797
+ fields?: {
798
+ [key: string]: {
799
+ [key: string]: any;
800
+ };
801
+ };
802
+ oneof?: {
803
+ [key: string]: {
804
+ [key: string]: any;
805
+ };
806
+ };
807
+ nested?: {
808
+ [key: string]: ProtoMetaMessageOptions;
809
+ };
810
+ };
811
+ export interface ProtoMetadata {
812
+ references: {
813
+ [key: string]: any;
814
+ };
815
+ dependencies?: ProtoMetadata[];
816
+ options?: {
817
+ options?: {
818
+ [key: string]: any;
819
+ };
820
+ services?: {
821
+ [key: string]: {
822
+ options?: {
823
+ [key: string]: any;
824
+ };
825
+ methods?: {
826
+ [key: string]: {
827
+ [key: string]: any;
828
+ };
829
+ };
830
+ };
831
+ };
832
+ messages?: {
833
+ [key: string]: ProtoMetaMessageOptions;
834
+ };
835
+ enums?: {
836
+ [key: string]: {
837
+ options?: {
838
+ [key: string]: any;
839
+ };
840
+ values?: {
841
+ [key: string]: {
842
+ [key: string]: any;
843
+ };
844
+ };
845
+ };
846
+ };
847
+ };
848
+ }
849
+ export declare const protoMetadata: ProtoMetadata;
850
+ export {};
851
+ //# sourceMappingURL=privacy_unified_annotations.pb.d.ts.map