diff --git a/package.json b/package.json index 3301c63..712d983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.14.0-SNAPSHOT-260622093829", + "version": "1.14.0-SNAPSHOT-260622111636", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/site.ts b/site.ts index 885c93f..0bd06f8 100644 --- a/site.ts +++ b/site.ts @@ -947,6 +947,10 @@ export interface GetBasicSettingsResponse { * @generated from protobuf field: repeated string Phones = 4 */ Phones: string[]; // List of phone numbers which can be used to contact the site + /** + * @generated from protobuf field: string Fax = 5 + */ + Fax: string; // Fax number which can be used to contact the site /** * @generated from protobuf field: repeated string Emails = 6 */ @@ -3932,6 +3936,7 @@ class GetBasicSettingsResponse$Type extends MessageType Address }, { no: 4, name: "Phones", kind: "scalar", localName: "Phones", jsonName: "Phones", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }, + { no: 5, name: "Fax", kind: "scalar", localName: "Fax", jsonName: "Fax", T: 9 /*ScalarType.STRING*/ }, { no: 6, name: "Emails", kind: "scalar", localName: "Emails", jsonName: "Emails", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }, { no: 7, name: "ID", kind: "scalar", localName: "ID", jsonName: "ID", T: 9 /*ScalarType.STRING*/ }, { no: 8, name: "PhotoURI", kind: "scalar", localName: "PhotoURI", jsonName: "PhotoURI", T: 9 /*ScalarType.STRING*/ }, @@ -3945,6 +3950,7 @@ class GetBasicSettingsResponse$Type extends MessageType