init
Some checks failed
check / check (push) Failing after 22s
bump / bump (push) Failing after 27s
vulnerable / flake (push) Failing after 32s
vulnerable / actions (push) Failing after 28s
update / renovate (push) Failing after 28s

This commit is contained in:
2026-03-26 16:34:22 -04:00
parent 24059f9660
commit 99dff7586e
156 changed files with 8152 additions and 45 deletions

12
vendor/protobuf/account/v1/account.pb.c vendored Normal file
View File

@@ -0,0 +1,12 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.9 */
#include "account/v1/account.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
PB_BIND(account_v1_Account, account_v1_Account, AUTO)

62
vendor/protobuf/account/v1/account.pb.h vendored Normal file
View File

@@ -0,0 +1,62 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.9 */
#ifndef PB_ACCOUNT_V1_ACCOUNT_V1_ACCOUNT_PB_H_INCLUDED
#define PB_ACCOUNT_V1_ACCOUNT_V1_ACCOUNT_PB_H_INCLUDED
#include <pb.h>
#include "google/protobuf/timestamp.pb.h"
#include "util/uuid.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
/* Struct definitions */
typedef struct _account_v1_Account {
bool has_account_id;
util_UUID account_id;
pb_callback_t name;
pb_callback_t logo;
bool has_last_updated;
google_protobuf_Timestamp last_updated;
} account_v1_Account;
#ifdef __cplusplus
extern "C" {
#endif
/* Initializer values for message structs */
#define account_v1_Account_init_default {false, util_UUID_init_default, {{NULL}, NULL}, {{NULL}, NULL}, false, google_protobuf_Timestamp_init_default}
#define account_v1_Account_init_zero {false, util_UUID_init_zero, {{NULL}, NULL}, {{NULL}, NULL}, false, google_protobuf_Timestamp_init_zero}
/* Field tags (for use in manual encoding/decoding) */
#define account_v1_Account_account_id_tag 1
#define account_v1_Account_name_tag 2
#define account_v1_Account_logo_tag 3
#define account_v1_Account_last_updated_tag 4
/* Struct field encoding specification for nanopb */
#define account_v1_Account_FIELDLIST(X, a) \
X(a, STATIC, OPTIONAL, MESSAGE, account_id, 1) \
X(a, CALLBACK, SINGULAR, STRING, name, 2) \
X(a, CALLBACK, OPTIONAL, STRING, logo, 3) \
X(a, STATIC, OPTIONAL, MESSAGE, last_updated, 4)
#define account_v1_Account_CALLBACK pb_default_field_callback
#define account_v1_Account_DEFAULT NULL
#define account_v1_Account_account_id_MSGTYPE util_UUID
#define account_v1_Account_last_updated_MSGTYPE google_protobuf_Timestamp
extern const pb_msgdesc_t account_v1_Account_msg;
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
#define account_v1_Account_fields &account_v1_Account_msg
/* Maximum encoded size of messages (where known) */
/* account_v1_Account_size depends on runtime parameters */
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif

15
vendor/protobuf/account/v1/create.pb.c vendored Normal file
View File

@@ -0,0 +1,15 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.9 */
#include "account/v1/create.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
PB_BIND(account_v1_CreateAccountRequest, account_v1_CreateAccountRequest, AUTO)
PB_BIND(account_v1_CreateAccountResponse, account_v1_CreateAccountResponse, AUTO)

65
vendor/protobuf/account/v1/create.pb.h vendored Normal file
View File

@@ -0,0 +1,65 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.9 */
#ifndef PB_ACCOUNT_V1_ACCOUNT_V1_CREATE_PB_H_INCLUDED
#define PB_ACCOUNT_V1_ACCOUNT_V1_CREATE_PB_H_INCLUDED
#include <pb.h>
#include "buf/validate/validate.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
/* Struct definitions */
typedef struct _account_v1_CreateAccountRequest {
pb_callback_t name;
pb_callback_t logo;
} account_v1_CreateAccountRequest;
typedef struct _account_v1_CreateAccountResponse {
char dummy_field;
} account_v1_CreateAccountResponse;
#ifdef __cplusplus
extern "C" {
#endif
/* Initializer values for message structs */
#define account_v1_CreateAccountRequest_init_default {{{NULL}, NULL}, {{NULL}, NULL}}
#define account_v1_CreateAccountResponse_init_default {0}
#define account_v1_CreateAccountRequest_init_zero {{{NULL}, NULL}, {{NULL}, NULL}}
#define account_v1_CreateAccountResponse_init_zero {0}
/* Field tags (for use in manual encoding/decoding) */
#define account_v1_CreateAccountRequest_name_tag 1
#define account_v1_CreateAccountRequest_logo_tag 2
/* Struct field encoding specification for nanopb */
#define account_v1_CreateAccountRequest_FIELDLIST(X, a) \
X(a, CALLBACK, SINGULAR, STRING, name, 1) \
X(a, CALLBACK, OPTIONAL, STRING, logo, 2)
#define account_v1_CreateAccountRequest_CALLBACK pb_default_field_callback
#define account_v1_CreateAccountRequest_DEFAULT NULL
#define account_v1_CreateAccountResponse_FIELDLIST(X, a) \
#define account_v1_CreateAccountResponse_CALLBACK NULL
#define account_v1_CreateAccountResponse_DEFAULT NULL
extern const pb_msgdesc_t account_v1_CreateAccountRequest_msg;
extern const pb_msgdesc_t account_v1_CreateAccountResponse_msg;
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
#define account_v1_CreateAccountRequest_fields &account_v1_CreateAccountRequest_msg
#define account_v1_CreateAccountResponse_fields &account_v1_CreateAccountResponse_msg
/* Maximum encoded size of messages (where known) */
/* account_v1_CreateAccountRequest_size depends on runtime parameters */
#define account_v1_CreateAccountResponse_size 0
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif

21
vendor/protobuf/account/v1/get.pb.c vendored Normal file
View File

@@ -0,0 +1,21 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.9 */
#include "account/v1/get.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
PB_BIND(account_v1_GetAccountRequest, account_v1_GetAccountRequest, AUTO)
PB_BIND(account_v1_GetAccountResponse, account_v1_GetAccountResponse, AUTO)
PB_BIND(account_v1_GetAccountsRequest, account_v1_GetAccountsRequest, AUTO)
PB_BIND(account_v1_GetAccountsResponse, account_v1_GetAccountsResponse, AUTO)

103
vendor/protobuf/account/v1/get.pb.h vendored Normal file
View File

@@ -0,0 +1,103 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.9 */
#ifndef PB_ACCOUNT_V1_ACCOUNT_V1_GET_PB_H_INCLUDED
#define PB_ACCOUNT_V1_ACCOUNT_V1_GET_PB_H_INCLUDED
#include <pb.h>
#include "account/v1/account.pb.h"
#include "util/uuid.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
/* Struct definitions */
typedef struct _account_v1_GetAccountRequest {
bool has_account_id;
util_UUID account_id;
} account_v1_GetAccountRequest;
typedef struct _account_v1_GetAccountResponse {
bool has_account;
account_v1_Account account;
} account_v1_GetAccountResponse;
typedef struct _account_v1_GetAccountsRequest {
char dummy_field;
} account_v1_GetAccountsRequest;
typedef struct _account_v1_GetAccountsResponse {
pb_callback_t accounts;
} account_v1_GetAccountsResponse;
#ifdef __cplusplus
extern "C" {
#endif
/* Initializer values for message structs */
#define account_v1_GetAccountRequest_init_default {false, util_UUID_init_default}
#define account_v1_GetAccountResponse_init_default {false, account_v1_Account_init_default}
#define account_v1_GetAccountsRequest_init_default {0}
#define account_v1_GetAccountsResponse_init_default {{{NULL}, NULL}}
#define account_v1_GetAccountRequest_init_zero {false, util_UUID_init_zero}
#define account_v1_GetAccountResponse_init_zero {false, account_v1_Account_init_zero}
#define account_v1_GetAccountsRequest_init_zero {0}
#define account_v1_GetAccountsResponse_init_zero {{{NULL}, NULL}}
/* Field tags (for use in manual encoding/decoding) */
#define account_v1_GetAccountRequest_account_id_tag 1
#define account_v1_GetAccountResponse_account_tag 1
#define account_v1_GetAccountsResponse_accounts_tag 1
/* Struct field encoding specification for nanopb */
#define account_v1_GetAccountRequest_FIELDLIST(X, a) \
X(a, STATIC, OPTIONAL, MESSAGE, account_id, 1)
#define account_v1_GetAccountRequest_CALLBACK NULL
#define account_v1_GetAccountRequest_DEFAULT NULL
#define account_v1_GetAccountRequest_account_id_MSGTYPE util_UUID
#define account_v1_GetAccountResponse_FIELDLIST(X, a) \
X(a, STATIC, OPTIONAL, MESSAGE, account, 1)
#define account_v1_GetAccountResponse_CALLBACK NULL
#define account_v1_GetAccountResponse_DEFAULT NULL
#define account_v1_GetAccountResponse_account_MSGTYPE account_v1_Account
#define account_v1_GetAccountsRequest_FIELDLIST(X, a) \
#define account_v1_GetAccountsRequest_CALLBACK NULL
#define account_v1_GetAccountsRequest_DEFAULT NULL
#define account_v1_GetAccountsResponse_FIELDLIST(X, a) \
X(a, CALLBACK, REPEATED, MESSAGE, accounts, 1)
#define account_v1_GetAccountsResponse_CALLBACK pb_default_field_callback
#define account_v1_GetAccountsResponse_DEFAULT NULL
#define account_v1_GetAccountsResponse_accounts_MSGTYPE account_v1_Account
extern const pb_msgdesc_t account_v1_GetAccountRequest_msg;
extern const pb_msgdesc_t account_v1_GetAccountResponse_msg;
extern const pb_msgdesc_t account_v1_GetAccountsRequest_msg;
extern const pb_msgdesc_t account_v1_GetAccountsResponse_msg;
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
#define account_v1_GetAccountRequest_fields &account_v1_GetAccountRequest_msg
#define account_v1_GetAccountResponse_fields &account_v1_GetAccountResponse_msg
#define account_v1_GetAccountsRequest_fields &account_v1_GetAccountsRequest_msg
#define account_v1_GetAccountsResponse_fields &account_v1_GetAccountsResponse_msg
/* Maximum encoded size of messages (where known) */
/* account_v1_GetAccountsResponse_size depends on runtime parameters */
#if defined(util_UUID_size)
#define ACCOUNT_V1_ACCOUNT_V1_GET_PB_H_MAX_SIZE account_v1_GetAccountRequest_size
#define account_v1_GetAccountRequest_size (6 + util_UUID_size)
#endif
#if defined(account_v1_Account_size)
#define account_v1_GetAccountResponse_size (6 + account_v1_Account_size)
#endif
#define account_v1_GetAccountsRequest_size 0
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif

View File

@@ -0,0 +1,9 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.9 */
#include "account/v1/service.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif

22
vendor/protobuf/account/v1/service.pb.h vendored Normal file
View File

@@ -0,0 +1,22 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.9 */
#ifndef PB_ACCOUNT_V1_ACCOUNT_V1_SERVICE_PB_H_INCLUDED
#define PB_ACCOUNT_V1_ACCOUNT_V1_SERVICE_PB_H_INCLUDED
#include <pb.h>
#include "account/v1/create.pb.h"
#include "account/v1/get.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif