@enumco/client 2026.4.4 → 2026.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/README.md +1 -1
  2. package/dist/gen/enum/api/v1/common_pb.d.ts +45 -0
  3. package/dist/gen/enum/api/v1/common_pb.d.ts.map +1 -0
  4. package/dist/gen/enum/api/v1/common_pb.js +76 -0
  5. package/dist/gen/enum/api/v1/common_pb.js.map +1 -0
  6. package/dist/gen/enum/api/v1/kubernetes_clusters_pb.d.ts +56 -0
  7. package/dist/gen/enum/api/v1/kubernetes_clusters_pb.d.ts.map +1 -0
  8. package/dist/gen/enum/api/v1/kubernetes_clusters_pb.js +76 -0
  9. package/dist/gen/enum/api/v1/kubernetes_clusters_pb.js.map +1 -0
  10. package/dist/gen/enum/api/v1/kubernetes_clusters_service_connect.d.ts +47 -0
  11. package/dist/gen/enum/api/v1/kubernetes_clusters_service_connect.d.ts.map +1 -0
  12. package/dist/gen/enum/api/v1/kubernetes_clusters_service_connect.js +51 -0
  13. package/dist/gen/enum/api/v1/kubernetes_clusters_service_connect.js.map +1 -0
  14. package/dist/gen/enum/api/v1/kubernetes_clusters_service_pb.d.ts +159 -0
  15. package/dist/gen/enum/api/v1/kubernetes_clusters_service_pb.d.ts.map +1 -0
  16. package/dist/gen/enum/api/v1/kubernetes_clusters_service_pb.js +270 -0
  17. package/dist/gen/enum/api/v1/kubernetes_clusters_service_pb.js.map +1 -0
  18. package/dist/gen/enum/api/v1/object_storage_access_keys_pb.d.ts +36 -0
  19. package/dist/gen/enum/api/v1/object_storage_access_keys_pb.d.ts.map +1 -0
  20. package/dist/gen/enum/api/v1/object_storage_access_keys_pb.js +56 -0
  21. package/dist/gen/enum/api/v1/object_storage_access_keys_pb.js.map +1 -0
  22. package/dist/gen/enum/api/v1/object_storage_access_keys_service_connect.d.ts +56 -0
  23. package/dist/gen/enum/api/v1/object_storage_access_keys_service_connect.d.ts.map +1 -0
  24. package/dist/gen/enum/api/v1/object_storage_access_keys_service_connect.js +60 -0
  25. package/dist/gen/enum/api/v1/object_storage_access_keys_service_connect.js.map +1 -0
  26. package/dist/gen/enum/api/v1/object_storage_access_keys_service_pb.d.ts +196 -0
  27. package/dist/gen/enum/api/v1/object_storage_access_keys_service_pb.d.ts.map +1 -0
  28. package/dist/gen/enum/api/v1/object_storage_access_keys_service_pb.js +333 -0
  29. package/dist/gen/enum/api/v1/object_storage_access_keys_service_pb.js.map +1 -0
  30. package/dist/gen/enum/api/v1/object_storage_users_pb.d.ts +40 -0
  31. package/dist/gen/enum/api/v1/object_storage_users_pb.d.ts.map +1 -0
  32. package/dist/gen/enum/api/v1/object_storage_users_pb.js +61 -0
  33. package/dist/gen/enum/api/v1/object_storage_users_pb.js.map +1 -0
  34. package/dist/gen/enum/api/v1/object_storage_users_service_connect.d.ts +56 -0
  35. package/dist/gen/enum/api/v1/object_storage_users_service_connect.d.ts.map +1 -0
  36. package/dist/gen/enum/api/v1/object_storage_users_service_connect.js +60 -0
  37. package/dist/gen/enum/api/v1/object_storage_users_service_connect.js.map +1 -0
  38. package/dist/gen/enum/api/v1/object_storage_users_service_pb.d.ts +210 -0
  39. package/dist/gen/enum/api/v1/object_storage_users_service_pb.d.ts.map +1 -0
  40. package/dist/gen/enum/api/v1/object_storage_users_service_pb.js +350 -0
  41. package/dist/gen/enum/api/v1/object_storage_users_service_pb.js.map +1 -0
  42. package/dist/gen/enum/api/v1/options_pb.d.ts +6 -0
  43. package/dist/gen/enum/api/v1/options_pb.d.ts.map +1 -0
  44. package/{gen/enum/api/v1/options_pb.ts → dist/gen/enum/api/v1/options_pb.js} +2 -8
  45. package/dist/gen/enum/api/v1/options_pb.js.map +1 -0
  46. package/dist/gen/enum/api/v1/organizations_pb.d.ts +36 -0
  47. package/dist/gen/enum/api/v1/organizations_pb.d.ts.map +1 -0
  48. package/dist/gen/enum/api/v1/organizations_pb.js +56 -0
  49. package/dist/gen/enum/api/v1/organizations_pb.js.map +1 -0
  50. package/dist/gen/enum/api/v1/organizations_service_connect.d.ts +29 -0
  51. package/dist/gen/enum/api/v1/organizations_service_connect.d.ts.map +1 -0
  52. package/dist/gen/enum/api/v1/organizations_service_connect.js +33 -0
  53. package/dist/gen/enum/api/v1/organizations_service_connect.js.map +1 -0
  54. package/dist/gen/enum/api/v1/organizations_service_pb.d.ts +161 -0
  55. package/dist/gen/enum/api/v1/organizations_service_pb.d.ts.map +1 -0
  56. package/dist/gen/enum/api/v1/organizations_service_pb.js +273 -0
  57. package/dist/gen/enum/api/v1/organizations_service_pb.js.map +1 -0
  58. package/dist/gen/enum/api/v1/projects_pb.d.ts +46 -0
  59. package/dist/gen/enum/api/v1/projects_pb.d.ts.map +1 -0
  60. package/dist/gen/enum/api/v1/projects_pb.js +66 -0
  61. package/dist/gen/enum/api/v1/projects_pb.js.map +1 -0
  62. package/dist/gen/enum/api/v1/projects_service_connect.d.ts +38 -0
  63. package/dist/gen/enum/api/v1/projects_service_connect.d.ts.map +1 -0
  64. package/dist/gen/enum/api/v1/projects_service_connect.js +42 -0
  65. package/dist/gen/enum/api/v1/projects_service_connect.js.map +1 -0
  66. package/dist/gen/enum/api/v1/projects_service_pb.d.ts +280 -0
  67. package/dist/gen/enum/api/v1/projects_service_pb.d.ts.map +1 -0
  68. package/dist/gen/enum/api/v1/projects_service_pb.js +467 -0
  69. package/dist/gen/enum/api/v1/projects_service_pb.js.map +1 -0
  70. package/dist/gen/enum/api/v1/users_pb.d.ts +42 -0
  71. package/dist/gen/enum/api/v1/users_pb.d.ts.map +1 -0
  72. package/dist/gen/enum/api/v1/users_pb.js +63 -0
  73. package/dist/gen/enum/api/v1/users_pb.js.map +1 -0
  74. package/dist/gen/enum/api/v1/users_service_connect.d.ts +38 -0
  75. package/dist/gen/enum/api/v1/users_service_connect.d.ts.map +1 -0
  76. package/dist/gen/enum/api/v1/users_service_connect.js +42 -0
  77. package/dist/gen/enum/api/v1/users_service_connect.js.map +1 -0
  78. package/dist/gen/enum/api/v1/users_service_pb.d.ts +200 -0
  79. package/dist/gen/enum/api/v1/users_service_pb.d.ts.map +1 -0
  80. package/dist/gen/enum/api/v1/users_service_pb.js +339 -0
  81. package/dist/gen/enum/api/v1/users_service_pb.js.map +1 -0
  82. package/dist/index.d.ts +39 -0
  83. package/dist/index.d.ts.map +1 -0
  84. package/{index.ts → dist/index.js} +24 -46
  85. package/dist/index.js.map +1 -0
  86. package/package.json +17 -2
  87. package/gen/enum/api/v1/common_pb.ts +0 -94
  88. package/gen/enum/api/v1/kubernetes_clusters_pb.ts +0 -93
  89. package/gen/enum/api/v1/kubernetes_clusters_service_connect.ts +0 -53
  90. package/gen/enum/api/v1/kubernetes_clusters_service_pb.ts +0 -332
  91. package/gen/enum/api/v1/object_storage_access_keys_pb.ts +0 -69
  92. package/gen/enum/api/v1/object_storage_access_keys_service_connect.ts +0 -62
  93. package/gen/enum/api/v1/object_storage_access_keys_service_pb.ts +0 -411
  94. package/gen/enum/api/v1/object_storage_users_pb.ts +0 -75
  95. package/gen/enum/api/v1/object_storage_users_service_connect.ts +0 -62
  96. package/gen/enum/api/v1/object_storage_users_service_pb.ts +0 -431
  97. package/gen/enum/api/v1/organizations_pb.ts +0 -69
  98. package/gen/enum/api/v1/organizations_service_connect.ts +0 -35
  99. package/gen/enum/api/v1/organizations_service_pb.ts +0 -336
  100. package/gen/enum/api/v1/projects_pb.ts +0 -81
  101. package/gen/enum/api/v1/projects_service_connect.ts +0 -44
  102. package/gen/enum/api/v1/projects_service_pb.ts +0 -577
  103. package/gen/enum/api/v1/users_pb.ts +0 -77
  104. package/gen/enum/api/v1/users_service_connect.ts +0 -44
  105. package/gen/enum/api/v1/users_service_pb.ts +0 -417
@@ -0,0 +1,196 @@
1
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
+ import { Message, proto3 } from "@bufbuild/protobuf";
3
+ import { ObjectStorageAccessKey } from "./object_storage_access_keys_pb.js";
4
+ /**
5
+ * @generated from message enum.api.v1.ListObjectStorageAccessKeysRequest
6
+ */
7
+ export declare class ListObjectStorageAccessKeysRequest extends Message<ListObjectStorageAccessKeysRequest> {
8
+ /**
9
+ * @generated from field: string project_id = 1;
10
+ */
11
+ projectId: string;
12
+ /**
13
+ * @generated from field: string object_storage_user_id = 2;
14
+ */
15
+ objectStorageUserId: string;
16
+ constructor(data?: PartialMessage<ListObjectStorageAccessKeysRequest>);
17
+ static readonly runtime: typeof proto3;
18
+ static readonly typeName = "enum.api.v1.ListObjectStorageAccessKeysRequest";
19
+ static readonly fields: FieldList;
20
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListObjectStorageAccessKeysRequest;
21
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListObjectStorageAccessKeysRequest;
22
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListObjectStorageAccessKeysRequest;
23
+ static equals(a: ListObjectStorageAccessKeysRequest | PlainMessage<ListObjectStorageAccessKeysRequest> | undefined, b: ListObjectStorageAccessKeysRequest | PlainMessage<ListObjectStorageAccessKeysRequest> | undefined): boolean;
24
+ }
25
+ /**
26
+ * @generated from message enum.api.v1.ListObjectStorageAccessKeysResponse
27
+ */
28
+ export declare class ListObjectStorageAccessKeysResponse extends Message<ListObjectStorageAccessKeysResponse> {
29
+ /**
30
+ * @generated from field: repeated enum.api.v1.ObjectStorageAccessKey object_storage_access_keys = 1;
31
+ */
32
+ objectStorageAccessKeys: ObjectStorageAccessKey[];
33
+ constructor(data?: PartialMessage<ListObjectStorageAccessKeysResponse>);
34
+ static readonly runtime: typeof proto3;
35
+ static readonly typeName = "enum.api.v1.ListObjectStorageAccessKeysResponse";
36
+ static readonly fields: FieldList;
37
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListObjectStorageAccessKeysResponse;
38
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListObjectStorageAccessKeysResponse;
39
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListObjectStorageAccessKeysResponse;
40
+ static equals(a: ListObjectStorageAccessKeysResponse | PlainMessage<ListObjectStorageAccessKeysResponse> | undefined, b: ListObjectStorageAccessKeysResponse | PlainMessage<ListObjectStorageAccessKeysResponse> | undefined): boolean;
41
+ }
42
+ /**
43
+ * @generated from message enum.api.v1.CreateObjectStorageAccessKeyRequest
44
+ */
45
+ export declare class CreateObjectStorageAccessKeyRequest extends Message<CreateObjectStorageAccessKeyRequest> {
46
+ /**
47
+ * @generated from field: string project_id = 1;
48
+ */
49
+ projectId: string;
50
+ /**
51
+ * @generated from field: string object_storage_user_id = 2;
52
+ */
53
+ objectStorageUserId: string;
54
+ constructor(data?: PartialMessage<CreateObjectStorageAccessKeyRequest>);
55
+ static readonly runtime: typeof proto3;
56
+ static readonly typeName = "enum.api.v1.CreateObjectStorageAccessKeyRequest";
57
+ static readonly fields: FieldList;
58
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateObjectStorageAccessKeyRequest;
59
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateObjectStorageAccessKeyRequest;
60
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateObjectStorageAccessKeyRequest;
61
+ static equals(a: CreateObjectStorageAccessKeyRequest | PlainMessage<CreateObjectStorageAccessKeyRequest> | undefined, b: CreateObjectStorageAccessKeyRequest | PlainMessage<CreateObjectStorageAccessKeyRequest> | undefined): boolean;
62
+ }
63
+ /**
64
+ * @generated from message enum.api.v1.CreateObjectStorageAccessKeyResponse
65
+ */
66
+ export declare class CreateObjectStorageAccessKeyResponse extends Message<CreateObjectStorageAccessKeyResponse> {
67
+ /**
68
+ * @generated from field: enum.api.v1.ObjectStorageAccessKey object_storage_access_key = 1;
69
+ */
70
+ objectStorageAccessKey?: ObjectStorageAccessKey;
71
+ /**
72
+ * Secret key is only returned on creation and not stored retrievably.
73
+ *
74
+ * @generated from field: string secret_access_key = 2;
75
+ */
76
+ secretAccessKey: string;
77
+ constructor(data?: PartialMessage<CreateObjectStorageAccessKeyResponse>);
78
+ static readonly runtime: typeof proto3;
79
+ static readonly typeName = "enum.api.v1.CreateObjectStorageAccessKeyResponse";
80
+ static readonly fields: FieldList;
81
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateObjectStorageAccessKeyResponse;
82
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateObjectStorageAccessKeyResponse;
83
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateObjectStorageAccessKeyResponse;
84
+ static equals(a: CreateObjectStorageAccessKeyResponse | PlainMessage<CreateObjectStorageAccessKeyResponse> | undefined, b: CreateObjectStorageAccessKeyResponse | PlainMessage<CreateObjectStorageAccessKeyResponse> | undefined): boolean;
85
+ }
86
+ /**
87
+ * @generated from message enum.api.v1.GetObjectStorageAccessKeyRequest
88
+ */
89
+ export declare class GetObjectStorageAccessKeyRequest extends Message<GetObjectStorageAccessKeyRequest> {
90
+ /**
91
+ * @generated from field: string project_id = 1;
92
+ */
93
+ projectId: string;
94
+ /**
95
+ * @generated from field: string id = 2;
96
+ */
97
+ id: string;
98
+ constructor(data?: PartialMessage<GetObjectStorageAccessKeyRequest>);
99
+ static readonly runtime: typeof proto3;
100
+ static readonly typeName = "enum.api.v1.GetObjectStorageAccessKeyRequest";
101
+ static readonly fields: FieldList;
102
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetObjectStorageAccessKeyRequest;
103
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetObjectStorageAccessKeyRequest;
104
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetObjectStorageAccessKeyRequest;
105
+ static equals(a: GetObjectStorageAccessKeyRequest | PlainMessage<GetObjectStorageAccessKeyRequest> | undefined, b: GetObjectStorageAccessKeyRequest | PlainMessage<GetObjectStorageAccessKeyRequest> | undefined): boolean;
106
+ }
107
+ /**
108
+ * @generated from message enum.api.v1.GetObjectStorageAccessKeyResponse
109
+ */
110
+ export declare class GetObjectStorageAccessKeyResponse extends Message<GetObjectStorageAccessKeyResponse> {
111
+ /**
112
+ * @generated from field: enum.api.v1.ObjectStorageAccessKey access_key = 1;
113
+ */
114
+ accessKey?: ObjectStorageAccessKey;
115
+ constructor(data?: PartialMessage<GetObjectStorageAccessKeyResponse>);
116
+ static readonly runtime: typeof proto3;
117
+ static readonly typeName = "enum.api.v1.GetObjectStorageAccessKeyResponse";
118
+ static readonly fields: FieldList;
119
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetObjectStorageAccessKeyResponse;
120
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetObjectStorageAccessKeyResponse;
121
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetObjectStorageAccessKeyResponse;
122
+ static equals(a: GetObjectStorageAccessKeyResponse | PlainMessage<GetObjectStorageAccessKeyResponse> | undefined, b: GetObjectStorageAccessKeyResponse | PlainMessage<GetObjectStorageAccessKeyResponse> | undefined): boolean;
123
+ }
124
+ /**
125
+ * @generated from message enum.api.v1.GetObjectStorageAccessKeyByKeyIdRequest
126
+ */
127
+ export declare class GetObjectStorageAccessKeyByKeyIdRequest extends Message<GetObjectStorageAccessKeyByKeyIdRequest> {
128
+ /**
129
+ * @generated from field: string project_id = 1;
130
+ */
131
+ projectId: string;
132
+ /**
133
+ * @generated from field: string access_key_id = 2;
134
+ */
135
+ accessKeyId: string;
136
+ constructor(data?: PartialMessage<GetObjectStorageAccessKeyByKeyIdRequest>);
137
+ static readonly runtime: typeof proto3;
138
+ static readonly typeName = "enum.api.v1.GetObjectStorageAccessKeyByKeyIdRequest";
139
+ static readonly fields: FieldList;
140
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetObjectStorageAccessKeyByKeyIdRequest;
141
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetObjectStorageAccessKeyByKeyIdRequest;
142
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetObjectStorageAccessKeyByKeyIdRequest;
143
+ static equals(a: GetObjectStorageAccessKeyByKeyIdRequest | PlainMessage<GetObjectStorageAccessKeyByKeyIdRequest> | undefined, b: GetObjectStorageAccessKeyByKeyIdRequest | PlainMessage<GetObjectStorageAccessKeyByKeyIdRequest> | undefined): boolean;
144
+ }
145
+ /**
146
+ * @generated from message enum.api.v1.GetObjectStorageAccessKeyByKeyIdResponse
147
+ */
148
+ export declare class GetObjectStorageAccessKeyByKeyIdResponse extends Message<GetObjectStorageAccessKeyByKeyIdResponse> {
149
+ /**
150
+ * @generated from field: enum.api.v1.ObjectStorageAccessKey access_key = 1;
151
+ */
152
+ accessKey?: ObjectStorageAccessKey;
153
+ constructor(data?: PartialMessage<GetObjectStorageAccessKeyByKeyIdResponse>);
154
+ static readonly runtime: typeof proto3;
155
+ static readonly typeName = "enum.api.v1.GetObjectStorageAccessKeyByKeyIdResponse";
156
+ static readonly fields: FieldList;
157
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetObjectStorageAccessKeyByKeyIdResponse;
158
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetObjectStorageAccessKeyByKeyIdResponse;
159
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetObjectStorageAccessKeyByKeyIdResponse;
160
+ static equals(a: GetObjectStorageAccessKeyByKeyIdResponse | PlainMessage<GetObjectStorageAccessKeyByKeyIdResponse> | undefined, b: GetObjectStorageAccessKeyByKeyIdResponse | PlainMessage<GetObjectStorageAccessKeyByKeyIdResponse> | undefined): boolean;
161
+ }
162
+ /**
163
+ * @generated from message enum.api.v1.DeleteObjectStorageAccessKeyRequest
164
+ */
165
+ export declare class DeleteObjectStorageAccessKeyRequest extends Message<DeleteObjectStorageAccessKeyRequest> {
166
+ /**
167
+ * @generated from field: string project_id = 1;
168
+ */
169
+ projectId: string;
170
+ /**
171
+ * @generated from field: string id = 2;
172
+ */
173
+ id: string;
174
+ constructor(data?: PartialMessage<DeleteObjectStorageAccessKeyRequest>);
175
+ static readonly runtime: typeof proto3;
176
+ static readonly typeName = "enum.api.v1.DeleteObjectStorageAccessKeyRequest";
177
+ static readonly fields: FieldList;
178
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteObjectStorageAccessKeyRequest;
179
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteObjectStorageAccessKeyRequest;
180
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteObjectStorageAccessKeyRequest;
181
+ static equals(a: DeleteObjectStorageAccessKeyRequest | PlainMessage<DeleteObjectStorageAccessKeyRequest> | undefined, b: DeleteObjectStorageAccessKeyRequest | PlainMessage<DeleteObjectStorageAccessKeyRequest> | undefined): boolean;
182
+ }
183
+ /**
184
+ * @generated from message enum.api.v1.DeleteObjectStorageAccessKeyResponse
185
+ */
186
+ export declare class DeleteObjectStorageAccessKeyResponse extends Message<DeleteObjectStorageAccessKeyResponse> {
187
+ constructor(data?: PartialMessage<DeleteObjectStorageAccessKeyResponse>);
188
+ static readonly runtime: typeof proto3;
189
+ static readonly typeName = "enum.api.v1.DeleteObjectStorageAccessKeyResponse";
190
+ static readonly fields: FieldList;
191
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteObjectStorageAccessKeyResponse;
192
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteObjectStorageAccessKeyResponse;
193
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteObjectStorageAccessKeyResponse;
194
+ static equals(a: DeleteObjectStorageAccessKeyResponse | PlainMessage<DeleteObjectStorageAccessKeyResponse> | undefined, b: DeleteObjectStorageAccessKeyResponse | PlainMessage<DeleteObjectStorageAccessKeyResponse> | undefined): boolean;
195
+ }
196
+ //# sourceMappingURL=object_storage_access_keys_service_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object_storage_access_keys_service_pb.d.ts","sourceRoot":"","sources":["../../../../../gen/enum/api/v1/object_storage_access_keys_service_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,333 @@
1
+ // @generated by protoc-gen-es v1.10.1 with parameter "target=ts"
2
+ // @generated from file enum/api/v1/object_storage_access_keys_service.proto (package enum.api.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { Message, proto3 } from "@bufbuild/protobuf";
6
+ import { ObjectStorageAccessKey } from "./object_storage_access_keys_pb.js";
7
+ /**
8
+ * @generated from message enum.api.v1.ListObjectStorageAccessKeysRequest
9
+ */
10
+ export class ListObjectStorageAccessKeysRequest extends Message {
11
+ /**
12
+ * @generated from field: string project_id = 1;
13
+ */
14
+ projectId = "";
15
+ /**
16
+ * @generated from field: string object_storage_user_id = 2;
17
+ */
18
+ objectStorageUserId = "";
19
+ constructor(data) {
20
+ super();
21
+ proto3.util.initPartial(data, this);
22
+ }
23
+ static runtime = proto3;
24
+ static typeName = "enum.api.v1.ListObjectStorageAccessKeysRequest";
25
+ static fields = proto3.util.newFieldList(() => [
26
+ { no: 1, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
27
+ { no: 2, name: "object_storage_user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
28
+ ]);
29
+ static fromBinary(bytes, options) {
30
+ return new ListObjectStorageAccessKeysRequest().fromBinary(bytes, options);
31
+ }
32
+ static fromJson(jsonValue, options) {
33
+ return new ListObjectStorageAccessKeysRequest().fromJson(jsonValue, options);
34
+ }
35
+ static fromJsonString(jsonString, options) {
36
+ return new ListObjectStorageAccessKeysRequest().fromJsonString(jsonString, options);
37
+ }
38
+ static equals(a, b) {
39
+ return proto3.util.equals(ListObjectStorageAccessKeysRequest, a, b);
40
+ }
41
+ }
42
+ /**
43
+ * @generated from message enum.api.v1.ListObjectStorageAccessKeysResponse
44
+ */
45
+ export class ListObjectStorageAccessKeysResponse extends Message {
46
+ /**
47
+ * @generated from field: repeated enum.api.v1.ObjectStorageAccessKey object_storage_access_keys = 1;
48
+ */
49
+ objectStorageAccessKeys = [];
50
+ constructor(data) {
51
+ super();
52
+ proto3.util.initPartial(data, this);
53
+ }
54
+ static runtime = proto3;
55
+ static typeName = "enum.api.v1.ListObjectStorageAccessKeysResponse";
56
+ static fields = proto3.util.newFieldList(() => [
57
+ { no: 1, name: "object_storage_access_keys", kind: "message", T: ObjectStorageAccessKey, repeated: true },
58
+ ]);
59
+ static fromBinary(bytes, options) {
60
+ return new ListObjectStorageAccessKeysResponse().fromBinary(bytes, options);
61
+ }
62
+ static fromJson(jsonValue, options) {
63
+ return new ListObjectStorageAccessKeysResponse().fromJson(jsonValue, options);
64
+ }
65
+ static fromJsonString(jsonString, options) {
66
+ return new ListObjectStorageAccessKeysResponse().fromJsonString(jsonString, options);
67
+ }
68
+ static equals(a, b) {
69
+ return proto3.util.equals(ListObjectStorageAccessKeysResponse, a, b);
70
+ }
71
+ }
72
+ /**
73
+ * @generated from message enum.api.v1.CreateObjectStorageAccessKeyRequest
74
+ */
75
+ export class CreateObjectStorageAccessKeyRequest extends Message {
76
+ /**
77
+ * @generated from field: string project_id = 1;
78
+ */
79
+ projectId = "";
80
+ /**
81
+ * @generated from field: string object_storage_user_id = 2;
82
+ */
83
+ objectStorageUserId = "";
84
+ constructor(data) {
85
+ super();
86
+ proto3.util.initPartial(data, this);
87
+ }
88
+ static runtime = proto3;
89
+ static typeName = "enum.api.v1.CreateObjectStorageAccessKeyRequest";
90
+ static fields = proto3.util.newFieldList(() => [
91
+ { no: 1, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
92
+ { no: 2, name: "object_storage_user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
93
+ ]);
94
+ static fromBinary(bytes, options) {
95
+ return new CreateObjectStorageAccessKeyRequest().fromBinary(bytes, options);
96
+ }
97
+ static fromJson(jsonValue, options) {
98
+ return new CreateObjectStorageAccessKeyRequest().fromJson(jsonValue, options);
99
+ }
100
+ static fromJsonString(jsonString, options) {
101
+ return new CreateObjectStorageAccessKeyRequest().fromJsonString(jsonString, options);
102
+ }
103
+ static equals(a, b) {
104
+ return proto3.util.equals(CreateObjectStorageAccessKeyRequest, a, b);
105
+ }
106
+ }
107
+ /**
108
+ * @generated from message enum.api.v1.CreateObjectStorageAccessKeyResponse
109
+ */
110
+ export class CreateObjectStorageAccessKeyResponse extends Message {
111
+ /**
112
+ * @generated from field: enum.api.v1.ObjectStorageAccessKey object_storage_access_key = 1;
113
+ */
114
+ objectStorageAccessKey;
115
+ /**
116
+ * Secret key is only returned on creation and not stored retrievably.
117
+ *
118
+ * @generated from field: string secret_access_key = 2;
119
+ */
120
+ secretAccessKey = "";
121
+ constructor(data) {
122
+ super();
123
+ proto3.util.initPartial(data, this);
124
+ }
125
+ static runtime = proto3;
126
+ static typeName = "enum.api.v1.CreateObjectStorageAccessKeyResponse";
127
+ static fields = proto3.util.newFieldList(() => [
128
+ { no: 1, name: "object_storage_access_key", kind: "message", T: ObjectStorageAccessKey },
129
+ { no: 2, name: "secret_access_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
130
+ ]);
131
+ static fromBinary(bytes, options) {
132
+ return new CreateObjectStorageAccessKeyResponse().fromBinary(bytes, options);
133
+ }
134
+ static fromJson(jsonValue, options) {
135
+ return new CreateObjectStorageAccessKeyResponse().fromJson(jsonValue, options);
136
+ }
137
+ static fromJsonString(jsonString, options) {
138
+ return new CreateObjectStorageAccessKeyResponse().fromJsonString(jsonString, options);
139
+ }
140
+ static equals(a, b) {
141
+ return proto3.util.equals(CreateObjectStorageAccessKeyResponse, a, b);
142
+ }
143
+ }
144
+ /**
145
+ * @generated from message enum.api.v1.GetObjectStorageAccessKeyRequest
146
+ */
147
+ export class GetObjectStorageAccessKeyRequest extends Message {
148
+ /**
149
+ * @generated from field: string project_id = 1;
150
+ */
151
+ projectId = "";
152
+ /**
153
+ * @generated from field: string id = 2;
154
+ */
155
+ id = "";
156
+ constructor(data) {
157
+ super();
158
+ proto3.util.initPartial(data, this);
159
+ }
160
+ static runtime = proto3;
161
+ static typeName = "enum.api.v1.GetObjectStorageAccessKeyRequest";
162
+ static fields = proto3.util.newFieldList(() => [
163
+ { no: 1, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
164
+ { no: 2, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
165
+ ]);
166
+ static fromBinary(bytes, options) {
167
+ return new GetObjectStorageAccessKeyRequest().fromBinary(bytes, options);
168
+ }
169
+ static fromJson(jsonValue, options) {
170
+ return new GetObjectStorageAccessKeyRequest().fromJson(jsonValue, options);
171
+ }
172
+ static fromJsonString(jsonString, options) {
173
+ return new GetObjectStorageAccessKeyRequest().fromJsonString(jsonString, options);
174
+ }
175
+ static equals(a, b) {
176
+ return proto3.util.equals(GetObjectStorageAccessKeyRequest, a, b);
177
+ }
178
+ }
179
+ /**
180
+ * @generated from message enum.api.v1.GetObjectStorageAccessKeyResponse
181
+ */
182
+ export class GetObjectStorageAccessKeyResponse extends Message {
183
+ /**
184
+ * @generated from field: enum.api.v1.ObjectStorageAccessKey access_key = 1;
185
+ */
186
+ accessKey;
187
+ constructor(data) {
188
+ super();
189
+ proto3.util.initPartial(data, this);
190
+ }
191
+ static runtime = proto3;
192
+ static typeName = "enum.api.v1.GetObjectStorageAccessKeyResponse";
193
+ static fields = proto3.util.newFieldList(() => [
194
+ { no: 1, name: "access_key", kind: "message", T: ObjectStorageAccessKey },
195
+ ]);
196
+ static fromBinary(bytes, options) {
197
+ return new GetObjectStorageAccessKeyResponse().fromBinary(bytes, options);
198
+ }
199
+ static fromJson(jsonValue, options) {
200
+ return new GetObjectStorageAccessKeyResponse().fromJson(jsonValue, options);
201
+ }
202
+ static fromJsonString(jsonString, options) {
203
+ return new GetObjectStorageAccessKeyResponse().fromJsonString(jsonString, options);
204
+ }
205
+ static equals(a, b) {
206
+ return proto3.util.equals(GetObjectStorageAccessKeyResponse, a, b);
207
+ }
208
+ }
209
+ /**
210
+ * @generated from message enum.api.v1.GetObjectStorageAccessKeyByKeyIdRequest
211
+ */
212
+ export class GetObjectStorageAccessKeyByKeyIdRequest extends Message {
213
+ /**
214
+ * @generated from field: string project_id = 1;
215
+ */
216
+ projectId = "";
217
+ /**
218
+ * @generated from field: string access_key_id = 2;
219
+ */
220
+ accessKeyId = "";
221
+ constructor(data) {
222
+ super();
223
+ proto3.util.initPartial(data, this);
224
+ }
225
+ static runtime = proto3;
226
+ static typeName = "enum.api.v1.GetObjectStorageAccessKeyByKeyIdRequest";
227
+ static fields = proto3.util.newFieldList(() => [
228
+ { no: 1, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
229
+ { no: 2, name: "access_key_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
230
+ ]);
231
+ static fromBinary(bytes, options) {
232
+ return new GetObjectStorageAccessKeyByKeyIdRequest().fromBinary(bytes, options);
233
+ }
234
+ static fromJson(jsonValue, options) {
235
+ return new GetObjectStorageAccessKeyByKeyIdRequest().fromJson(jsonValue, options);
236
+ }
237
+ static fromJsonString(jsonString, options) {
238
+ return new GetObjectStorageAccessKeyByKeyIdRequest().fromJsonString(jsonString, options);
239
+ }
240
+ static equals(a, b) {
241
+ return proto3.util.equals(GetObjectStorageAccessKeyByKeyIdRequest, a, b);
242
+ }
243
+ }
244
+ /**
245
+ * @generated from message enum.api.v1.GetObjectStorageAccessKeyByKeyIdResponse
246
+ */
247
+ export class GetObjectStorageAccessKeyByKeyIdResponse extends Message {
248
+ /**
249
+ * @generated from field: enum.api.v1.ObjectStorageAccessKey access_key = 1;
250
+ */
251
+ accessKey;
252
+ constructor(data) {
253
+ super();
254
+ proto3.util.initPartial(data, this);
255
+ }
256
+ static runtime = proto3;
257
+ static typeName = "enum.api.v1.GetObjectStorageAccessKeyByKeyIdResponse";
258
+ static fields = proto3.util.newFieldList(() => [
259
+ { no: 1, name: "access_key", kind: "message", T: ObjectStorageAccessKey },
260
+ ]);
261
+ static fromBinary(bytes, options) {
262
+ return new GetObjectStorageAccessKeyByKeyIdResponse().fromBinary(bytes, options);
263
+ }
264
+ static fromJson(jsonValue, options) {
265
+ return new GetObjectStorageAccessKeyByKeyIdResponse().fromJson(jsonValue, options);
266
+ }
267
+ static fromJsonString(jsonString, options) {
268
+ return new GetObjectStorageAccessKeyByKeyIdResponse().fromJsonString(jsonString, options);
269
+ }
270
+ static equals(a, b) {
271
+ return proto3.util.equals(GetObjectStorageAccessKeyByKeyIdResponse, a, b);
272
+ }
273
+ }
274
+ /**
275
+ * @generated from message enum.api.v1.DeleteObjectStorageAccessKeyRequest
276
+ */
277
+ export class DeleteObjectStorageAccessKeyRequest extends Message {
278
+ /**
279
+ * @generated from field: string project_id = 1;
280
+ */
281
+ projectId = "";
282
+ /**
283
+ * @generated from field: string id = 2;
284
+ */
285
+ id = "";
286
+ constructor(data) {
287
+ super();
288
+ proto3.util.initPartial(data, this);
289
+ }
290
+ static runtime = proto3;
291
+ static typeName = "enum.api.v1.DeleteObjectStorageAccessKeyRequest";
292
+ static fields = proto3.util.newFieldList(() => [
293
+ { no: 1, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
294
+ { no: 2, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
295
+ ]);
296
+ static fromBinary(bytes, options) {
297
+ return new DeleteObjectStorageAccessKeyRequest().fromBinary(bytes, options);
298
+ }
299
+ static fromJson(jsonValue, options) {
300
+ return new DeleteObjectStorageAccessKeyRequest().fromJson(jsonValue, options);
301
+ }
302
+ static fromJsonString(jsonString, options) {
303
+ return new DeleteObjectStorageAccessKeyRequest().fromJsonString(jsonString, options);
304
+ }
305
+ static equals(a, b) {
306
+ return proto3.util.equals(DeleteObjectStorageAccessKeyRequest, a, b);
307
+ }
308
+ }
309
+ /**
310
+ * @generated from message enum.api.v1.DeleteObjectStorageAccessKeyResponse
311
+ */
312
+ export class DeleteObjectStorageAccessKeyResponse extends Message {
313
+ constructor(data) {
314
+ super();
315
+ proto3.util.initPartial(data, this);
316
+ }
317
+ static runtime = proto3;
318
+ static typeName = "enum.api.v1.DeleteObjectStorageAccessKeyResponse";
319
+ static fields = proto3.util.newFieldList(() => []);
320
+ static fromBinary(bytes, options) {
321
+ return new DeleteObjectStorageAccessKeyResponse().fromBinary(bytes, options);
322
+ }
323
+ static fromJson(jsonValue, options) {
324
+ return new DeleteObjectStorageAccessKeyResponse().fromJson(jsonValue, options);
325
+ }
326
+ static fromJsonString(jsonString, options) {
327
+ return new DeleteObjectStorageAccessKeyResponse().fromJsonString(jsonString, options);
328
+ }
329
+ static equals(a, b) {
330
+ return proto3.util.equals(DeleteObjectStorageAccessKeyResponse, a, b);
331
+ }
332
+ }
333
+ //# sourceMappingURL=object_storage_access_keys_service_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object_storage_access_keys_service_pb.js","sourceRoot":"","sources":["../../../../../gen/enum/api/v1/object_storage_access_keys_service_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,40 @@
1
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
+ import { Message, proto3, Timestamp } from "@bufbuild/protobuf";
3
+ /**
4
+ * @generated from message enum.api.v1.ObjectStorageUser
5
+ */
6
+ export declare class ObjectStorageUser extends Message<ObjectStorageUser> {
7
+ /**
8
+ * @generated from field: string id = 1;
9
+ */
10
+ id: string;
11
+ /**
12
+ * @generated from field: string project_id = 2;
13
+ */
14
+ projectId: string;
15
+ /**
16
+ * @generated from field: string display_name = 3;
17
+ */
18
+ displayName: string;
19
+ /**
20
+ * @generated from field: string created_by = 4;
21
+ */
22
+ createdBy: string;
23
+ /**
24
+ * @generated from field: google.protobuf.Timestamp created_at = 5;
25
+ */
26
+ createdAt?: Timestamp;
27
+ /**
28
+ * @generated from field: google.protobuf.Timestamp updated_at = 6;
29
+ */
30
+ updatedAt?: Timestamp;
31
+ constructor(data?: PartialMessage<ObjectStorageUser>);
32
+ static readonly runtime: typeof proto3;
33
+ static readonly typeName = "enum.api.v1.ObjectStorageUser";
34
+ static readonly fields: FieldList;
35
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ObjectStorageUser;
36
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ObjectStorageUser;
37
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ObjectStorageUser;
38
+ static equals(a: ObjectStorageUser | PlainMessage<ObjectStorageUser> | undefined, b: ObjectStorageUser | PlainMessage<ObjectStorageUser> | undefined): boolean;
39
+ }
40
+ //# sourceMappingURL=object_storage_users_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object_storage_users_pb.d.ts","sourceRoot":"","sources":["../../../../../gen/enum/api/v1/object_storage_users_pb.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACjI,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEhE;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,OAAO,CAAC,iBAAiB,CAAC;IAC/D;;OAEG;IACH,EAAE,SAAM;IAER;;OAEG;IACH,SAAS,SAAM;IAEf;;OAEG;IACH,WAAW,SAAM;IAEjB;;OAEG;IACH,SAAS,SAAM;IAEf;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;gBAEV,IAAI,CAAC,EAAE,cAAc,CAAC,iBAAiB,CAAC;IAKpD,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAE,OAAO,MAAM,CAAU;IAChD,MAAM,CAAC,QAAQ,CAAC,QAAQ,mCAAmC;IAC3D,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAO9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,iBAAiB;IAI7F,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,iBAAiB;IAI5F,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,iBAAiB;IAIhG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,iBAAiB,GAAG,YAAY,CAAC,iBAAiB,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,iBAAiB,GAAG,YAAY,CAAC,iBAAiB,CAAC,GAAG,SAAS,GAAG,OAAO;CAG/J"}