Skip to content

Commit

Permalink
git subrepo pull (merge) uno
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "uno"
  merged:   "54efbe74"
upstream:
  origin:   "https://github.com/prrvchr/uno.git"
  branch:   "main"
  commit:   "a3c35e05"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "2f68596"
  • Loading branch information
prrvchr committed Oct 26, 2024
1 parent 7325a18 commit 52f699f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion uno/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/prrvchr/uno.git
branch = main
commit = 7f41277c76323f66ba3e4ec96c2b78c22dfe9f41
commit = a3c35e058b4a72c3111aa5dd53fd4d4b64238f73
parent = cabfb152177bcf5f6699488fdfde6e62ef377034
method = merge
cmdver = 0.4.3
2 changes: 1 addition & 1 deletion uno/lib/uno/oauth2/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
g_extension = 'OAuth2OOo'
g_identifier = 'io.github.prrvchr.%s' % g_extension
g_service = '%s.OAuth2Service' % g_identifier
g_version = '1.3.7'
g_version = '1.3.8'

g_oauth2 = g_service

4 changes: 2 additions & 2 deletions uno/rdb/idl/com/sun/star/rest/XRequestParameter.idl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ interface XRequestParameter: com::sun::star::uno::XInterface
string toJson([in] boolean Stream)
raises(JSONDecodeException);

[attribute, readonly] string Name;
[attribute] string Method;
[attribute] string Url;
[attribute] string Headers;
Expand All @@ -92,8 +91,9 @@ interface XRequestParameter: com::sun::star::uno::XInterface
[attribute] boolean Stream;
[attribute] string NextUrl;
[attribute] string SyncToken;
[attribute, readonly] long PageCount;
[attribute] char Separator;
[attribute, readonly] long PageCount;
[attribute, readonly] string Name;
[attribute, readonly] long RangeStatus;
[attribute, readonly] string RangeField;
[attribute, readonly] string RangePattern;
Expand Down
3 changes: 2 additions & 1 deletion uno/rdb/idl/com/sun/star/rest/XRequestResponse.idl
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ interface XRequestResponse: com::sun::star::uno::XInterface
com::sun::star::io::XInputStream getInputStream([in] long Chunk);


[attribute] string Encoding;
[attribute, readonly] XRequestParameter Parameter;
[attribute, readonly] string Url;
[attribute, readonly] string FullUrl;
[attribute, readonly] long StatusCode;
[attribute, readonly] string Reason;
[attribute, readonly] string Links;
[attribute, readonly] string ApparentEncoding;
[attribute] string Encoding;
[attribute, readonly] string Text;
[attribute, readonly] sequence<byte> Content;
[attribute, readonly] string Headers;
Expand Down

0 comments on commit 52f699f

Please sign in to comment.