@lansweeper/data-platform-outbound-grpc 0.3.4 → 0.3.6
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/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +11 -5
- package/gen-proto/outbound_pb.js +72 -21
- package/generated-go/outbound.pb.go +440 -427
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +3 -1
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroupOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +3 -1
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup.java +149 -52
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroupOrBuilder.java +10 -6
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +694 -537
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +138 -136
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.3.3-sources.jar → outbound-model-0.3.5-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.3.jar → outbound-model-0.3.5.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +3 -1
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.3-sources.jar → outbound-service-0.3.5-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.3.jar → outbound-service-0.3.5.jar} +0 -0
|
@@ -74,6 +74,23 @@ public interface ActiveDirectoryUserOrBuilder extends
|
|
|
74
74
|
com.google.protobuf.ByteString
|
|
75
75
|
getOuBytes();
|
|
76
76
|
|
|
77
|
+
/**
|
|
78
|
+
* <code>optional string domain = 58;</code>
|
|
79
|
+
* @return Whether the domain field is set.
|
|
80
|
+
*/
|
|
81
|
+
boolean hasDomain();
|
|
82
|
+
/**
|
|
83
|
+
* <code>optional string domain = 58;</code>
|
|
84
|
+
* @return The domain.
|
|
85
|
+
*/
|
|
86
|
+
java.lang.String getDomain();
|
|
87
|
+
/**
|
|
88
|
+
* <code>optional string domain = 58;</code>
|
|
89
|
+
* @return The bytes for domain.
|
|
90
|
+
*/
|
|
91
|
+
com.google.protobuf.ByteString
|
|
92
|
+
getDomainBytes();
|
|
93
|
+
|
|
77
94
|
/**
|
|
78
95
|
* <code>optional string description = 5;</code>
|
|
79
96
|
* @return Whether the description field is set.
|
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java
CHANGED
|
@@ -3674,144 +3674,146 @@ public final class Outbound {
|
|
|
3674
3674
|
"ect\022!\n\024minimum_password_age\030\002 \001(\005H\000\210\001\001\022!" +
|
|
3675
3675
|
"\n\024maximum_password_age\030\003 \001(\005H\001\210\001\001B\027\n\025_mi" +
|
|
3676
3676
|
"nimum_password_ageB\027\n\025_maximum_password_" +
|
|
3677
|
-
"age\"\
|
|
3677
|
+
"age\"\253\025\n\023ActiveDirectoryUser\022G\n\tad_object" +
|
|
3678
3678
|
"\030\001 \001(\01324.com.lansweeper.dp.outbound.v1.A" +
|
|
3679
3679
|
"ctiveDirectoryObject\022\035\n\020sam_account_name" +
|
|
3680
3680
|
"\030\002 \001(\tH\000\210\001\001\022\017\n\002cn\030\003 \001(\tH\001\210\001\001\022\017\n\002ou\030\004 \001(\t" +
|
|
3681
|
-
"H\002\210\001\001\022\
|
|
3682
|
-
"
|
|
3683
|
-
"
|
|
3684
|
-
"
|
|
3685
|
-
"\
|
|
3686
|
-
"
|
|
3687
|
-
"\001
|
|
3688
|
-
"
|
|
3689
|
-
"
|
|
3690
|
-
"
|
|
3691
|
-
"
|
|
3692
|
-
"\
|
|
3693
|
-
"\
|
|
3694
|
-
"
|
|
3695
|
-
"
|
|
3696
|
-
"
|
|
3697
|
-
"
|
|
3698
|
-
"
|
|
3699
|
-
"
|
|
3700
|
-
"\
|
|
3701
|
-
"\
|
|
3702
|
-
"\
|
|
3703
|
-
"\
|
|
3704
|
-
"\
|
|
3705
|
-
"
|
|
3706
|
-
"
|
|
3707
|
-
"\
|
|
3708
|
-
"
|
|
3709
|
-
"\
|
|
3710
|
-
"\
|
|
3711
|
-
"\'\210\001\001\022\
|
|
3712
|
-
"\
|
|
3713
|
-
"\
|
|
3714
|
-
"\001
|
|
3715
|
-
"
|
|
3716
|
-
"
|
|
3717
|
-
"\
|
|
3718
|
-
"
|
|
3719
|
-
"\
|
|
3720
|
-
"
|
|
3721
|
-
"
|
|
3722
|
-
"
|
|
3723
|
-
"\n\
|
|
3724
|
-
"
|
|
3725
|
-
"
|
|
3726
|
-
"\
|
|
3727
|
-
"
|
|
3728
|
-
"
|
|
3729
|
-
"
|
|
3730
|
-
"\n\
|
|
3731
|
-
"\
|
|
3732
|
-
"
|
|
3733
|
-
"
|
|
3734
|
-
"
|
|
3735
|
-
"
|
|
3736
|
-
"
|
|
3737
|
-
"\
|
|
3738
|
-
"
|
|
3739
|
-
"
|
|
3740
|
-
"
|
|
3741
|
-
"
|
|
3742
|
-
"
|
|
3743
|
-
"\
|
|
3744
|
-
"
|
|
3745
|
-
"
|
|
3746
|
-
"
|
|
3747
|
-
"
|
|
3748
|
-
"\030\
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
3751
|
-
"
|
|
3752
|
-
"
|
|
3753
|
-
"
|
|
3754
|
-
"
|
|
3755
|
-
"
|
|
3756
|
-
"
|
|
3757
|
-
"
|
|
3758
|
-
"
|
|
3759
|
-
"\
|
|
3760
|
-
"
|
|
3761
|
-
"\004\210\001\001\022\
|
|
3762
|
-
"\022\
|
|
3763
|
-
"
|
|
3764
|
-
"
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3767
|
-
"\
|
|
3768
|
-
"(\
|
|
3769
|
-
"
|
|
3770
|
-
"
|
|
3771
|
-
"
|
|
3772
|
-
"
|
|
3773
|
-
"\
|
|
3774
|
-
"
|
|
3775
|
-
"
|
|
3776
|
-
"
|
|
3777
|
-
"
|
|
3778
|
-
"
|
|
3779
|
-
"
|
|
3780
|
-
"
|
|
3781
|
-
".v1.
|
|
3782
|
-
"
|
|
3783
|
-
"
|
|
3784
|
-
"
|
|
3785
|
-
"
|
|
3786
|
-
"
|
|
3787
|
-
"
|
|
3788
|
-
"
|
|
3789
|
-
"
|
|
3790
|
-
"
|
|
3791
|
-
".outbound.v1.
|
|
3792
|
-
"\"
|
|
3793
|
-
"
|
|
3794
|
-
"
|
|
3795
|
-
"
|
|
3796
|
-
"
|
|
3797
|
-
"
|
|
3798
|
-
"m.lansweeper.dp.outbound.v1.Entity\032%.com" +
|
|
3799
|
-
".lansweeper.dp.outbound.v1.Entity\022_\n\013Del" +
|
|
3800
|
-
"eteAsset\022).com.lansweeper.dp.outbound.v1" +
|
|
3681
|
+
"H\002\210\001\001\022\023\n\006domain\030: \001(\tH\003\210\001\001\022\030\n\013descriptio" +
|
|
3682
|
+
"n\030\005 \001(\tH\004\210\001\001\022\024\n\007comment\030\006 \001(\tH\005\210\001\001\022\024\n\007co" +
|
|
3683
|
+
"mpany\030\007 \001(\tH\006\210\001\001\022\035\n\020primary_group_id\030\010 \001" +
|
|
3684
|
+
"(\005H\007\210\001\001\022\024\n\007enabled\030\t \001(\010H\010\210\001\001\022!\n\024user_ac" +
|
|
3685
|
+
"count_control\030\n \001(\005H\t\210\001\001\0228\n\017account_expi" +
|
|
3686
|
+
"res\030\013 \001(\0132\032.google.protobuf.TimestampH\n\210" +
|
|
3687
|
+
"\001\001\0225\n\014lockout_time\030\014 \001(\0132\032.google.protob" +
|
|
3688
|
+
"uf.TimestampH\013\210\001\001\022:\n\021password_last_set\030\r" +
|
|
3689
|
+
" \001(\0132\032.google.protobuf.TimestampH\014\210\001\001\0223\n" +
|
|
3690
|
+
"\nlast_logon\030\016 \001(\0132\032.google.protobuf.Time" +
|
|
3691
|
+
"stampH\r\210\001\001\0225\n\014lockout_date\030\017 \001(\0132\032.googl" +
|
|
3692
|
+
"e.protobuf.TimestampH\016\210\001\001\022%\n\030can_user_ch" +
|
|
3693
|
+
"ange_password\030\020 \001(\010H\017\210\001\001\022A\n\030password_exp" +
|
|
3694
|
+
"iration_date\030\021 \001(\0132\032.google.protobuf.Tim" +
|
|
3695
|
+
"estampH\020\210\001\001\022#\n\026password_never_expires\030\022 " +
|
|
3696
|
+
"\001(\010H\021\210\001\001\022\036\n\021password_required\030\023 \001(\010H\022\210\001\001" +
|
|
3697
|
+
"\022A\n\030password_changeable_date\030\024 \001(\0132\032.goo" +
|
|
3698
|
+
"gle.protobuf.TimestampH\023\210\001\001\022\022\n\005email\030\025 \001" +
|
|
3699
|
+
"(\tH\024\210\001\001\022\031\n\014display_name\030\026 \001(\tH\025\210\001\001\022\027\n\ngi" +
|
|
3700
|
+
"ven_name\030\027 \001(\tH\026\210\001\001\022\024\n\007surname\030\030 \001(\tH\027\210\001" +
|
|
3701
|
+
"\001\022\026\n\ttelephone\030\031 \001(\tH\030\210\001\001\022\027\n\nfac_simile\030" +
|
|
3702
|
+
"\032 \001(\tH\031\210\001\001\022\023\n\006mobile\030\033 \001(\tH\032\210\001\001\022\033\n\016stree" +
|
|
3703
|
+
"t_address\030\034 \001(\tH\033\210\001\001\022\021\n\004city\030\035 \001(\tH\034\210\001\001\022" +
|
|
3704
|
+
"\024\n\007country\030\036 \001(\tH\035\210\001\001\022\027\n\ndepartment\030\037 \001(" +
|
|
3705
|
+
"\tH\036\210\001\001\022!\n\024delivery_office_name\030 \001(\tH\037\210\001" +
|
|
3706
|
+
"\001\022!\n\024country_abbreviation\030! \001(\tH \210\001\001\022\030\n\013" +
|
|
3707
|
+
"postal_code\030\" \001(\tH!\210\001\001\022\031\n\014country_code\030#" +
|
|
3708
|
+
" \001(\tH\"\210\001\001\022\033\n\016principal_name\030$ \001(\tH#\210\001\001\022\022" +
|
|
3709
|
+
"\n\005title\030% \001(\tH$\210\001\001\022\025\n\010division\030& \001(\tH%\210\001" +
|
|
3710
|
+
"\001\022\021\n\004info\030\' \001(\tH&\210\001\001\022\027\n\nhome_phone\030( \001(\t" +
|
|
3711
|
+
"H\'\210\001\001\022\022\n\005pager\030) \001(\tH(\210\001\001\022\025\n\010ip_phone\030* " +
|
|
3712
|
+
"\001(\tH)\210\001\001\022\026\n\thome_page\030+ \001(\tH*\210\001\001\022\034\n\017post" +
|
|
3713
|
+
"_office_box\030, \001(\tH+\210\001\001\022\022\n\005state\030- \001(\tH,\210" +
|
|
3714
|
+
"\001\001\022\031\n\014profile_path\030. \001(\tH-\210\001\001\022\030\n\013script_" +
|
|
3715
|
+
"path\030/ \001(\tH.\210\001\001\022\033\n\016home_directory\0300 \001(\tH" +
|
|
3716
|
+
"/\210\001\001\022\034\n\017thumbnail_photo\0301 \001(\014H0\210\001\001\022\030\n\013em" +
|
|
3717
|
+
"ployee_id\0302 \001(\tH1\210\001\001\022\034\n\017employee_number\030" +
|
|
3718
|
+
"3 \001(\tH2\210\001\001\022\032\n\remployee_type\0304 \001(\tH3\210\001\001\022\025" +
|
|
3719
|
+
"\n\010initials\0305 \001(\tH4\210\001\001\022\030\n\013middle_name\0306 \001" +
|
|
3720
|
+
"(\tH5\210\001\001\022\036\n\021primary_group_oid\0307 \001(\tH6\210\001\001\022" +
|
|
3721
|
+
"\030\n\013manager_oid\0308 \001(\tH7\210\001\001\022\025\n\rmember_of_o" +
|
|
3722
|
+
"id\0309 \003(\tB\023\n\021_sam_account_nameB\005\n\003_cnB\005\n\003" +
|
|
3723
|
+
"_ouB\t\n\007_domainB\016\n\014_descriptionB\n\n\010_comme" +
|
|
3724
|
+
"ntB\n\n\010_companyB\023\n\021_primary_group_idB\n\n\010_" +
|
|
3725
|
+
"enabledB\027\n\025_user_account_controlB\022\n\020_acc" +
|
|
3726
|
+
"ount_expiresB\017\n\r_lockout_timeB\024\n\022_passwo" +
|
|
3727
|
+
"rd_last_setB\r\n\013_last_logonB\017\n\r_lockout_d" +
|
|
3728
|
+
"ateB\033\n\031_can_user_change_passwordB\033\n\031_pas" +
|
|
3729
|
+
"sword_expiration_dateB\031\n\027_password_never" +
|
|
3730
|
+
"_expiresB\024\n\022_password_requiredB\033\n\031_passw" +
|
|
3731
|
+
"ord_changeable_dateB\010\n\006_emailB\017\n\r_displa" +
|
|
3732
|
+
"y_nameB\r\n\013_given_nameB\n\n\010_surnameB\014\n\n_te" +
|
|
3733
|
+
"lephoneB\r\n\013_fac_simileB\t\n\007_mobileB\021\n\017_st" +
|
|
3734
|
+
"reet_addressB\007\n\005_cityB\n\n\010_countryB\r\n\013_de" +
|
|
3735
|
+
"partmentB\027\n\025_delivery_office_nameB\027\n\025_co" +
|
|
3736
|
+
"untry_abbreviationB\016\n\014_postal_codeB\017\n\r_c" +
|
|
3737
|
+
"ountry_codeB\021\n\017_principal_nameB\010\n\006_title" +
|
|
3738
|
+
"B\013\n\t_divisionB\007\n\005_infoB\r\n\013_home_phoneB\010\n" +
|
|
3739
|
+
"\006_pagerB\013\n\t_ip_phoneB\014\n\n_home_pageB\022\n\020_p" +
|
|
3740
|
+
"ost_office_boxB\010\n\006_stateB\017\n\r_profile_pat" +
|
|
3741
|
+
"hB\016\n\014_script_pathB\021\n\017_home_directoryB\022\n\020" +
|
|
3742
|
+
"_thumbnail_photoB\016\n\014_employee_idB\022\n\020_emp" +
|
|
3743
|
+
"loyee_numberB\020\n\016_employee_typeB\013\n\t_initi" +
|
|
3744
|
+
"alsB\016\n\014_middle_nameB\024\n\022_primary_group_oi" +
|
|
3745
|
+
"dB\016\n\014_manager_oid\"\210\004\n\024ActiveDirectoryGro" +
|
|
3746
|
+
"up\022G\n\tad_object\030\001 \001(\01324.com.lansweeper.d" +
|
|
3747
|
+
"p.outbound.v1.ActiveDirectoryObject\022\035\n\020s" +
|
|
3748
|
+
"am_account_name\030\002 \001(\tH\000\210\001\001\022\017\n\002cn\030\003 \001(\tH\001" +
|
|
3749
|
+
"\210\001\001\022\017\n\002ou\030\004 \001(\tH\002\210\001\001\022\030\n\013description\030\005 \001(" +
|
|
3750
|
+
"\tH\003\210\001\001\022\024\n\007comment\030\006 \001(\tH\004\210\001\001\022=\n\004type\030\014 \001" +
|
|
3751
|
+
"(\0132*.com.lansweeper.dp.outbound.v1.Mappe" +
|
|
3752
|
+
"dValueH\005\210\001\001\022\022\n\005email\030\010 \001(\tH\006\210\001\001\022 \n\023manag" +
|
|
3753
|
+
"ed_by_user_oid\030\t \001(\tH\007\210\001\001\022!\n\024managed_by_" +
|
|
3754
|
+
"group_oid\030\n \001(\tH\010\210\001\001\022\025\n\rmember_of_oid\030\013 " +
|
|
3755
|
+
"\003(\tB\023\n\021_sam_account_nameB\005\n\003_cnB\005\n\003_ouB\016" +
|
|
3756
|
+
"\n\014_descriptionB\n\n\010_commentB\007\n\005_typeB\010\n\006_" +
|
|
3757
|
+
"emailB\026\n\024_managed_by_user_oidB\027\n\025_manage" +
|
|
3758
|
+
"d_by_group_oidJ\004\010\007\020\010\"\200\003\n\020IpLocationConfi" +
|
|
3759
|
+
"g\022\014\n\004name\030\001 \001(\t\022\032\n\rlocal_ip_cidr\030\002 \001(\tH\000" +
|
|
3760
|
+
"\210\001\001\022\033\n\016local_ip_start\030\003 \001(\tH\001\210\001\001\022\031\n\014loca" +
|
|
3761
|
+
"l_ip_end\030\004 \001(\tH\002\210\001\001\022\026\n\tsource_id\030\005 \001(\tH\003" +
|
|
3762
|
+
"\210\001\001\022\035\n\020internet_ip_cidr\030\006 \001(\tH\004\210\001\001\022\"\n\025in" +
|
|
3763
|
+
"ternet_country_code\030\007 \001(\tH\005\210\001\001\022\"\n\025intern" +
|
|
3764
|
+
"et_country_city\030\010 \001(\tH\006\210\001\001B\020\n\016_local_ip_" +
|
|
3765
|
+
"cidrB\021\n\017_local_ip_startB\017\n\r_local_ip_end" +
|
|
3766
|
+
"B\014\n\n_source_idB\023\n\021_internet_ip_cidrB\030\n\026_" +
|
|
3767
|
+
"internet_country_codeB\030\n\026_internet_count" +
|
|
3768
|
+
"ry_city\"\032\n\007SiteKey\022\017\n\007site_id\030\001 \001(\t\"M\n\014R" +
|
|
3769
|
+
"econRuleSet\022=\n\013recon_rules\030\001 \003(\0132(.com.l" +
|
|
3770
|
+
"answeeper.dp.outbound.v1.ReconRule\"\211\001\n\tR" +
|
|
3771
|
+
"econRule\0226\n\002id\030\001 \001(\0162*.com.lansweeper.dp" +
|
|
3772
|
+
".outbound.v1.ReconRuleId\022\014\n\004name\030\002 \001(\t\022\023" +
|
|
3773
|
+
"\n\013description\030\003 \001(\t\022\020\n\010priority\030\004 \001(\005\022\017\n" +
|
|
3774
|
+
"\007enabled\030\005 \001(\010*a\n\013ReconRuleId\022\024\n\020RECONCI" +
|
|
3775
|
+
"LE_BY_MAC\020\000\022\"\n\036RECONCILE_BY_MAKE_MODEL_S" +
|
|
3776
|
+
"ERIAL\020\001\022\030\n\024RECONCILE_BY_NETBIOS\020\0022\244\005\n\027Da" +
|
|
3777
|
+
"taCoreOutboundService\022p\n\tGetEntity\022/.com" +
|
|
3778
|
+
".lansweeper.dp.outbound.v1.GetEntityRequ" +
|
|
3779
|
+
"est\0320.com.lansweeper.dp.outbound.v1.GetE" +
|
|
3780
|
+
"ntityResponse\"\000\022w\n\014ListEntities\0220.com.la" +
|
|
3781
|
+
"nsweeper.dp.outbound.v1.ListEntityReques" +
|
|
3782
|
+
"t\0321.com.lansweeper.dp.outbound.v1.ListEn" +
|
|
3783
|
+
"tityResponse\"\0000\001\022|\n\rCatalogLookup\0223.com." +
|
|
3784
|
+
"lansweeper.dp.outbound.v1.CatalogLookupR" +
|
|
3785
|
+
"equest\0324.com.lansweeper.dp.outbound.v1.C" +
|
|
3786
|
+
"atalogLookupResponse\"\000\022\216\001\n\023GetIpLocation" +
|
|
3787
|
+
"Config\0229.com.lansweeper.dp.outbound.v1.G" +
|
|
3788
|
+
"etIpLocationConfigRequest\032:.com.lansweep" +
|
|
3789
|
+
"er.dp.outbound.v1.GetIpLocationConfigRes" +
|
|
3790
|
+
"ponse\"\000\022\216\001\n\023SetIpLocationConfig\0229.com.la" +
|
|
3791
|
+
"nsweeper.dp.outbound.v1.SetIpLocationCon" +
|
|
3792
|
+
"figRequest\032:.com.lansweeper.dp.outbound." +
|
|
3793
|
+
"v1.SetIpLocationConfigResponse\"\0002\334\006\n\031Dat" +
|
|
3794
|
+
"aCoreBackofficeService\022\\\n\014CreateEntity\022%" +
|
|
3795
|
+
".com.lansweeper.dp.outbound.v1.Entity\032%." +
|
|
3796
|
+
"com.lansweeper.dp.outbound.v1.Entity\022\\\n\010" +
|
|
3797
|
+
"GetAsset\022).com.lansweeper.dp.outbound.v1" +
|
|
3801
3798
|
".EntityPath\032%.com.lansweeper.dp.outbound" +
|
|
3802
|
-
".v1.Entity\
|
|
3803
|
-
"
|
|
3804
|
-
"
|
|
3805
|
-
"
|
|
3806
|
-
"
|
|
3807
|
-
"\n\
|
|
3808
|
-
"
|
|
3809
|
-
"
|
|
3810
|
-
".outbound.v1.Site\032#.com.
|
|
3811
|
-
"
|
|
3812
|
-
"
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
3799
|
+
".v1.Entity\022[\n\013UpdateAsset\022%.com.lansweep" +
|
|
3800
|
+
"er.dp.outbound.v1.Entity\032%.com.lansweepe" +
|
|
3801
|
+
"r.dp.outbound.v1.Entity\022_\n\013DeleteAsset\022)" +
|
|
3802
|
+
".com.lansweeper.dp.outbound.v1.EntityPat" +
|
|
3803
|
+
"h\032%.com.lansweeper.dp.outbound.v1.Entity" +
|
|
3804
|
+
"\022b\n\nListAssets\022+.com.lansweeper.dp.outbo" +
|
|
3805
|
+
"und.v1.EntityFilter\032%.com.lansweeper.dp." +
|
|
3806
|
+
"outbound.v1.Entity0\001\022V\n\nCreateSite\022#.com" +
|
|
3807
|
+
".lansweeper.dp.outbound.v1.Site\032#.com.la" +
|
|
3808
|
+
"nsweeper.dp.outbound.v1.Site\022V\n\007GetSite\022" +
|
|
3809
|
+
"&.com.lansweeper.dp.outbound.v1.SiteKey\032" +
|
|
3810
|
+
"#.com.lansweeper.dp.outbound.v1.Site\022V\n\n" +
|
|
3811
|
+
"UpdateSite\022#.com.lansweeper.dp.outbound." +
|
|
3812
|
+
"v1.Site\032#.com.lansweeper.dp.outbound.v1." +
|
|
3813
|
+
"Site\022Y\n\nDeleteSite\022&.com.lansweeper.dp.o" +
|
|
3814
|
+
"utbound.v1.SiteKey\032#.com.lansweeper.dp.o" +
|
|
3815
|
+
"utbound.v1.SiteB\022P\001Z\016./generated-gob\006pro" +
|
|
3816
|
+
"to3"
|
|
3815
3817
|
};
|
|
3816
3818
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
3817
3819
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
@@ -5066,13 +5068,13 @@ public final class Outbound {
|
|
|
5066
5068
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_fieldAccessorTable = new
|
|
5067
5069
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5068
5070
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor,
|
|
5069
|
-
new java.lang.String[] { "AdObject", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Company", "PrimaryGroupId", "Enabled", "UserAccountControl", "AccountExpires", "LockoutTime", "PasswordLastSet", "LastLogon", "LockoutDate", "CanUserChangePassword", "PasswordExpirationDate", "PasswordNeverExpires", "PasswordRequired", "PasswordChangeableDate", "Email", "DisplayName", "GivenName", "Surname", "Telephone", "FacSimile", "Mobile", "StreetAddress", "City", "Country", "Department", "DeliveryOfficeName", "CountryAbbreviation", "PostalCode", "CountryCode", "PrincipalName", "Title", "Division", "Info", "HomePhone", "Pager", "IpPhone", "HomePage", "PostOfficeBox", "State", "ProfilePath", "ScriptPath", "HomeDirectory", "ThumbnailPhoto", "EmployeeId", "EmployeeNumber", "EmployeeType", "Initials", "MiddleName", "PrimaryGroupOid", "ManagerOid", "MemberOfOid", });
|
|
5071
|
+
new java.lang.String[] { "AdObject", "SamAccountName", "Cn", "Ou", "Domain", "Description", "Comment", "Company", "PrimaryGroupId", "Enabled", "UserAccountControl", "AccountExpires", "LockoutTime", "PasswordLastSet", "LastLogon", "LockoutDate", "CanUserChangePassword", "PasswordExpirationDate", "PasswordNeverExpires", "PasswordRequired", "PasswordChangeableDate", "Email", "DisplayName", "GivenName", "Surname", "Telephone", "FacSimile", "Mobile", "StreetAddress", "City", "Country", "Department", "DeliveryOfficeName", "CountryAbbreviation", "PostalCode", "CountryCode", "PrincipalName", "Title", "Division", "Info", "HomePhone", "Pager", "IpPhone", "HomePage", "PostOfficeBox", "State", "ProfilePath", "ScriptPath", "HomeDirectory", "ThumbnailPhoto", "EmployeeId", "EmployeeNumber", "EmployeeType", "Initials", "MiddleName", "PrimaryGroupOid", "ManagerOid", "MemberOfOid", });
|
|
5070
5072
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor =
|
|
5071
5073
|
getDescriptor().getMessageTypes().get(204);
|
|
5072
5074
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_fieldAccessorTable = new
|
|
5073
5075
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5074
5076
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor,
|
|
5075
|
-
new java.lang.String[] { "AdObject", "SamAccountName", "Cn", "Ou", "Description", "Comment", "
|
|
5077
|
+
new java.lang.String[] { "AdObject", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Type", "Email", "ManagedByUserOid", "ManagedByGroupOid", "MemberOfOid", });
|
|
5076
5078
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor =
|
|
5077
5079
|
getDescriptor().getMessageTypes().get(205);
|
|
5078
5080
|
internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_fieldAccessorTable = new
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/data-platform-outbound-grpc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "Data Platform Outbound gRPC",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"@grpc/grpc-js": "^1.5.1",
|
|
10
10
|
"google-protobuf": "^3.17.0"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "b61029c2f4e5bdb066b830f2d7ca5afa3644e73c"
|
|
13
13
|
}
|
package/pom.xml
CHANGED
package/proto/outbound.proto
CHANGED
|
@@ -3479,6 +3479,7 @@ message ActiveDirectoryUser {
|
|
|
3479
3479
|
optional string sam_account_name = 2;
|
|
3480
3480
|
optional string cn = 3;
|
|
3481
3481
|
optional string ou = 4;
|
|
3482
|
+
optional string domain = 58;
|
|
3482
3483
|
optional string description = 5;
|
|
3483
3484
|
optional string comment = 6;
|
|
3484
3485
|
optional string company = 7;
|
|
@@ -3546,7 +3547,8 @@ message ActiveDirectoryGroup {
|
|
|
3546
3547
|
optional string ou = 4;
|
|
3547
3548
|
optional string description = 5;
|
|
3548
3549
|
optional string comment = 6;
|
|
3549
|
-
|
|
3550
|
+
reserved 7;
|
|
3551
|
+
optional MappedValue type = 12;
|
|
3550
3552
|
optional string email = 8;
|
|
3551
3553
|
|
|
3552
3554
|
optional string managed_by_user_oid = 9;
|
package/service/pom.xml
CHANGED
package/service/target/{outbound-service-0.3.3-sources.jar → outbound-service-0.3.5-sources.jar}
RENAMED
|
index dc67962..1dea216 100644
|
|
|
Binary file
|
|
index 84c37df..8baa1fa 100644
|
|
|
Binary file
|