@ailaw/venus 1.267.0 → 1.268.0

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.
Files changed (2) hide show
  1. package/dist/venus.es.js +94 -6
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1953,14 +1953,102 @@ var BELONGS_TO;
1953
1953
  BELONGS_TO2["Company_FEIN"] = "COMPANY_FEIN";
1954
1954
  BELONGS_TO2["Company_Financial_Documents"] = "COMPANY_FINANCIAL_DOCUMENTS";
1955
1955
  BELONGS_TO2["Company_Incorporation_Articles"] = "COMPANY_INCORPORATION_ARTICLES";
1956
+ BELONGS_TO2["Company_Business_License"] = "COMPANY_BUSINESS_LICENSE";
1957
+ BELONGS_TO2["Company_Evidence_Of_Workers_Number"] = "COMPANY_EVIDENCE_OF_WORKERS_NUMBER";
1958
+ BELONGS_TO2["Company_Business_Plan"] = "COMPANY_BUSINESS_PLAN";
1959
+ BELONGS_TO2["Company_Evidence_Of_Working_Space"] = "COMPANY_EVIDENCE_OF_WORKING_SPACE";
1960
+ BELONGS_TO2["Company_Evidence_Of_Employment_Status"] = "COMPANY_EVIDENCE_OF_EMPLOYMENT_STATUS";
1961
+ BELONGS_TO2["Company_Religious_Denomination_Certification"] = "COMPANY_RELIGIOUS_DENOMINATION_CERTIFICATION";
1962
+ BELONGS_TO2["Company_Funding_Documents"] = "COMPANY_FUNDING_DOCUMENTS";
1963
+ BELONGS_TO2["Company_Lists_Of_Investors"] = "COMPANY_LISTS_OF_INVESTORS";
1964
+ BELONGS_TO2["Company_Overseas_Brochure"] = "COMPANY_OVERSEAS_BROCHURE";
1965
+ BELONGS_TO2["Company_Overseas_Articles"] = "COMPANY_OVERSEAS_ARTICLES";
1966
+ BELONGS_TO2["Company_Overseas_Financial_Statements"] = "COMPANY_OVERSEAS_FINANCIAL_STATEMENTS";
1967
+ BELONGS_TO2["Company_Overseas_Business_Activities"] = "COMPANY_OVERSEAS_BUSINESS_ACTIVITIES";
1968
+ BELONGS_TO2["Company_Evidence_Of_Employer_Relationship"] = "COMPANY_EVIDENCE_OF_EMPLOYER_RELATIONSHIP";
1969
+ BELONGS_TO2["Company_Industry_Introduction"] = "COMPANY_INDUSTRY_INTRODUCTION";
1956
1970
  })(BELONGS_TO || (BELONGS_TO = {}));
1957
1971
  var belongsTo = [
1958
- ["None", BELONGS_TO.None],
1959
- ["co:Company Brochure", BELONGS_TO.Company_Brochure],
1960
- ["co:Company Letterhead Template", BELONGS_TO.Company_LetterHead],
1961
- ["co:US Company EIN Assignment Letter", BELONGS_TO.Company_FEIN],
1962
- ["co:US Company Federal Income Tax Returns", BELONGS_TO.Company_Financial_Documents],
1963
- ["co:US Company Articles of Incorporation", BELONGS_TO.Company_Incorporation_Articles]
1972
+ [
1973
+ "None",
1974
+ "NONE"
1975
+ ],
1976
+ [
1977
+ "co:Company Brochure",
1978
+ "COMPANY_BROCHURE"
1979
+ ],
1980
+ [
1981
+ "co:Company Letterhead Template",
1982
+ "COMPANY_LETTERHEAD"
1983
+ ],
1984
+ [
1985
+ "co:US Company EIN Assignment Letter",
1986
+ "COMPANY_FEIN"
1987
+ ],
1988
+ [
1989
+ "co:US Company Federal Income Tax Returns",
1990
+ "COMPANY_FINANCIAL_DOCUMENTS"
1991
+ ],
1992
+ [
1993
+ "co:US Company Articles of Incorporation",
1994
+ "COMPANY_INCORPORATION_ARTICLES"
1995
+ ],
1996
+ [
1997
+ "co:Business License",
1998
+ "COMPANY_BUSINESS_LICENSE"
1999
+ ],
2000
+ [
2001
+ "co:Evidence of the Total Number of Workers",
2002
+ "COMPANY_EVIDENCE_OF_WORKERS_NUMBER"
2003
+ ],
2004
+ [
2005
+ "co:US Company Business Plan",
2006
+ "COMPANY_BUSINESS_PLAN"
2007
+ ],
2008
+ [
2009
+ "co:Evidence of Working Space",
2010
+ "COMPANY_EVIDENCE_OF_WORKING_SPACE"
2011
+ ],
2012
+ [
2013
+ "co:Employment Status of H1B/L-1 Employees",
2014
+ "COMPANY_EVIDENCE_OF_EMPLOYMENT_STATUS"
2015
+ ],
2016
+ [
2017
+ "co:Religious Denomination Certification",
2018
+ "COMPANY_RELIGIOUS_DENOMINATION_CERTIFICATION"
2019
+ ],
2020
+ [
2021
+ "co:Funding Documents of the Software Product",
2022
+ "COMPANY_FUNDING_DOCUMENTS"
2023
+ ],
2024
+ [
2025
+ "co:Lists of Investors with Current Status and Nationality",
2026
+ "COMPANY_LISTS_OF_INVESTORS"
2027
+ ],
2028
+ [
2029
+ "co:Overseas Company Brochure and Product Introduction",
2030
+ "COMPANY_OVERSEAS_BROCHURE"
2031
+ ],
2032
+ [
2033
+ "co:Overseas Company Articles of Organization",
2034
+ "COMPANY_OVERSEAS_ARTICLES"
2035
+ ],
2036
+ [
2037
+ "co:Overseas Company Financial Statements",
2038
+ "COMPANY_OVERSEAS_FINANCIAL_STATEMENTS"
2039
+ ],
2040
+ [
2041
+ "co:Overseas Company Business Activities",
2042
+ "COMPANY_OVERSEAS_BUSINESS_ACTIVITIES"
2043
+ ],
2044
+ [
2045
+ "co:Evidence of U.S. and Foreign Employer Relationship",
2046
+ "COMPANY_EVIDENCE_OF_EMPLOYER_RELATIONSHIP"
2047
+ ],
2048
+ [
2049
+ "co:Industry Introduction",
2050
+ "COMPANY_INDUSTRY_INTRODUCTION"
2051
+ ]
1964
2052
  ];
1965
2053
  const roles = [
1966
2054
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.267.0",
3
+ "version": "1.268.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],