@be-logixpair/api 0.0.65 → 0.0.66
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/dist/index.d.ts +17 -17
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -667296,19 +667296,19 @@ declare const appRouter: BuiltRouter<{
|
|
|
667296
667296
|
}>>;
|
|
667297
667297
|
create: MutationProcedure<{
|
|
667298
667298
|
input: {
|
|
667299
|
-
|
|
667299
|
+
is_active?: boolean | undefined;
|
|
667300
|
+
id_header_organization_address?: string | number | bigint | null | undefined;
|
|
667301
|
+
connect_organization_address?: {
|
|
667300
667302
|
is_active?: boolean | undefined;
|
|
667301
667303
|
id?: string | number | bigint | null | undefined;
|
|
667302
667304
|
is_main?: boolean | null | undefined;
|
|
667303
|
-
}[];
|
|
667304
|
-
|
|
667305
|
+
}[] | null | undefined;
|
|
667306
|
+
id_header_organization_address_capability?: string | number | bigint | null | undefined;
|
|
667307
|
+
connect_organization_address_capability?: {
|
|
667305
667308
|
is_active?: boolean | undefined;
|
|
667306
667309
|
id?: string | number | bigint | null | undefined;
|
|
667307
667310
|
is_main?: boolean | null | undefined;
|
|
667308
|
-
}[];
|
|
667309
|
-
is_active?: boolean | undefined;
|
|
667310
|
-
id_header_organization_address?: string | number | bigint | null | undefined;
|
|
667311
|
-
id_header_organization_address_capability?: string | number | bigint | null | undefined;
|
|
667311
|
+
}[] | null | undefined;
|
|
667312
667312
|
};
|
|
667313
667313
|
output: {
|
|
667314
667314
|
data: ({
|
|
@@ -667345,22 +667345,22 @@ declare const appRouter: BuiltRouter<{
|
|
|
667345
667345
|
}>;
|
|
667346
667346
|
update: MutationProcedure<{
|
|
667347
667347
|
input: {
|
|
667348
|
-
connect_organization_address: {
|
|
667349
|
-
is_active?: boolean | undefined;
|
|
667350
|
-
id?: string | number | bigint | null | undefined;
|
|
667351
|
-
is_main?: boolean | null | undefined;
|
|
667352
|
-
}[];
|
|
667353
|
-
connect_organization_address_capability: {
|
|
667354
|
-
is_active?: boolean | undefined;
|
|
667355
|
-
id?: string | number | bigint | null | undefined;
|
|
667356
|
-
is_main?: boolean | null | undefined;
|
|
667357
|
-
}[];
|
|
667358
667348
|
is_system?: (string | boolean)[] | null | undefined;
|
|
667359
667349
|
id?: string | number | bigint | null | undefined;
|
|
667360
667350
|
logic_code?: string | null | undefined;
|
|
667361
667351
|
is_active?: boolean | undefined;
|
|
667362
667352
|
id_header_organization_address?: string | number | bigint | null | undefined;
|
|
667353
|
+
connect_organization_address?: {
|
|
667354
|
+
is_active?: boolean | undefined;
|
|
667355
|
+
id?: string | number | bigint | null | undefined;
|
|
667356
|
+
is_main?: boolean | null | undefined;
|
|
667357
|
+
}[] | null | undefined;
|
|
667363
667358
|
id_header_organization_address_capability?: string | number | bigint | null | undefined;
|
|
667359
|
+
connect_organization_address_capability?: {
|
|
667360
|
+
is_active?: boolean | undefined;
|
|
667361
|
+
id?: string | number | bigint | null | undefined;
|
|
667362
|
+
is_main?: boolean | null | undefined;
|
|
667363
|
+
}[] | null | undefined;
|
|
667364
667364
|
};
|
|
667365
667365
|
output: {
|
|
667366
667366
|
data: ({
|