@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,105 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.metadata.pub.api";
|
|
2
|
+
export interface Metadata {
|
|
3
|
+
metadata: {
|
|
4
|
+
[key: string]: Metadata_Value;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
export interface Metadata_Value {
|
|
8
|
+
kind: {
|
|
9
|
+
$case: "stringValue";
|
|
10
|
+
value: string;
|
|
11
|
+
} | undefined;
|
|
12
|
+
}
|
|
13
|
+
export interface Metadata_MetadataEntry {
|
|
14
|
+
key: string;
|
|
15
|
+
value: Metadata_Value | undefined;
|
|
16
|
+
}
|
|
17
|
+
export interface MetadataMutation {
|
|
18
|
+
metadata: {
|
|
19
|
+
[key: string]: MetadataMutation_Value;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export interface MetadataMutation_Value {
|
|
23
|
+
kind: {
|
|
24
|
+
$case: "removeKey";
|
|
25
|
+
value: MetadataMutation_Value_RemoveKey;
|
|
26
|
+
} | {
|
|
27
|
+
$case: "stringValue";
|
|
28
|
+
value: string;
|
|
29
|
+
} | undefined;
|
|
30
|
+
}
|
|
31
|
+
export declare const MetadataMutation_Value_RemoveKey: {
|
|
32
|
+
/** REMOVE_KEY_INVALID - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
33
|
+
readonly REMOVE_KEY_INVALID: "REMOVE_KEY_INVALID";
|
|
34
|
+
readonly REMOVE_KEY: "REMOVE_KEY";
|
|
35
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
36
|
+
};
|
|
37
|
+
export type MetadataMutation_Value_RemoveKey = typeof MetadataMutation_Value_RemoveKey[keyof typeof MetadataMutation_Value_RemoveKey];
|
|
38
|
+
export declare namespace MetadataMutation_Value_RemoveKey {
|
|
39
|
+
type REMOVE_KEY_INVALID = typeof MetadataMutation_Value_RemoveKey.REMOVE_KEY_INVALID;
|
|
40
|
+
type REMOVE_KEY = typeof MetadataMutation_Value_RemoveKey.REMOVE_KEY;
|
|
41
|
+
type UNRECOGNIZED = typeof MetadataMutation_Value_RemoveKey.UNRECOGNIZED;
|
|
42
|
+
}
|
|
43
|
+
export interface MetadataMutation_MetadataEntry {
|
|
44
|
+
key: string;
|
|
45
|
+
value: MetadataMutation_Value | undefined;
|
|
46
|
+
}
|
|
47
|
+
type ProtoMetaMessageOptions = {
|
|
48
|
+
options?: {
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
};
|
|
51
|
+
fields?: {
|
|
52
|
+
[key: string]: {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
oneof?: {
|
|
57
|
+
[key: string]: {
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
nested?: {
|
|
62
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
export interface ProtoMetadata {
|
|
66
|
+
references: {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
};
|
|
69
|
+
dependencies?: ProtoMetadata[];
|
|
70
|
+
options?: {
|
|
71
|
+
options?: {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
};
|
|
74
|
+
services?: {
|
|
75
|
+
[key: string]: {
|
|
76
|
+
options?: {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
};
|
|
79
|
+
methods?: {
|
|
80
|
+
[key: string]: {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
messages?: {
|
|
87
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
88
|
+
};
|
|
89
|
+
enums?: {
|
|
90
|
+
[key: string]: {
|
|
91
|
+
options?: {
|
|
92
|
+
[key: string]: any;
|
|
93
|
+
};
|
|
94
|
+
values?: {
|
|
95
|
+
[key: string]: {
|
|
96
|
+
[key: string]: any;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
export declare const protoMetadata: ProtoMetadata;
|
|
104
|
+
export {};
|
|
105
|
+
//# sourceMappingURL=api_metadata.pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api_metadata.pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/custom-objects/generated/proto/vendor/metadata/pub/api/api_metadata.pb.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe,gCAAgC,CAAC;AAE7D,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAAA;KAAE,CAAC;CAC7C;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE;QAAE,KAAK,EAAE,aAAa,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;CAC3D;AAED,MAAM,WAAW,sBAAsB;IACrC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,cAAc,GAAG,SAAS,CAAC;CACnC;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,sBAAsB,CAAA;KAAE,CAAC;CACrD;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EACA;QAAE,KAAK,EAAE,WAAW,CAAC;QAAC,KAAK,EAAE,gCAAgC,CAAA;KAAE,GAC/D;QAAE,KAAK,EAAE,aAAa,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,GACvC,SAAS,CAAC;CACf;AAED,eAAO,MAAM,gCAAgC;IAC3C,kEAAkE;;;;CAI1D,CAAC;AAEX,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEzF,yBAAiB,gCAAgC,CAAC;IAChD,KAAY,kBAAkB,GAAG,OAAO,gCAAgC,CAAC,kBAAkB,CAAC;IAC5F,KAAY,UAAU,GAAG,OAAO,gCAAgC,CAAC,UAAU,CAAC;IAC5E,KAAY,YAAY,GAAG,OAAO,gCAAgC,CAAC,YAAY,CAAC;CACjF;AAED,MAAM,WAAW,8BAA8B;IAC7C,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,sBAAsB,GAAG,SAAS,CAAC;CAC3C;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,79 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.net.idempotency";
|
|
2
|
+
export interface Idempotency {
|
|
3
|
+
operationType: Idempotency_OperationType;
|
|
4
|
+
/** TODO - validate this isn't too large */
|
|
5
|
+
windowSeconds?: number | undefined;
|
|
6
|
+
}
|
|
7
|
+
export declare const Idempotency_OperationType: {
|
|
8
|
+
/** OPERATION_TYPE_INVALID - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
9
|
+
readonly OPERATION_TYPE_INVALID: "OPERATION_TYPE_INVALID";
|
|
10
|
+
readonly NON_MUTATING: "NON_MUTATING";
|
|
11
|
+
readonly MUTATING: "MUTATING";
|
|
12
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
13
|
+
};
|
|
14
|
+
export type Idempotency_OperationType = typeof Idempotency_OperationType[keyof typeof Idempotency_OperationType];
|
|
15
|
+
export declare namespace Idempotency_OperationType {
|
|
16
|
+
type OPERATION_TYPE_INVALID = typeof Idempotency_OperationType.OPERATION_TYPE_INVALID;
|
|
17
|
+
type NON_MUTATING = typeof Idempotency_OperationType.NON_MUTATING;
|
|
18
|
+
type MUTATING = typeof Idempotency_OperationType.MUTATING;
|
|
19
|
+
type UNRECOGNIZED = typeof Idempotency_OperationType.UNRECOGNIZED;
|
|
20
|
+
}
|
|
21
|
+
type ProtoMetaMessageOptions = {
|
|
22
|
+
options?: {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
fields?: {
|
|
26
|
+
[key: string]: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
oneof?: {
|
|
31
|
+
[key: string]: {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
nested?: {
|
|
36
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export interface ProtoMetadata {
|
|
40
|
+
references: {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
};
|
|
43
|
+
dependencies?: ProtoMetadata[];
|
|
44
|
+
options?: {
|
|
45
|
+
options?: {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
};
|
|
48
|
+
services?: {
|
|
49
|
+
[key: string]: {
|
|
50
|
+
options?: {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
};
|
|
53
|
+
methods?: {
|
|
54
|
+
[key: string]: {
|
|
55
|
+
[key: string]: any;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
messages?: {
|
|
61
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
62
|
+
};
|
|
63
|
+
enums?: {
|
|
64
|
+
[key: string]: {
|
|
65
|
+
options?: {
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
};
|
|
68
|
+
values?: {
|
|
69
|
+
[key: string]: {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
export declare const protoMetadata: ProtoMetadata;
|
|
78
|
+
export {};
|
|
79
|
+
//# sourceMappingURL=idempotency_model.pb.d.ts.map
|
package/dist/custom-objects/generated/proto/vendor/net/idempotency/idempotency_model.pb.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"idempotency_model.pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom-objects/generated/proto/vendor/net/idempotency/idempotency_model.pb.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe,+BAA+B,CAAC;AAE5D,MAAM,WAAW,WAAW;IAC1B,aAAa,EAAE,yBAAyB,CAAC;IACzC,2CAA2C;IAC3C,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACpC;AAED,eAAO,MAAM,yBAAyB;IACpC,sEAAsE;;;;;CAK9D,CAAC;AAEX,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC;AAEjH,yBAAiB,yBAAyB,CAAC;IACzC,KAAY,sBAAsB,GAAG,OAAO,yBAAyB,CAAC,sBAAsB,CAAC;IAC7F,KAAY,YAAY,GAAG,OAAO,yBAAyB,CAAC,YAAY,CAAC;IACzE,KAAY,QAAQ,GAAG,OAAO,yBAAyB,CAAC,QAAQ,CAAC;IACjE,KAAY,YAAY,GAAG,OAAO,yBAAyB,CAAC,YAAY,CAAC;CAC1E;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,129 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.publicapi";
|
|
2
|
+
/**
|
|
3
|
+
* All annotations are required for API Groups - please refer to examples if unsure, or reach out to for help!
|
|
4
|
+
* TODO: Add validation for ensuring that all annotations are provided for API Groups
|
|
5
|
+
*/
|
|
6
|
+
export declare const ApiGroup: {
|
|
7
|
+
/** API_GROUP_INVALID - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
8
|
+
readonly API_GROUP_INVALID: "API_GROUP_INVALID";
|
|
9
|
+
readonly CORE: "CORE";
|
|
10
|
+
readonly BILLING: "BILLING";
|
|
11
|
+
readonly TAX: "TAX";
|
|
12
|
+
/** CORE_VAULT - Here, VAULT is the subgroup, and CORE is the main API group */
|
|
13
|
+
readonly CORE_VAULT: "CORE_VAULT";
|
|
14
|
+
readonly MONEY_MANAGEMENT: "MONEY_MANAGEMENT";
|
|
15
|
+
readonly AGENTIC: "AGENTIC";
|
|
16
|
+
readonly PAYMENTS: "PAYMENTS";
|
|
17
|
+
readonly REPORTING: "REPORTING";
|
|
18
|
+
readonly DEVELOPMENT: "DEVELOPMENT";
|
|
19
|
+
readonly IAM: "IAM";
|
|
20
|
+
/** CORE_HEALTH - Here, HEALTH is the subgroup, and CORE is the main API group */
|
|
21
|
+
readonly CORE_HEALTH: "CORE_HEALTH";
|
|
22
|
+
readonly V1: "V1";
|
|
23
|
+
readonly ORCHESTRATED_COMMERCE: "ORCHESTRATED_COMMERCE";
|
|
24
|
+
readonly NETWORK: "NETWORK";
|
|
25
|
+
readonly CUSTOM_OBJECTS: "CUSTOM_OBJECTS";
|
|
26
|
+
readonly PROVISIONING: "PROVISIONING";
|
|
27
|
+
readonly COMMERCE: "COMMERCE";
|
|
28
|
+
/** DATA_REPORTING - Data reporting subgroup (e.g. query runs); path /v2/data/reporting */
|
|
29
|
+
readonly DATA_REPORTING: "DATA_REPORTING";
|
|
30
|
+
readonly SIGNALS: "SIGNALS";
|
|
31
|
+
readonly DATA: "DATA";
|
|
32
|
+
readonly EXTEND: "EXTEND";
|
|
33
|
+
/** DATA_ANALYTICS - Data analytics subgroup (e.g. metric queries); path /v2/data/analytics */
|
|
34
|
+
readonly DATA_ANALYTICS: "DATA_ANALYTICS";
|
|
35
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
36
|
+
};
|
|
37
|
+
export type ApiGroup = typeof ApiGroup[keyof typeof ApiGroup];
|
|
38
|
+
export declare namespace ApiGroup {
|
|
39
|
+
type API_GROUP_INVALID = typeof ApiGroup.API_GROUP_INVALID;
|
|
40
|
+
type CORE = typeof ApiGroup.CORE;
|
|
41
|
+
type BILLING = typeof ApiGroup.BILLING;
|
|
42
|
+
type TAX = typeof ApiGroup.TAX;
|
|
43
|
+
type CORE_VAULT = typeof ApiGroup.CORE_VAULT;
|
|
44
|
+
type MONEY_MANAGEMENT = typeof ApiGroup.MONEY_MANAGEMENT;
|
|
45
|
+
type AGENTIC = typeof ApiGroup.AGENTIC;
|
|
46
|
+
type PAYMENTS = typeof ApiGroup.PAYMENTS;
|
|
47
|
+
type REPORTING = typeof ApiGroup.REPORTING;
|
|
48
|
+
type DEVELOPMENT = typeof ApiGroup.DEVELOPMENT;
|
|
49
|
+
type IAM = typeof ApiGroup.IAM;
|
|
50
|
+
type CORE_HEALTH = typeof ApiGroup.CORE_HEALTH;
|
|
51
|
+
type V1 = typeof ApiGroup.V1;
|
|
52
|
+
type ORCHESTRATED_COMMERCE = typeof ApiGroup.ORCHESTRATED_COMMERCE;
|
|
53
|
+
type NETWORK = typeof ApiGroup.NETWORK;
|
|
54
|
+
type CUSTOM_OBJECTS = typeof ApiGroup.CUSTOM_OBJECTS;
|
|
55
|
+
type PROVISIONING = typeof ApiGroup.PROVISIONING;
|
|
56
|
+
type COMMERCE = typeof ApiGroup.COMMERCE;
|
|
57
|
+
type DATA_REPORTING = typeof ApiGroup.DATA_REPORTING;
|
|
58
|
+
type SIGNALS = typeof ApiGroup.SIGNALS;
|
|
59
|
+
type DATA = typeof ApiGroup.DATA;
|
|
60
|
+
type EXTEND = typeof ApiGroup.EXTEND;
|
|
61
|
+
type DATA_ANALYTICS = typeof ApiGroup.DATA_ANALYTICS;
|
|
62
|
+
type UNRECOGNIZED = typeof ApiGroup.UNRECOGNIZED;
|
|
63
|
+
}
|
|
64
|
+
export interface ApiGroupSpec {
|
|
65
|
+
/**
|
|
66
|
+
* This is the user facing name of the API group, and what will be used to define HTTP routes for RPCs.
|
|
67
|
+
* For example, for name = money_management, the route will look like "/v2/money_management/.."
|
|
68
|
+
*/
|
|
69
|
+
name: string;
|
|
70
|
+
}
|
|
71
|
+
type ProtoMetaMessageOptions = {
|
|
72
|
+
options?: {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
};
|
|
75
|
+
fields?: {
|
|
76
|
+
[key: string]: {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
oneof?: {
|
|
81
|
+
[key: string]: {
|
|
82
|
+
[key: string]: any;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
nested?: {
|
|
86
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
export interface ProtoMetadata {
|
|
90
|
+
references: {
|
|
91
|
+
[key: string]: any;
|
|
92
|
+
};
|
|
93
|
+
dependencies?: ProtoMetadata[];
|
|
94
|
+
options?: {
|
|
95
|
+
options?: {
|
|
96
|
+
[key: string]: any;
|
|
97
|
+
};
|
|
98
|
+
services?: {
|
|
99
|
+
[key: string]: {
|
|
100
|
+
options?: {
|
|
101
|
+
[key: string]: any;
|
|
102
|
+
};
|
|
103
|
+
methods?: {
|
|
104
|
+
[key: string]: {
|
|
105
|
+
[key: string]: any;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
messages?: {
|
|
111
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
112
|
+
};
|
|
113
|
+
enums?: {
|
|
114
|
+
[key: string]: {
|
|
115
|
+
options?: {
|
|
116
|
+
[key: string]: any;
|
|
117
|
+
};
|
|
118
|
+
values?: {
|
|
119
|
+
[key: string]: {
|
|
120
|
+
[key: string]: any;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
export declare const protoMetadata: ProtoMetadata;
|
|
128
|
+
export {};
|
|
129
|
+
//# sourceMappingURL=api_group_enum.pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api_group_enum.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/publicapi/api_group_enum.pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.publicapi";
|
|
2
|
+
export declare const ApiFieldVisibility: {
|
|
3
|
+
/** API_FIELD_VISIBILITY_INVALID - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
4
|
+
readonly API_FIELD_VISIBILITY_INVALID: "API_FIELD_VISIBILITY_INVALID";
|
|
5
|
+
/** GQL_ONLY - only available in GQL */
|
|
6
|
+
readonly GQL_ONLY: "GQL_ONLY";
|
|
7
|
+
/** API_ONLY - only available for rest */
|
|
8
|
+
readonly API_ONLY: "API_ONLY";
|
|
9
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
10
|
+
};
|
|
11
|
+
export type ApiFieldVisibility = typeof ApiFieldVisibility[keyof typeof ApiFieldVisibility];
|
|
12
|
+
export declare namespace ApiFieldVisibility {
|
|
13
|
+
type API_FIELD_VISIBILITY_INVALID = typeof ApiFieldVisibility.API_FIELD_VISIBILITY_INVALID;
|
|
14
|
+
type GQL_ONLY = typeof ApiFieldVisibility.GQL_ONLY;
|
|
15
|
+
type API_ONLY = typeof ApiFieldVisibility.API_ONLY;
|
|
16
|
+
type UNRECOGNIZED = typeof ApiFieldVisibility.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=api_visibility.pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api_visibility.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/publicapi/api_visibility.pb.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe,yBAAyB,CAAC;AAEtD,eAAO,MAAM,kBAAkB;IAC7B,4EAA4E;;IAE5E,uCAAuC;;IAEvC,yCAAyC;;;CAGjC,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE5F,yBAAiB,kBAAkB,CAAC;IAClC,KAAY,4BAA4B,GAAG,OAAO,kBAAkB,CAAC,4BAA4B,CAAC;IAClG,KAAY,QAAQ,GAAG,OAAO,kBAAkB,CAAC,QAAQ,CAAC;IAC1D,KAAY,QAAQ,GAAG,OAAO,kBAAkB,CAAC,QAAQ,CAAC;IAC1D,KAAY,YAAY,GAAG,OAAO,kBAAkB,CAAC,YAAY,CAAC;CACnE;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,78 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.publicapi";
|
|
2
|
+
export declare const CustomizeDispatchMiddleware: {
|
|
3
|
+
/** CUSTOMIZE_DISPATCH_MIDDLEWARE_INVALID - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
4
|
+
readonly CUSTOMIZE_DISPATCH_MIDDLEWARE_INVALID: "CUSTOMIZE_DISPATCH_MIDDLEWARE_INVALID";
|
|
5
|
+
readonly MY_LLAMA_DISPATCH_MIDDLEWARE: "MY_LLAMA_DISPATCH_MIDDLEWARE";
|
|
6
|
+
readonly V2_ACCOUNTS_CREATE_PRIORITY_OVERRIDE_MIDDLEWARE_V0: "V2_ACCOUNTS_CREATE_PRIORITY_OVERRIDE_MIDDLEWARE_V0";
|
|
7
|
+
readonly V2_ACCOUNTS_UPDATE_PRIORITY_OVERRIDE_MIDDLEWARE_V0: "V2_ACCOUNTS_UPDATE_PRIORITY_OVERRIDE_MIDDLEWARE_V0";
|
|
8
|
+
readonly V2_ACCOUNTS_RETRIEVE_PRIORITY_OVERRIDE_MIDDLEWARE_V0: "V2_ACCOUNTS_RETRIEVE_PRIORITY_OVERRIDE_MIDDLEWARE_V0";
|
|
9
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
10
|
+
};
|
|
11
|
+
export type CustomizeDispatchMiddleware = typeof CustomizeDispatchMiddleware[keyof typeof CustomizeDispatchMiddleware];
|
|
12
|
+
export declare namespace CustomizeDispatchMiddleware {
|
|
13
|
+
type CUSTOMIZE_DISPATCH_MIDDLEWARE_INVALID = typeof CustomizeDispatchMiddleware.CUSTOMIZE_DISPATCH_MIDDLEWARE_INVALID;
|
|
14
|
+
type MY_LLAMA_DISPATCH_MIDDLEWARE = typeof CustomizeDispatchMiddleware.MY_LLAMA_DISPATCH_MIDDLEWARE;
|
|
15
|
+
type V2_ACCOUNTS_CREATE_PRIORITY_OVERRIDE_MIDDLEWARE_V0 = typeof CustomizeDispatchMiddleware.V2_ACCOUNTS_CREATE_PRIORITY_OVERRIDE_MIDDLEWARE_V0;
|
|
16
|
+
type V2_ACCOUNTS_UPDATE_PRIORITY_OVERRIDE_MIDDLEWARE_V0 = typeof CustomizeDispatchMiddleware.V2_ACCOUNTS_UPDATE_PRIORITY_OVERRIDE_MIDDLEWARE_V0;
|
|
17
|
+
type V2_ACCOUNTS_RETRIEVE_PRIORITY_OVERRIDE_MIDDLEWARE_V0 = typeof CustomizeDispatchMiddleware.V2_ACCOUNTS_RETRIEVE_PRIORITY_OVERRIDE_MIDDLEWARE_V0;
|
|
18
|
+
type UNRECOGNIZED = typeof CustomizeDispatchMiddleware.UNRECOGNIZED;
|
|
19
|
+
}
|
|
20
|
+
type ProtoMetaMessageOptions = {
|
|
21
|
+
options?: {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
fields?: {
|
|
25
|
+
[key: string]: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
oneof?: {
|
|
30
|
+
[key: string]: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
nested?: {
|
|
35
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export interface ProtoMetadata {
|
|
39
|
+
references: {
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
};
|
|
42
|
+
dependencies?: ProtoMetadata[];
|
|
43
|
+
options?: {
|
|
44
|
+
options?: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
services?: {
|
|
48
|
+
[key: string]: {
|
|
49
|
+
options?: {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
};
|
|
52
|
+
methods?: {
|
|
53
|
+
[key: string]: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
messages?: {
|
|
60
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
61
|
+
};
|
|
62
|
+
enums?: {
|
|
63
|
+
[key: string]: {
|
|
64
|
+
options?: {
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
};
|
|
67
|
+
values?: {
|
|
68
|
+
[key: string]: {
|
|
69
|
+
[key: string]: any;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
export declare const protoMetadata: ProtoMetadata;
|
|
77
|
+
export {};
|
|
78
|
+
//# sourceMappingURL=customize_dispatch_middleware_enum.pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customize_dispatch_middleware_enum.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/publicapi/customize_dispatch_middleware_enum.pb.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe,yBAAyB,CAAC;AAEtD,eAAO,MAAM,2BAA2B;IACtC,qFAAqF;;;;;;;CAO7E,CAAC;AAEX,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC;AAEvH,yBAAiB,2BAA2B,CAAC;IAC3C,KAAY,qCAAqC,GAC/C,OAAO,2BAA2B,CAAC,qCAAqC,CAAC;IAC3E,KAAY,4BAA4B,GAAG,OAAO,2BAA2B,CAAC,4BAA4B,CAAC;IAC3G,KAAY,kDAAkD,GAC5D,OAAO,2BAA2B,CAAC,kDAAkD,CAAC;IACxF,KAAY,kDAAkD,GAC5D,OAAO,2BAA2B,CAAC,kDAAkD,CAAC;IACxF,KAAY,oDAAoD,GAC9D,OAAO,2BAA2B,CAAC,oDAAoD,CAAC;IAC1F,KAAY,YAAY,GAAG,OAAO,2BAA2B,CAAC,YAAY,CAAC;CAC5E;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"}
|
package/dist/custom-objects/generated/proto/vendor/publicapi/docs_namespace_group_enum.pb.d.ts
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
export declare const protobufPackage = "com.stripe.publicapi";
|
|
2
|
+
/**
|
|
3
|
+
* Are you sure you need to add something here?
|
|
4
|
+
*
|
|
5
|
+
* The ONLY reason you should add a custom namespace group is for the following reason(s):
|
|
6
|
+
* - You want multiple resources in the same namespace group
|
|
7
|
+
*
|
|
8
|
+
* Otherwise, you should simply use the auto-generated namespace group for you. This has a few benefits:
|
|
9
|
+
* - You don't have to specify namespace group overrides on every method
|
|
10
|
+
* - It automatically generates the path, description, and other details from your doc strings and resource name
|
|
11
|
+
* - You don't run into issues where you've accidentally defined different namespace group overrides and have either dangling methods or resources
|
|
12
|
+
* - The values in these enums is currently un-versioned, so changes to the content will impact ALL API reference versions
|
|
13
|
+
*
|
|
14
|
+
* You should try to reach for other proto overrides before trying to create a custom namespace group (unless of course your use case fits into the reasons listed above)
|
|
15
|
+
*
|
|
16
|
+
* If you're unsure if your use case is applicable, you can reach out in
|
|
17
|
+
*/
|
|
18
|
+
export declare const DocsNamespaceGroup: {
|
|
19
|
+
/** DOCS_NAMESPACE_GROUP_INVALID - buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX */
|
|
20
|
+
readonly DOCS_NAMESPACE_GROUP_INVALID: "DOCS_NAMESPACE_GROUP_INVALID";
|
|
21
|
+
readonly LLAMA_GROUP: "LLAMA_GROUP";
|
|
22
|
+
readonly PAYER_GROUP: "PAYER_GROUP";
|
|
23
|
+
readonly CADENCE_GROUP: "CADENCE_GROUP";
|
|
24
|
+
readonly BILLABLE_ITEM_GROUP: "BILLABLE_ITEM_GROUP";
|
|
25
|
+
readonly RATE_CARD_GROUP: "RATE_CARD_GROUP";
|
|
26
|
+
readonly RATE_CARD_SUBSCRIPTION_GROUP: "RATE_CARD_SUBSCRIPTION_GROUP";
|
|
27
|
+
readonly METER_EVENT_ADJUSTMENT: "METER_EVENT_ADJUSTMENT";
|
|
28
|
+
readonly METER_EVENT_STREAM: "METER_EVENT_STREAM";
|
|
29
|
+
readonly METER_EVENTS: "METER_EVENTS";
|
|
30
|
+
readonly CORE_ACCOUNT: "CORE_ACCOUNT";
|
|
31
|
+
readonly CORE_PERSON: "CORE_PERSON";
|
|
32
|
+
readonly BILLING_SETTINGS_GROUP: "BILLING_SETTINGS_GROUP";
|
|
33
|
+
readonly MANUAL_CONFIGURATIONS_GROUP: "MANUAL_CONFIGURATIONS_GROUP";
|
|
34
|
+
readonly BILLING_PROFILE_GROUP: "BILLING_PROFILE_GROUP";
|
|
35
|
+
readonly PRICING_PLAN_GROUP: "PRICING_PLAN_GROUP";
|
|
36
|
+
readonly PRICING_PLAN_SUBSCRIPTION_GROUP: "PRICING_PLAN_SUBSCRIPTION_GROUP";
|
|
37
|
+
readonly LICENSE_FEE_GROUP: "LICENSE_FEE_GROUP";
|
|
38
|
+
readonly LICENSED_ITEM_GROUP: "LICENSED_ITEM_GROUP";
|
|
39
|
+
readonly SERVICE_ACTION_GROUP: "SERVICE_ACTION_GROUP";
|
|
40
|
+
readonly BILLING_INTENT_GROUP: "BILLING_INTENT_GROUP";
|
|
41
|
+
readonly LICENSE_FEE_SUBSCRIPTION_GROUP: "LICENSE_FEE_SUBSCRIPTION_GROUP";
|
|
42
|
+
readonly API_KEY_GROUP: "API_KEY_GROUP";
|
|
43
|
+
readonly BILLING_CONTRACT_GROUP: "BILLING_CONTRACT_GROUP";
|
|
44
|
+
readonly FINANCIAL_ADDRESS_GROUP: "FINANCIAL_ADDRESS_GROUP";
|
|
45
|
+
readonly RECURRING_CREDIT_GRANT_GROUP: "RECURRING_CREDIT_GRANT_GROUP";
|
|
46
|
+
readonly UNRECOGNIZED: "UNRECOGNIZED";
|
|
47
|
+
};
|
|
48
|
+
export type DocsNamespaceGroup = typeof DocsNamespaceGroup[keyof typeof DocsNamespaceGroup];
|
|
49
|
+
export declare namespace DocsNamespaceGroup {
|
|
50
|
+
type DOCS_NAMESPACE_GROUP_INVALID = typeof DocsNamespaceGroup.DOCS_NAMESPACE_GROUP_INVALID;
|
|
51
|
+
type LLAMA_GROUP = typeof DocsNamespaceGroup.LLAMA_GROUP;
|
|
52
|
+
type PAYER_GROUP = typeof DocsNamespaceGroup.PAYER_GROUP;
|
|
53
|
+
type CADENCE_GROUP = typeof DocsNamespaceGroup.CADENCE_GROUP;
|
|
54
|
+
type BILLABLE_ITEM_GROUP = typeof DocsNamespaceGroup.BILLABLE_ITEM_GROUP;
|
|
55
|
+
type RATE_CARD_GROUP = typeof DocsNamespaceGroup.RATE_CARD_GROUP;
|
|
56
|
+
type RATE_CARD_SUBSCRIPTION_GROUP = typeof DocsNamespaceGroup.RATE_CARD_SUBSCRIPTION_GROUP;
|
|
57
|
+
type METER_EVENT_ADJUSTMENT = typeof DocsNamespaceGroup.METER_EVENT_ADJUSTMENT;
|
|
58
|
+
type METER_EVENT_STREAM = typeof DocsNamespaceGroup.METER_EVENT_STREAM;
|
|
59
|
+
type METER_EVENTS = typeof DocsNamespaceGroup.METER_EVENTS;
|
|
60
|
+
type CORE_ACCOUNT = typeof DocsNamespaceGroup.CORE_ACCOUNT;
|
|
61
|
+
type CORE_PERSON = typeof DocsNamespaceGroup.CORE_PERSON;
|
|
62
|
+
type BILLING_SETTINGS_GROUP = typeof DocsNamespaceGroup.BILLING_SETTINGS_GROUP;
|
|
63
|
+
type MANUAL_CONFIGURATIONS_GROUP = typeof DocsNamespaceGroup.MANUAL_CONFIGURATIONS_GROUP;
|
|
64
|
+
type BILLING_PROFILE_GROUP = typeof DocsNamespaceGroup.BILLING_PROFILE_GROUP;
|
|
65
|
+
type PRICING_PLAN_GROUP = typeof DocsNamespaceGroup.PRICING_PLAN_GROUP;
|
|
66
|
+
type PRICING_PLAN_SUBSCRIPTION_GROUP = typeof DocsNamespaceGroup.PRICING_PLAN_SUBSCRIPTION_GROUP;
|
|
67
|
+
type LICENSE_FEE_GROUP = typeof DocsNamespaceGroup.LICENSE_FEE_GROUP;
|
|
68
|
+
type LICENSED_ITEM_GROUP = typeof DocsNamespaceGroup.LICENSED_ITEM_GROUP;
|
|
69
|
+
type SERVICE_ACTION_GROUP = typeof DocsNamespaceGroup.SERVICE_ACTION_GROUP;
|
|
70
|
+
type BILLING_INTENT_GROUP = typeof DocsNamespaceGroup.BILLING_INTENT_GROUP;
|
|
71
|
+
type LICENSE_FEE_SUBSCRIPTION_GROUP = typeof DocsNamespaceGroup.LICENSE_FEE_SUBSCRIPTION_GROUP;
|
|
72
|
+
type API_KEY_GROUP = typeof DocsNamespaceGroup.API_KEY_GROUP;
|
|
73
|
+
type BILLING_CONTRACT_GROUP = typeof DocsNamespaceGroup.BILLING_CONTRACT_GROUP;
|
|
74
|
+
type FINANCIAL_ADDRESS_GROUP = typeof DocsNamespaceGroup.FINANCIAL_ADDRESS_GROUP;
|
|
75
|
+
type RECURRING_CREDIT_GRANT_GROUP = typeof DocsNamespaceGroup.RECURRING_CREDIT_GRANT_GROUP;
|
|
76
|
+
type UNRECOGNIZED = typeof DocsNamespaceGroup.UNRECOGNIZED;
|
|
77
|
+
}
|
|
78
|
+
export interface NamespaceGroup {
|
|
79
|
+
title: string;
|
|
80
|
+
description: string;
|
|
81
|
+
/** DO NOT EDIT stable_ids unless it's been consulted with API Services first */
|
|
82
|
+
stableId: string;
|
|
83
|
+
route: string;
|
|
84
|
+
redirect: string[];
|
|
85
|
+
anchor: string;
|
|
86
|
+
project: string;
|
|
87
|
+
}
|
|
88
|
+
type ProtoMetaMessageOptions = {
|
|
89
|
+
options?: {
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
};
|
|
92
|
+
fields?: {
|
|
93
|
+
[key: string]: {
|
|
94
|
+
[key: string]: any;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
oneof?: {
|
|
98
|
+
[key: string]: {
|
|
99
|
+
[key: string]: any;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
nested?: {
|
|
103
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
export interface ProtoMetadata {
|
|
107
|
+
references: {
|
|
108
|
+
[key: string]: any;
|
|
109
|
+
};
|
|
110
|
+
dependencies?: ProtoMetadata[];
|
|
111
|
+
options?: {
|
|
112
|
+
options?: {
|
|
113
|
+
[key: string]: any;
|
|
114
|
+
};
|
|
115
|
+
services?: {
|
|
116
|
+
[key: string]: {
|
|
117
|
+
options?: {
|
|
118
|
+
[key: string]: any;
|
|
119
|
+
};
|
|
120
|
+
methods?: {
|
|
121
|
+
[key: string]: {
|
|
122
|
+
[key: string]: any;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
messages?: {
|
|
128
|
+
[key: string]: ProtoMetaMessageOptions;
|
|
129
|
+
};
|
|
130
|
+
enums?: {
|
|
131
|
+
[key: string]: {
|
|
132
|
+
options?: {
|
|
133
|
+
[key: string]: any;
|
|
134
|
+
};
|
|
135
|
+
values?: {
|
|
136
|
+
[key: string]: {
|
|
137
|
+
[key: string]: any;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
}
|
|
144
|
+
export declare const protoMetadata: ProtoMetadata;
|
|
145
|
+
export {};
|
|
146
|
+
//# sourceMappingURL=docs_namespace_group_enum.pb.d.ts.map
|
package/dist/custom-objects/generated/proto/vendor/publicapi/docs_namespace_group_enum.pb.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"docs_namespace_group_enum.pb.d.ts","sourceRoot":"","sources":["../../../../../../src/custom-objects/generated/proto/vendor/publicapi/docs_namespace_group_enum.pb.ts"],"names":[],"mappings":"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"}
|