@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
package/dist/custom-objects/generated/proto/vendor/vext/privacy_unified_annotations.pb.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privacy_unified_annotations.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/vext/privacy_unified_annotations.pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.vext";
|
|
2
|
+
/** Proto3 extensions are still written in proto2! */
|
|
3
|
+
export interface XmlFieldMapping {
|
|
4
|
+
/**
|
|
5
|
+
* Defines how a protobuf field should be mapped to an xml component.
|
|
6
|
+
*
|
|
7
|
+
* Examples:
|
|
8
|
+
*
|
|
9
|
+
* Element mapping (for XML schema element):
|
|
10
|
+
* Proto field: StringValue user_name = 1 [xml = {element: {name: "userName"}}];
|
|
11
|
+
* XML output: <parent><userName>dummy_user</userName></parent>
|
|
12
|
+
*
|
|
13
|
+
* Attribute mapping (for XML schema attribute):
|
|
14
|
+
* Proto field: StringValue id = 2 [xml = {attribute: {name: "id"}}];
|
|
15
|
+
* XML output: <parent id="12345">...</parent>
|
|
16
|
+
*
|
|
17
|
+
* Inheritance mapping (for XML schema extension):
|
|
18
|
+
* Proto field: BaseType base_type = 3 [xml = {inheritance: {}}];
|
|
19
|
+
* XML output: The fields from BaseType are flattened into the parent element
|
|
20
|
+
*
|
|
21
|
+
* Value mapping (for XML schema simple content):
|
|
22
|
+
* Proto field: StringValue content = 4 [xml = {value: {}}];
|
|
23
|
+
* XML output: <parent>content_value</parent> (becomes the text content)
|
|
24
|
+
*/
|
|
25
|
+
kind: {
|
|
26
|
+
$case: "element";
|
|
27
|
+
value: XmlFieldMapping_Element;
|
|
28
|
+
} | {
|
|
29
|
+
$case: "attribute";
|
|
30
|
+
value: XmlFieldMapping_Attribute;
|
|
31
|
+
} | {
|
|
32
|
+
$case: "inheritance";
|
|
33
|
+
value: XmlFieldMapping_Inheritance;
|
|
34
|
+
} | {
|
|
35
|
+
$case: "value";
|
|
36
|
+
value: XmlFieldMapping_Value;
|
|
37
|
+
} | undefined;
|
|
38
|
+
}
|
|
39
|
+
export interface XmlFieldMapping_Element {
|
|
40
|
+
name?: string | undefined;
|
|
41
|
+
namespace?: string | undefined;
|
|
42
|
+
}
|
|
43
|
+
export interface XmlFieldMapping_Attribute {
|
|
44
|
+
name?: string | undefined;
|
|
45
|
+
namespace?: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
export interface XmlFieldMapping_Inheritance {
|
|
48
|
+
}
|
|
49
|
+
export interface XmlFieldMapping_Value {
|
|
50
|
+
}
|
|
51
|
+
export interface XmlMessageMapping {
|
|
52
|
+
/** Specifies whether the message should be interpreted as an xml root. */
|
|
53
|
+
rootElement?: XmlMessageMapping_RootElement | undefined;
|
|
54
|
+
}
|
|
55
|
+
export interface XmlMessageMapping_RootElement {
|
|
56
|
+
name?: string | undefined;
|
|
57
|
+
namespace?: string | undefined;
|
|
58
|
+
namespaceDefinitions: XmlMessageMapping_RootElement_NamespaceDefinition[];
|
|
59
|
+
}
|
|
60
|
+
export interface XmlMessageMapping_RootElement_NamespaceDefinition {
|
|
61
|
+
prefix?: string | undefined;
|
|
62
|
+
uri?: string | undefined;
|
|
63
|
+
}
|
|
64
|
+
export interface XmlEnumValueMapping {
|
|
65
|
+
name?: string | undefined;
|
|
66
|
+
}
|
|
67
|
+
type ProtoMetaMessageOptions = {
|
|
68
|
+
options?: {
|
|
69
|
+
[key: string]: any;
|
|
70
|
+
};
|
|
71
|
+
fields?: {
|
|
72
|
+
[key: string]: {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
oneof?: {
|
|
77
|
+
[key: string]: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
nested?: {
|
|
82
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
export interface ProtoMetadata {
|
|
86
|
+
references: {
|
|
87
|
+
[key: string]: any;
|
|
88
|
+
};
|
|
89
|
+
dependencies?: ProtoMetadata[];
|
|
90
|
+
options?: {
|
|
91
|
+
options?: {
|
|
92
|
+
[key: string]: any;
|
|
93
|
+
};
|
|
94
|
+
services?: {
|
|
95
|
+
[key: string]: {
|
|
96
|
+
options?: {
|
|
97
|
+
[key: string]: any;
|
|
98
|
+
};
|
|
99
|
+
methods?: {
|
|
100
|
+
[key: string]: {
|
|
101
|
+
[key: string]: any;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
messages?: {
|
|
107
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
108
|
+
};
|
|
109
|
+
enums?: {
|
|
110
|
+
[key: string]: {
|
|
111
|
+
options?: {
|
|
112
|
+
[key: string]: any;
|
|
113
|
+
};
|
|
114
|
+
values?: {
|
|
115
|
+
[key: string]: {
|
|
116
|
+
[key: string]: any;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
export declare const protoMetadata: ProtoMetadata;
|
|
124
|
+
export {};
|
|
125
|
+
//# sourceMappingURL=xml_annotations.pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"xml_annotations.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/vext/xml_annotations.pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Transforms shared custom-object build artifacts into the proto-JSON shape
|
|
3
|
+
* expected by the UpsertObjectDefinitionRequest RPC.
|
|
4
|
+
*
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
import type { CustomObjectBuildResult } from '@stripe/extensibility-custom-objects-tools/internal';
|
|
8
|
+
import type { UpsertObjectDefinitionRequest } from './generated/proto/custom_objects/pub/api/app_api/object_definitions_app_service.pb.js';
|
|
9
|
+
/**
|
|
10
|
+
* Convert a custom object build artifact into an UpsertObjectDefinitionRequest.
|
|
11
|
+
*
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare function toUpsertRequestJson(buildArtifact: CustomObjectBuildResult): Omit<UpsertObjectDefinitionRequest, 'apiActions'> & {
|
|
15
|
+
apiActions: Record<string, Record<string, unknown>>;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=to-proto-json.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"to-proto-json.d.ts","sourceRoot":"","sources":["../../src/custom-objects/to-proto-json.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qDAAqD,CAAC;AACnG,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,uFAAuF,CAAC;AAY3I;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,aAAa,EAAE,uBAAuB,GAAG,IAAI,CAC/E,6BAA6B,EAC7B,YAAY,CACb,GAAG;IACF,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;CACrD,CAgBA"}
|