@lansweeper/data-platform-outbound-grpc 0.3.4 → 0.3.5
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 +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +6 -0
- package/gen-proto/outbound_pb.js +48 -0
- package/generated-go/outbound.pb.go +393 -383
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +1 -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 +1 -0
- 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 +137 -136
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.3.3-sources.jar → outbound-model-0.3.4-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.3.jar → outbound-model-0.3.4.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +1 -0
- 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.4-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.3.jar → outbound-service-0.3.4.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,145 @@ 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
|
-
"\001\022
|
|
3752
|
-
"
|
|
3753
|
-
"
|
|
3754
|
-
"
|
|
3755
|
-
"
|
|
3756
|
-
"
|
|
3757
|
-
"
|
|
3758
|
-
"
|
|
3759
|
-
"\001\001\022\
|
|
3760
|
-
"
|
|
3761
|
-
"\
|
|
3762
|
-
"\
|
|
3763
|
-
"
|
|
3764
|
-
"
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3767
|
-
"\
|
|
3768
|
-
"(\0132(.com
|
|
3769
|
-
"
|
|
3770
|
-
"
|
|
3771
|
-
"
|
|
3772
|
-
"
|
|
3773
|
-
"\
|
|
3774
|
-
"
|
|
3775
|
-
"
|
|
3776
|
-
"
|
|
3777
|
-
"
|
|
3778
|
-
"
|
|
3779
|
-
"
|
|
3780
|
-
"
|
|
3781
|
-
".v1.
|
|
3782
|
-
"
|
|
3783
|
-
"
|
|
3784
|
-
"
|
|
3785
|
-
"
|
|
3786
|
-
"
|
|
3787
|
-
"
|
|
3788
|
-
"
|
|
3789
|
-
"
|
|
3790
|
-
"
|
|
3791
|
-
".
|
|
3792
|
-
"\"\0002\334\006\n\
|
|
3793
|
-
"
|
|
3794
|
-
"
|
|
3795
|
-
"
|
|
3796
|
-
"
|
|
3797
|
-
"
|
|
3798
|
-
"
|
|
3799
|
-
".
|
|
3800
|
-
"
|
|
3801
|
-
".
|
|
3802
|
-
".v1.
|
|
3803
|
-
"
|
|
3804
|
-
"
|
|
3805
|
-
"
|
|
3806
|
-
"
|
|
3807
|
-
"
|
|
3808
|
-
"
|
|
3809
|
-
"
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3812
|
-
"
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
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\"\342\003\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\027\n\ngroup_ty" +
|
|
3751
|
+
"pe\030\007 \001(\005H\005\210\001\001\022\022\n\005email\030\010 \001(\tH\006\210\001\001\022 \n\023man" +
|
|
3752
|
+
"aged_by_user_oid\030\t \001(\tH\007\210\001\001\022!\n\024managed_b" +
|
|
3753
|
+
"y_group_oid\030\n \001(\tH\010\210\001\001\022\025\n\rmember_of_oid\030" +
|
|
3754
|
+
"\013 \003(\tB\023\n\021_sam_account_nameB\005\n\003_cnB\005\n\003_ou" +
|
|
3755
|
+
"B\016\n\014_descriptionB\n\n\010_commentB\r\n\013_group_t" +
|
|
3756
|
+
"ypeB\010\n\006_emailB\026\n\024_managed_by_user_oidB\027\n" +
|
|
3757
|
+
"\025_managed_by_group_oid\"\200\003\n\020IpLocationCon" +
|
|
3758
|
+
"fig\022\014\n\004name\030\001 \001(\t\022\032\n\rlocal_ip_cidr\030\002 \001(\t" +
|
|
3759
|
+
"H\000\210\001\001\022\033\n\016local_ip_start\030\003 \001(\tH\001\210\001\001\022\031\n\014lo" +
|
|
3760
|
+
"cal_ip_end\030\004 \001(\tH\002\210\001\001\022\026\n\tsource_id\030\005 \001(\t" +
|
|
3761
|
+
"H\003\210\001\001\022\035\n\020internet_ip_cidr\030\006 \001(\tH\004\210\001\001\022\"\n\025" +
|
|
3762
|
+
"internet_country_code\030\007 \001(\tH\005\210\001\001\022\"\n\025inte" +
|
|
3763
|
+
"rnet_country_city\030\010 \001(\tH\006\210\001\001B\020\n\016_local_i" +
|
|
3764
|
+
"p_cidrB\021\n\017_local_ip_startB\017\n\r_local_ip_e" +
|
|
3765
|
+
"ndB\014\n\n_source_idB\023\n\021_internet_ip_cidrB\030\n" +
|
|
3766
|
+
"\026_internet_country_codeB\030\n\026_internet_cou" +
|
|
3767
|
+
"ntry_city\"\032\n\007SiteKey\022\017\n\007site_id\030\001 \001(\t\"M\n" +
|
|
3768
|
+
"\014ReconRuleSet\022=\n\013recon_rules\030\001 \003(\0132(.com" +
|
|
3769
|
+
".lansweeper.dp.outbound.v1.ReconRule\"\211\001\n" +
|
|
3770
|
+
"\tReconRule\0226\n\002id\030\001 \001(\0162*.com.lansweeper." +
|
|
3771
|
+
"dp.outbound.v1.ReconRuleId\022\014\n\004name\030\002 \001(\t" +
|
|
3772
|
+
"\022\023\n\013description\030\003 \001(\t\022\020\n\010priority\030\004 \001(\005\022" +
|
|
3773
|
+
"\017\n\007enabled\030\005 \001(\010*a\n\013ReconRuleId\022\024\n\020RECON" +
|
|
3774
|
+
"CILE_BY_MAC\020\000\022\"\n\036RECONCILE_BY_MAKE_MODEL" +
|
|
3775
|
+
"_SERIAL\020\001\022\030\n\024RECONCILE_BY_NETBIOS\020\0022\244\005\n\027" +
|
|
3776
|
+
"DataCoreOutboundService\022p\n\tGetEntity\022/.c" +
|
|
3777
|
+
"om.lansweeper.dp.outbound.v1.GetEntityRe" +
|
|
3778
|
+
"quest\0320.com.lansweeper.dp.outbound.v1.Ge" +
|
|
3779
|
+
"tEntityResponse\"\000\022w\n\014ListEntities\0220.com." +
|
|
3780
|
+
"lansweeper.dp.outbound.v1.ListEntityRequ" +
|
|
3781
|
+
"est\0321.com.lansweeper.dp.outbound.v1.List" +
|
|
3782
|
+
"EntityResponse\"\0000\001\022|\n\rCatalogLookup\0223.co" +
|
|
3783
|
+
"m.lansweeper.dp.outbound.v1.CatalogLooku" +
|
|
3784
|
+
"pRequest\0324.com.lansweeper.dp.outbound.v1" +
|
|
3785
|
+
".CatalogLookupResponse\"\000\022\216\001\n\023GetIpLocati" +
|
|
3786
|
+
"onConfig\0229.com.lansweeper.dp.outbound.v1" +
|
|
3787
|
+
".GetIpLocationConfigRequest\032:.com.lanswe" +
|
|
3788
|
+
"eper.dp.outbound.v1.GetIpLocationConfigR" +
|
|
3789
|
+
"esponse\"\000\022\216\001\n\023SetIpLocationConfig\0229.com." +
|
|
3790
|
+
"lansweeper.dp.outbound.v1.SetIpLocationC" +
|
|
3791
|
+
"onfigRequest\032:.com.lansweeper.dp.outboun" +
|
|
3792
|
+
"d.v1.SetIpLocationConfigResponse\"\0002\334\006\n\031D" +
|
|
3793
|
+
"ataCoreBackofficeService\022\\\n\014CreateEntity" +
|
|
3794
|
+
"\022%.com.lansweeper.dp.outbound.v1.Entity\032" +
|
|
3795
|
+
"%.com.lansweeper.dp.outbound.v1.Entity\022\\" +
|
|
3796
|
+
"\n\010GetAsset\022).com.lansweeper.dp.outbound." +
|
|
3797
|
+
"v1.EntityPath\032%.com.lansweeper.dp.outbou" +
|
|
3798
|
+
"nd.v1.Entity\022[\n\013UpdateAsset\022%.com.lanswe" +
|
|
3799
|
+
"eper.dp.outbound.v1.Entity\032%.com.lanswee" +
|
|
3800
|
+
"per.dp.outbound.v1.Entity\022_\n\013DeleteAsset" +
|
|
3801
|
+
"\022).com.lansweeper.dp.outbound.v1.EntityP" +
|
|
3802
|
+
"ath\032%.com.lansweeper.dp.outbound.v1.Enti" +
|
|
3803
|
+
"ty\022b\n\nListAssets\022+.com.lansweeper.dp.out" +
|
|
3804
|
+
"bound.v1.EntityFilter\032%.com.lansweeper.d" +
|
|
3805
|
+
"p.outbound.v1.Entity0\001\022V\n\nCreateSite\022#.c" +
|
|
3806
|
+
"om.lansweeper.dp.outbound.v1.Site\032#.com." +
|
|
3807
|
+
"lansweeper.dp.outbound.v1.Site\022V\n\007GetSit" +
|
|
3808
|
+
"e\022&.com.lansweeper.dp.outbound.v1.SiteKe" +
|
|
3809
|
+
"y\032#.com.lansweeper.dp.outbound.v1.Site\022V" +
|
|
3810
|
+
"\n\nUpdateSite\022#.com.lansweeper.dp.outboun" +
|
|
3811
|
+
"d.v1.Site\032#.com.lansweeper.dp.outbound.v" +
|
|
3812
|
+
"1.Site\022Y\n\nDeleteSite\022&.com.lansweeper.dp" +
|
|
3813
|
+
".outbound.v1.SiteKey\032#.com.lansweeper.dp" +
|
|
3814
|
+
".outbound.v1.SiteB\022P\001Z\016./generated-gob\006p" +
|
|
3815
|
+
"roto3"
|
|
3815
3816
|
};
|
|
3816
3817
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
3817
3818
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
@@ -5066,7 +5067,7 @@ public final class Outbound {
|
|
|
5066
5067
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_fieldAccessorTable = new
|
|
5067
5068
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
5068
5069
|
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", });
|
|
5070
|
+
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
5071
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor =
|
|
5071
5072
|
getDescriptor().getMessageTypes().get(204);
|
|
5072
5073
|
internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_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.5",
|
|
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": "0d92d13095f503693d4fc89954e715475431867a"
|
|
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;
|
package/service/pom.xml
CHANGED
package/service/target/{outbound-service-0.3.3-sources.jar → outbound-service-0.3.4-sources.jar}
RENAMED
|
index dc67962..9e89431 100644
|
|
|
Binary file
|
|
index 84c37df..2c2424a 100644
|
|
|
Binary file
|