@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.
- package/LICENSE.md +19 -0
- package/dist/bin/build-custom-object-definitions.cjs +2111 -0
- package/dist/bin/build-custom-object-definitions.d.ts +11 -0
- package/dist/bin/build-custom-object-definitions.d.ts.map +1 -0
- package/dist/bin/build-custom-object-definitions.js +2088 -0
- package/dist/bin/create-upload-image.cjs +2136 -0
- package/dist/bin/create-upload-image.d.ts +17 -0
- package/dist/bin/create-upload-image.d.ts.map +1 -0
- package/dist/bin/create-upload-image.js +2113 -0
- package/dist/bin/dev-tools-rpc.cjs +3874 -0
- package/dist/bin/dev-tools-rpc.d.ts +3 -0
- package/dist/bin/dev-tools-rpc.d.ts.map +1 -0
- package/dist/bin/dev-tools-rpc.js +3864 -0
- package/dist/bin/gen-schemas.cjs +20739 -0
- package/dist/bin/gen-schemas.d.ts +8 -0
- package/dist/bin/gen-schemas.d.ts.map +1 -0
- package/dist/bin/gen-schemas.js +20715 -0
- package/dist/bin/gen-workspace.cjs +3847 -0
- package/dist/bin/gen-workspace.d.ts +8 -0
- package/dist/bin/gen-workspace.d.ts.map +1 -0
- package/dist/bin/gen-workspace.js +3841 -0
- package/dist/bin/manifest.cjs +686 -0
- package/dist/bin/manifest.d.ts +10 -0
- package/dist/bin/manifest.d.ts.map +1 -0
- package/dist/bin/manifest.js +663 -0
- package/dist/bin/rpc/dispatch.d.ts +10 -0
- package/dist/bin/rpc/dispatch.d.ts.map +1 -0
- package/dist/bin/rpc/handlers.d.ts +4 -0
- package/dist/bin/rpc/handlers.d.ts.map +1 -0
- package/dist/bin/rpc/types.d.ts +29 -0
- package/dist/bin/rpc/types.d.ts.map +1 -0
- package/dist/bin/template-info.cjs +1511 -0
- package/dist/bin/template-info.d.ts +9 -0
- package/dist/bin/template-info.d.ts.map +1 -0
- package/dist/bin/template-info.js +1488 -0
- package/dist/custom-objects/build-definitions.d.ts +98 -0
- package/dist/custom-objects/build-definitions.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/custom_objects/pub/api/app_api/object_definitions_app_service.pb.d.ts +191 -0
- package/dist/custom-objects/generated/proto/custom_objects/pub/api/app_api/object_definitions_app_service.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/custom_objects/pub/api/common/schema.pb.d.ts +131 -0
- package/dist/custom-objects/generated/proto/custom_objects/pub/api/common/schema.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/google/protobuf/descriptor.pb.d.ts +1482 -0
- package/dist/custom-objects/generated/proto/google/protobuf/descriptor.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/google/protobuf/timestamp.pb.d.ts +167 -0
- package/dist/custom-objects/generated/proto/google/protobuf/timestamp.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/proto/annotations.pb.d.ts +64 -0
- package/dist/custom-objects/generated/proto/proto/annotations.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/proto/extensions.pb.d.ts +657 -0
- package/dist/custom-objects/generated/proto/proto/extensions.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/metadata/pub/api/api_metadata.pb.d.ts +105 -0
- package/dist/custom-objects/generated/proto/vendor/metadata/pub/api/api_metadata.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/net/idempotency/idempotency_model.pb.d.ts +79 -0
- package/dist/custom-objects/generated/proto/vendor/net/idempotency/idempotency_model.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/api_group_enum.pb.d.ts +129 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/api_group_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/api_visibility.pb.d.ts +76 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/api_visibility.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/customize_dispatch_middleware_enum.pb.d.ts +78 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/customize_dispatch_middleware_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/docs_namespace_group_enum.pb.d.ts +146 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/docs_namespace_group_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/documented_enum.pb.d.ts +76 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/documented_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/event_scope_enum.pb.d.ts +92 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/event_scope_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/extension_interface.pb.d.ts +124 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/extension_interface.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/feature_enum.pb.d.ts +1070 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/feature_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/field_validation_rules.pb.d.ts +279 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/field_validation_rules.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/flavor_enum.pb.d.ts +78 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/flavor_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/http_error_status.pb.d.ts +102 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/http_error_status.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/method_kind_enum.pb.d.ts +86 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/method_kind_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/method_priority.pb.d.ts +80 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/method_priority.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/permission_check_enum.pb.d.ts +74 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/permission_check_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/redaction_enum.pb.d.ts +76 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/redaction_enum.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/region_routers.pb.d.ts +103 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/region_routers.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/rollout_configs.pb.d.ts +153 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/rollout_configs.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/v2ext.pb.d.ts +1111 -0
- package/dist/custom-objects/generated/proto/vendor/publicapi/v2ext.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/vext/annotations.pb.d.ts +602 -0
- package/dist/custom-objects/generated/proto/vendor/vext/annotations.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/vext/extensions.pb.d.ts +144 -0
- package/dist/custom-objects/generated/proto/vendor/vext/extensions.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/vext/privacy_unified_annotations.pb.d.ts +851 -0
- package/dist/custom-objects/generated/proto/vendor/vext/privacy_unified_annotations.pb.d.ts.map +1 -0
- package/dist/custom-objects/generated/proto/vendor/vext/xml_annotations.pb.d.ts +125 -0
- package/dist/custom-objects/generated/proto/vendor/vext/xml_annotations.pb.d.ts.map +1 -0
- package/dist/custom-objects/to-proto-json.d.ts +17 -0
- package/dist/custom-objects/to-proto-json.d.ts.map +1 -0
- package/dist/dependencies/index.cjs +601 -0
- package/dist/dependencies/index.d.ts +320 -0
- package/dist/dependencies/index.d.ts.map +1 -0
- package/dist/dependencies/index.js +560 -0
- package/dist/extensibility-dev-tools-alpha.d.ts +199 -0
- package/dist/extensibility-dev-tools-beta.d.ts +199 -0
- package/dist/extensibility-dev-tools-dependencies-alpha.d.ts +51 -0
- package/dist/extensibility-dev-tools-dependencies-beta.d.ts +51 -0
- package/dist/extensibility-dev-tools-dependencies-internal.d.ts +372 -0
- package/dist/extensibility-dev-tools-dependencies-public.d.ts +51 -0
- package/dist/extensibility-dev-tools-internal.d.ts +1722 -0
- package/dist/extensibility-dev-tools-jsonschema-tools-alpha.d.ts +57 -0
- package/dist/extensibility-dev-tools-jsonschema-tools-beta.d.ts +57 -0
- package/dist/extensibility-dev-tools-jsonschema-tools-internal.d.ts +123 -0
- package/dist/extensibility-dev-tools-jsonschema-tools-public.d.ts +57 -0
- package/dist/extensibility-dev-tools-manifest-alpha.d.ts +31 -0
- package/dist/extensibility-dev-tools-manifest-beta.d.ts +31 -0
- package/dist/extensibility-dev-tools-manifest-internal.d.ts +461 -0
- package/dist/extensibility-dev-tools-manifest-public.d.ts +31 -0
- package/dist/extensibility-dev-tools-public.d.ts +199 -0
- package/dist/extensibility-dev-tools-schemas-alpha.d.ts +9 -0
- package/dist/extensibility-dev-tools-schemas-beta.d.ts +9 -0
- package/dist/extensibility-dev-tools-schemas-internal.d.ts +41 -0
- package/dist/extensibility-dev-tools-schemas-public.d.ts +9 -0
- package/dist/extensibility-dev-tools-templates-alpha.d.ts +67 -0
- package/dist/extensibility-dev-tools-templates-beta.d.ts +67 -0
- package/dist/extensibility-dev-tools-templates-internal.d.ts +554 -0
- package/dist/extensibility-dev-tools-templates-public.d.ts +67 -0
- package/dist/extensibility-dev-tools-workspace-alpha.d.ts +51 -0
- package/dist/extensibility-dev-tools-workspace-beta.d.ts +51 -0
- package/dist/extensibility-dev-tools-workspace-internal.d.ts +410 -0
- package/dist/extensibility-dev-tools-workspace-public.d.ts +51 -0
- package/dist/index.cjs +3810 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3758 -0
- package/dist/jsonschema-tools.cjs +20451 -0
- package/dist/jsonschema-tools.d.ts +98 -0
- package/dist/jsonschema-tools.d.ts.map +1 -0
- package/dist/jsonschema-tools.js +20404 -0
- package/dist/manifest/index.cjs +610 -0
- package/dist/manifest/index.d.ts +8 -0
- package/dist/manifest/index.d.ts.map +1 -0
- package/dist/manifest/index.js +571 -0
- package/dist/manifest/manifest-v1.d.ts +102 -0
- package/dist/manifest/manifest-v1.d.ts.map +1 -0
- package/dist/manifest/manifest-v2.d.ts +253 -0
- package/dist/manifest/manifest-v2.d.ts.map +1 -0
- package/dist/manifest/stripe-app-manifest.d.ts +114 -0
- package/dist/manifest/stripe-app-manifest.d.ts.map +1 -0
- package/dist/schemas/index.cjs +20692 -0
- package/dist/schemas/index.d.ts +37 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/index.js +20656 -0
- package/dist/templates/diff-viewer/diff-generator.d.ts +22 -0
- package/dist/templates/diff-viewer/diff-generator.d.ts.map +1 -0
- package/dist/templates/diff-viewer/diff-prompt.d.ts +13 -0
- package/dist/templates/diff-viewer/diff-prompt.d.ts.map +1 -0
- package/dist/templates/diff-viewer/index.d.ts +7 -0
- package/dist/templates/diff-viewer/index.d.ts.map +1 -0
- package/dist/templates/diff-viewer/terminal-renderer.d.ts +29 -0
- package/dist/templates/diff-viewer/terminal-renderer.d.ts.map +1 -0
- package/dist/templates/diff-viewer/types.d.ts +58 -0
- package/dist/templates/diff-viewer/types.d.ts.map +1 -0
- package/dist/templates/extensions/base.d.ts +23 -0
- package/dist/templates/extensions/base.d.ts.map +1 -0
- package/dist/templates/extensions/billing.bill.discount_calculation.d.ts +6 -0
- package/dist/templates/extensions/billing.bill.discount_calculation.d.ts.map +1 -0
- package/dist/templates/extensions/billing.customer_balance_application.d.ts +6 -0
- package/dist/templates/extensions/billing.customer_balance_application.d.ts.map +1 -0
- package/dist/templates/extensions/billing.invoice_collection_setting.d.ts +6 -0
- package/dist/templates/extensions/billing.invoice_collection_setting.d.ts.map +1 -0
- package/dist/templates/extensions/billing.prorations.d.ts +6 -0
- package/dist/templates/extensions/billing.prorations.d.ts.map +1 -0
- package/dist/templates/extensions/billing.recurring_billing_item_handling.d.ts +6 -0
- package/dist/templates/extensions/billing.recurring_billing_item_handling.d.ts.map +1 -0
- package/dist/templates/extensions/core.workflows.custom_action.d.ts +6 -0
- package/dist/templates/extensions/core.workflows.custom_action.d.ts.map +1 -0
- package/dist/templates/extensions/extend.objects.custom_objects.d.ts +6 -0
- package/dist/templates/extensions/extend.objects.custom_objects.d.ts.map +1 -0
- package/dist/templates/extensions/extend.workflows.custom_action.d.ts +6 -0
- package/dist/templates/extensions/extend.workflows.custom_action.d.ts.map +1 -0
- package/dist/templates/extensions/index.d.ts +13 -0
- package/dist/templates/extensions/index.d.ts.map +1 -0
- package/dist/templates/extensions/registry.d.ts +10 -0
- package/dist/templates/extensions/registry.d.ts.map +1 -0
- package/dist/templates/extensions/types.d.ts +104 -0
- package/dist/templates/extensions/types.d.ts.map +1 -0
- package/dist/templates/file-writer.d.ts +140 -0
- package/dist/templates/file-writer.d.ts.map +1 -0
- package/dist/templates/fs/_impl.d.ts +29 -0
- package/dist/templates/fs/_impl.d.ts.map +1 -0
- package/dist/templates/fs/filesystem.d.ts +8 -0
- package/dist/templates/fs/filesystem.d.ts.map +1 -0
- package/dist/templates/fs/in-memory.d.ts +9 -0
- package/dist/templates/fs/in-memory.d.ts.map +1 -0
- package/dist/templates/fs/index.d.ts +25 -0
- package/dist/templates/fs/index.d.ts.map +1 -0
- package/dist/templates/fs-utils.d.ts +17 -0
- package/dist/templates/fs-utils.d.ts.map +1 -0
- package/dist/templates/index.cjs +2248 -0
- package/dist/templates/index.d.ts +32 -0
- package/dist/templates/index.d.ts.map +1 -0
- package/dist/templates/index.js +2203 -0
- package/dist/templates/root/index.d.ts +60 -0
- package/dist/templates/root/index.d.ts.map +1 -0
- package/dist/templates/simple-templates.d.ts +8 -0
- package/dist/templates/simple-templates.d.ts.map +1 -0
- package/dist/templates/template-manager.d.ts +8 -0
- package/dist/templates/template-manager.d.ts.map +1 -0
- package/dist/templates/types.d.ts +9 -0
- package/dist/templates/types.d.ts.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/dist/workspace/index.cjs +3756 -0
- package/dist/workspace/index.d.ts +336 -0
- package/dist/workspace/index.d.ts.map +1 -0
- package/dist/workspace/index.js +3731 -0
- package/package.json +137 -0
- package/templates/extensions/billing.bill.discount_calculation/index.test.ts +15 -0
- package/templates/extensions/billing.bill.discount_calculation/index.ts +20 -0
- package/templates/extensions/billing.customer_balance_application/index.test.ts +15 -0
- package/templates/extensions/billing.customer_balance_application/index.ts +18 -0
- package/templates/extensions/billing.invoice_collection_setting/index.test.ts +15 -0
- package/templates/extensions/billing.invoice_collection_setting/index.ts +16 -0
- package/templates/extensions/billing.prorations/index.test.ts +15 -0
- package/templates/extensions/billing.prorations/index.ts +18 -0
- package/templates/extensions/billing.recurring_billing_item_handling/index.test.ts +15 -0
- package/templates/extensions/billing.recurring_billing_item_handling/index.ts +42 -0
- package/templates/extensions/common/.prettierignore +3 -0
- package/templates/extensions/common/eslint.config.mts.mustache +95 -0
- package/templates/extensions/common/package.json.mustache +26 -0
- package/templates/extensions/common/tsconfig.build.json.mustache +15 -0
- package/templates/extensions/common/tsconfig.json.mustache +16 -0
- package/templates/extensions/core.workflows.custom_action/custom_input.schema.json +6 -0
- package/templates/extensions/core.workflows.custom_action/index.test.ts +15 -0
- package/templates/extensions/core.workflows.custom_action/index.ts +31 -0
- package/templates/extensions/extend.workflows.custom_action/custom_input.schema.json +6 -0
- package/templates/extensions/extend.workflows.custom_action/index.test.ts +15 -0
- package/templates/extensions/extend.workflows.custom_action/index.ts +31 -0
- package/templates/root/.husky/pre-commit +1 -0
- package/templates/root/.prettierignore +5 -0
- package/templates/root/.prettierrc +7 -0
- package/templates/root/_gitignore +28 -0
- package/templates/root/custom-objects/package.json +20 -0
- package/templates/root/custom-objects/tsconfig.json +9 -0
- package/templates/root/eslint.config.mts +95 -0
- package/templates/root/package.json.mustache +32 -0
- package/templates/root/pnpm-workspace.yaml +7 -0
- package/templates/root/stripe-app.yaml.mustache +6 -0
- package/templates/root/tools/test.mts +38 -0
- package/templates/root/tsconfig.base.json +23 -0
- package/templates/root/tsconfig.json +15 -0
- package/templates/root/ui/package.json +17 -0
- package/templates/root/vitest.config.mts +47 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.publicapi";
|
|
2
|
+
export declare const Documented: {
|
|
3
|
+
/** DOCUMENTED_INVALID - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
4
|
+
readonly DOCUMENTED_INVALID: "DOCUMENTED_INVALID";
|
|
5
|
+
/** PUBLIC - Publicly documented, part of SDKs and docs. */
|
|
6
|
+
readonly PUBLIC: "PUBLIC";
|
|
7
|
+
/** INTERNAL - Internal-only, undocumented (but still publicly accessible). */
|
|
8
|
+
readonly INTERNAL: "INTERNAL";
|
|
9
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
10
|
+
};
|
|
11
|
+
export type Documented = typeof Documented[keyof typeof Documented];
|
|
12
|
+
export declare namespace Documented {
|
|
13
|
+
type DOCUMENTED_INVALID = typeof Documented.DOCUMENTED_INVALID;
|
|
14
|
+
type PUBLIC = typeof Documented.PUBLIC;
|
|
15
|
+
type INTERNAL = typeof Documented.INTERNAL;
|
|
16
|
+
type UNRECOGNIZED = typeof Documented.UNRECOGNIZED;
|
|
17
|
+
}
|
|
18
|
+
type ProtoMetaMessageOptions = {
|
|
19
|
+
options?: {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
};
|
|
22
|
+
fields?: {
|
|
23
|
+
[key: string]: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
oneof?: {
|
|
28
|
+
[key: string]: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
nested?: {
|
|
33
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export interface ProtoMetadata {
|
|
37
|
+
references: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
dependencies?: ProtoMetadata[];
|
|
41
|
+
options?: {
|
|
42
|
+
options?: {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
};
|
|
45
|
+
services?: {
|
|
46
|
+
[key: string]: {
|
|
47
|
+
options?: {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
};
|
|
50
|
+
methods?: {
|
|
51
|
+
[key: string]: {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
messages?: {
|
|
58
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
59
|
+
};
|
|
60
|
+
enums?: {
|
|
61
|
+
[key: string]: {
|
|
62
|
+
options?: {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
};
|
|
65
|
+
values?: {
|
|
66
|
+
[key: string]: {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
export declare const protoMetadata: ProtoMetadata;
|
|
75
|
+
export {};
|
|
76
|
+
//# sourceMappingURL=documented_enum.pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documented_enum.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/publicapi/documented_enum.pb.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe,yBAAyB,CAAC;AAEtD,eAAO,MAAM,UAAU;IACrB,kEAAkE;;IAElE,2DAA2D;;IAE3D,8EAA8E;;;CAGtE,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEpE,yBAAiB,UAAU,CAAC;IAC1B,KAAY,kBAAkB,GAAG,OAAO,UAAU,CAAC,kBAAkB,CAAC;IACtE,KAAY,MAAM,GAAG,OAAO,UAAU,CAAC,MAAM,CAAC;IAC9C,KAAY,QAAQ,GAAG,OAAO,UAAU,CAAC,QAAQ,CAAC;IAClD,KAAY,YAAY,GAAG,OAAO,UAAU,CAAC,YAAY,CAAC;CAC3D;AAED,KAAK,uBAAuB,GAAG;IAC7B,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IACjC,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAA;KAAE,CAAC;IACnD,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAA;KAAE,CAAC;IAClD,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;KAAE,CAAC;CACrD,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IACnC,YAAY,CAAC,EAAE,aAAa,EAAE,CAAC;IAC/B,OAAO,CAAC,EAAE;QACR,OAAO,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC;QACjC,QAAQ,CAAC,EAAE;YACT,CAAC,GAAG,EAAE,MAAM,GAAG;gBAAE,OAAO,CAAC,EAAE;oBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;iBAAE,CAAC;gBAAC,OAAO,CAAC,EAAE;oBAAE,CAAC,GAAG,EAAE,MAAM,GAAG;wBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;qBAAE,CAAA;iBAAE,CAAA;aAAE,CAAC;SAC1G,CAAC;QACF,QAAQ,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;SAAE,CAAC;QACtD,KAAK,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG;gBAAE,OAAO,CAAC,EAAE;oBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;iBAAE,CAAC;gBAAC,MAAM,CAAC,EAAE;oBAAE,CAAC,GAAG,EAAE,MAAM,GAAG;wBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;qBAAE,CAAA;iBAAE,CAAA;aAAE,CAAA;SAAE,CAAC;KACrH,CAAC;CACH;AAED,eAAO,MAAM,aAAa,EAAE,aAI3B,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.publicapi";
|
|
2
|
+
/**
|
|
3
|
+
* The scope for API events.
|
|
4
|
+
* This enum controls which level of access is required to view/subscribe to events.
|
|
5
|
+
*/
|
|
6
|
+
export declare const EventScope: {
|
|
7
|
+
/**
|
|
8
|
+
* EVENT_SCOPE_INVALID - Default value when the field is omitted.
|
|
9
|
+
* buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX
|
|
10
|
+
*/
|
|
11
|
+
readonly EVENT_SCOPE_INVALID: "EVENT_SCOPE_INVALID";
|
|
12
|
+
/**
|
|
13
|
+
* WORKSPACE_ONLY - Event is only available at the workspace level.
|
|
14
|
+
* This is the default value.
|
|
15
|
+
*/
|
|
16
|
+
readonly WORKSPACE_ONLY: "WORKSPACE_ONLY";
|
|
17
|
+
/**
|
|
18
|
+
* ORGANIZATION_ONLY - Event is only available at the organization level.
|
|
19
|
+
* Requires organization-level permissions.
|
|
20
|
+
*/
|
|
21
|
+
readonly ORGANIZATION_ONLY: "ORGANIZATION_ONLY";
|
|
22
|
+
/** WORKSPACE_AND_ORGANIZATION - Event is available at both workspace and organization levels. */
|
|
23
|
+
readonly WORKSPACE_AND_ORGANIZATION: "WORKSPACE_AND_ORGANIZATION";
|
|
24
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
25
|
+
};
|
|
26
|
+
export type EventScope = typeof EventScope[keyof typeof EventScope];
|
|
27
|
+
export declare namespace EventScope {
|
|
28
|
+
type EVENT_SCOPE_INVALID = typeof EventScope.EVENT_SCOPE_INVALID;
|
|
29
|
+
type WORKSPACE_ONLY = typeof EventScope.WORKSPACE_ONLY;
|
|
30
|
+
type ORGANIZATION_ONLY = typeof EventScope.ORGANIZATION_ONLY;
|
|
31
|
+
type WORKSPACE_AND_ORGANIZATION = typeof EventScope.WORKSPACE_AND_ORGANIZATION;
|
|
32
|
+
type UNRECOGNIZED = typeof EventScope.UNRECOGNIZED;
|
|
33
|
+
}
|
|
34
|
+
type ProtoMetaMessageOptions = {
|
|
35
|
+
options?: {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
};
|
|
38
|
+
fields?: {
|
|
39
|
+
[key: string]: {
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
oneof?: {
|
|
44
|
+
[key: string]: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
nested?: {
|
|
49
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
export interface ProtoMetadata {
|
|
53
|
+
references: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
dependencies?: ProtoMetadata[];
|
|
57
|
+
options?: {
|
|
58
|
+
options?: {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
};
|
|
61
|
+
services?: {
|
|
62
|
+
[key: string]: {
|
|
63
|
+
options?: {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
};
|
|
66
|
+
methods?: {
|
|
67
|
+
[key: string]: {
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
messages?: {
|
|
74
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
75
|
+
};
|
|
76
|
+
enums?: {
|
|
77
|
+
[key: string]: {
|
|
78
|
+
options?: {
|
|
79
|
+
[key: string]: any;
|
|
80
|
+
};
|
|
81
|
+
values?: {
|
|
82
|
+
[key: string]: {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
export declare const protoMetadata: ProtoMetadata;
|
|
91
|
+
export {};
|
|
92
|
+
//# sourceMappingURL=event_scope_enum.pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event_scope_enum.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/publicapi/event_scope_enum.pb.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe,yBAAyB,CAAC;AAEtD;;;GAGG;AACH,eAAO,MAAM,UAAU;IACrB;;;OAGG;;IAEH;;;OAGG;;IAEH;;;OAGG;;IAEH,iGAAiG;;;CAGzF,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEpE,yBAAiB,UAAU,CAAC;IAC1B,KAAY,mBAAmB,GAAG,OAAO,UAAU,CAAC,mBAAmB,CAAC;IACxE,KAAY,cAAc,GAAG,OAAO,UAAU,CAAC,cAAc,CAAC;IAC9D,KAAY,iBAAiB,GAAG,OAAO,UAAU,CAAC,iBAAiB,CAAC;IACpE,KAAY,0BAA0B,GAAG,OAAO,UAAU,CAAC,0BAA0B,CAAC;IACtF,KAAY,YAAY,GAAG,OAAO,UAAU,CAAC,YAAY,CAAC;CAC3D;AAED,KAAK,uBAAuB,GAAG;IAC7B,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IACjC,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAA;KAAE,CAAC;IACnD,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAA;KAAE,CAAC;IAClD,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;KAAE,CAAC;CACrD,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IACnC,YAAY,CAAC,EAAE,aAAa,EAAE,CAAC;IAC/B,OAAO,CAAC,EAAE;QACR,OAAO,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE,CAAC;QACjC,QAAQ,CAAC,EAAE;YACT,CAAC,GAAG,EAAE,MAAM,GAAG;gBAAE,OAAO,CAAC,EAAE;oBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;iBAAE,CAAC;gBAAC,OAAO,CAAC,EAAE;oBAAE,CAAC,GAAG,EAAE,MAAM,GAAG;wBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;qBAAE,CAAA;iBAAE,CAAA;aAAE,CAAC;SAC1G,CAAC;QACF,QAAQ,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;SAAE,CAAC;QACtD,KAAK,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG;gBAAE,OAAO,CAAC,EAAE;oBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;iBAAE,CAAC;gBAAC,MAAM,CAAC,EAAE;oBAAE,CAAC,GAAG,EAAE,MAAM,GAAG;wBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;qBAAE,CAAA;iBAAE,CAAA;aAAE,CAAA;SAAE,CAAC;KACrH,CAAC;CACH;AAED,eAAO,MAAM,aAAa,EAAE,aAI3B,CAAC"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.publicapi";
|
|
2
|
+
export declare const ExtensionImplementationType: {
|
|
3
|
+
/** EXTENSION_IMPLEMENTATION_TYPE_INVALID - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
4
|
+
readonly EXTENSION_IMPLEMENTATION_TYPE_INVALID: "EXTENSION_IMPLEMENTATION_TYPE_INVALID";
|
|
5
|
+
readonly REMOTE_FUNCTION: "REMOTE_FUNCTION";
|
|
6
|
+
readonly SCRIPT: "SCRIPT";
|
|
7
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
8
|
+
};
|
|
9
|
+
export type ExtensionImplementationType = typeof ExtensionImplementationType[keyof typeof ExtensionImplementationType];
|
|
10
|
+
export declare namespace ExtensionImplementationType {
|
|
11
|
+
type EXTENSION_IMPLEMENTATION_TYPE_INVALID = typeof ExtensionImplementationType.EXTENSION_IMPLEMENTATION_TYPE_INVALID;
|
|
12
|
+
type REMOTE_FUNCTION = typeof ExtensionImplementationType.REMOTE_FUNCTION;
|
|
13
|
+
type SCRIPT = typeof ExtensionImplementationType.SCRIPT;
|
|
14
|
+
type UNRECOGNIZED = typeof ExtensionImplementationType.UNRECOGNIZED;
|
|
15
|
+
}
|
|
16
|
+
export declare const ExtensionRetryPolicyType: {
|
|
17
|
+
/** EXTENSION_RETRY_POLICY_TYPE_INVALID - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
18
|
+
readonly EXTENSION_RETRY_POLICY_TYPE_INVALID: "EXTENSION_RETRY_POLICY_TYPE_INVALID";
|
|
19
|
+
readonly AT_MOST_ONCE: "AT_MOST_ONCE";
|
|
20
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
21
|
+
};
|
|
22
|
+
export type ExtensionRetryPolicyType = typeof ExtensionRetryPolicyType[keyof typeof ExtensionRetryPolicyType];
|
|
23
|
+
export declare namespace ExtensionRetryPolicyType {
|
|
24
|
+
type EXTENSION_RETRY_POLICY_TYPE_INVALID = typeof ExtensionRetryPolicyType.EXTENSION_RETRY_POLICY_TYPE_INVALID;
|
|
25
|
+
type AT_MOST_ONCE = typeof ExtensionRetryPolicyType.AT_MOST_ONCE;
|
|
26
|
+
type UNRECOGNIZED = typeof ExtensionRetryPolicyType.UNRECOGNIZED;
|
|
27
|
+
}
|
|
28
|
+
export declare const UsageType: {
|
|
29
|
+
/** USAGE_TYPE_UNSPECIFIED - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
30
|
+
readonly USAGE_TYPE_UNSPECIFIED: "USAGE_TYPE_UNSPECIFIED";
|
|
31
|
+
/** ONE_PER_MERCHANT - Each merchant only allows 1 extension usage */
|
|
32
|
+
readonly ONE_PER_MERCHANT: "ONE_PER_MERCHANT";
|
|
33
|
+
/** MANY_PER_MERCHANT - Each merchant only allows N extension usages */
|
|
34
|
+
readonly MANY_PER_MERCHANT: "MANY_PER_MERCHANT";
|
|
35
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
36
|
+
};
|
|
37
|
+
export type UsageType = typeof UsageType[keyof typeof UsageType];
|
|
38
|
+
export declare namespace UsageType {
|
|
39
|
+
type USAGE_TYPE_UNSPECIFIED = typeof UsageType.USAGE_TYPE_UNSPECIFIED;
|
|
40
|
+
type ONE_PER_MERCHANT = typeof UsageType.ONE_PER_MERCHANT;
|
|
41
|
+
type MANY_PER_MERCHANT = typeof UsageType.MANY_PER_MERCHANT;
|
|
42
|
+
type UNRECOGNIZED = typeof UsageType.UNRECOGNIZED;
|
|
43
|
+
}
|
|
44
|
+
export declare const ScriptExecutionProfile: {
|
|
45
|
+
/** SCRIPT_EXECUTION_PROFILE_UNSPECIFIED - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
46
|
+
readonly SCRIPT_EXECUTION_PROFILE_UNSPECIFIED: "SCRIPT_EXECUTION_PROFILE_UNSPECIFIED";
|
|
47
|
+
/** SCRIPT_EXECUTION_PROFILE_RESTRICTED - Scripts must execute in the RESTRICTED profile: no egress, no async operations. Suitable for low-latency use cases. This is the default. */
|
|
48
|
+
readonly SCRIPT_EXECUTION_PROFILE_RESTRICTED: "SCRIPT_EXECUTION_PROFILE_RESTRICTED";
|
|
49
|
+
/** SCRIPT_EXECUTION_PROFILE_EGRESS - Scripts may make remote calls (outside of Stripe), and run for a longer period of time. */
|
|
50
|
+
readonly SCRIPT_EXECUTION_PROFILE_EGRESS: "SCRIPT_EXECUTION_PROFILE_EGRESS";
|
|
51
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
52
|
+
};
|
|
53
|
+
export type ScriptExecutionProfile = typeof ScriptExecutionProfile[keyof typeof ScriptExecutionProfile];
|
|
54
|
+
export declare namespace ScriptExecutionProfile {
|
|
55
|
+
type SCRIPT_EXECUTION_PROFILE_UNSPECIFIED = typeof ScriptExecutionProfile.SCRIPT_EXECUTION_PROFILE_UNSPECIFIED;
|
|
56
|
+
type SCRIPT_EXECUTION_PROFILE_RESTRICTED = typeof ScriptExecutionProfile.SCRIPT_EXECUTION_PROFILE_RESTRICTED;
|
|
57
|
+
type SCRIPT_EXECUTION_PROFILE_EGRESS = typeof ScriptExecutionProfile.SCRIPT_EXECUTION_PROFILE_EGRESS;
|
|
58
|
+
type UNRECOGNIZED = typeof ScriptExecutionProfile.UNRECOGNIZED;
|
|
59
|
+
}
|
|
60
|
+
export interface ExtensionRetryPolicy {
|
|
61
|
+
/** @deprecated */
|
|
62
|
+
typeDeprecated: string;
|
|
63
|
+
maxRetries: number;
|
|
64
|
+
type: ExtensionRetryPolicyType;
|
|
65
|
+
}
|
|
66
|
+
type ProtoMetaMessageOptions = {
|
|
67
|
+
options?: {
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
};
|
|
70
|
+
fields?: {
|
|
71
|
+
[key: string]: {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
oneof?: {
|
|
76
|
+
[key: string]: {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
nested?: {
|
|
81
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
export interface ProtoMetadata {
|
|
85
|
+
references: {
|
|
86
|
+
[key: string]: any;
|
|
87
|
+
};
|
|
88
|
+
dependencies?: ProtoMetadata[];
|
|
89
|
+
options?: {
|
|
90
|
+
options?: {
|
|
91
|
+
[key: string]: any;
|
|
92
|
+
};
|
|
93
|
+
services?: {
|
|
94
|
+
[key: string]: {
|
|
95
|
+
options?: {
|
|
96
|
+
[key: string]: any;
|
|
97
|
+
};
|
|
98
|
+
methods?: {
|
|
99
|
+
[key: string]: {
|
|
100
|
+
[key: string]: any;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
messages?: {
|
|
106
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
107
|
+
};
|
|
108
|
+
enums?: {
|
|
109
|
+
[key: string]: {
|
|
110
|
+
options?: {
|
|
111
|
+
[key: string]: any;
|
|
112
|
+
};
|
|
113
|
+
values?: {
|
|
114
|
+
[key: string]: {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
export declare const protoMetadata: ProtoMetadata;
|
|
123
|
+
export {};
|
|
124
|
+
//# sourceMappingURL=extension_interface.pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"extension_interface.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/publicapi/extension_interface.pb.ts"],"names":[],"mappings":"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"}
|