@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,602 @@
1
+ export declare const protobufPackage = "com.stripe.vext";
2
+ export declare const LogTreatment: {
3
+ /** NONE_REQUIRED - No treatment is required */
4
+ readonly NONE_REQUIRED: "NONE_REQUIRED";
5
+ /** DO_NOT_LOG - This field should NEVER leave the originating process and touch disk */
6
+ readonly DO_NOT_LOG: "DO_NOT_LOG";
7
+ /**
8
+ * BASIC_REDACTION - Long term treatment will move server-side. However in the first release we want to maintain parity with the
9
+ * existing Horizon redactor for some fields which redacts everything but the first two chars.
10
+ */
11
+ readonly BASIC_REDACTION: "BASIC_REDACTION";
12
+ readonly UNRECOGNIZED: "UNRECOGNIZED";
13
+ };
14
+ export type LogTreatment = typeof LogTreatment[keyof typeof LogTreatment];
15
+ export declare namespace LogTreatment {
16
+ type NONE_REQUIRED = typeof LogTreatment.NONE_REQUIRED;
17
+ type DO_NOT_LOG = typeof LogTreatment.DO_NOT_LOG;
18
+ type BASIC_REDACTION = typeof LogTreatment.BASIC_REDACTION;
19
+ type UNRECOGNIZED = typeof LogTreatment.UNRECOGNIZED;
20
+ }
21
+ /**
22
+ * If you are unsure which annotation to use, or have data not covered by the taxonomy values
23
+ * please reach out to who can assist you.
24
+ *
25
+ * You can always use the placeholder annotation to temporarily unblock yourself.
26
+ */
27
+ export declare const DataTaxonomy: {
28
+ /** UNUSED - Null default label, do not use. */
29
+ readonly UNUSED: "UNUSED";
30
+ /** CUSTOMER_BALANCE_DATA - Information regarding a customer's balance (amount, currency, etc) at Stripe. */
31
+ readonly CUSTOMER_BALANCE_DATA: "CUSTOMER_BALANCE_DATA";
32
+ /** CUSTOMER_BUSINESS_METRIC - A general usage label for all values associated with customers' business metrics. Examples: payment volume (numeric value and currency), active subscriptions, recognized revenue. */
33
+ readonly CUSTOMER_BUSINESS_METRIC: "CUSTOMER_BUSINESS_METRIC";
34
+ /** CUSTOMER_TRANSACTION_AMOUNT - Amount value for a given transaction */
35
+ readonly CUSTOMER_TRANSACTION_AMOUNT: "CUSTOMER_TRANSACTION_AMOUNT";
36
+ /** CUSTOMER_TRANSACTION_CURRENCY - Currency used on a transaction */
37
+ readonly CUSTOMER_TRANSACTION_CURRENCY: "CUSTOMER_TRANSACTION_CURRENCY";
38
+ /** CUSTOMER_TRANSACTION_CUSTOMER - Reference to involved customer */
39
+ readonly CUSTOMER_TRANSACTION_CUSTOMER: "CUSTOMER_TRANSACTION_CUSTOMER";
40
+ /** CUSTOMER_TRANSACTION_CUSTOMER_ROLE - Role played by a given customer on a given transaction */
41
+ readonly CUSTOMER_TRANSACTION_CUSTOMER_ROLE: "CUSTOMER_TRANSACTION_CUSTOMER_ROLE";
42
+ /** CUSTOMER_TRANSACTION_DATE - Date/time when a transaction happened */
43
+ readonly CUSTOMER_TRANSACTION_DATE: "CUSTOMER_TRANSACTION_DATE";
44
+ /** CUSTOMER_TRANSACTION_DESCRIPTION - Description for a transaction. Covers user-provided free text as well as system generated entries. */
45
+ readonly CUSTOMER_TRANSACTION_DESCRIPTION: "CUSTOMER_TRANSACTION_DESCRIPTION";
46
+ /** CUSTOMER_TRANSACTION_LOG_ENTRY - Contents of a transaction log line/event */
47
+ readonly CUSTOMER_TRANSACTION_LOG_ENTRY: "CUSTOMER_TRANSACTION_LOG_ENTRY";
48
+ /** CUSTOMER_TRANSACTION_ID - Stripe-generated identifier for the transaction */
49
+ readonly CUSTOMER_TRANSACTION_ID: "CUSTOMER_TRANSACTION_ID";
50
+ /** CUSTOMER_TRANSACTION_INTENT - Intention behind the transaction */
51
+ readonly CUSTOMER_TRANSACTION_INTENT: "CUSTOMER_TRANSACTION_INTENT";
52
+ /** CUSTOMER_TRANSACTION_METADATA - Metadata associated with a transaction */
53
+ readonly CUSTOMER_TRANSACTION_METADATA: "CUSTOMER_TRANSACTION_METADATA";
54
+ /** CUSTOMER_TRANSACTION_JSON - RAW JSON content for a transaction */
55
+ readonly CUSTOMER_TRANSACTION_JSON: "CUSTOMER_TRANSACTION_JSON";
56
+ /** CUSTOMER_TRANSACTION_REASON - Reason behind a transaction */
57
+ readonly CUSTOMER_TRANSACTION_REASON: "CUSTOMER_TRANSACTION_REASON";
58
+ /** CUSTOMER_TRANSACTION_STATUS - Transaction status */
59
+ readonly CUSTOMER_TRANSACTION_STATUS: "CUSTOMER_TRANSACTION_STATUS";
60
+ /** CUSTOMER_TRANSACTION_TIMELINE_ENTRY - A processing timestamp for a transaction event */
61
+ readonly CUSTOMER_TRANSACTION_TIMELINE_ENTRY: "CUSTOMER_TRANSACTION_TIMELINE_ENTRY";
62
+ /** CUSTOMER_BANK_ACCOUNT_DENY_LIST - Deny list information for banking */
63
+ readonly CUSTOMER_BANK_ACCOUNT_DENY_LIST: "CUSTOMER_BANK_ACCOUNT_DENY_LIST";
64
+ /** CUSTOMER_BANK_ACCOUNT_NUMBER - Account number for a customer's bank account */
65
+ readonly CUSTOMER_BANK_ACCOUNT_NUMBER: "CUSTOMER_BANK_ACCOUNT_NUMBER";
66
+ /** CUSTOMER_BANK_ROUTING_NUMBER - Routing number for a customer's bank account */
67
+ readonly CUSTOMER_BANK_ROUTING_NUMBER: "CUSTOMER_BANK_ROUTING_NUMBER";
68
+ /** CUSTOMER_PAYMENT_CARD_CURRENCY - Default currency for a given payment method */
69
+ readonly CUSTOMER_PAYMENT_CARD_CURRENCY: "CUSTOMER_PAYMENT_CARD_CURRENCY";
70
+ /** CUSTOMER_PAYMENT_CARD_DENY_LIST - Deny list information for payment cards */
71
+ readonly CUSTOMER_PAYMENT_CARD_DENY_LIST: "CUSTOMER_PAYMENT_CARD_DENY_LIST";
72
+ /** CUSTOMER_PAYMENT_CARD_EXPIRATION_MONTH - Month when a payment method expires */
73
+ readonly CUSTOMER_PAYMENT_CARD_EXPIRATION_MONTH: "CUSTOMER_PAYMENT_CARD_EXPIRATION_MONTH";
74
+ /** CUSTOMER_PAYMENT_CARD_EXPIRATION_YEAR - Year when a payment method expires */
75
+ readonly CUSTOMER_PAYMENT_CARD_EXPIRATION_YEAR: "CUSTOMER_PAYMENT_CARD_EXPIRATION_YEAR";
76
+ /** CUSTOMER_PAYMENT_CARD_CITY_ADDRESS - City billing address for a payment method */
77
+ readonly CUSTOMER_PAYMENT_CARD_CITY_ADDRESS: "CUSTOMER_PAYMENT_CARD_CITY_ADDRESS";
78
+ /** CUSTOMER_PAYMENT_CARD_COUNTRY_ADDRESS - Country billing address for a payment method */
79
+ readonly CUSTOMER_PAYMENT_CARD_COUNTRY_ADDRESS: "CUSTOMER_PAYMENT_CARD_COUNTRY_ADDRESS";
80
+ /** CUSTOMER_PAYMENT_CARD_ADDRESS_LINE - Address billing line for a payment method */
81
+ readonly CUSTOMER_PAYMENT_CARD_ADDRESS_LINE: "CUSTOMER_PAYMENT_CARD_ADDRESS_LINE";
82
+ /** CUSTOMER_PAYMENT_CARD_STATE_ADDRESS - State billing address for a payment method */
83
+ readonly CUSTOMER_PAYMENT_CARD_STATE_ADDRESS: "CUSTOMER_PAYMENT_CARD_STATE_ADDRESS";
84
+ /** CUSTOMER_PAYMENT_CARD_ZIP_ADDRESS - Zip billing address for a payment method */
85
+ readonly CUSTOMER_PAYMENT_CARD_ZIP_ADDRESS: "CUSTOMER_PAYMENT_CARD_ZIP_ADDRESS";
86
+ /** CUSTOMER_PAYMENT_CARD_HOLDER_NAME - Credit card holder name */
87
+ readonly CUSTOMER_PAYMENT_CARD_HOLDER_NAME: "CUSTOMER_PAYMENT_CARD_HOLDER_NAME";
88
+ /** CUSTOMER_PAYMENT_CARD_MISCELLANEOUS - Miscellaneous payment card information */
89
+ readonly CUSTOMER_PAYMENT_CARD_MISCELLANEOUS: "CUSTOMER_PAYMENT_CARD_MISCELLANEOUS";
90
+ /** CUSTOMER_PAYMENT_CARD_NUMBER - Payment card number */
91
+ readonly CUSTOMER_PAYMENT_CARD_NUMBER: "CUSTOMER_PAYMENT_CARD_NUMBER";
92
+ /** CUSTOMER_PAYMENT_CARD_PRIMARY_IDENTIFIER - Primary identifier for a payment card */
93
+ readonly CUSTOMER_PAYMENT_CARD_PRIMARY_IDENTIFIER: "CUSTOMER_PAYMENT_CARD_PRIMARY_IDENTIFIER";
94
+ /** CUSTOMER_PAYMENT_CARD_SECONDARY_IDENTIFIER - Secondary identifier for a payment card */
95
+ readonly CUSTOMER_PAYMENT_CARD_SECONDARY_IDENTIFIER: "CUSTOMER_PAYMENT_CARD_SECONDARY_IDENTIFIER";
96
+ /** CUSTOMER_PAYMENT_CARD_SECRET - Secret (passwords, verification numbers, etc) associated with a payment card */
97
+ readonly CUSTOMER_PAYMENT_CARD_SECRET: "CUSTOMER_PAYMENT_CARD_SECRET";
98
+ /** CUSTOMER_EMAIL_ADDRESS - A customer's email address */
99
+ readonly CUSTOMER_EMAIL_ADDRESS: "CUSTOMER_EMAIL_ADDRESS";
100
+ /** CUSTOMER_NAME - A customer's name or part of their name (eg: first name, family name, etc). */
101
+ readonly CUSTOMER_NAME: "CUSTOMER_NAME";
102
+ /** CUSTOMER_MISC_ADDRESS - Miscellaneous address elements for a customer. Favor more specific elements whenever possible. */
103
+ readonly CUSTOMER_MISC_ADDRESS: "CUSTOMER_MISC_ADDRESS";
104
+ /** CUSTOMER_GOV_ID - Placeholder for government issued ids. More specific types, such as tax id, are a specialization of this label and should be favored whenever applicable. */
105
+ readonly CUSTOMER_GOV_ID: "CUSTOMER_GOV_ID";
106
+ /** CUSTOMER_URL - A URL that is directly associated with a customer. */
107
+ readonly CUSTOMER_URL: "CUSTOMER_URL";
108
+ /** CUSTOMER_SECRET_TAX_ID - Use this for Social Security Numbers and any other highly restricted tax ids. */
109
+ readonly CUSTOMER_SECRET_TAX_ID: "CUSTOMER_SECRET_TAX_ID";
110
+ /** CUSTOMER_TAX_ID - Use this for tax ids that are broadly shared. */
111
+ readonly CUSTOMER_TAX_ID: "CUSTOMER_TAX_ID";
112
+ /** CUSTOMER_CITY_ADDRESS - A customer's city address. Applicable to any kind (eg: billing, shipping) of customer city address. */
113
+ readonly CUSTOMER_CITY_ADDRESS: "CUSTOMER_CITY_ADDRESS";
114
+ /** CUSTOMER_COUNTRY_ADDRESS - A customer's country address. Applicable to any kind (eg: billing, shipping) of customer country address. */
115
+ readonly CUSTOMER_COUNTRY_ADDRESS: "CUSTOMER_COUNTRY_ADDRESS";
116
+ /** CUSTOMER_LOCALE - A customer's locale information. */
117
+ readonly CUSTOMER_LOCALE: "CUSTOMER_LOCALE";
118
+ /** CUSTOMER_STATE_ADDRESS - A customer's state address. Applicable to any kind (eg: billing, shipping) of customer state address. */
119
+ readonly CUSTOMER_STATE_ADDRESS: "CUSTOMER_STATE_ADDRESS";
120
+ /** CUSTOMER_TIMEZONE - A customer's timezone. */
121
+ readonly CUSTOMER_TIMEZONE: "CUSTOMER_TIMEZONE";
122
+ /** CUSTOMER_ZIP_ADDRESS - A customer's zip address. Applicable to any kind (eg: billing, shipping) of customer zip address. */
123
+ readonly CUSTOMER_ZIP_ADDRESS: "CUSTOMER_ZIP_ADDRESS";
124
+ /** CUSTOMER_AGE - A customer's age, either precise or in a range (use the protection level label to indicate range). */
125
+ readonly CUSTOMER_AGE: "CUSTOMER_AGE";
126
+ /** CUSTOMER_CURRENCY - Use this to represent a currency used/preferred by a customer. */
127
+ readonly CUSTOMER_CURRENCY: "CUSTOMER_CURRENCY";
128
+ /** CUSTOMER_DATE_OF_BIRTH - A customer's date of birth, full or partial. */
129
+ readonly CUSTOMER_DATE_OF_BIRTH: "CUSTOMER_DATE_OF_BIRTH";
130
+ /** CUSTOMER_FREE_FORM_DATA - Text fields that allow for free-form input by customers. */
131
+ readonly CUSTOMER_FREE_FORM_DATA: "CUSTOMER_FREE_FORM_DATA";
132
+ /** CUSTOMER_GENDER - A customer's gender. */
133
+ readonly CUSTOMER_GENDER: "CUSTOMER_GENDER";
134
+ /** CUSTOMER_TIMESTAMP - Processing timestamp directly associated with a customer. */
135
+ readonly CUSTOMER_TIMESTAMP: "CUSTOMER_TIMESTAMP";
136
+ /** CUSTOMER_PREFERENCE - Non-identifying preferences belonging to a customer */
137
+ readonly CUSTOMER_PREFERENCE: "CUSTOMER_PREFERENCE";
138
+ /** CUSTOMER_EXTERNAL_REFERENCE - Object reference within customer's data */
139
+ readonly CUSTOMER_EXTERNAL_REFERENCE: "CUSTOMER_EXTERNAL_REFERENCE";
140
+ /** CUSTOMER_SECURITY_SECRET - Passwords, tokens, etc, owned by a customer. */
141
+ readonly CUSTOMER_SECURITY_SECRET: "CUSTOMER_SECURITY_SECRET";
142
+ /** CUSTOMER_ID - Stripe-generated ids for customers */
143
+ readonly CUSTOMER_ID: "CUSTOMER_ID";
144
+ /** CUSTOMER_DEVICE - A customer's persistent device identifier (e.g. a phone IMEI or serial number) */
145
+ readonly CUSTOMER_DEVICE: "CUSTOMER_DEVICE";
146
+ /** CUSTOMER_IP_ADDRESS - An IP address belonging to a customer */
147
+ readonly CUSTOMER_IP_ADDRESS: "CUSTOMER_IP_ADDRESS";
148
+ /** CUSTOMER_USER_AGENT - A full or partial user agent string belonging to a customer */
149
+ readonly CUSTOMER_USER_AGENT: "CUSTOMER_USER_AGENT";
150
+ /** CUSTOMER_IMAGE - A profile picture, photo ID scan, bill or any other image from or belonging to a customer */
151
+ readonly CUSTOMER_IMAGE: "CUSTOMER_IMAGE";
152
+ /** CUSTOMER_PHONE_NUMBER - A customer's phone number */
153
+ readonly CUSTOMER_PHONE_NUMBER: "CUSTOMER_PHONE_NUMBER";
154
+ /** CUSTOMER_COOKIE - A customer's browser persistent cookie */
155
+ readonly CUSTOMER_COOKIE: "CUSTOMER_COOKIE";
156
+ /** CUSTOMER_COMPARTMENT_ID - A customer's vNext compartment identifier */
157
+ readonly CUSTOMER_COMPARTMENT_ID: "CUSTOMER_COMPARTMENT_ID";
158
+ /** CUSTOMER_CONNECTION_ID - A customer's vNext connection identifier */
159
+ readonly CUSTOMER_CONNECTION_ID: "CUSTOMER_CONNECTION_ID";
160
+ /** CUSTOMER_UNSTRUCTURED_ERROR_CONTENT - Content that has erroneously failed deserialisation. Only use on information received from a third party after consultation with Legal & Privacy. */
161
+ readonly CUSTOMER_UNSTRUCTURED_ERROR_CONTENT: "CUSTOMER_UNSTRUCTURED_ERROR_CONTENT";
162
+ /** MARKETPLACE_VENDOR_EMAIL_ADDRESS - A marketplace vendor's email address */
163
+ readonly MARKETPLACE_VENDOR_EMAIL_ADDRESS: "MARKETPLACE_VENDOR_EMAIL_ADDRESS";
164
+ /** MARKETPLACE_VENDOR_NAME - A marketplace vendor's name or part of their name (eg: first name, family name, etc). */
165
+ readonly MARKETPLACE_VENDOR_NAME: "MARKETPLACE_VENDOR_NAME";
166
+ /** MARKETPLACE_VENDOR_MISC_ADDRESS - Miscellaneous address elements for a marketplace vendor. Favor more specific elements whenever possible. */
167
+ readonly MARKETPLACE_VENDOR_MISC_ADDRESS: "MARKETPLACE_VENDOR_MISC_ADDRESS";
168
+ /** MARKETPLACE_VENDOR_GOV_ID - Placeholder for government issued ids. More specific types, such as tax id, are a specialization of this label and should be favored whenever applicable. */
169
+ readonly MARKETPLACE_VENDOR_GOV_ID: "MARKETPLACE_VENDOR_GOV_ID";
170
+ /** MARKETPLACE_VENDOR_URL - A URL that is directly associated with a marketplace vendor. */
171
+ readonly MARKETPLACE_VENDOR_URL: "MARKETPLACE_VENDOR_URL";
172
+ /** MARKETPLACE_VENDOR_SECRET_TAX_ID - Use this for Social Security Numbers and any other highly restricted tax ids. */
173
+ readonly MARKETPLACE_VENDOR_SECRET_TAX_ID: "MARKETPLACE_VENDOR_SECRET_TAX_ID";
174
+ /** MARKETPLACE_VENDOR_TAX_ID - Use this for tax ids that are broadly shared. */
175
+ readonly MARKETPLACE_VENDOR_TAX_ID: "MARKETPLACE_VENDOR_TAX_ID";
176
+ /** MARKETPLACE_VENDOR_CITY_ADDRESS - A marketplace vendor's city address. Applicable to any kind (eg: billing, shipping) of marketplace vendor city address. */
177
+ readonly MARKETPLACE_VENDOR_CITY_ADDRESS: "MARKETPLACE_VENDOR_CITY_ADDRESS";
178
+ /** MARKETPLACE_VENDOR_COUNTRY_ADDRESS - A marketplace vendor's country address. Applicable to any kind (eg: billing, shipping) of marketplace vendor country address. */
179
+ readonly MARKETPLACE_VENDOR_COUNTRY_ADDRESS: "MARKETPLACE_VENDOR_COUNTRY_ADDRESS";
180
+ /** MARKETPLACE_VENDOR_LOCALE - A marketplace vendor's locale information. */
181
+ readonly MARKETPLACE_VENDOR_LOCALE: "MARKETPLACE_VENDOR_LOCALE";
182
+ /** MARKETPLACE_VENDOR_STATE_ADDRESS - A marketplace vendor's state address. Applicable to any kind (eg: billing, shipping) of marketplace vendor state address. */
183
+ readonly MARKETPLACE_VENDOR_STATE_ADDRESS: "MARKETPLACE_VENDOR_STATE_ADDRESS";
184
+ /** MARKETPLACE_VENDOR_TIMEZONE - A marketplace vendor's timezone. */
185
+ readonly MARKETPLACE_VENDOR_TIMEZONE: "MARKETPLACE_VENDOR_TIMEZONE";
186
+ /** MARKETPLACE_VENDOR_ZIP_ADDRESS - A marketplace vendor's zip address. Applicable to any kind (eg: billing, shipping) of marketplace vendor zip address. */
187
+ readonly MARKETPLACE_VENDOR_ZIP_ADDRESS: "MARKETPLACE_VENDOR_ZIP_ADDRESS";
188
+ /** MARKETPLACE_VENDOR_CURRENCY - Use this to represent a currency used/preferred by a marketplace vendor. */
189
+ readonly MARKETPLACE_VENDOR_CURRENCY: "MARKETPLACE_VENDOR_CURRENCY";
190
+ /** MARKETPLACE_VENDOR_FREE_FORM_DATA - Text fields that allow for free-form input by marketplace vendors. */
191
+ readonly MARKETPLACE_VENDOR_FREE_FORM_DATA: "MARKETPLACE_VENDOR_FREE_FORM_DATA";
192
+ /** MARKETPLACE_VENDOR_TIMESTAMP - Processing timestamp directly associated with a marketplace vendor. */
193
+ readonly MARKETPLACE_VENDOR_TIMESTAMP: "MARKETPLACE_VENDOR_TIMESTAMP";
194
+ /** MARKETPLACE_VENDOR_EXTERNAL_REFERENCE - Object reference within marketplace vendor's data */
195
+ readonly MARKETPLACE_VENDOR_EXTERNAL_REFERENCE: "MARKETPLACE_VENDOR_EXTERNAL_REFERENCE";
196
+ /** MARKETPLACE_VENDOR_PREFERENCE - Non-identifying preferences belonging to a marketplace vendor */
197
+ readonly MARKETPLACE_VENDOR_PREFERENCE: "MARKETPLACE_VENDOR_PREFERENCE";
198
+ /** MARKETPLACE_VENDOR_SECURITY_SECRET - Passwords, tokens, etc, owned by a marketplace vendor. */
199
+ readonly MARKETPLACE_VENDOR_SECURITY_SECRET: "MARKETPLACE_VENDOR_SECURITY_SECRET";
200
+ /** MARKETPLACE_VENDOR_ID - Stripe-generated ids for marketplace vendors */
201
+ readonly MARKETPLACE_VENDOR_ID: "MARKETPLACE_VENDOR_ID";
202
+ /** MARKETPLACE_VENDOR_VENDOR_DEVICE - A marketplace vendor's persistent device identifier (e.g. a phone IMEI or serial number) */
203
+ readonly MARKETPLACE_VENDOR_VENDOR_DEVICE: "MARKETPLACE_VENDOR_VENDOR_DEVICE";
204
+ /** MARKETPLACE_VENDOR_VENDOR_IP_ADDRESS - An IP address belonging to a marketplace vendor */
205
+ readonly MARKETPLACE_VENDOR_VENDOR_IP_ADDRESS: "MARKETPLACE_VENDOR_VENDOR_IP_ADDRESS";
206
+ /** MARKETPLACE_VENDOR_VENDOR_USER_AGENT - A full or partial user agent string belonging to a marketplace vendor */
207
+ readonly MARKETPLACE_VENDOR_VENDOR_USER_AGENT: "MARKETPLACE_VENDOR_VENDOR_USER_AGENT";
208
+ /** MARKETPLACE_VENDOR_IMAGE - A profile picture, photo ID scan, bill or any other image from or belonging to a marketplace vendor */
209
+ readonly MARKETPLACE_VENDOR_IMAGE: "MARKETPLACE_VENDOR_IMAGE";
210
+ /** MARKETPLACE_VENDOR_PHONE_NUMBER - A marketplace vendor's phone number */
211
+ readonly MARKETPLACE_VENDOR_PHONE_NUMBER: "MARKETPLACE_VENDOR_PHONE_NUMBER";
212
+ /** STAFF_EMAIL_ADDRESS - A Stripe staff's email address */
213
+ readonly STAFF_EMAIL_ADDRESS: "STAFF_EMAIL_ADDRESS";
214
+ /** STAFF_NAME - A Stripe staff's name or part of their name (eg: first name, family name, etc). */
215
+ readonly STAFF_NAME: "STAFF_NAME";
216
+ /** STAFF_MISC_ADDRESS - Miscellaneous address elements for a Stripe staff. Favor more specific elements whenever possible. */
217
+ readonly STAFF_MISC_ADDRESS: "STAFF_MISC_ADDRESS";
218
+ /** STAFF_GOV_ID - Placeholder for government issued ids. More specific types, such as tax id, are a specialization of this label and should be favored whenever applicable. */
219
+ readonly STAFF_GOV_ID: "STAFF_GOV_ID";
220
+ /** STAFF_URL - A URL that is directly associated with a Stripe staff. */
221
+ readonly STAFF_URL: "STAFF_URL";
222
+ /** STAFF_SECRET_TAX_ID - Use this for Social Security Numbers and any other highly restricted tax ids. */
223
+ readonly STAFF_SECRET_TAX_ID: "STAFF_SECRET_TAX_ID";
224
+ /** STAFF_TAX_ID - Use this for tax ids that are broadly shared. */
225
+ readonly STAFF_TAX_ID: "STAFF_TAX_ID";
226
+ /** STAFF_CITY_ADDRESS - A Stripe staff's city address. Applicable to any kind (eg: billing, shipping) of Stripe staff city address. */
227
+ readonly STAFF_CITY_ADDRESS: "STAFF_CITY_ADDRESS";
228
+ /** STAFF_COUNTRY_ADDRESS - A Stripe staff's country address. Applicable to any kind (eg: billing, shipping) of Stripe staff country address. */
229
+ readonly STAFF_COUNTRY_ADDRESS: "STAFF_COUNTRY_ADDRESS";
230
+ /** STAFF_LOCALE - A Stripe staff's locale information. */
231
+ readonly STAFF_LOCALE: "STAFF_LOCALE";
232
+ /** STAFF_STATE_ADDRESS - A Stripe staff's state address. Applicable to any kind (eg: billing, shipping) of Stripe staff state address. */
233
+ readonly STAFF_STATE_ADDRESS: "STAFF_STATE_ADDRESS";
234
+ /** STAFF_TIMEZONE - A Stripe staff's timezone. */
235
+ readonly STAFF_TIMEZONE: "STAFF_TIMEZONE";
236
+ /** STAFF_ZIP_ADDRESS - A Stripe staff's zip address. Applicable to any kind (eg: billing, shipping) of Stripe staff zip address. */
237
+ readonly STAFF_ZIP_ADDRESS: "STAFF_ZIP_ADDRESS";
238
+ /** STAFF_AGE - A Stripe staff's age, either precise or in a range (use the protection level label to indicate range). */
239
+ readonly STAFF_AGE: "STAFF_AGE";
240
+ /** STAFF_CURRENCY - Use this to represent a currency used/preferred by a Stripe staff. */
241
+ readonly STAFF_CURRENCY: "STAFF_CURRENCY";
242
+ /** STAFF_DATE_OF_BIRTH - A Stripe staff's date of birth, full or partial. */
243
+ readonly STAFF_DATE_OF_BIRTH: "STAFF_DATE_OF_BIRTH";
244
+ /** STAFF_FREE_FORM_DATA - Text fields that allow for free-form input by Stripe staffs. */
245
+ readonly STAFF_FREE_FORM_DATA: "STAFF_FREE_FORM_DATA";
246
+ /** STAFF_GENDER - A Stripe staff's gender. */
247
+ readonly STAFF_GENDER: "STAFF_GENDER";
248
+ /** STAFF_TIMESTAMP - Processing timestamp directly associated with a Stripe staff. */
249
+ readonly STAFF_TIMESTAMP: "STAFF_TIMESTAMP";
250
+ /** STAFF_EXTERNAL_REFERENCE - Object reference within Stripe staff's data */
251
+ readonly STAFF_EXTERNAL_REFERENCE: "STAFF_EXTERNAL_REFERENCE";
252
+ /** STAFF_PREFERENCE - Non-identifying preferences belonging to a Stripe staff member */
253
+ readonly STAFF_PREFERENCE: "STAFF_PREFERENCE";
254
+ /** STAFF_SECURITY_SECRET - Passwords, tokens, etc, owned by a Stripe staff. */
255
+ readonly STAFF_SECURITY_SECRET: "STAFF_SECURITY_SECRET";
256
+ /** STAFF_ID - Stripe-generated ids for Stripe staff members */
257
+ readonly STAFF_ID: "STAFF_ID";
258
+ /** STRIPE_BUSINESS_METRICS - General usage label for Stripe business metrics */
259
+ readonly STRIPE_BUSINESS_METRICS: "STRIPE_BUSINESS_METRICS";
260
+ /** STRIPE_BUSINESS_PLANS_AND_PROJECTIONS - Stripe business plans and projections */
261
+ readonly STRIPE_BUSINESS_PLANS_AND_PROJECTIONS: "STRIPE_BUSINESS_PLANS_AND_PROJECTIONS";
262
+ /** STRIPE_HIRING_PIPELINE - Information about Stripe hiring pipelines */
263
+ readonly STRIPE_HIRING_PIPELINE: "STRIPE_HIRING_PIPELINE";
264
+ /** STRIPE_SERVER_INFORMATION - Information pertaining to a Stripe server (eg: IP, CPU usage, etc). */
265
+ readonly STRIPE_SERVER_INFORMATION: "STRIPE_SERVER_INFORMATION";
266
+ /** STRIPE_OWNED_PASSWORD - Passwords that are used within Stripe and are not associated with a specific user (employee) account. */
267
+ readonly STRIPE_OWNED_PASSWORD: "STRIPE_OWNED_PASSWORD";
268
+ /** STRIPE_OWNED_TOKEN - Auth tokens, API keys, etc that belong to Stripe's internal infra (eg: a service) instead of an interactive staff account. */
269
+ readonly STRIPE_OWNED_TOKEN: "STRIPE_OWNED_TOKEN";
270
+ /** STRIPE_DATA_CREATED_AT - Catch-all category for object creation timestamps. Please use more specific labels in case of sensitive objects such as User and Card. */
271
+ readonly STRIPE_DATA_CREATED_AT: "STRIPE_DATA_CREATED_AT";
272
+ /** STRIPE_DATA_CREATED_BY - Catch-all category for object creation requestor. Please use more specific labels in case of sensitive objects such as User and Card. */
273
+ readonly STRIPE_DATA_CREATED_BY: "STRIPE_DATA_CREATED_BY";
274
+ /** STRIPE_DATA_CUSTOMER_REFERENCE - An id reference for a customer. Uses Stripe's generated customer id. */
275
+ readonly STRIPE_DATA_CUSTOMER_REFERENCE: "STRIPE_DATA_CUSTOMER_REFERENCE";
276
+ /** STRIPE_DATA_FREEFORM_CONTENT - Text fields that allow for free-form input by users. Please use more specific labels in case of sensitive objects such as User and Card. */
277
+ readonly STRIPE_DATA_FREEFORM_CONTENT: "STRIPE_DATA_FREEFORM_CONTENT";
278
+ /** STRIPE_DATA_FREEFORM_LABEL - Text fields that are input by users and are used to name objects (eg: provide a nickname for this shipping address). Please use more specific labels in case of sensitive objects such as User and Card. */
279
+ readonly STRIPE_DATA_FREEFORM_LABEL: "STRIPE_DATA_FREEFORM_LABEL";
280
+ /** STRIPE_DATA_LOCALITY_ZONE - The target locality for a piece of data. */
281
+ readonly STRIPE_DATA_LOCALITY_ZONE: "STRIPE_DATA_LOCALITY_ZONE";
282
+ /** STRIPE_DATA_REFERENCE - Any reference to an external object. This category only fits Stripe-generated identifiers / names. In case the reference uses another kind of identifying trait (eg: a customer's email), use its corresponding label. */
283
+ readonly STRIPE_DATA_REFERENCE: "STRIPE_DATA_REFERENCE";
284
+ /** STRIPE_DATA_PROCESSING_TIMESTAMP - Catch-all category for object processing timestamps. Please use more specific labels in case of sensitive objects such as User and Card. */
285
+ readonly STRIPE_DATA_PROCESSING_TIMESTAMP: "STRIPE_DATA_PROCESSING_TIMESTAMP";
286
+ /** STRIPE_DATA_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. */
287
+ readonly STRIPE_DATA_IDENTIFIER: "STRIPE_DATA_IDENTIFIER";
288
+ /** STRIPE_DATA_UPDATED_AT - Catch-all category for object update timestamps. Please use more specific labels in case of sensitive objects such as User and Card. */
289
+ readonly STRIPE_DATA_UPDATED_AT: "STRIPE_DATA_UPDATED_AT";
290
+ /** STRIPE_DATA_UPDATED_BY - Catch-all category for object update requestor. Please use more specific labels in case of sensitive objects such as User and Card. */
291
+ readonly STRIPE_DATA_UPDATED_BY: "STRIPE_DATA_UPDATED_BY";
292
+ /** STRIPE_UNSTRUCTURED_ERROR_CONTENT - Content that has erroneously failed deserialisation. Only use on information received from a third party after consultation with Legal & Privacy. */
293
+ readonly STRIPE_UNSTRUCTURED_ERROR_CONTENT: "STRIPE_UNSTRUCTURED_ERROR_CONTENT";
294
+ /** VENDOR_EMAIL_ADDRESS - A vendor's email address */
295
+ readonly VENDOR_EMAIL_ADDRESS: "VENDOR_EMAIL_ADDRESS";
296
+ /** VENDOR_NAME - A vendor's name or part of their name (eg: first name, family name, etc). */
297
+ readonly VENDOR_NAME: "VENDOR_NAME";
298
+ /** VENDOR_MISC_ADDRESS - Miscellaneous address elements for a vendor. Favor more specific elements whenever possible. */
299
+ readonly VENDOR_MISC_ADDRESS: "VENDOR_MISC_ADDRESS";
300
+ /** VENDOR_GOV_ID - Placeholder for government issued ids. More specific types, such as tax id, are a specialization of this label and should be favored whenever applicable. */
301
+ readonly VENDOR_GOV_ID: "VENDOR_GOV_ID";
302
+ /** VENDOR_URL - A URL that is directly associated with a vendor. */
303
+ readonly VENDOR_URL: "VENDOR_URL";
304
+ /** VENDOR_SECRET_TAX_ID - Use this for Social Security Numbers and any other highly restricted tax ids. */
305
+ readonly VENDOR_SECRET_TAX_ID: "VENDOR_SECRET_TAX_ID";
306
+ /** VENDOR_TAX_ID - Use this for tax ids that are broadly shared. */
307
+ readonly VENDOR_TAX_ID: "VENDOR_TAX_ID";
308
+ /** VENDOR_CITY_ADDRESS - A vendor's city address. Applicable to any kind (eg: billing, shipping) of vendor city address. */
309
+ readonly VENDOR_CITY_ADDRESS: "VENDOR_CITY_ADDRESS";
310
+ /** VENDOR_COUNTRY_ADDRESS - A vendor's country address. Applicable to any kind (eg: billing, shipping) of vendor country address. */
311
+ readonly VENDOR_COUNTRY_ADDRESS: "VENDOR_COUNTRY_ADDRESS";
312
+ /** VENDOR_LOCALE - A vendor's locale information. */
313
+ readonly VENDOR_LOCALE: "VENDOR_LOCALE";
314
+ /** VENDOR_STATE_ADDRESS - A vendor's state address. Applicable to any kind (eg: billing, shipping) of vendor state address. */
315
+ readonly VENDOR_STATE_ADDRESS: "VENDOR_STATE_ADDRESS";
316
+ /** VENDOR_TIMEZONE - A vendor's timezone. */
317
+ readonly VENDOR_TIMEZONE: "VENDOR_TIMEZONE";
318
+ /** VENDOR_ZIP_ADDRESS - A vendor's zip address. Applicable to any kind (eg: billing, shipping) of vendor zip address. */
319
+ readonly VENDOR_ZIP_ADDRESS: "VENDOR_ZIP_ADDRESS";
320
+ /** VENDOR_CURRENCY - Use this to represent a currency used/preferred by a vendor. */
321
+ readonly VENDOR_CURRENCY: "VENDOR_CURRENCY";
322
+ /** VENDOR_FREE_FORM_DATA - Text fields that allow for free-form input by vendors. */
323
+ readonly VENDOR_FREE_FORM_DATA: "VENDOR_FREE_FORM_DATA";
324
+ /** VENDOR_TIMESTAMP - Processing timestamp directly associated with a vendor. */
325
+ readonly VENDOR_TIMESTAMP: "VENDOR_TIMESTAMP";
326
+ /** VENDOR_EXTERNAL_REFERENCE - Object reference within vendor's data */
327
+ readonly VENDOR_EXTERNAL_REFERENCE: "VENDOR_EXTERNAL_REFERENCE";
328
+ /** VENDOR_PREFERENCE - Non-identifying preferences belonging to a vendor */
329
+ readonly VENDOR_PREFERENCE: "VENDOR_PREFERENCE";
330
+ /** VENDOR_SECURITY_SECRET - Passwords, tokens, etc, owned by a vendor. */
331
+ readonly VENDOR_SECURITY_SECRET: "VENDOR_SECURITY_SECRET";
332
+ /** VENDOR_ID - Stripe-generated ids for vendors */
333
+ readonly VENDOR_ID: "VENDOR_ID";
334
+ /** VENDOR_DEVICE - A vendor's persistent device identifier (e.g. a phone IMEI or serial number) */
335
+ readonly VENDOR_DEVICE: "VENDOR_DEVICE";
336
+ /** VENDOR_IP_ADDRESS - An IP address belonging to a vendor */
337
+ readonly VENDOR_IP_ADDRESS: "VENDOR_IP_ADDRESS";
338
+ /** VENDOR_USER_AGENT - A full or partial user agent string belonging to a vendor */
339
+ readonly VENDOR_USER_AGENT: "VENDOR_USER_AGENT";
340
+ /** VENDOR_IMAGE - A profile picture, photo ID scan, bill or any other image from or belonging to a vendor */
341
+ readonly VENDOR_IMAGE: "VENDOR_IMAGE";
342
+ /** VENDOR_PHONE_NUMBER - A vendor's phone number */
343
+ readonly VENDOR_PHONE_NUMBER: "VENDOR_PHONE_NUMBER";
344
+ /** STRIPE_DATA_OBJECT_ATTRIBUTE - Broad usage attribute for Stripe-owned, non sensitive data. Prefer more specific labels when possible. */
345
+ readonly STRIPE_DATA_OBJECT_ATTRIBUTE: "STRIPE_DATA_OBJECT_ATTRIBUTE";
346
+ /** STRIPE_CODE_INTERNALS - Information about our code itself. Examples include error levels, PR status, build results, library versions, etc. */
347
+ readonly STRIPE_CODE_INTERNALS: "STRIPE_CODE_INTERNALS";
348
+ readonly UNRECOGNIZED: "UNRECOGNIZED";
349
+ };
350
+ export type DataTaxonomy = typeof DataTaxonomy[keyof typeof DataTaxonomy];
351
+ export declare namespace DataTaxonomy {
352
+ type UNUSED = typeof DataTaxonomy.UNUSED;
353
+ type CUSTOMER_BALANCE_DATA = typeof DataTaxonomy.CUSTOMER_BALANCE_DATA;
354
+ type CUSTOMER_BUSINESS_METRIC = typeof DataTaxonomy.CUSTOMER_BUSINESS_METRIC;
355
+ type CUSTOMER_TRANSACTION_AMOUNT = typeof DataTaxonomy.CUSTOMER_TRANSACTION_AMOUNT;
356
+ type CUSTOMER_TRANSACTION_CURRENCY = typeof DataTaxonomy.CUSTOMER_TRANSACTION_CURRENCY;
357
+ type CUSTOMER_TRANSACTION_CUSTOMER = typeof DataTaxonomy.CUSTOMER_TRANSACTION_CUSTOMER;
358
+ type CUSTOMER_TRANSACTION_CUSTOMER_ROLE = typeof DataTaxonomy.CUSTOMER_TRANSACTION_CUSTOMER_ROLE;
359
+ type CUSTOMER_TRANSACTION_DATE = typeof DataTaxonomy.CUSTOMER_TRANSACTION_DATE;
360
+ type CUSTOMER_TRANSACTION_DESCRIPTION = typeof DataTaxonomy.CUSTOMER_TRANSACTION_DESCRIPTION;
361
+ type CUSTOMER_TRANSACTION_LOG_ENTRY = typeof DataTaxonomy.CUSTOMER_TRANSACTION_LOG_ENTRY;
362
+ type CUSTOMER_TRANSACTION_ID = typeof DataTaxonomy.CUSTOMER_TRANSACTION_ID;
363
+ type CUSTOMER_TRANSACTION_INTENT = typeof DataTaxonomy.CUSTOMER_TRANSACTION_INTENT;
364
+ type CUSTOMER_TRANSACTION_METADATA = typeof DataTaxonomy.CUSTOMER_TRANSACTION_METADATA;
365
+ type CUSTOMER_TRANSACTION_JSON = typeof DataTaxonomy.CUSTOMER_TRANSACTION_JSON;
366
+ type CUSTOMER_TRANSACTION_REASON = typeof DataTaxonomy.CUSTOMER_TRANSACTION_REASON;
367
+ type CUSTOMER_TRANSACTION_STATUS = typeof DataTaxonomy.CUSTOMER_TRANSACTION_STATUS;
368
+ type CUSTOMER_TRANSACTION_TIMELINE_ENTRY = typeof DataTaxonomy.CUSTOMER_TRANSACTION_TIMELINE_ENTRY;
369
+ type CUSTOMER_BANK_ACCOUNT_DENY_LIST = typeof DataTaxonomy.CUSTOMER_BANK_ACCOUNT_DENY_LIST;
370
+ type CUSTOMER_BANK_ACCOUNT_NUMBER = typeof DataTaxonomy.CUSTOMER_BANK_ACCOUNT_NUMBER;
371
+ type CUSTOMER_BANK_ROUTING_NUMBER = typeof DataTaxonomy.CUSTOMER_BANK_ROUTING_NUMBER;
372
+ type CUSTOMER_PAYMENT_CARD_CURRENCY = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_CURRENCY;
373
+ type CUSTOMER_PAYMENT_CARD_DENY_LIST = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_DENY_LIST;
374
+ type CUSTOMER_PAYMENT_CARD_EXPIRATION_MONTH = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_EXPIRATION_MONTH;
375
+ type CUSTOMER_PAYMENT_CARD_EXPIRATION_YEAR = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_EXPIRATION_YEAR;
376
+ type CUSTOMER_PAYMENT_CARD_CITY_ADDRESS = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_CITY_ADDRESS;
377
+ type CUSTOMER_PAYMENT_CARD_COUNTRY_ADDRESS = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_COUNTRY_ADDRESS;
378
+ type CUSTOMER_PAYMENT_CARD_ADDRESS_LINE = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_ADDRESS_LINE;
379
+ type CUSTOMER_PAYMENT_CARD_STATE_ADDRESS = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_STATE_ADDRESS;
380
+ type CUSTOMER_PAYMENT_CARD_ZIP_ADDRESS = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_ZIP_ADDRESS;
381
+ type CUSTOMER_PAYMENT_CARD_HOLDER_NAME = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_HOLDER_NAME;
382
+ type CUSTOMER_PAYMENT_CARD_MISCELLANEOUS = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_MISCELLANEOUS;
383
+ type CUSTOMER_PAYMENT_CARD_NUMBER = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_NUMBER;
384
+ type CUSTOMER_PAYMENT_CARD_PRIMARY_IDENTIFIER = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_PRIMARY_IDENTIFIER;
385
+ type CUSTOMER_PAYMENT_CARD_SECONDARY_IDENTIFIER = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_SECONDARY_IDENTIFIER;
386
+ type CUSTOMER_PAYMENT_CARD_SECRET = typeof DataTaxonomy.CUSTOMER_PAYMENT_CARD_SECRET;
387
+ type CUSTOMER_EMAIL_ADDRESS = typeof DataTaxonomy.CUSTOMER_EMAIL_ADDRESS;
388
+ type CUSTOMER_NAME = typeof DataTaxonomy.CUSTOMER_NAME;
389
+ type CUSTOMER_MISC_ADDRESS = typeof DataTaxonomy.CUSTOMER_MISC_ADDRESS;
390
+ type CUSTOMER_GOV_ID = typeof DataTaxonomy.CUSTOMER_GOV_ID;
391
+ type CUSTOMER_URL = typeof DataTaxonomy.CUSTOMER_URL;
392
+ type CUSTOMER_SECRET_TAX_ID = typeof DataTaxonomy.CUSTOMER_SECRET_TAX_ID;
393
+ type CUSTOMER_TAX_ID = typeof DataTaxonomy.CUSTOMER_TAX_ID;
394
+ type CUSTOMER_CITY_ADDRESS = typeof DataTaxonomy.CUSTOMER_CITY_ADDRESS;
395
+ type CUSTOMER_COUNTRY_ADDRESS = typeof DataTaxonomy.CUSTOMER_COUNTRY_ADDRESS;
396
+ type CUSTOMER_LOCALE = typeof DataTaxonomy.CUSTOMER_LOCALE;
397
+ type CUSTOMER_STATE_ADDRESS = typeof DataTaxonomy.CUSTOMER_STATE_ADDRESS;
398
+ type CUSTOMER_TIMEZONE = typeof DataTaxonomy.CUSTOMER_TIMEZONE;
399
+ type CUSTOMER_ZIP_ADDRESS = typeof DataTaxonomy.CUSTOMER_ZIP_ADDRESS;
400
+ type CUSTOMER_AGE = typeof DataTaxonomy.CUSTOMER_AGE;
401
+ type CUSTOMER_CURRENCY = typeof DataTaxonomy.CUSTOMER_CURRENCY;
402
+ type CUSTOMER_DATE_OF_BIRTH = typeof DataTaxonomy.CUSTOMER_DATE_OF_BIRTH;
403
+ type CUSTOMER_FREE_FORM_DATA = typeof DataTaxonomy.CUSTOMER_FREE_FORM_DATA;
404
+ type CUSTOMER_GENDER = typeof DataTaxonomy.CUSTOMER_GENDER;
405
+ type CUSTOMER_TIMESTAMP = typeof DataTaxonomy.CUSTOMER_TIMESTAMP;
406
+ type CUSTOMER_PREFERENCE = typeof DataTaxonomy.CUSTOMER_PREFERENCE;
407
+ type CUSTOMER_EXTERNAL_REFERENCE = typeof DataTaxonomy.CUSTOMER_EXTERNAL_REFERENCE;
408
+ type CUSTOMER_SECURITY_SECRET = typeof DataTaxonomy.CUSTOMER_SECURITY_SECRET;
409
+ type CUSTOMER_ID = typeof DataTaxonomy.CUSTOMER_ID;
410
+ type CUSTOMER_DEVICE = typeof DataTaxonomy.CUSTOMER_DEVICE;
411
+ type CUSTOMER_IP_ADDRESS = typeof DataTaxonomy.CUSTOMER_IP_ADDRESS;
412
+ type CUSTOMER_USER_AGENT = typeof DataTaxonomy.CUSTOMER_USER_AGENT;
413
+ type CUSTOMER_IMAGE = typeof DataTaxonomy.CUSTOMER_IMAGE;
414
+ type CUSTOMER_PHONE_NUMBER = typeof DataTaxonomy.CUSTOMER_PHONE_NUMBER;
415
+ type CUSTOMER_COOKIE = typeof DataTaxonomy.CUSTOMER_COOKIE;
416
+ type CUSTOMER_COMPARTMENT_ID = typeof DataTaxonomy.CUSTOMER_COMPARTMENT_ID;
417
+ type CUSTOMER_CONNECTION_ID = typeof DataTaxonomy.CUSTOMER_CONNECTION_ID;
418
+ type CUSTOMER_UNSTRUCTURED_ERROR_CONTENT = typeof DataTaxonomy.CUSTOMER_UNSTRUCTURED_ERROR_CONTENT;
419
+ type MARKETPLACE_VENDOR_EMAIL_ADDRESS = typeof DataTaxonomy.MARKETPLACE_VENDOR_EMAIL_ADDRESS;
420
+ type MARKETPLACE_VENDOR_NAME = typeof DataTaxonomy.MARKETPLACE_VENDOR_NAME;
421
+ type MARKETPLACE_VENDOR_MISC_ADDRESS = typeof DataTaxonomy.MARKETPLACE_VENDOR_MISC_ADDRESS;
422
+ type MARKETPLACE_VENDOR_GOV_ID = typeof DataTaxonomy.MARKETPLACE_VENDOR_GOV_ID;
423
+ type MARKETPLACE_VENDOR_URL = typeof DataTaxonomy.MARKETPLACE_VENDOR_URL;
424
+ type MARKETPLACE_VENDOR_SECRET_TAX_ID = typeof DataTaxonomy.MARKETPLACE_VENDOR_SECRET_TAX_ID;
425
+ type MARKETPLACE_VENDOR_TAX_ID = typeof DataTaxonomy.MARKETPLACE_VENDOR_TAX_ID;
426
+ type MARKETPLACE_VENDOR_CITY_ADDRESS = typeof DataTaxonomy.MARKETPLACE_VENDOR_CITY_ADDRESS;
427
+ type MARKETPLACE_VENDOR_COUNTRY_ADDRESS = typeof DataTaxonomy.MARKETPLACE_VENDOR_COUNTRY_ADDRESS;
428
+ type MARKETPLACE_VENDOR_LOCALE = typeof DataTaxonomy.MARKETPLACE_VENDOR_LOCALE;
429
+ type MARKETPLACE_VENDOR_STATE_ADDRESS = typeof DataTaxonomy.MARKETPLACE_VENDOR_STATE_ADDRESS;
430
+ type MARKETPLACE_VENDOR_TIMEZONE = typeof DataTaxonomy.MARKETPLACE_VENDOR_TIMEZONE;
431
+ type MARKETPLACE_VENDOR_ZIP_ADDRESS = typeof DataTaxonomy.MARKETPLACE_VENDOR_ZIP_ADDRESS;
432
+ type MARKETPLACE_VENDOR_CURRENCY = typeof DataTaxonomy.MARKETPLACE_VENDOR_CURRENCY;
433
+ type MARKETPLACE_VENDOR_FREE_FORM_DATA = typeof DataTaxonomy.MARKETPLACE_VENDOR_FREE_FORM_DATA;
434
+ type MARKETPLACE_VENDOR_TIMESTAMP = typeof DataTaxonomy.MARKETPLACE_VENDOR_TIMESTAMP;
435
+ type MARKETPLACE_VENDOR_EXTERNAL_REFERENCE = typeof DataTaxonomy.MARKETPLACE_VENDOR_EXTERNAL_REFERENCE;
436
+ type MARKETPLACE_VENDOR_PREFERENCE = typeof DataTaxonomy.MARKETPLACE_VENDOR_PREFERENCE;
437
+ type MARKETPLACE_VENDOR_SECURITY_SECRET = typeof DataTaxonomy.MARKETPLACE_VENDOR_SECURITY_SECRET;
438
+ type MARKETPLACE_VENDOR_ID = typeof DataTaxonomy.MARKETPLACE_VENDOR_ID;
439
+ type MARKETPLACE_VENDOR_VENDOR_DEVICE = typeof DataTaxonomy.MARKETPLACE_VENDOR_VENDOR_DEVICE;
440
+ type MARKETPLACE_VENDOR_VENDOR_IP_ADDRESS = typeof DataTaxonomy.MARKETPLACE_VENDOR_VENDOR_IP_ADDRESS;
441
+ type MARKETPLACE_VENDOR_VENDOR_USER_AGENT = typeof DataTaxonomy.MARKETPLACE_VENDOR_VENDOR_USER_AGENT;
442
+ type MARKETPLACE_VENDOR_IMAGE = typeof DataTaxonomy.MARKETPLACE_VENDOR_IMAGE;
443
+ type MARKETPLACE_VENDOR_PHONE_NUMBER = typeof DataTaxonomy.MARKETPLACE_VENDOR_PHONE_NUMBER;
444
+ type STAFF_EMAIL_ADDRESS = typeof DataTaxonomy.STAFF_EMAIL_ADDRESS;
445
+ type STAFF_NAME = typeof DataTaxonomy.STAFF_NAME;
446
+ type STAFF_MISC_ADDRESS = typeof DataTaxonomy.STAFF_MISC_ADDRESS;
447
+ type STAFF_GOV_ID = typeof DataTaxonomy.STAFF_GOV_ID;
448
+ type STAFF_URL = typeof DataTaxonomy.STAFF_URL;
449
+ type STAFF_SECRET_TAX_ID = typeof DataTaxonomy.STAFF_SECRET_TAX_ID;
450
+ type STAFF_TAX_ID = typeof DataTaxonomy.STAFF_TAX_ID;
451
+ type STAFF_CITY_ADDRESS = typeof DataTaxonomy.STAFF_CITY_ADDRESS;
452
+ type STAFF_COUNTRY_ADDRESS = typeof DataTaxonomy.STAFF_COUNTRY_ADDRESS;
453
+ type STAFF_LOCALE = typeof DataTaxonomy.STAFF_LOCALE;
454
+ type STAFF_STATE_ADDRESS = typeof DataTaxonomy.STAFF_STATE_ADDRESS;
455
+ type STAFF_TIMEZONE = typeof DataTaxonomy.STAFF_TIMEZONE;
456
+ type STAFF_ZIP_ADDRESS = typeof DataTaxonomy.STAFF_ZIP_ADDRESS;
457
+ type STAFF_AGE = typeof DataTaxonomy.STAFF_AGE;
458
+ type STAFF_CURRENCY = typeof DataTaxonomy.STAFF_CURRENCY;
459
+ type STAFF_DATE_OF_BIRTH = typeof DataTaxonomy.STAFF_DATE_OF_BIRTH;
460
+ type STAFF_FREE_FORM_DATA = typeof DataTaxonomy.STAFF_FREE_FORM_DATA;
461
+ type STAFF_GENDER = typeof DataTaxonomy.STAFF_GENDER;
462
+ type STAFF_TIMESTAMP = typeof DataTaxonomy.STAFF_TIMESTAMP;
463
+ type STAFF_EXTERNAL_REFERENCE = typeof DataTaxonomy.STAFF_EXTERNAL_REFERENCE;
464
+ type STAFF_PREFERENCE = typeof DataTaxonomy.STAFF_PREFERENCE;
465
+ type STAFF_SECURITY_SECRET = typeof DataTaxonomy.STAFF_SECURITY_SECRET;
466
+ type STAFF_ID = typeof DataTaxonomy.STAFF_ID;
467
+ type STRIPE_BUSINESS_METRICS = typeof DataTaxonomy.STRIPE_BUSINESS_METRICS;
468
+ type STRIPE_BUSINESS_PLANS_AND_PROJECTIONS = typeof DataTaxonomy.STRIPE_BUSINESS_PLANS_AND_PROJECTIONS;
469
+ type STRIPE_HIRING_PIPELINE = typeof DataTaxonomy.STRIPE_HIRING_PIPELINE;
470
+ type STRIPE_SERVER_INFORMATION = typeof DataTaxonomy.STRIPE_SERVER_INFORMATION;
471
+ type STRIPE_OWNED_PASSWORD = typeof DataTaxonomy.STRIPE_OWNED_PASSWORD;
472
+ type STRIPE_OWNED_TOKEN = typeof DataTaxonomy.STRIPE_OWNED_TOKEN;
473
+ type STRIPE_DATA_CREATED_AT = typeof DataTaxonomy.STRIPE_DATA_CREATED_AT;
474
+ type STRIPE_DATA_CREATED_BY = typeof DataTaxonomy.STRIPE_DATA_CREATED_BY;
475
+ type STRIPE_DATA_CUSTOMER_REFERENCE = typeof DataTaxonomy.STRIPE_DATA_CUSTOMER_REFERENCE;
476
+ type STRIPE_DATA_FREEFORM_CONTENT = typeof DataTaxonomy.STRIPE_DATA_FREEFORM_CONTENT;
477
+ type STRIPE_DATA_FREEFORM_LABEL = typeof DataTaxonomy.STRIPE_DATA_FREEFORM_LABEL;
478
+ type STRIPE_DATA_LOCALITY_ZONE = typeof DataTaxonomy.STRIPE_DATA_LOCALITY_ZONE;
479
+ type STRIPE_DATA_REFERENCE = typeof DataTaxonomy.STRIPE_DATA_REFERENCE;
480
+ type STRIPE_DATA_PROCESSING_TIMESTAMP = typeof DataTaxonomy.STRIPE_DATA_PROCESSING_TIMESTAMP;
481
+ type STRIPE_DATA_IDENTIFIER = typeof DataTaxonomy.STRIPE_DATA_IDENTIFIER;
482
+ type STRIPE_DATA_UPDATED_AT = typeof DataTaxonomy.STRIPE_DATA_UPDATED_AT;
483
+ type STRIPE_DATA_UPDATED_BY = typeof DataTaxonomy.STRIPE_DATA_UPDATED_BY;
484
+ type STRIPE_UNSTRUCTURED_ERROR_CONTENT = typeof DataTaxonomy.STRIPE_UNSTRUCTURED_ERROR_CONTENT;
485
+ type VENDOR_EMAIL_ADDRESS = typeof DataTaxonomy.VENDOR_EMAIL_ADDRESS;
486
+ type VENDOR_NAME = typeof DataTaxonomy.VENDOR_NAME;
487
+ type VENDOR_MISC_ADDRESS = typeof DataTaxonomy.VENDOR_MISC_ADDRESS;
488
+ type VENDOR_GOV_ID = typeof DataTaxonomy.VENDOR_GOV_ID;
489
+ type VENDOR_URL = typeof DataTaxonomy.VENDOR_URL;
490
+ type VENDOR_SECRET_TAX_ID = typeof DataTaxonomy.VENDOR_SECRET_TAX_ID;
491
+ type VENDOR_TAX_ID = typeof DataTaxonomy.VENDOR_TAX_ID;
492
+ type VENDOR_CITY_ADDRESS = typeof DataTaxonomy.VENDOR_CITY_ADDRESS;
493
+ type VENDOR_COUNTRY_ADDRESS = typeof DataTaxonomy.VENDOR_COUNTRY_ADDRESS;
494
+ type VENDOR_LOCALE = typeof DataTaxonomy.VENDOR_LOCALE;
495
+ type VENDOR_STATE_ADDRESS = typeof DataTaxonomy.VENDOR_STATE_ADDRESS;
496
+ type VENDOR_TIMEZONE = typeof DataTaxonomy.VENDOR_TIMEZONE;
497
+ type VENDOR_ZIP_ADDRESS = typeof DataTaxonomy.VENDOR_ZIP_ADDRESS;
498
+ type VENDOR_CURRENCY = typeof DataTaxonomy.VENDOR_CURRENCY;
499
+ type VENDOR_FREE_FORM_DATA = typeof DataTaxonomy.VENDOR_FREE_FORM_DATA;
500
+ type VENDOR_TIMESTAMP = typeof DataTaxonomy.VENDOR_TIMESTAMP;
501
+ type VENDOR_EXTERNAL_REFERENCE = typeof DataTaxonomy.VENDOR_EXTERNAL_REFERENCE;
502
+ type VENDOR_PREFERENCE = typeof DataTaxonomy.VENDOR_PREFERENCE;
503
+ type VENDOR_SECURITY_SECRET = typeof DataTaxonomy.VENDOR_SECURITY_SECRET;
504
+ type VENDOR_ID = typeof DataTaxonomy.VENDOR_ID;
505
+ type VENDOR_DEVICE = typeof DataTaxonomy.VENDOR_DEVICE;
506
+ type VENDOR_IP_ADDRESS = typeof DataTaxonomy.VENDOR_IP_ADDRESS;
507
+ type VENDOR_USER_AGENT = typeof DataTaxonomy.VENDOR_USER_AGENT;
508
+ type VENDOR_IMAGE = typeof DataTaxonomy.VENDOR_IMAGE;
509
+ type VENDOR_PHONE_NUMBER = typeof DataTaxonomy.VENDOR_PHONE_NUMBER;
510
+ type STRIPE_DATA_OBJECT_ATTRIBUTE = typeof DataTaxonomy.STRIPE_DATA_OBJECT_ATTRIBUTE;
511
+ type STRIPE_CODE_INTERNALS = typeof DataTaxonomy.STRIPE_CODE_INTERNALS;
512
+ type UNRECOGNIZED = typeof DataTaxonomy.UNRECOGNIZED;
513
+ }
514
+ export interface SchemaAnnotations {
515
+ }
516
+ export interface FieldAnnotations {
517
+ /**
518
+ * responsible team: privacy-infrastructure
519
+ * To properly comply with regulatory requirements and put our users first, Stripe's systems need to accurately
520
+ * know what kinds of data they're operating on. The Data Taxonomy provides a way to centralize these policy
521
+ * decisions & improve Stripe's security posture via accurate labeling of what our data is. For more information on
522
+ * choosing a data taxonomy label, see . For all related user docs, visit
523
+ */
524
+ dataTaxonomyLabel: DataTaxonomy[];
525
+ /**
526
+ * responsible team: privacy-infrastructure
527
+ * A machine-inferred data_taxonomy_label, for future usage in automated data labeling. Should not be manually applied.
528
+ */
529
+ dataTaxonomyLabelInferred: DataTaxonomy[];
530
+ /**
531
+ * responsible team: privacy-infrastructure
532
+ * If an engineer is unsure of the correct taxonomy labeling for a given field, a freetext placeholder label
533
+ * string may be used instead. It must include detail about the field & why it does not conform to an existing label.
534
+ * This is a temporary measure, and after review by Privacy Infrastructure this will be replaced with a
535
+ * data_taxonomy_label. Visit for more information.
536
+ */
537
+ dataTaxonomyLabelPlaceholder?: string | undefined;
538
+ /**
539
+ * responsible team: privacy-infrastructure
540
+ * Used to specify that a passed value must be @CompileTimeConstant.
541
+ */
542
+ compileTimeConstant?: boolean | undefined;
543
+ }
544
+ type ProtoMetaMessageOptions = {
545
+ options?: {
546
+ [key: string]: any;
547
+ };
548
+ fields?: {
549
+ [key: string]: {
550
+ [key: string]: any;
551
+ };
552
+ };
553
+ oneof?: {
554
+ [key: string]: {
555
+ [key: string]: any;
556
+ };
557
+ };
558
+ nested?: {
559
+ [key: string]: ProtoMetaMessageOptions;
560
+ };
561
+ };
562
+ export interface ProtoMetadata {
563
+ references: {
564
+ [key: string]: any;
565
+ };
566
+ dependencies?: ProtoMetadata[];
567
+ options?: {
568
+ options?: {
569
+ [key: string]: any;
570
+ };
571
+ services?: {
572
+ [key: string]: {
573
+ options?: {
574
+ [key: string]: any;
575
+ };
576
+ methods?: {
577
+ [key: string]: {
578
+ [key: string]: any;
579
+ };
580
+ };
581
+ };
582
+ };
583
+ messages?: {
584
+ [key: string]: ProtoMetaMessageOptions;
585
+ };
586
+ enums?: {
587
+ [key: string]: {
588
+ options?: {
589
+ [key: string]: any;
590
+ };
591
+ values?: {
592
+ [key: string]: {
593
+ [key: string]: any;
594
+ };
595
+ };
596
+ };
597
+ };
598
+ };
599
+ }
600
+ export declare const protoMetadata: ProtoMetadata;
601
+ export {};
602
+ //# sourceMappingURL=annotations.pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotations.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/vext/annotations.pb.ts"],"names":[],"mappings":"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"}